Skip to content

Commit

Permalink
chore: Update eth-optimism sdk (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed May 22, 2024
1 parent 810f8bd commit ee2ee68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@across-protocol/sdk-v2",
"author": "UMA Team",
"version": "0.24.1",
"version": "0.24.2",
"license": "AGPL-3.0",
"homepage": "https://docs.across.to/reference/sdk",
"files": [
Expand Down Expand Up @@ -101,7 +101,7 @@
"@across-protocol/across-token": "^1.0.0",
"@across-protocol/constants-v2": "^1.0.26",
"@across-protocol/contracts-v2": "2.5.9",
"@eth-optimism/sdk": "^3.2.2",
"@eth-optimism/sdk": "^3.3.1",
"@pinata/sdk": "^2.1.0",
"@types/mocha": "^10.0.1",
"@uma/sdk": "^0.34.1",
Expand Down
1 change: 1 addition & 0 deletions src/utils/Multicall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const multicall3Addresses: Record<number, string> = {
137: "0xcA11bde05977b3631167028862bE2a173976CA11",
324: "0xF9cda624FBC7e059355ce98a31693d299FACd963",
8453: "0xcA11bde05977b3631167028862bE2a173976CA11",
34443: "0xcA11bde05977b3631167028862bE2a173976CA11",
42161: "0xcA11bde05977b3631167028862bE2a173976CA11",
59144: "0xcA11bde05977b3631167028862bE2a173976CA11",
534352: "0xcA11bde05977b3631167028862bE2a173976CA11",
Expand Down

0 comments on commit ee2ee68

Please sign in to comment.