Skip to content

Commit

Permalink
Merge pull request #5874 from connext/fix/gelato-sepolia
Browse files Browse the repository at this point in the history
fix: added equivalents for gelato
  • Loading branch information
wanglonghong authored Mar 19, 2024
2 parents 30f6ff7 + 882955b commit ee0e3db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/utils/src/peripherals/gelato.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ const EquivalentChainsForGelato: Record<number, number> = {
10200: 100, // chiado (gnosis testnet)
97: 56, // chapel (bnb testnet)
195: 1, // x1 testnet
11155111: 1, // Sepolia
1869640549: 10, // Op-Sepolia
1633842021: 42161, // Arb-Sepolia

// LOCAL NETWORKS
31337: 1,
Expand Down

0 comments on commit ee0e3db

Please sign in to comment.