Skip to content

Commit

Permalink
remove web3_url and validator in ChainResp(fix #35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred0327 committed Oct 19, 2023
1 parent 7c96aa9 commit 3d554fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions provider/src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ pub struct ChainResp {
pub layer_one_chain_id: U256,
pub main_contract: ZkLinkAddress,
pub layer_zero_contract: ZkLinkAddress,
pub web3_url: String,
pub gas_token_id: TokenId,
pub validator: ZkLinkAddress,
}

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

0 comments on commit 3d554fd

Please sign in to comment.