Skip to content

Commit

Permalink
support scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-chia committed Aug 9, 2024
1 parent 724fb93 commit 90b31ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/evm/onchain/endpoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ impl Chain {
81457 => Self::BLAST,
59144 => Self::LINEA,
4689 => Self::IOTEX,
534352 => Self::SCROLL,
31337 => Self::LOCAL,
_ => return Err(anyhow!("Unknown chain id: {}", chain_id)),
})
Expand All @@ -177,6 +178,7 @@ impl Chain {
Chain::BLAST => 81457,
Chain::LINEA => 59144,
Chain::IOTEX => 4689,
Chain::SCROLL => 534352,
Chain::LOCAL => 31337,
}
}
Expand Down

0 comments on commit 90b31ad

Please sign in to comment.