Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 19, 2024
1 parent 47364a9 commit 6038440
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// List of Succinct Gateway addresses for chains.
const GATEWAY_ADDRESSES: [(u32, &str); 8] = [
const GATEWAY_ADDRESSES: [(u32, &str); 7] = [
(1, "0x6e4f1e9ea315ebfd69d18c2db974eef6105fb803"),
(5, "0x6e4f1e9ea315ebfd69d18c2db974eef6105fb803"),
(100, "0x6e4f1e9ea315ebfd69d18c2db974eef6105fb803"),
(420, "0x6e4f1e9ea315ebfd69d18c2db974eef6105fb803"),
(17000, "0x6e4f1e9ea315ebfd69d18c2db974eef6105fb803"),
(42161, "0x2d27182206f0442885989626934ca9dd5290f979"),
(421614, "0x2d27182206f0442885989626934ca9dd5290f979"),
Expand Down

0 comments on commit 6038440

Please sign in to comment.