Skip to content

Commit

Permalink
improve: bump constants & add additional testnet queries
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris committed Feb 12, 2024
1 parent 527df6a commit 9c074c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"dependencies": {
"@across-protocol/across-token": "^1.0.0",
"@across-protocol/constants-v2": "^1.0.10",
"@across-protocol/constants-v2": "^1.0.11",
"@across-protocol/contracts-v2": "2.5.0-beta.5",
"@eth-optimism/sdk": "^3.1.8",
"@pinata/sdk": "^2.1.0",
Expand Down
3 changes: 3 additions & 0 deletions src/utils/NetworkUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ const networkIdMap: Record<number, string> = {
666: "Hardhat1",
1337: "Hardhat2",
421613: "ArbitrumGoerli",
421614: "ArbitrumSepolia",
324: "ZkSync",
280: "ZkSync-Goerli",
300: "ZKSync-Sepolia",
8453: "Base",
84531: "BaseGoerli",
84532: "BaseSepolia",
11155111: "EthSepolia",
11155420: "OptimismSepolia",
};

/**
Expand Down

0 comments on commit 9c074c1

Please sign in to comment.