diff --git a/package.json b/package.json index a3d70555..6724b00c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@across-protocol/sdk", "author": "UMA Team", - "version": "3.3.28", + "version": "3.3.29", "license": "AGPL-3.0", "homepage": "https://docs.across.to/reference/sdk", "files": [ diff --git a/src/utils/Multicall.ts b/src/utils/Multicall.ts index daad7019..3b2ef6f4 100644 --- a/src/utils/Multicall.ts +++ b/src/utils/Multicall.ts @@ -30,6 +30,7 @@ const DETERMINISTIC_MULTICALL_CHAINS = [ CHAIN_IDs.MAINNET, CHAIN_IDs.POLYGON, CHAIN_IDs.SCROLL, + CHAIN_IDs.ZORA, // Testnet: CHAIN_IDs.BASE_SEPOLIA, CHAIN_IDs.BLAST_SEPOLIA,