Skip to content

Commit

Permalink
fix: add worldchain multicall
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Oct 15, 2024
1 parent f62a410 commit b2fc684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@across-protocol/sdk",
"author": "UMA Team",
"version": "3.2.7",
"version": "3.2.8",
"license": "AGPL-3.0",
"homepage": "https://docs.across.to/reference/sdk",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/utils/Multicall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const DETERMINISTIC_MULTICALL_CHAINS = [
CHAIN_IDs.REDSTONE,
CHAIN_IDs.SCROLL,
CHAIN_IDs.ZORA,
CHAIN_IDs.WORLD_CHAIN,
// Testnet:
CHAIN_IDs.BASE_SEPOLIA,
CHAIN_IDs.BLAST_SEPOLIA,
Expand Down

0 comments on commit b2fc684

Please sign in to comment.