Skip to content

Commit

Permalink
add deposit confirmation in ChainResp
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zkp committed Nov 30, 2023
1 parent 5388453 commit fb9f9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub struct ChainResp {
pub main_contract: ZkLinkAddress,
pub layer_zero_contract: ZkLinkAddress,
pub gas_token_id: TokenId,
pub deposit_confirmation: u64,
}

#[derive(Debug, Serialize, Deserialize, Clone)]
Expand Down

0 comments on commit fb9f9df

Please sign in to comment.