Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add polygon chain test case #146

Merged
merged 1 commit into from
Sep 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions spec/eth/chain_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
expect(Chain::CLASSIC).to eq 61
expect(Chain::POA_NET).to eq 99
expect(Chain::XDAI).to eq 100
expect(Chain::MATIC).to eq 137
expect(Chain::ARBITRUM).to eq 42161

# Chain IDs for selected testnets
Expand All @@ -24,6 +25,7 @@
expect(Chain::KOVAN_OPTIMISM).to eq 69
expect(Chain::XDAI_ARBITRUM).to eq 200
expect(Chain::GOERLI_OPTIMISM).to eq 420
expect(Chain::MUMBAI).to eq 80001
expect(Chain::RINKEBY_ARBITRUM).to eq 421611
expect(Chain::SEPOLIA).to eq 11155111

Expand Down