Skip to content

Commit

Permalink
Update block number
Browse files Browse the repository at this point in the history
  • Loading branch information
erikreppel committed Apr 26, 2024
1 parent 035bcd8 commit 6945ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ sol! {
}

const BOOTNODES_CONTRACT_ADDRESS: Address = address!("777777A1476296E9F7835C91e2B917ecbfAf83a1");
const BOOTNODES_CONTRACT_DEPLOY_BLOCK: u64 = 13_698_823;
const BOOTNODES_CONTRACT_DEPLOY_BLOCK: u64 = 13_699_230;

pub async fn get_contract_boot_nodes() -> eyre::Result<Vec<String>> {
let chain = CHAINS.get_rpc(7777777).await?;
Expand Down

0 comments on commit 6945ba4

Please sign in to comment.