Skip to content

Commit

Permalink
chore: Add polygon chain test case (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
geeknees authored Sep 12, 2022
1 parent 6e1a491 commit c100d53
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit c100d53

Please sign in to comment.