@sign-global/tokentable-core 1.11.0 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -257,7 +257,12 @@ var hyperEVM = defineChain({
257
257
  url: "https://hyperevmscan.io/"
258
258
  }
259
259
  },
260
- testnet: false
260
+ contracts: {
261
+ multicall3: {
262
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
263
+ blockCreated: 13051
264
+ }
265
+ }
261
266
  });
262
267
 
263
268
  // src/constants/chain-config.ts
@@ -336,7 +341,7 @@ var ChainConfig = {
336
341
  rpcUrl: sonic.rpcUrls.default.http[0]
337
342
  },
338
343
  [xLayer.id]: {
339
- contractAddress: "0xa6A2d42E16a690E03bDe181319fDD085880F2605",
344
+ contractAddress: "0x231F598D8B82E2435b11e78960FE4d84F8d63E2C",
340
345
  rpcUrl: "https://xlayerrpc.okx.com"
341
346
  },
342
347
  [CHAIN2.TESTNET]: {