@gfxlabs/oku-chains 1.1.228 → 1.1.230
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 +76 -1
- package/dist/index-mjs.js +77 -3
- package/dist/index.js +76 -1
- package/dist/types/browser.d.ts +198 -3
- package/dist/types/index-mjs.d.ts +198 -3
- package/dist/types/index.d.ts +198 -3
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2809,6 +2809,79 @@
|
|
|
2809
2809
|
},
|
|
2810
2810
|
});
|
|
2811
2811
|
|
|
2812
|
+
const nibiru = makeConfig({
|
|
2813
|
+
...chains.nibiru,
|
|
2814
|
+
name: "Nibiru",
|
|
2815
|
+
blockTimeSeconds: 2,
|
|
2816
|
+
launchTime: 1746663816,
|
|
2817
|
+
sortIndex: 15,
|
|
2818
|
+
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg",
|
|
2819
|
+
safeReorgDistance: 90000,
|
|
2820
|
+
externalId: {},
|
|
2821
|
+
markets: {},
|
|
2822
|
+
bridges: {},
|
|
2823
|
+
oracles: {},
|
|
2824
|
+
morpho: {},
|
|
2825
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2826
|
+
uniswap: {
|
|
2827
|
+
deployBlock: 19842247,
|
|
2828
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
2829
|
+
permit2: "0x807F4E281B7A3B324825C64ca53c69F0b418dE40",
|
|
2830
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2831
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
2832
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2833
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2834
|
+
positionsNFTDeployBlock: 19842447,
|
|
2835
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2",
|
|
2836
|
+
wrappedNativeAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2837
|
+
wrappedNativeSymbol: "WNIBI",
|
|
2838
|
+
wrappedNativeName: "Wrapped NIBI",
|
|
2839
|
+
wrappedNativeDecimals: 18,
|
|
2840
|
+
nativeCurrencyName: "NIBI",
|
|
2841
|
+
},
|
|
2842
|
+
token: {
|
|
2843
|
+
wethAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2844
|
+
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
2845
|
+
},
|
|
2846
|
+
oku: {
|
|
2847
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
2848
|
+
limitOrderRegistryDeployBlock: 19842992,
|
|
2849
|
+
pricing: {
|
|
2850
|
+
nativeWrappedToken: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2851
|
+
nativeWrappedName: "NIBI",
|
|
2852
|
+
},
|
|
2853
|
+
},
|
|
2854
|
+
defaultPool: viem.zeroAddress,
|
|
2855
|
+
defaultToken0: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
2856
|
+
defaultToken1: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2857
|
+
tokenList: [
|
|
2858
|
+
{ symbol: "WNIBI", address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484" },
|
|
2859
|
+
{ symbol: "USDC.e", address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b" },
|
|
2860
|
+
],
|
|
2861
|
+
stables: ["0x0829F361A05D993d5CEb035cA6DF3446b060970b"],
|
|
2862
|
+
watchlist: [],
|
|
2863
|
+
internalName: "nibiru",
|
|
2864
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.png",
|
|
2865
|
+
contracts: {
|
|
2866
|
+
...chains.nibiru.contracts,
|
|
2867
|
+
limitOrder: {
|
|
2868
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
2869
|
+
},
|
|
2870
|
+
nftManager: {
|
|
2871
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2872
|
+
},
|
|
2873
|
+
weth9: {
|
|
2874
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2875
|
+
},
|
|
2876
|
+
multicall2: {
|
|
2877
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2878
|
+
},
|
|
2879
|
+
multicall3: {
|
|
2880
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
2881
|
+
},
|
|
2882
|
+
},
|
|
2883
|
+
});
|
|
2884
|
+
|
|
2812
2885
|
const optimism = makeConfig({
|
|
2813
2886
|
...chains.optimism,
|
|
2814
2887
|
name: "Optimism",
|
|
@@ -4387,7 +4460,7 @@
|
|
|
4387
4460
|
nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
|
|
4388
4461
|
positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
|
|
4389
4462
|
positionsNFTDeployBlock: 1603405,
|
|
4390
|
-
universalRouter: "
|
|
4463
|
+
universalRouter: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4391
4464
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
|
|
4392
4465
|
wrappedNativeSymbol: "WETH",
|
|
4393
4466
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -4789,6 +4862,7 @@
|
|
|
4789
4862
|
xdc,
|
|
4790
4863
|
tronShasta,
|
|
4791
4864
|
lens,
|
|
4865
|
+
nibiru,
|
|
4792
4866
|
];
|
|
4793
4867
|
|
|
4794
4868
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
|
@@ -4813,6 +4887,7 @@
|
|
|
4813
4887
|
exports.mantle = mantle;
|
|
4814
4888
|
exports.metal = metal;
|
|
4815
4889
|
exports.moonbeam = moonbeam;
|
|
4890
|
+
exports.nibiru = nibiru;
|
|
4816
4891
|
exports.optimism = optimism;
|
|
4817
4892
|
exports.polygon = polygon;
|
|
4818
4893
|
exports.polygonZkEvm = polygonZkEvm;
|
package/dist/index-mjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { arbitrum as arbitrum$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, 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, metalL2, moonbeam as moonbeam$1, optimism as optimism$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, worldchain as worldchain$1, xdc as xdc$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
|
|
1
|
+
import { arbitrum as arbitrum$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, 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, metalL2, moonbeam as moonbeam$1, nibiru as nibiru$1, optimism as optimism$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, worldchain as worldchain$1, xdc as xdc$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
|
|
2
2
|
import { zeroAddress } from 'viem';
|
|
3
3
|
|
|
4
4
|
const makeConfig = (x) => {
|
|
@@ -2806,6 +2806,79 @@ const moonbeam = makeConfig({
|
|
|
2806
2806
|
},
|
|
2807
2807
|
});
|
|
2808
2808
|
|
|
2809
|
+
const nibiru = makeConfig({
|
|
2810
|
+
...nibiru$1,
|
|
2811
|
+
name: "Nibiru",
|
|
2812
|
+
blockTimeSeconds: 2,
|
|
2813
|
+
launchTime: 1746663816,
|
|
2814
|
+
sortIndex: 15,
|
|
2815
|
+
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg",
|
|
2816
|
+
safeReorgDistance: 90000,
|
|
2817
|
+
externalId: {},
|
|
2818
|
+
markets: {},
|
|
2819
|
+
bridges: {},
|
|
2820
|
+
oracles: {},
|
|
2821
|
+
morpho: {},
|
|
2822
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2823
|
+
uniswap: {
|
|
2824
|
+
deployBlock: 19842247,
|
|
2825
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
2826
|
+
permit2: "0x807F4E281B7A3B324825C64ca53c69F0b418dE40",
|
|
2827
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2828
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
2829
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2830
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2831
|
+
positionsNFTDeployBlock: 19842447,
|
|
2832
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2",
|
|
2833
|
+
wrappedNativeAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2834
|
+
wrappedNativeSymbol: "WNIBI",
|
|
2835
|
+
wrappedNativeName: "Wrapped NIBI",
|
|
2836
|
+
wrappedNativeDecimals: 18,
|
|
2837
|
+
nativeCurrencyName: "NIBI",
|
|
2838
|
+
},
|
|
2839
|
+
token: {
|
|
2840
|
+
wethAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2841
|
+
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
2842
|
+
},
|
|
2843
|
+
oku: {
|
|
2844
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
2845
|
+
limitOrderRegistryDeployBlock: 19842992,
|
|
2846
|
+
pricing: {
|
|
2847
|
+
nativeWrappedToken: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2848
|
+
nativeWrappedName: "NIBI",
|
|
2849
|
+
},
|
|
2850
|
+
},
|
|
2851
|
+
defaultPool: zeroAddress,
|
|
2852
|
+
defaultToken0: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
2853
|
+
defaultToken1: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2854
|
+
tokenList: [
|
|
2855
|
+
{ symbol: "WNIBI", address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484" },
|
|
2856
|
+
{ symbol: "USDC.e", address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b" },
|
|
2857
|
+
],
|
|
2858
|
+
stables: ["0x0829F361A05D993d5CEb035cA6DF3446b060970b"],
|
|
2859
|
+
watchlist: [],
|
|
2860
|
+
internalName: "nibiru",
|
|
2861
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.png",
|
|
2862
|
+
contracts: {
|
|
2863
|
+
...nibiru$1.contracts,
|
|
2864
|
+
limitOrder: {
|
|
2865
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
2866
|
+
},
|
|
2867
|
+
nftManager: {
|
|
2868
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2869
|
+
},
|
|
2870
|
+
weth9: {
|
|
2871
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2872
|
+
},
|
|
2873
|
+
multicall2: {
|
|
2874
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2875
|
+
},
|
|
2876
|
+
multicall3: {
|
|
2877
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
2878
|
+
},
|
|
2879
|
+
},
|
|
2880
|
+
});
|
|
2881
|
+
|
|
2809
2882
|
const optimism = makeConfig({
|
|
2810
2883
|
...optimism$1,
|
|
2811
2884
|
name: "Optimism",
|
|
@@ -4384,7 +4457,7 @@ const worldchain = makeConfig({
|
|
|
4384
4457
|
nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
|
|
4385
4458
|
positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
|
|
4386
4459
|
positionsNFTDeployBlock: 1603405,
|
|
4387
|
-
universalRouter: "
|
|
4460
|
+
universalRouter: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4388
4461
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
|
|
4389
4462
|
wrappedNativeSymbol: "WETH",
|
|
4390
4463
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -4786,6 +4859,7 @@ const MAINNET_CHAINS = [
|
|
|
4786
4859
|
xdc,
|
|
4787
4860
|
tronShasta,
|
|
4788
4861
|
lens,
|
|
4862
|
+
nibiru,
|
|
4789
4863
|
];
|
|
4790
4864
|
|
|
4791
|
-
export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, polygonZkEvm, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, zkSync };
|
|
4865
|
+
export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, nibiru, optimism, polygon, polygonZkEvm, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, zkSync };
|
package/dist/index.js
CHANGED
|
@@ -2808,6 +2808,79 @@ const moonbeam = makeConfig({
|
|
|
2808
2808
|
},
|
|
2809
2809
|
});
|
|
2810
2810
|
|
|
2811
|
+
const nibiru = makeConfig({
|
|
2812
|
+
...chains.nibiru,
|
|
2813
|
+
name: "Nibiru",
|
|
2814
|
+
blockTimeSeconds: 2,
|
|
2815
|
+
launchTime: 1746663816,
|
|
2816
|
+
sortIndex: 15,
|
|
2817
|
+
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg",
|
|
2818
|
+
safeReorgDistance: 90000,
|
|
2819
|
+
externalId: {},
|
|
2820
|
+
markets: {},
|
|
2821
|
+
bridges: {},
|
|
2822
|
+
oracles: {},
|
|
2823
|
+
morpho: {},
|
|
2824
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2825
|
+
uniswap: {
|
|
2826
|
+
deployBlock: 19842247,
|
|
2827
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
2828
|
+
permit2: "0x807F4E281B7A3B324825C64ca53c69F0b418dE40",
|
|
2829
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2830
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
2831
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2832
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2833
|
+
positionsNFTDeployBlock: 19842447,
|
|
2834
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2",
|
|
2835
|
+
wrappedNativeAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2836
|
+
wrappedNativeSymbol: "WNIBI",
|
|
2837
|
+
wrappedNativeName: "Wrapped NIBI",
|
|
2838
|
+
wrappedNativeDecimals: 18,
|
|
2839
|
+
nativeCurrencyName: "NIBI",
|
|
2840
|
+
},
|
|
2841
|
+
token: {
|
|
2842
|
+
wethAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2843
|
+
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
2844
|
+
},
|
|
2845
|
+
oku: {
|
|
2846
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
2847
|
+
limitOrderRegistryDeployBlock: 19842992,
|
|
2848
|
+
pricing: {
|
|
2849
|
+
nativeWrappedToken: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2850
|
+
nativeWrappedName: "NIBI",
|
|
2851
|
+
},
|
|
2852
|
+
},
|
|
2853
|
+
defaultPool: viem.zeroAddress,
|
|
2854
|
+
defaultToken0: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
2855
|
+
defaultToken1: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2856
|
+
tokenList: [
|
|
2857
|
+
{ symbol: "WNIBI", address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484" },
|
|
2858
|
+
{ symbol: "USDC.e", address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b" },
|
|
2859
|
+
],
|
|
2860
|
+
stables: ["0x0829F361A05D993d5CEb035cA6DF3446b060970b"],
|
|
2861
|
+
watchlist: [],
|
|
2862
|
+
internalName: "nibiru",
|
|
2863
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.png",
|
|
2864
|
+
contracts: {
|
|
2865
|
+
...chains.nibiru.contracts,
|
|
2866
|
+
limitOrder: {
|
|
2867
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
2868
|
+
},
|
|
2869
|
+
nftManager: {
|
|
2870
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2871
|
+
},
|
|
2872
|
+
weth9: {
|
|
2873
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484",
|
|
2874
|
+
},
|
|
2875
|
+
multicall2: {
|
|
2876
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2877
|
+
},
|
|
2878
|
+
multicall3: {
|
|
2879
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
2880
|
+
},
|
|
2881
|
+
},
|
|
2882
|
+
});
|
|
2883
|
+
|
|
2811
2884
|
const optimism = makeConfig({
|
|
2812
2885
|
...chains.optimism,
|
|
2813
2886
|
name: "Optimism",
|
|
@@ -4386,7 +4459,7 @@ const worldchain = makeConfig({
|
|
|
4386
4459
|
nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
|
|
4387
4460
|
positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
|
|
4388
4461
|
positionsNFTDeployBlock: 1603405,
|
|
4389
|
-
universalRouter: "
|
|
4462
|
+
universalRouter: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4390
4463
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
|
|
4391
4464
|
wrappedNativeSymbol: "WETH",
|
|
4392
4465
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -4788,6 +4861,7 @@ const MAINNET_CHAINS = [
|
|
|
4788
4861
|
xdc,
|
|
4789
4862
|
tronShasta,
|
|
4790
4863
|
lens,
|
|
4864
|
+
nibiru,
|
|
4791
4865
|
];
|
|
4792
4866
|
|
|
4793
4867
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
|
@@ -4812,6 +4886,7 @@ exports.manta = manta;
|
|
|
4812
4886
|
exports.mantle = mantle;
|
|
4813
4887
|
exports.metal = metal;
|
|
4814
4888
|
exports.moonbeam = moonbeam;
|
|
4889
|
+
exports.nibiru = nibiru;
|
|
4815
4890
|
exports.optimism = optimism;
|
|
4816
4891
|
exports.polygon = polygon;
|
|
4817
4892
|
exports.polygonZkEvm = polygonZkEvm;
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -4957,6 +4957,105 @@ declare const moonbeam: Readonly<{
|
|
|
4957
4957
|
formatters?: undefined | undefined;
|
|
4958
4958
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4959
4959
|
}>;
|
|
4960
|
+
declare const nibiru: Readonly<{
|
|
4961
|
+
name: "Nibiru";
|
|
4962
|
+
blockTimeSeconds: 2;
|
|
4963
|
+
launchTime: 1746663816;
|
|
4964
|
+
sortIndex: 15;
|
|
4965
|
+
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
4966
|
+
safeReorgDistance: 90000;
|
|
4967
|
+
externalId: {};
|
|
4968
|
+
markets: {};
|
|
4969
|
+
bridges: {};
|
|
4970
|
+
oracles: {};
|
|
4971
|
+
morpho: {};
|
|
4972
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
4973
|
+
uniswap: {
|
|
4974
|
+
deployBlock: number;
|
|
4975
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
4976
|
+
permit2: "0x807F4E281B7A3B324825C64ca53c69F0b418dE40";
|
|
4977
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
4978
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
4979
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4980
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4981
|
+
positionsNFTDeployBlock: number;
|
|
4982
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
|
|
4983
|
+
wrappedNativeAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
4984
|
+
wrappedNativeSymbol: string;
|
|
4985
|
+
wrappedNativeName: string;
|
|
4986
|
+
wrappedNativeDecimals: number;
|
|
4987
|
+
nativeCurrencyName: string;
|
|
4988
|
+
};
|
|
4989
|
+
token: {
|
|
4990
|
+
wethAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
4991
|
+
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
4992
|
+
};
|
|
4993
|
+
oku: {
|
|
4994
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
4995
|
+
limitOrderRegistryDeployBlock: number;
|
|
4996
|
+
pricing: {
|
|
4997
|
+
nativeWrappedToken: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
4998
|
+
nativeWrappedName: string;
|
|
4999
|
+
};
|
|
5000
|
+
};
|
|
5001
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
5002
|
+
defaultToken0: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
5003
|
+
defaultToken1: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
5004
|
+
tokenList: ({
|
|
5005
|
+
symbol: string;
|
|
5006
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
5007
|
+
} | {
|
|
5008
|
+
symbol: string;
|
|
5009
|
+
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
5010
|
+
})[];
|
|
5011
|
+
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
5012
|
+
watchlist: never[];
|
|
5013
|
+
internalName: "nibiru";
|
|
5014
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.png";
|
|
5015
|
+
contracts: {
|
|
5016
|
+
limitOrder: {
|
|
5017
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
5018
|
+
};
|
|
5019
|
+
nftManager: {
|
|
5020
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
5021
|
+
};
|
|
5022
|
+
weth9: {
|
|
5023
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
5024
|
+
};
|
|
5025
|
+
multicall2: {
|
|
5026
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
5027
|
+
};
|
|
5028
|
+
multicall3: {
|
|
5029
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
5030
|
+
};
|
|
5031
|
+
};
|
|
5032
|
+
blockExplorers: {
|
|
5033
|
+
readonly default: {
|
|
5034
|
+
readonly name: "NibiScan";
|
|
5035
|
+
readonly url: "https://nibiscan.io";
|
|
5036
|
+
};
|
|
5037
|
+
};
|
|
5038
|
+
ensTlds?: readonly string[] | undefined;
|
|
5039
|
+
id: 6900;
|
|
5040
|
+
nativeCurrency: {
|
|
5041
|
+
readonly decimals: 18;
|
|
5042
|
+
readonly name: "NIBI";
|
|
5043
|
+
readonly symbol: "NIBI";
|
|
5044
|
+
};
|
|
5045
|
+
rpcUrls: {
|
|
5046
|
+
readonly default: {
|
|
5047
|
+
readonly http: readonly [
|
|
5048
|
+
"https://evm-rpc.nibiru.fi"
|
|
5049
|
+
];
|
|
5050
|
+
};
|
|
5051
|
+
};
|
|
5052
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
5053
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
5054
|
+
custom?: Record<string, unknown> | undefined;
|
|
5055
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5056
|
+
formatters?: undefined | undefined;
|
|
5057
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
5058
|
+
}>;
|
|
4960
5059
|
declare const optimism: Readonly<{
|
|
4961
5060
|
name: "Optimism";
|
|
4962
5061
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -6712,7 +6811,7 @@ declare const worldchain: Readonly<{
|
|
|
6712
6811
|
nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
6713
6812
|
positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
6714
6813
|
positionsNFTDeployBlock: number;
|
|
6715
|
-
universalRouter: "
|
|
6814
|
+
universalRouter: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6716
6815
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
6717
6816
|
wrappedNativeSymbol: string;
|
|
6718
6817
|
wrappedNativeName: string;
|
|
@@ -15000,7 +15099,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15000
15099
|
nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
15001
15100
|
positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
15002
15101
|
positionsNFTDeployBlock: number;
|
|
15003
|
-
universalRouter: "
|
|
15102
|
+
universalRouter: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15004
15103
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
15005
15104
|
wrappedNativeSymbol: string;
|
|
15006
15105
|
wrappedNativeName: string;
|
|
@@ -15632,6 +15731,102 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15632
15731
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15633
15732
|
formatters?: undefined | undefined;
|
|
15634
15733
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15734
|
+
}>, Readonly<{
|
|
15735
|
+
name: "Nibiru";
|
|
15736
|
+
blockTimeSeconds: 2;
|
|
15737
|
+
launchTime: 1746663816;
|
|
15738
|
+
sortIndex: 15;
|
|
15739
|
+
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
15740
|
+
safeReorgDistance: 90000;
|
|
15741
|
+
externalId: {};
|
|
15742
|
+
markets: {};
|
|
15743
|
+
bridges: {};
|
|
15744
|
+
oracles: {};
|
|
15745
|
+
morpho: {};
|
|
15746
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
15747
|
+
uniswap: {
|
|
15748
|
+
deployBlock: number;
|
|
15749
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
15750
|
+
permit2: "0x807F4E281B7A3B324825C64ca53c69F0b418dE40";
|
|
15751
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15752
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
15753
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
15754
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
15755
|
+
positionsNFTDeployBlock: number;
|
|
15756
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
|
|
15757
|
+
wrappedNativeAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15758
|
+
wrappedNativeSymbol: string;
|
|
15759
|
+
wrappedNativeName: string;
|
|
15760
|
+
wrappedNativeDecimals: number;
|
|
15761
|
+
nativeCurrencyName: string;
|
|
15762
|
+
};
|
|
15763
|
+
token: {
|
|
15764
|
+
wethAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15765
|
+
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
15766
|
+
};
|
|
15767
|
+
oku: {
|
|
15768
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
15769
|
+
limitOrderRegistryDeployBlock: number;
|
|
15770
|
+
pricing: {
|
|
15771
|
+
nativeWrappedToken: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15772
|
+
nativeWrappedName: string;
|
|
15773
|
+
};
|
|
15774
|
+
};
|
|
15775
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
15776
|
+
defaultToken0: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
15777
|
+
defaultToken1: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15778
|
+
tokenList: ({
|
|
15779
|
+
symbol: string;
|
|
15780
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15781
|
+
} | {
|
|
15782
|
+
symbol: string;
|
|
15783
|
+
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
15784
|
+
})[];
|
|
15785
|
+
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
15786
|
+
watchlist: never[];
|
|
15787
|
+
internalName: "nibiru";
|
|
15788
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.png";
|
|
15789
|
+
contracts: {
|
|
15790
|
+
limitOrder: {
|
|
15791
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
15792
|
+
};
|
|
15793
|
+
nftManager: {
|
|
15794
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
15795
|
+
};
|
|
15796
|
+
weth9: {
|
|
15797
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15798
|
+
};
|
|
15799
|
+
multicall2: {
|
|
15800
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15801
|
+
};
|
|
15802
|
+
multicall3: {
|
|
15803
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
15804
|
+
};
|
|
15805
|
+
};
|
|
15806
|
+
blockExplorers: {
|
|
15807
|
+
readonly default: {
|
|
15808
|
+
readonly name: "NibiScan";
|
|
15809
|
+
readonly url: "https://nibiscan.io";
|
|
15810
|
+
};
|
|
15811
|
+
};
|
|
15812
|
+
ensTlds?: readonly string[] | undefined;
|
|
15813
|
+
id: 6900;
|
|
15814
|
+
nativeCurrency: {
|
|
15815
|
+
readonly decimals: 18;
|
|
15816
|
+
readonly name: "NIBI";
|
|
15817
|
+
readonly symbol: "NIBI";
|
|
15818
|
+
};
|
|
15819
|
+
rpcUrls: {
|
|
15820
|
+
readonly default: {
|
|
15821
|
+
readonly http: readonly ["https://evm-rpc.nibiru.fi"];
|
|
15822
|
+
};
|
|
15823
|
+
};
|
|
15824
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
15825
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
15826
|
+
custom?: Record<string, unknown> | undefined;
|
|
15827
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15828
|
+
formatters?: undefined | undefined;
|
|
15829
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15635
15830
|
}>];
|
|
15636
|
-
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15831
|
+
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, nibiru, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15637
15832
|
export { ChainContract } from "viem";
|
|
@@ -4957,6 +4957,105 @@ declare const moonbeam: Readonly<{
|
|
|
4957
4957
|
formatters?: undefined | undefined;
|
|
4958
4958
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4959
4959
|
}>;
|
|
4960
|
+
declare const nibiru: Readonly<{
|
|
4961
|
+
name: "Nibiru";
|
|
4962
|
+
blockTimeSeconds: 2;
|
|
4963
|
+
launchTime: 1746663816;
|
|
4964
|
+
sortIndex: 15;
|
|
4965
|
+
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
4966
|
+
safeReorgDistance: 90000;
|
|
4967
|
+
externalId: {};
|
|
4968
|
+
markets: {};
|
|
4969
|
+
bridges: {};
|
|
4970
|
+
oracles: {};
|
|
4971
|
+
morpho: {};
|
|
4972
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
4973
|
+
uniswap: {
|
|
4974
|
+
deployBlock: number;
|
|
4975
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
4976
|
+
permit2: "0x807F4E281B7A3B324825C64ca53c69F0b418dE40";
|
|
4977
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
4978
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
4979
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4980
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4981
|
+
positionsNFTDeployBlock: number;
|
|
4982
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
|
|
4983
|
+
wrappedNativeAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
4984
|
+
wrappedNativeSymbol: string;
|
|
4985
|
+
wrappedNativeName: string;
|
|
4986
|
+
wrappedNativeDecimals: number;
|
|
4987
|
+
nativeCurrencyName: string;
|
|
4988
|
+
};
|
|
4989
|
+
token: {
|
|
4990
|
+
wethAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
4991
|
+
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
4992
|
+
};
|
|
4993
|
+
oku: {
|
|
4994
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
4995
|
+
limitOrderRegistryDeployBlock: number;
|
|
4996
|
+
pricing: {
|
|
4997
|
+
nativeWrappedToken: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
4998
|
+
nativeWrappedName: string;
|
|
4999
|
+
};
|
|
5000
|
+
};
|
|
5001
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
5002
|
+
defaultToken0: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
5003
|
+
defaultToken1: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
5004
|
+
tokenList: ({
|
|
5005
|
+
symbol: string;
|
|
5006
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
5007
|
+
} | {
|
|
5008
|
+
symbol: string;
|
|
5009
|
+
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
5010
|
+
})[];
|
|
5011
|
+
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
5012
|
+
watchlist: never[];
|
|
5013
|
+
internalName: "nibiru";
|
|
5014
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.png";
|
|
5015
|
+
contracts: {
|
|
5016
|
+
limitOrder: {
|
|
5017
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
5018
|
+
};
|
|
5019
|
+
nftManager: {
|
|
5020
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
5021
|
+
};
|
|
5022
|
+
weth9: {
|
|
5023
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
5024
|
+
};
|
|
5025
|
+
multicall2: {
|
|
5026
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
5027
|
+
};
|
|
5028
|
+
multicall3: {
|
|
5029
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
5030
|
+
};
|
|
5031
|
+
};
|
|
5032
|
+
blockExplorers: {
|
|
5033
|
+
readonly default: {
|
|
5034
|
+
readonly name: "NibiScan";
|
|
5035
|
+
readonly url: "https://nibiscan.io";
|
|
5036
|
+
};
|
|
5037
|
+
};
|
|
5038
|
+
ensTlds?: readonly string[] | undefined;
|
|
5039
|
+
id: 6900;
|
|
5040
|
+
nativeCurrency: {
|
|
5041
|
+
readonly decimals: 18;
|
|
5042
|
+
readonly name: "NIBI";
|
|
5043
|
+
readonly symbol: "NIBI";
|
|
5044
|
+
};
|
|
5045
|
+
rpcUrls: {
|
|
5046
|
+
readonly default: {
|
|
5047
|
+
readonly http: readonly [
|
|
5048
|
+
"https://evm-rpc.nibiru.fi"
|
|
5049
|
+
];
|
|
5050
|
+
};
|
|
5051
|
+
};
|
|
5052
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
5053
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
5054
|
+
custom?: Record<string, unknown> | undefined;
|
|
5055
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5056
|
+
formatters?: undefined | undefined;
|
|
5057
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
5058
|
+
}>;
|
|
4960
5059
|
declare const optimism: Readonly<{
|
|
4961
5060
|
name: "Optimism";
|
|
4962
5061
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -6712,7 +6811,7 @@ declare const worldchain: Readonly<{
|
|
|
6712
6811
|
nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
6713
6812
|
positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
6714
6813
|
positionsNFTDeployBlock: number;
|
|
6715
|
-
universalRouter: "
|
|
6814
|
+
universalRouter: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6716
6815
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
6717
6816
|
wrappedNativeSymbol: string;
|
|
6718
6817
|
wrappedNativeName: string;
|
|
@@ -15000,7 +15099,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15000
15099
|
nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
15001
15100
|
positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
15002
15101
|
positionsNFTDeployBlock: number;
|
|
15003
|
-
universalRouter: "
|
|
15102
|
+
universalRouter: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15004
15103
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
15005
15104
|
wrappedNativeSymbol: string;
|
|
15006
15105
|
wrappedNativeName: string;
|
|
@@ -15632,6 +15731,102 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15632
15731
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15633
15732
|
formatters?: undefined | undefined;
|
|
15634
15733
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15734
|
+
}>, Readonly<{
|
|
15735
|
+
name: "Nibiru";
|
|
15736
|
+
blockTimeSeconds: 2;
|
|
15737
|
+
launchTime: 1746663816;
|
|
15738
|
+
sortIndex: 15;
|
|
15739
|
+
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
15740
|
+
safeReorgDistance: 90000;
|
|
15741
|
+
externalId: {};
|
|
15742
|
+
markets: {};
|
|
15743
|
+
bridges: {};
|
|
15744
|
+
oracles: {};
|
|
15745
|
+
morpho: {};
|
|
15746
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
15747
|
+
uniswap: {
|
|
15748
|
+
deployBlock: number;
|
|
15749
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
15750
|
+
permit2: "0x807F4E281B7A3B324825C64ca53c69F0b418dE40";
|
|
15751
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15752
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
15753
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
15754
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
15755
|
+
positionsNFTDeployBlock: number;
|
|
15756
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
|
|
15757
|
+
wrappedNativeAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15758
|
+
wrappedNativeSymbol: string;
|
|
15759
|
+
wrappedNativeName: string;
|
|
15760
|
+
wrappedNativeDecimals: number;
|
|
15761
|
+
nativeCurrencyName: string;
|
|
15762
|
+
};
|
|
15763
|
+
token: {
|
|
15764
|
+
wethAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15765
|
+
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
15766
|
+
};
|
|
15767
|
+
oku: {
|
|
15768
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
15769
|
+
limitOrderRegistryDeployBlock: number;
|
|
15770
|
+
pricing: {
|
|
15771
|
+
nativeWrappedToken: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15772
|
+
nativeWrappedName: string;
|
|
15773
|
+
};
|
|
15774
|
+
};
|
|
15775
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
15776
|
+
defaultToken0: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
15777
|
+
defaultToken1: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15778
|
+
tokenList: ({
|
|
15779
|
+
symbol: string;
|
|
15780
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15781
|
+
} | {
|
|
15782
|
+
symbol: string;
|
|
15783
|
+
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
15784
|
+
})[];
|
|
15785
|
+
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
15786
|
+
watchlist: never[];
|
|
15787
|
+
internalName: "nibiru";
|
|
15788
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.png";
|
|
15789
|
+
contracts: {
|
|
15790
|
+
limitOrder: {
|
|
15791
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
15792
|
+
};
|
|
15793
|
+
nftManager: {
|
|
15794
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
15795
|
+
};
|
|
15796
|
+
weth9: {
|
|
15797
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15798
|
+
};
|
|
15799
|
+
multicall2: {
|
|
15800
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15801
|
+
};
|
|
15802
|
+
multicall3: {
|
|
15803
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
15804
|
+
};
|
|
15805
|
+
};
|
|
15806
|
+
blockExplorers: {
|
|
15807
|
+
readonly default: {
|
|
15808
|
+
readonly name: "NibiScan";
|
|
15809
|
+
readonly url: "https://nibiscan.io";
|
|
15810
|
+
};
|
|
15811
|
+
};
|
|
15812
|
+
ensTlds?: readonly string[] | undefined;
|
|
15813
|
+
id: 6900;
|
|
15814
|
+
nativeCurrency: {
|
|
15815
|
+
readonly decimals: 18;
|
|
15816
|
+
readonly name: "NIBI";
|
|
15817
|
+
readonly symbol: "NIBI";
|
|
15818
|
+
};
|
|
15819
|
+
rpcUrls: {
|
|
15820
|
+
readonly default: {
|
|
15821
|
+
readonly http: readonly ["https://evm-rpc.nibiru.fi"];
|
|
15822
|
+
};
|
|
15823
|
+
};
|
|
15824
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
15825
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
15826
|
+
custom?: Record<string, unknown> | undefined;
|
|
15827
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15828
|
+
formatters?: undefined | undefined;
|
|
15829
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15635
15830
|
}>];
|
|
15636
|
-
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15831
|
+
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, nibiru, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15637
15832
|
export { ChainContract } from "viem";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -4957,6 +4957,105 @@ declare const moonbeam: Readonly<{
|
|
|
4957
4957
|
formatters?: undefined | undefined;
|
|
4958
4958
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4959
4959
|
}>;
|
|
4960
|
+
declare const nibiru: Readonly<{
|
|
4961
|
+
name: "Nibiru";
|
|
4962
|
+
blockTimeSeconds: 2;
|
|
4963
|
+
launchTime: 1746663816;
|
|
4964
|
+
sortIndex: 15;
|
|
4965
|
+
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
4966
|
+
safeReorgDistance: 90000;
|
|
4967
|
+
externalId: {};
|
|
4968
|
+
markets: {};
|
|
4969
|
+
bridges: {};
|
|
4970
|
+
oracles: {};
|
|
4971
|
+
morpho: {};
|
|
4972
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
4973
|
+
uniswap: {
|
|
4974
|
+
deployBlock: number;
|
|
4975
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
4976
|
+
permit2: "0x807F4E281B7A3B324825C64ca53c69F0b418dE40";
|
|
4977
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
4978
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
4979
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4980
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4981
|
+
positionsNFTDeployBlock: number;
|
|
4982
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
|
|
4983
|
+
wrappedNativeAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
4984
|
+
wrappedNativeSymbol: string;
|
|
4985
|
+
wrappedNativeName: string;
|
|
4986
|
+
wrappedNativeDecimals: number;
|
|
4987
|
+
nativeCurrencyName: string;
|
|
4988
|
+
};
|
|
4989
|
+
token: {
|
|
4990
|
+
wethAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
4991
|
+
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
4992
|
+
};
|
|
4993
|
+
oku: {
|
|
4994
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
4995
|
+
limitOrderRegistryDeployBlock: number;
|
|
4996
|
+
pricing: {
|
|
4997
|
+
nativeWrappedToken: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
4998
|
+
nativeWrappedName: string;
|
|
4999
|
+
};
|
|
5000
|
+
};
|
|
5001
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
5002
|
+
defaultToken0: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
5003
|
+
defaultToken1: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
5004
|
+
tokenList: ({
|
|
5005
|
+
symbol: string;
|
|
5006
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
5007
|
+
} | {
|
|
5008
|
+
symbol: string;
|
|
5009
|
+
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
5010
|
+
})[];
|
|
5011
|
+
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
5012
|
+
watchlist: never[];
|
|
5013
|
+
internalName: "nibiru";
|
|
5014
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.png";
|
|
5015
|
+
contracts: {
|
|
5016
|
+
limitOrder: {
|
|
5017
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
5018
|
+
};
|
|
5019
|
+
nftManager: {
|
|
5020
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
5021
|
+
};
|
|
5022
|
+
weth9: {
|
|
5023
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
5024
|
+
};
|
|
5025
|
+
multicall2: {
|
|
5026
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
5027
|
+
};
|
|
5028
|
+
multicall3: {
|
|
5029
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
5030
|
+
};
|
|
5031
|
+
};
|
|
5032
|
+
blockExplorers: {
|
|
5033
|
+
readonly default: {
|
|
5034
|
+
readonly name: "NibiScan";
|
|
5035
|
+
readonly url: "https://nibiscan.io";
|
|
5036
|
+
};
|
|
5037
|
+
};
|
|
5038
|
+
ensTlds?: readonly string[] | undefined;
|
|
5039
|
+
id: 6900;
|
|
5040
|
+
nativeCurrency: {
|
|
5041
|
+
readonly decimals: 18;
|
|
5042
|
+
readonly name: "NIBI";
|
|
5043
|
+
readonly symbol: "NIBI";
|
|
5044
|
+
};
|
|
5045
|
+
rpcUrls: {
|
|
5046
|
+
readonly default: {
|
|
5047
|
+
readonly http: readonly [
|
|
5048
|
+
"https://evm-rpc.nibiru.fi"
|
|
5049
|
+
];
|
|
5050
|
+
};
|
|
5051
|
+
};
|
|
5052
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
5053
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
5054
|
+
custom?: Record<string, unknown> | undefined;
|
|
5055
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5056
|
+
formatters?: undefined | undefined;
|
|
5057
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
5058
|
+
}>;
|
|
4960
5059
|
declare const optimism: Readonly<{
|
|
4961
5060
|
name: "Optimism";
|
|
4962
5061
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -6712,7 +6811,7 @@ declare const worldchain: Readonly<{
|
|
|
6712
6811
|
nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
6713
6812
|
positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
6714
6813
|
positionsNFTDeployBlock: number;
|
|
6715
|
-
universalRouter: "
|
|
6814
|
+
universalRouter: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6716
6815
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
6717
6816
|
wrappedNativeSymbol: string;
|
|
6718
6817
|
wrappedNativeName: string;
|
|
@@ -15000,7 +15099,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15000
15099
|
nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
15001
15100
|
positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
15002
15101
|
positionsNFTDeployBlock: number;
|
|
15003
|
-
universalRouter: "
|
|
15102
|
+
universalRouter: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15004
15103
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
15005
15104
|
wrappedNativeSymbol: string;
|
|
15006
15105
|
wrappedNativeName: string;
|
|
@@ -15632,6 +15731,102 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15632
15731
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15633
15732
|
formatters?: undefined | undefined;
|
|
15634
15733
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15734
|
+
}>, Readonly<{
|
|
15735
|
+
name: "Nibiru";
|
|
15736
|
+
blockTimeSeconds: 2;
|
|
15737
|
+
launchTime: 1746663816;
|
|
15738
|
+
sortIndex: 15;
|
|
15739
|
+
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
15740
|
+
safeReorgDistance: 90000;
|
|
15741
|
+
externalId: {};
|
|
15742
|
+
markets: {};
|
|
15743
|
+
bridges: {};
|
|
15744
|
+
oracles: {};
|
|
15745
|
+
morpho: {};
|
|
15746
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
15747
|
+
uniswap: {
|
|
15748
|
+
deployBlock: number;
|
|
15749
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
15750
|
+
permit2: "0x807F4E281B7A3B324825C64ca53c69F0b418dE40";
|
|
15751
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15752
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
15753
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
15754
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
15755
|
+
positionsNFTDeployBlock: number;
|
|
15756
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
|
|
15757
|
+
wrappedNativeAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15758
|
+
wrappedNativeSymbol: string;
|
|
15759
|
+
wrappedNativeName: string;
|
|
15760
|
+
wrappedNativeDecimals: number;
|
|
15761
|
+
nativeCurrencyName: string;
|
|
15762
|
+
};
|
|
15763
|
+
token: {
|
|
15764
|
+
wethAddress: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15765
|
+
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
15766
|
+
};
|
|
15767
|
+
oku: {
|
|
15768
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
15769
|
+
limitOrderRegistryDeployBlock: number;
|
|
15770
|
+
pricing: {
|
|
15771
|
+
nativeWrappedToken: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15772
|
+
nativeWrappedName: string;
|
|
15773
|
+
};
|
|
15774
|
+
};
|
|
15775
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
15776
|
+
defaultToken0: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
15777
|
+
defaultToken1: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15778
|
+
tokenList: ({
|
|
15779
|
+
symbol: string;
|
|
15780
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15781
|
+
} | {
|
|
15782
|
+
symbol: string;
|
|
15783
|
+
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
15784
|
+
})[];
|
|
15785
|
+
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
15786
|
+
watchlist: never[];
|
|
15787
|
+
internalName: "nibiru";
|
|
15788
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.png";
|
|
15789
|
+
contracts: {
|
|
15790
|
+
limitOrder: {
|
|
15791
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
15792
|
+
};
|
|
15793
|
+
nftManager: {
|
|
15794
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
15795
|
+
};
|
|
15796
|
+
weth9: {
|
|
15797
|
+
address: "0x1429B38e58b97de646ACd65fdb8a4502c2131484";
|
|
15798
|
+
};
|
|
15799
|
+
multicall2: {
|
|
15800
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15801
|
+
};
|
|
15802
|
+
multicall3: {
|
|
15803
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
15804
|
+
};
|
|
15805
|
+
};
|
|
15806
|
+
blockExplorers: {
|
|
15807
|
+
readonly default: {
|
|
15808
|
+
readonly name: "NibiScan";
|
|
15809
|
+
readonly url: "https://nibiscan.io";
|
|
15810
|
+
};
|
|
15811
|
+
};
|
|
15812
|
+
ensTlds?: readonly string[] | undefined;
|
|
15813
|
+
id: 6900;
|
|
15814
|
+
nativeCurrency: {
|
|
15815
|
+
readonly decimals: 18;
|
|
15816
|
+
readonly name: "NIBI";
|
|
15817
|
+
readonly symbol: "NIBI";
|
|
15818
|
+
};
|
|
15819
|
+
rpcUrls: {
|
|
15820
|
+
readonly default: {
|
|
15821
|
+
readonly http: readonly ["https://evm-rpc.nibiru.fi"];
|
|
15822
|
+
};
|
|
15823
|
+
};
|
|
15824
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
15825
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
15826
|
+
custom?: Record<string, unknown> | undefined;
|
|
15827
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15828
|
+
formatters?: undefined | undefined;
|
|
15829
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15635
15830
|
}>];
|
|
15636
|
-
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15831
|
+
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, nibiru, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15637
15832
|
export { ChainContract } from "viem";
|