@gfxlabs/oku-chains 1.5.1 → 1.5.2
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/browser.js +81 -2
- package/dist/index-mjs.js +82 -4
- package/dist/index.js +81 -2
- package/dist/types/browser.d.ts +210 -1
- package/dist/types/index-mjs.d.ts +210 -1
- package/dist/types/index.d.ts +210 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2061,10 +2061,10 @@
|
|
|
2061
2061
|
safeReorgDistance: 90000,
|
|
2062
2062
|
externalId: {
|
|
2063
2063
|
tenderly: "true",
|
|
2064
|
-
cowswap: "lens"
|
|
2064
|
+
cowswap: "lens",
|
|
2065
2065
|
},
|
|
2066
2066
|
markets: {
|
|
2067
|
-
cowswap: "lens"
|
|
2067
|
+
cowswap: "lens",
|
|
2068
2068
|
},
|
|
2069
2069
|
bridges: {
|
|
2070
2070
|
chainlink: {
|
|
@@ -4303,6 +4303,83 @@
|
|
|
4303
4303
|
},
|
|
4304
4304
|
});
|
|
4305
4305
|
|
|
4306
|
+
const ronin = makeConfig({
|
|
4307
|
+
...chains.ronin,
|
|
4308
|
+
blockTimeSeconds: 3,
|
|
4309
|
+
launchTime: 1761966026,
|
|
4310
|
+
transactionType: "eip1559",
|
|
4311
|
+
sortIndex: 15,
|
|
4312
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg",
|
|
4313
|
+
deprecated: false,
|
|
4314
|
+
safeReorgDistance: 90000,
|
|
4315
|
+
blockAid: "",
|
|
4316
|
+
externalId: {
|
|
4317
|
+
tenderly: "true",
|
|
4318
|
+
},
|
|
4319
|
+
markets: {},
|
|
4320
|
+
bridges: {},
|
|
4321
|
+
oracles: {},
|
|
4322
|
+
morpho: {},
|
|
4323
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4324
|
+
uniswap: {
|
|
4325
|
+
deployBlock: 49590756,
|
|
4326
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
4327
|
+
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3",
|
|
4328
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4329
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
4330
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
4331
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
4332
|
+
positionsNFTDeployBlock: 49590795,
|
|
4333
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
4334
|
+
wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4335
|
+
wrappedNativeSymbol: "WRON",
|
|
4336
|
+
wrappedNativeName: "Wrapped RON",
|
|
4337
|
+
wrappedNativeDecimals: 18,
|
|
4338
|
+
nativeCurrencyName: "RON",
|
|
4339
|
+
},
|
|
4340
|
+
token: {
|
|
4341
|
+
usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc",
|
|
4342
|
+
wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4343
|
+
},
|
|
4344
|
+
oku: {
|
|
4345
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4346
|
+
limitOrderRegistryDeployBlock: 49623205,
|
|
4347
|
+
pricing: {
|
|
4348
|
+
nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4349
|
+
nativeWrappedName: "RON",
|
|
4350
|
+
},
|
|
4351
|
+
},
|
|
4352
|
+
defaultPool: viem.zeroAddress,
|
|
4353
|
+
defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc",
|
|
4354
|
+
defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4355
|
+
tokenList: [
|
|
4356
|
+
{ symbol: "USDC", address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc" },
|
|
4357
|
+
{ symbol: "WRON", address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4" },
|
|
4358
|
+
],
|
|
4359
|
+
stables: ["0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"],
|
|
4360
|
+
watchlist: [],
|
|
4361
|
+
internalName: "ronin",
|
|
4362
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg",
|
|
4363
|
+
contracts: {
|
|
4364
|
+
...chains.ronin.contracts,
|
|
4365
|
+
limitOrder: {
|
|
4366
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4367
|
+
},
|
|
4368
|
+
nftManager: {
|
|
4369
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
4370
|
+
},
|
|
4371
|
+
weth9: {
|
|
4372
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4373
|
+
},
|
|
4374
|
+
multicall2: {
|
|
4375
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4376
|
+
},
|
|
4377
|
+
multicall3: {
|
|
4378
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
4379
|
+
},
|
|
4380
|
+
},
|
|
4381
|
+
});
|
|
4382
|
+
|
|
4306
4383
|
const rootstock = makeConfig({
|
|
4307
4384
|
...chains.rootstock,
|
|
4308
4385
|
sortIndex: 7,
|
|
@@ -6048,6 +6125,7 @@
|
|
|
6048
6125
|
plasma,
|
|
6049
6126
|
zerog,
|
|
6050
6127
|
avalanche,
|
|
6128
|
+
ronin,
|
|
6051
6129
|
];
|
|
6052
6130
|
|
|
6053
6131
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
|
@@ -6081,6 +6159,7 @@
|
|
|
6081
6159
|
exports.polygon = polygon;
|
|
6082
6160
|
exports.polygonZkEvm = polygonZkEvm;
|
|
6083
6161
|
exports.redbelly = redbelly;
|
|
6162
|
+
exports.ronin = ronin;
|
|
6084
6163
|
exports.rootstock = rootstock;
|
|
6085
6164
|
exports.saga = saga;
|
|
6086
6165
|
exports.scroll = scroll;
|
package/dist/index-mjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { arbitrum as arbitrum$1, avalanche as avalanche$1, base as base$1, blast as blast$1, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, etherlink as etherlink$1, filecoin as filecoin$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, lens as lens$1, lightlinkPhoenix, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, matchain as matchain$1, metalL2, moonbeam as moonbeam$1, nibiru as nibiru$1, optimism as optimism$1, plasma as plasma$1, polygon as polygon$1, redbellyMainnet, rootstock as rootstock$1, saga as saga$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, tronShasta as tronShasta$1, unichain as unichain$1, worldchain as worldchain$1, xdc as xdc$1, zeroGMainnet, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
|
|
1
|
+
import { arbitrum as arbitrum$1, avalanche as avalanche$1, base as base$1, blast as blast$1, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, etherlink as etherlink$1, filecoin as filecoin$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, lens as lens$1, lightlinkPhoenix, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, matchain as matchain$1, metalL2, moonbeam as moonbeam$1, nibiru as nibiru$1, optimism as optimism$1, plasma as plasma$1, polygon as polygon$1, redbellyMainnet, ronin as ronin$1, rootstock as rootstock$1, saga as saga$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, tronShasta as tronShasta$1, unichain as unichain$1, worldchain as worldchain$1, xdc as xdc$1, zeroGMainnet, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
|
|
2
2
|
import { zeroAddress } from 'viem';
|
|
3
3
|
|
|
4
4
|
const makeConfig = (x) => {
|
|
@@ -2058,10 +2058,10 @@ const lens = makeConfig({
|
|
|
2058
2058
|
safeReorgDistance: 90000,
|
|
2059
2059
|
externalId: {
|
|
2060
2060
|
tenderly: "true",
|
|
2061
|
-
cowswap: "lens"
|
|
2061
|
+
cowswap: "lens",
|
|
2062
2062
|
},
|
|
2063
2063
|
markets: {
|
|
2064
|
-
cowswap: "lens"
|
|
2064
|
+
cowswap: "lens",
|
|
2065
2065
|
},
|
|
2066
2066
|
bridges: {
|
|
2067
2067
|
chainlink: {
|
|
@@ -4300,6 +4300,83 @@ const redbelly = makeConfig({
|
|
|
4300
4300
|
},
|
|
4301
4301
|
});
|
|
4302
4302
|
|
|
4303
|
+
const ronin = makeConfig({
|
|
4304
|
+
...ronin$1,
|
|
4305
|
+
blockTimeSeconds: 3,
|
|
4306
|
+
launchTime: 1761966026,
|
|
4307
|
+
transactionType: "eip1559",
|
|
4308
|
+
sortIndex: 15,
|
|
4309
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg",
|
|
4310
|
+
deprecated: false,
|
|
4311
|
+
safeReorgDistance: 90000,
|
|
4312
|
+
blockAid: "",
|
|
4313
|
+
externalId: {
|
|
4314
|
+
tenderly: "true",
|
|
4315
|
+
},
|
|
4316
|
+
markets: {},
|
|
4317
|
+
bridges: {},
|
|
4318
|
+
oracles: {},
|
|
4319
|
+
morpho: {},
|
|
4320
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4321
|
+
uniswap: {
|
|
4322
|
+
deployBlock: 49590756,
|
|
4323
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
4324
|
+
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3",
|
|
4325
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4326
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
4327
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
4328
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
4329
|
+
positionsNFTDeployBlock: 49590795,
|
|
4330
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
4331
|
+
wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4332
|
+
wrappedNativeSymbol: "WRON",
|
|
4333
|
+
wrappedNativeName: "Wrapped RON",
|
|
4334
|
+
wrappedNativeDecimals: 18,
|
|
4335
|
+
nativeCurrencyName: "RON",
|
|
4336
|
+
},
|
|
4337
|
+
token: {
|
|
4338
|
+
usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc",
|
|
4339
|
+
wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4340
|
+
},
|
|
4341
|
+
oku: {
|
|
4342
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4343
|
+
limitOrderRegistryDeployBlock: 49623205,
|
|
4344
|
+
pricing: {
|
|
4345
|
+
nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4346
|
+
nativeWrappedName: "RON",
|
|
4347
|
+
},
|
|
4348
|
+
},
|
|
4349
|
+
defaultPool: zeroAddress,
|
|
4350
|
+
defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc",
|
|
4351
|
+
defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4352
|
+
tokenList: [
|
|
4353
|
+
{ symbol: "USDC", address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc" },
|
|
4354
|
+
{ symbol: "WRON", address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4" },
|
|
4355
|
+
],
|
|
4356
|
+
stables: ["0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"],
|
|
4357
|
+
watchlist: [],
|
|
4358
|
+
internalName: "ronin",
|
|
4359
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg",
|
|
4360
|
+
contracts: {
|
|
4361
|
+
...ronin$1.contracts,
|
|
4362
|
+
limitOrder: {
|
|
4363
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4364
|
+
},
|
|
4365
|
+
nftManager: {
|
|
4366
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
4367
|
+
},
|
|
4368
|
+
weth9: {
|
|
4369
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4370
|
+
},
|
|
4371
|
+
multicall2: {
|
|
4372
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4373
|
+
},
|
|
4374
|
+
multicall3: {
|
|
4375
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
4376
|
+
},
|
|
4377
|
+
},
|
|
4378
|
+
});
|
|
4379
|
+
|
|
4303
4380
|
const rootstock = makeConfig({
|
|
4304
4381
|
...rootstock$1,
|
|
4305
4382
|
sortIndex: 7,
|
|
@@ -6045,6 +6122,7 @@ const MAINNET_CHAINS = [
|
|
|
6045
6122
|
plasma,
|
|
6046
6123
|
zerog,
|
|
6047
6124
|
avalanche,
|
|
6125
|
+
ronin,
|
|
6048
6126
|
];
|
|
6049
6127
|
|
|
6050
|
-
export { MAINNET_CHAINS, arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, polygonZkEvm, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, zkSync };
|
|
6128
|
+
export { MAINNET_CHAINS, arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, polygonZkEvm, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, zkSync };
|
package/dist/index.js
CHANGED
|
@@ -2060,10 +2060,10 @@ const lens = makeConfig({
|
|
|
2060
2060
|
safeReorgDistance: 90000,
|
|
2061
2061
|
externalId: {
|
|
2062
2062
|
tenderly: "true",
|
|
2063
|
-
cowswap: "lens"
|
|
2063
|
+
cowswap: "lens",
|
|
2064
2064
|
},
|
|
2065
2065
|
markets: {
|
|
2066
|
-
cowswap: "lens"
|
|
2066
|
+
cowswap: "lens",
|
|
2067
2067
|
},
|
|
2068
2068
|
bridges: {
|
|
2069
2069
|
chainlink: {
|
|
@@ -4302,6 +4302,83 @@ const redbelly = makeConfig({
|
|
|
4302
4302
|
},
|
|
4303
4303
|
});
|
|
4304
4304
|
|
|
4305
|
+
const ronin = makeConfig({
|
|
4306
|
+
...chains.ronin,
|
|
4307
|
+
blockTimeSeconds: 3,
|
|
4308
|
+
launchTime: 1761966026,
|
|
4309
|
+
transactionType: "eip1559",
|
|
4310
|
+
sortIndex: 15,
|
|
4311
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg",
|
|
4312
|
+
deprecated: false,
|
|
4313
|
+
safeReorgDistance: 90000,
|
|
4314
|
+
blockAid: "",
|
|
4315
|
+
externalId: {
|
|
4316
|
+
tenderly: "true",
|
|
4317
|
+
},
|
|
4318
|
+
markets: {},
|
|
4319
|
+
bridges: {},
|
|
4320
|
+
oracles: {},
|
|
4321
|
+
morpho: {},
|
|
4322
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4323
|
+
uniswap: {
|
|
4324
|
+
deployBlock: 49590756,
|
|
4325
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
4326
|
+
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3",
|
|
4327
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4328
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
4329
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
4330
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
4331
|
+
positionsNFTDeployBlock: 49590795,
|
|
4332
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
4333
|
+
wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4334
|
+
wrappedNativeSymbol: "WRON",
|
|
4335
|
+
wrappedNativeName: "Wrapped RON",
|
|
4336
|
+
wrappedNativeDecimals: 18,
|
|
4337
|
+
nativeCurrencyName: "RON",
|
|
4338
|
+
},
|
|
4339
|
+
token: {
|
|
4340
|
+
usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc",
|
|
4341
|
+
wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4342
|
+
},
|
|
4343
|
+
oku: {
|
|
4344
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4345
|
+
limitOrderRegistryDeployBlock: 49623205,
|
|
4346
|
+
pricing: {
|
|
4347
|
+
nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4348
|
+
nativeWrappedName: "RON",
|
|
4349
|
+
},
|
|
4350
|
+
},
|
|
4351
|
+
defaultPool: viem.zeroAddress,
|
|
4352
|
+
defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc",
|
|
4353
|
+
defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4354
|
+
tokenList: [
|
|
4355
|
+
{ symbol: "USDC", address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc" },
|
|
4356
|
+
{ symbol: "WRON", address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4" },
|
|
4357
|
+
],
|
|
4358
|
+
stables: ["0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"],
|
|
4359
|
+
watchlist: [],
|
|
4360
|
+
internalName: "ronin",
|
|
4361
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg",
|
|
4362
|
+
contracts: {
|
|
4363
|
+
...chains.ronin.contracts,
|
|
4364
|
+
limitOrder: {
|
|
4365
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4366
|
+
},
|
|
4367
|
+
nftManager: {
|
|
4368
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
4369
|
+
},
|
|
4370
|
+
weth9: {
|
|
4371
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
|
|
4372
|
+
},
|
|
4373
|
+
multicall2: {
|
|
4374
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4375
|
+
},
|
|
4376
|
+
multicall3: {
|
|
4377
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
4378
|
+
},
|
|
4379
|
+
},
|
|
4380
|
+
});
|
|
4381
|
+
|
|
4305
4382
|
const rootstock = makeConfig({
|
|
4306
4383
|
...chains.rootstock,
|
|
4307
4384
|
sortIndex: 7,
|
|
@@ -6047,6 +6124,7 @@ const MAINNET_CHAINS = [
|
|
|
6047
6124
|
plasma,
|
|
6048
6125
|
zerog,
|
|
6049
6126
|
avalanche,
|
|
6127
|
+
ronin,
|
|
6050
6128
|
];
|
|
6051
6129
|
|
|
6052
6130
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
|
@@ -6080,6 +6158,7 @@ exports.plasma = plasma;
|
|
|
6080
6158
|
exports.polygon = polygon;
|
|
6081
6159
|
exports.polygonZkEvm = polygonZkEvm;
|
|
6082
6160
|
exports.redbelly = redbelly;
|
|
6161
|
+
exports.ronin = ronin;
|
|
6083
6162
|
exports.rootstock = rootstock;
|
|
6084
6163
|
exports.saga = saga;
|
|
6085
6164
|
exports.scroll = scroll;
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -6646,6 +6646,112 @@ declare const redbelly: Readonly<{
|
|
|
6646
6646
|
formatters?: undefined | undefined;
|
|
6647
6647
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6648
6648
|
}>;
|
|
6649
|
+
declare const ronin: Readonly<{
|
|
6650
|
+
blockTimeSeconds: 3;
|
|
6651
|
+
launchTime: 1761966026;
|
|
6652
|
+
transactionType: "eip1559";
|
|
6653
|
+
sortIndex: 15;
|
|
6654
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
|
|
6655
|
+
deprecated: false;
|
|
6656
|
+
safeReorgDistance: 90000;
|
|
6657
|
+
blockAid: "";
|
|
6658
|
+
externalId: {
|
|
6659
|
+
tenderly: string;
|
|
6660
|
+
};
|
|
6661
|
+
markets: {};
|
|
6662
|
+
bridges: {};
|
|
6663
|
+
oracles: {};
|
|
6664
|
+
morpho: {};
|
|
6665
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6666
|
+
uniswap: {
|
|
6667
|
+
deployBlock: number;
|
|
6668
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
6669
|
+
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
|
|
6670
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6671
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
6672
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6673
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6674
|
+
positionsNFTDeployBlock: number;
|
|
6675
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
6676
|
+
wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6677
|
+
wrappedNativeSymbol: string;
|
|
6678
|
+
wrappedNativeName: string;
|
|
6679
|
+
wrappedNativeDecimals: number;
|
|
6680
|
+
nativeCurrencyName: string;
|
|
6681
|
+
};
|
|
6682
|
+
token: {
|
|
6683
|
+
usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6684
|
+
wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6685
|
+
};
|
|
6686
|
+
oku: {
|
|
6687
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
6688
|
+
limitOrderRegistryDeployBlock: number;
|
|
6689
|
+
pricing: {
|
|
6690
|
+
nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6691
|
+
nativeWrappedName: string;
|
|
6692
|
+
};
|
|
6693
|
+
};
|
|
6694
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
6695
|
+
defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6696
|
+
defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6697
|
+
tokenList: ({
|
|
6698
|
+
symbol: string;
|
|
6699
|
+
address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6700
|
+
} | {
|
|
6701
|
+
symbol: string;
|
|
6702
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6703
|
+
})[];
|
|
6704
|
+
stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
|
|
6705
|
+
watchlist: never[];
|
|
6706
|
+
internalName: "ronin";
|
|
6707
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
|
|
6708
|
+
contracts: {
|
|
6709
|
+
limitOrder: {
|
|
6710
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
6711
|
+
};
|
|
6712
|
+
nftManager: {
|
|
6713
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6714
|
+
};
|
|
6715
|
+
weth9: {
|
|
6716
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6717
|
+
};
|
|
6718
|
+
multicall2: {
|
|
6719
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6720
|
+
};
|
|
6721
|
+
multicall3: {
|
|
6722
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
6723
|
+
};
|
|
6724
|
+
};
|
|
6725
|
+
blockExplorers: {
|
|
6726
|
+
readonly default: {
|
|
6727
|
+
readonly name: "Ronin Explorer";
|
|
6728
|
+
readonly url: "https://app.roninchain.com";
|
|
6729
|
+
};
|
|
6730
|
+
};
|
|
6731
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
6732
|
+
ensTlds?: readonly string[] | undefined;
|
|
6733
|
+
id: 2020;
|
|
6734
|
+
name: "Ronin";
|
|
6735
|
+
nativeCurrency: {
|
|
6736
|
+
readonly name: "RON";
|
|
6737
|
+
readonly symbol: "RON";
|
|
6738
|
+
readonly decimals: 18;
|
|
6739
|
+
};
|
|
6740
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6741
|
+
rpcUrls: {
|
|
6742
|
+
readonly default: {
|
|
6743
|
+
readonly http: readonly [
|
|
6744
|
+
"https://api.roninchain.com/rpc"
|
|
6745
|
+
];
|
|
6746
|
+
};
|
|
6747
|
+
};
|
|
6748
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
6749
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
6750
|
+
custom?: Record<string, unknown> | undefined;
|
|
6751
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6752
|
+
formatters?: undefined | undefined;
|
|
6753
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6754
|
+
}>;
|
|
6649
6755
|
declare const rootstock: Readonly<{
|
|
6650
6756
|
sortIndex: 7;
|
|
6651
6757
|
launchTime: 1702479600;
|
|
@@ -19006,6 +19112,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19006
19112
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
19007
19113
|
formatters?: undefined | undefined;
|
|
19008
19114
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
19115
|
+
}>, Readonly<{
|
|
19116
|
+
blockTimeSeconds: 3;
|
|
19117
|
+
launchTime: 1761966026;
|
|
19118
|
+
transactionType: "eip1559";
|
|
19119
|
+
sortIndex: 15;
|
|
19120
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
|
|
19121
|
+
deprecated: false;
|
|
19122
|
+
safeReorgDistance: 90000;
|
|
19123
|
+
blockAid: "";
|
|
19124
|
+
externalId: {
|
|
19125
|
+
tenderly: string;
|
|
19126
|
+
};
|
|
19127
|
+
markets: {};
|
|
19128
|
+
bridges: {};
|
|
19129
|
+
oracles: {};
|
|
19130
|
+
morpho: {};
|
|
19131
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
19132
|
+
uniswap: {
|
|
19133
|
+
deployBlock: number;
|
|
19134
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
19135
|
+
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
|
|
19136
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
19137
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
19138
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19139
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19140
|
+
positionsNFTDeployBlock: number;
|
|
19141
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
19142
|
+
wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19143
|
+
wrappedNativeSymbol: string;
|
|
19144
|
+
wrappedNativeName: string;
|
|
19145
|
+
wrappedNativeDecimals: number;
|
|
19146
|
+
nativeCurrencyName: string;
|
|
19147
|
+
};
|
|
19148
|
+
token: {
|
|
19149
|
+
usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19150
|
+
wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19151
|
+
};
|
|
19152
|
+
oku: {
|
|
19153
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
19154
|
+
limitOrderRegistryDeployBlock: number;
|
|
19155
|
+
pricing: {
|
|
19156
|
+
nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19157
|
+
nativeWrappedName: string;
|
|
19158
|
+
};
|
|
19159
|
+
};
|
|
19160
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
19161
|
+
defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19162
|
+
defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19163
|
+
tokenList: ({
|
|
19164
|
+
symbol: string;
|
|
19165
|
+
address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19166
|
+
} | {
|
|
19167
|
+
symbol: string;
|
|
19168
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19169
|
+
})[];
|
|
19170
|
+
stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
|
|
19171
|
+
watchlist: never[];
|
|
19172
|
+
internalName: "ronin";
|
|
19173
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
|
|
19174
|
+
contracts: {
|
|
19175
|
+
limitOrder: {
|
|
19176
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
19177
|
+
};
|
|
19178
|
+
nftManager: {
|
|
19179
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19180
|
+
};
|
|
19181
|
+
weth9: {
|
|
19182
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19183
|
+
};
|
|
19184
|
+
multicall2: {
|
|
19185
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
19186
|
+
};
|
|
19187
|
+
multicall3: {
|
|
19188
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
19189
|
+
};
|
|
19190
|
+
};
|
|
19191
|
+
blockExplorers: {
|
|
19192
|
+
readonly default: {
|
|
19193
|
+
readonly name: "Ronin Explorer";
|
|
19194
|
+
readonly url: "https://app.roninchain.com";
|
|
19195
|
+
};
|
|
19196
|
+
};
|
|
19197
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
19198
|
+
ensTlds?: readonly string[] | undefined;
|
|
19199
|
+
id: 2020;
|
|
19200
|
+
name: "Ronin";
|
|
19201
|
+
nativeCurrency: {
|
|
19202
|
+
readonly name: "RON";
|
|
19203
|
+
readonly symbol: "RON";
|
|
19204
|
+
readonly decimals: 18;
|
|
19205
|
+
};
|
|
19206
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
19207
|
+
rpcUrls: {
|
|
19208
|
+
readonly default: {
|
|
19209
|
+
readonly http: readonly ["https://api.roninchain.com/rpc"];
|
|
19210
|
+
};
|
|
19211
|
+
};
|
|
19212
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
19213
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
19214
|
+
custom?: Record<string, unknown> | undefined;
|
|
19215
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
19216
|
+
formatters?: undefined | undefined;
|
|
19217
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
19009
19218
|
}>];
|
|
19010
|
-
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19219
|
+
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19011
19220
|
export { ChainContract } from "viem";
|
|
@@ -6646,6 +6646,112 @@ declare const redbelly: Readonly<{
|
|
|
6646
6646
|
formatters?: undefined | undefined;
|
|
6647
6647
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6648
6648
|
}>;
|
|
6649
|
+
declare const ronin: Readonly<{
|
|
6650
|
+
blockTimeSeconds: 3;
|
|
6651
|
+
launchTime: 1761966026;
|
|
6652
|
+
transactionType: "eip1559";
|
|
6653
|
+
sortIndex: 15;
|
|
6654
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
|
|
6655
|
+
deprecated: false;
|
|
6656
|
+
safeReorgDistance: 90000;
|
|
6657
|
+
blockAid: "";
|
|
6658
|
+
externalId: {
|
|
6659
|
+
tenderly: string;
|
|
6660
|
+
};
|
|
6661
|
+
markets: {};
|
|
6662
|
+
bridges: {};
|
|
6663
|
+
oracles: {};
|
|
6664
|
+
morpho: {};
|
|
6665
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6666
|
+
uniswap: {
|
|
6667
|
+
deployBlock: number;
|
|
6668
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
6669
|
+
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
|
|
6670
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6671
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
6672
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6673
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6674
|
+
positionsNFTDeployBlock: number;
|
|
6675
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
6676
|
+
wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6677
|
+
wrappedNativeSymbol: string;
|
|
6678
|
+
wrappedNativeName: string;
|
|
6679
|
+
wrappedNativeDecimals: number;
|
|
6680
|
+
nativeCurrencyName: string;
|
|
6681
|
+
};
|
|
6682
|
+
token: {
|
|
6683
|
+
usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6684
|
+
wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6685
|
+
};
|
|
6686
|
+
oku: {
|
|
6687
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
6688
|
+
limitOrderRegistryDeployBlock: number;
|
|
6689
|
+
pricing: {
|
|
6690
|
+
nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6691
|
+
nativeWrappedName: string;
|
|
6692
|
+
};
|
|
6693
|
+
};
|
|
6694
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
6695
|
+
defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6696
|
+
defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6697
|
+
tokenList: ({
|
|
6698
|
+
symbol: string;
|
|
6699
|
+
address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6700
|
+
} | {
|
|
6701
|
+
symbol: string;
|
|
6702
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6703
|
+
})[];
|
|
6704
|
+
stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
|
|
6705
|
+
watchlist: never[];
|
|
6706
|
+
internalName: "ronin";
|
|
6707
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
|
|
6708
|
+
contracts: {
|
|
6709
|
+
limitOrder: {
|
|
6710
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
6711
|
+
};
|
|
6712
|
+
nftManager: {
|
|
6713
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6714
|
+
};
|
|
6715
|
+
weth9: {
|
|
6716
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6717
|
+
};
|
|
6718
|
+
multicall2: {
|
|
6719
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6720
|
+
};
|
|
6721
|
+
multicall3: {
|
|
6722
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
6723
|
+
};
|
|
6724
|
+
};
|
|
6725
|
+
blockExplorers: {
|
|
6726
|
+
readonly default: {
|
|
6727
|
+
readonly name: "Ronin Explorer";
|
|
6728
|
+
readonly url: "https://app.roninchain.com";
|
|
6729
|
+
};
|
|
6730
|
+
};
|
|
6731
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
6732
|
+
ensTlds?: readonly string[] | undefined;
|
|
6733
|
+
id: 2020;
|
|
6734
|
+
name: "Ronin";
|
|
6735
|
+
nativeCurrency: {
|
|
6736
|
+
readonly name: "RON";
|
|
6737
|
+
readonly symbol: "RON";
|
|
6738
|
+
readonly decimals: 18;
|
|
6739
|
+
};
|
|
6740
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6741
|
+
rpcUrls: {
|
|
6742
|
+
readonly default: {
|
|
6743
|
+
readonly http: readonly [
|
|
6744
|
+
"https://api.roninchain.com/rpc"
|
|
6745
|
+
];
|
|
6746
|
+
};
|
|
6747
|
+
};
|
|
6748
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
6749
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
6750
|
+
custom?: Record<string, unknown> | undefined;
|
|
6751
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6752
|
+
formatters?: undefined | undefined;
|
|
6753
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6754
|
+
}>;
|
|
6649
6755
|
declare const rootstock: Readonly<{
|
|
6650
6756
|
sortIndex: 7;
|
|
6651
6757
|
launchTime: 1702479600;
|
|
@@ -19006,6 +19112,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19006
19112
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
19007
19113
|
formatters?: undefined | undefined;
|
|
19008
19114
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
19115
|
+
}>, Readonly<{
|
|
19116
|
+
blockTimeSeconds: 3;
|
|
19117
|
+
launchTime: 1761966026;
|
|
19118
|
+
transactionType: "eip1559";
|
|
19119
|
+
sortIndex: 15;
|
|
19120
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
|
|
19121
|
+
deprecated: false;
|
|
19122
|
+
safeReorgDistance: 90000;
|
|
19123
|
+
blockAid: "";
|
|
19124
|
+
externalId: {
|
|
19125
|
+
tenderly: string;
|
|
19126
|
+
};
|
|
19127
|
+
markets: {};
|
|
19128
|
+
bridges: {};
|
|
19129
|
+
oracles: {};
|
|
19130
|
+
morpho: {};
|
|
19131
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
19132
|
+
uniswap: {
|
|
19133
|
+
deployBlock: number;
|
|
19134
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
19135
|
+
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
|
|
19136
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
19137
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
19138
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19139
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19140
|
+
positionsNFTDeployBlock: number;
|
|
19141
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
19142
|
+
wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19143
|
+
wrappedNativeSymbol: string;
|
|
19144
|
+
wrappedNativeName: string;
|
|
19145
|
+
wrappedNativeDecimals: number;
|
|
19146
|
+
nativeCurrencyName: string;
|
|
19147
|
+
};
|
|
19148
|
+
token: {
|
|
19149
|
+
usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19150
|
+
wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19151
|
+
};
|
|
19152
|
+
oku: {
|
|
19153
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
19154
|
+
limitOrderRegistryDeployBlock: number;
|
|
19155
|
+
pricing: {
|
|
19156
|
+
nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19157
|
+
nativeWrappedName: string;
|
|
19158
|
+
};
|
|
19159
|
+
};
|
|
19160
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
19161
|
+
defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19162
|
+
defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19163
|
+
tokenList: ({
|
|
19164
|
+
symbol: string;
|
|
19165
|
+
address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19166
|
+
} | {
|
|
19167
|
+
symbol: string;
|
|
19168
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19169
|
+
})[];
|
|
19170
|
+
stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
|
|
19171
|
+
watchlist: never[];
|
|
19172
|
+
internalName: "ronin";
|
|
19173
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
|
|
19174
|
+
contracts: {
|
|
19175
|
+
limitOrder: {
|
|
19176
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
19177
|
+
};
|
|
19178
|
+
nftManager: {
|
|
19179
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19180
|
+
};
|
|
19181
|
+
weth9: {
|
|
19182
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19183
|
+
};
|
|
19184
|
+
multicall2: {
|
|
19185
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
19186
|
+
};
|
|
19187
|
+
multicall3: {
|
|
19188
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
19189
|
+
};
|
|
19190
|
+
};
|
|
19191
|
+
blockExplorers: {
|
|
19192
|
+
readonly default: {
|
|
19193
|
+
readonly name: "Ronin Explorer";
|
|
19194
|
+
readonly url: "https://app.roninchain.com";
|
|
19195
|
+
};
|
|
19196
|
+
};
|
|
19197
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
19198
|
+
ensTlds?: readonly string[] | undefined;
|
|
19199
|
+
id: 2020;
|
|
19200
|
+
name: "Ronin";
|
|
19201
|
+
nativeCurrency: {
|
|
19202
|
+
readonly name: "RON";
|
|
19203
|
+
readonly symbol: "RON";
|
|
19204
|
+
readonly decimals: 18;
|
|
19205
|
+
};
|
|
19206
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
19207
|
+
rpcUrls: {
|
|
19208
|
+
readonly default: {
|
|
19209
|
+
readonly http: readonly ["https://api.roninchain.com/rpc"];
|
|
19210
|
+
};
|
|
19211
|
+
};
|
|
19212
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
19213
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
19214
|
+
custom?: Record<string, unknown> | undefined;
|
|
19215
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
19216
|
+
formatters?: undefined | undefined;
|
|
19217
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
19009
19218
|
}>];
|
|
19010
|
-
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19219
|
+
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19011
19220
|
export { ChainContract } from "viem";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -6646,6 +6646,112 @@ declare const redbelly: Readonly<{
|
|
|
6646
6646
|
formatters?: undefined | undefined;
|
|
6647
6647
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6648
6648
|
}>;
|
|
6649
|
+
declare const ronin: Readonly<{
|
|
6650
|
+
blockTimeSeconds: 3;
|
|
6651
|
+
launchTime: 1761966026;
|
|
6652
|
+
transactionType: "eip1559";
|
|
6653
|
+
sortIndex: 15;
|
|
6654
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
|
|
6655
|
+
deprecated: false;
|
|
6656
|
+
safeReorgDistance: 90000;
|
|
6657
|
+
blockAid: "";
|
|
6658
|
+
externalId: {
|
|
6659
|
+
tenderly: string;
|
|
6660
|
+
};
|
|
6661
|
+
markets: {};
|
|
6662
|
+
bridges: {};
|
|
6663
|
+
oracles: {};
|
|
6664
|
+
morpho: {};
|
|
6665
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6666
|
+
uniswap: {
|
|
6667
|
+
deployBlock: number;
|
|
6668
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
6669
|
+
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
|
|
6670
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6671
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
6672
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6673
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6674
|
+
positionsNFTDeployBlock: number;
|
|
6675
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
6676
|
+
wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6677
|
+
wrappedNativeSymbol: string;
|
|
6678
|
+
wrappedNativeName: string;
|
|
6679
|
+
wrappedNativeDecimals: number;
|
|
6680
|
+
nativeCurrencyName: string;
|
|
6681
|
+
};
|
|
6682
|
+
token: {
|
|
6683
|
+
usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6684
|
+
wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6685
|
+
};
|
|
6686
|
+
oku: {
|
|
6687
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
6688
|
+
limitOrderRegistryDeployBlock: number;
|
|
6689
|
+
pricing: {
|
|
6690
|
+
nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6691
|
+
nativeWrappedName: string;
|
|
6692
|
+
};
|
|
6693
|
+
};
|
|
6694
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
6695
|
+
defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6696
|
+
defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6697
|
+
tokenList: ({
|
|
6698
|
+
symbol: string;
|
|
6699
|
+
address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6700
|
+
} | {
|
|
6701
|
+
symbol: string;
|
|
6702
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6703
|
+
})[];
|
|
6704
|
+
stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
|
|
6705
|
+
watchlist: never[];
|
|
6706
|
+
internalName: "ronin";
|
|
6707
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
|
|
6708
|
+
contracts: {
|
|
6709
|
+
limitOrder: {
|
|
6710
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
6711
|
+
};
|
|
6712
|
+
nftManager: {
|
|
6713
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6714
|
+
};
|
|
6715
|
+
weth9: {
|
|
6716
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6717
|
+
};
|
|
6718
|
+
multicall2: {
|
|
6719
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6720
|
+
};
|
|
6721
|
+
multicall3: {
|
|
6722
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
6723
|
+
};
|
|
6724
|
+
};
|
|
6725
|
+
blockExplorers: {
|
|
6726
|
+
readonly default: {
|
|
6727
|
+
readonly name: "Ronin Explorer";
|
|
6728
|
+
readonly url: "https://app.roninchain.com";
|
|
6729
|
+
};
|
|
6730
|
+
};
|
|
6731
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
6732
|
+
ensTlds?: readonly string[] | undefined;
|
|
6733
|
+
id: 2020;
|
|
6734
|
+
name: "Ronin";
|
|
6735
|
+
nativeCurrency: {
|
|
6736
|
+
readonly name: "RON";
|
|
6737
|
+
readonly symbol: "RON";
|
|
6738
|
+
readonly decimals: 18;
|
|
6739
|
+
};
|
|
6740
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6741
|
+
rpcUrls: {
|
|
6742
|
+
readonly default: {
|
|
6743
|
+
readonly http: readonly [
|
|
6744
|
+
"https://api.roninchain.com/rpc"
|
|
6745
|
+
];
|
|
6746
|
+
};
|
|
6747
|
+
};
|
|
6748
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
6749
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
6750
|
+
custom?: Record<string, unknown> | undefined;
|
|
6751
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6752
|
+
formatters?: undefined | undefined;
|
|
6753
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6754
|
+
}>;
|
|
6649
6755
|
declare const rootstock: Readonly<{
|
|
6650
6756
|
sortIndex: 7;
|
|
6651
6757
|
launchTime: 1702479600;
|
|
@@ -19006,6 +19112,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19006
19112
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
19007
19113
|
formatters?: undefined | undefined;
|
|
19008
19114
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
19115
|
+
}>, Readonly<{
|
|
19116
|
+
blockTimeSeconds: 3;
|
|
19117
|
+
launchTime: 1761966026;
|
|
19118
|
+
transactionType: "eip1559";
|
|
19119
|
+
sortIndex: 15;
|
|
19120
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
|
|
19121
|
+
deprecated: false;
|
|
19122
|
+
safeReorgDistance: 90000;
|
|
19123
|
+
blockAid: "";
|
|
19124
|
+
externalId: {
|
|
19125
|
+
tenderly: string;
|
|
19126
|
+
};
|
|
19127
|
+
markets: {};
|
|
19128
|
+
bridges: {};
|
|
19129
|
+
oracles: {};
|
|
19130
|
+
morpho: {};
|
|
19131
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
19132
|
+
uniswap: {
|
|
19133
|
+
deployBlock: number;
|
|
19134
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
19135
|
+
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
|
|
19136
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
19137
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
19138
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19139
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19140
|
+
positionsNFTDeployBlock: number;
|
|
19141
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
19142
|
+
wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19143
|
+
wrappedNativeSymbol: string;
|
|
19144
|
+
wrappedNativeName: string;
|
|
19145
|
+
wrappedNativeDecimals: number;
|
|
19146
|
+
nativeCurrencyName: string;
|
|
19147
|
+
};
|
|
19148
|
+
token: {
|
|
19149
|
+
usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19150
|
+
wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19151
|
+
};
|
|
19152
|
+
oku: {
|
|
19153
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
19154
|
+
limitOrderRegistryDeployBlock: number;
|
|
19155
|
+
pricing: {
|
|
19156
|
+
nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19157
|
+
nativeWrappedName: string;
|
|
19158
|
+
};
|
|
19159
|
+
};
|
|
19160
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
19161
|
+
defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19162
|
+
defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19163
|
+
tokenList: ({
|
|
19164
|
+
symbol: string;
|
|
19165
|
+
address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19166
|
+
} | {
|
|
19167
|
+
symbol: string;
|
|
19168
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19169
|
+
})[];
|
|
19170
|
+
stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
|
|
19171
|
+
watchlist: never[];
|
|
19172
|
+
internalName: "ronin";
|
|
19173
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
|
|
19174
|
+
contracts: {
|
|
19175
|
+
limitOrder: {
|
|
19176
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
19177
|
+
};
|
|
19178
|
+
nftManager: {
|
|
19179
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19180
|
+
};
|
|
19181
|
+
weth9: {
|
|
19182
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19183
|
+
};
|
|
19184
|
+
multicall2: {
|
|
19185
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
19186
|
+
};
|
|
19187
|
+
multicall3: {
|
|
19188
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
19189
|
+
};
|
|
19190
|
+
};
|
|
19191
|
+
blockExplorers: {
|
|
19192
|
+
readonly default: {
|
|
19193
|
+
readonly name: "Ronin Explorer";
|
|
19194
|
+
readonly url: "https://app.roninchain.com";
|
|
19195
|
+
};
|
|
19196
|
+
};
|
|
19197
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
19198
|
+
ensTlds?: readonly string[] | undefined;
|
|
19199
|
+
id: 2020;
|
|
19200
|
+
name: "Ronin";
|
|
19201
|
+
nativeCurrency: {
|
|
19202
|
+
readonly name: "RON";
|
|
19203
|
+
readonly symbol: "RON";
|
|
19204
|
+
readonly decimals: 18;
|
|
19205
|
+
};
|
|
19206
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
19207
|
+
rpcUrls: {
|
|
19208
|
+
readonly default: {
|
|
19209
|
+
readonly http: readonly ["https://api.roninchain.com/rpc"];
|
|
19210
|
+
};
|
|
19211
|
+
};
|
|
19212
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
19213
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
19214
|
+
custom?: Record<string, unknown> | undefined;
|
|
19215
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
19216
|
+
formatters?: undefined | undefined;
|
|
19217
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
19009
19218
|
}>];
|
|
19010
|
-
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19219
|
+
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19011
19220
|
export { ChainContract } from "viem";
|