@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/CHANGELOG.md +6 -0
- package/dist/index.d.mts +14 -20
- package/dist/index.d.ts +14 -20
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/constants/chain-config.ts +1 -1
- package/src/constants/network.ts +6 -1
package/dist/index.mjs
CHANGED
|
@@ -257,7 +257,12 @@ var hyperEVM = defineChain({
|
|
|
257
257
|
url: "https://hyperevmscan.io/"
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
|
-
|
|
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: "
|
|
344
|
+
contractAddress: "0x231F598D8B82E2435b11e78960FE4d84F8d63E2C",
|
|
340
345
|
rpcUrl: "https://xlayerrpc.okx.com"
|
|
341
346
|
},
|
|
342
347
|
[CHAIN2.TESTNET]: {
|