@gfxlabs/oku-chains 1.1.295 → 1.1.297
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 +83 -1
- package/dist/index-mjs.js +84 -3
- package/dist/index.js +83 -1
- package/dist/types/browser.d.ts +111 -3
- package/dist/types/index-mjs.d.ts +111 -3
- package/dist/types/index.d.ts +111 -3
- package/package.json +2 -2
package/dist/browser.js
CHANGED
|
@@ -3054,7 +3054,11 @@
|
|
|
3054
3054
|
{ symbol: "USDC", address: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7" },
|
|
3055
3055
|
],
|
|
3056
3056
|
stables: ["0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7"],
|
|
3057
|
-
watchlist: [
|
|
3057
|
+
watchlist: [
|
|
3058
|
+
"0x166D111Ce22f6cb0F315CA1d706B61adcF0ea265",
|
|
3059
|
+
"0xacb767305247c1a44ee24c97dd32c052cbda1f38",
|
|
3060
|
+
"0x6b213c3915308a453dc4da93f8c664717c6fc41e",
|
|
3061
|
+
],
|
|
3058
3062
|
internalName: "matchain",
|
|
3059
3063
|
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png",
|
|
3060
3064
|
contracts: {
|
|
@@ -5535,6 +5539,83 @@
|
|
|
5535
5539
|
},
|
|
5536
5540
|
});
|
|
5537
5541
|
|
|
5542
|
+
const zerog = makeConfig({
|
|
5543
|
+
...chains.zeroGMainnet,
|
|
5544
|
+
name: "0G",
|
|
5545
|
+
blockTimeSeconds: 35,
|
|
5546
|
+
launchTime: 1733882663,
|
|
5547
|
+
transactionType: "eip1559",
|
|
5548
|
+
sortIndex: 15,
|
|
5549
|
+
logoUrl: "https://assets.oku.trade/chains/zerog-logo.png",
|
|
5550
|
+
deprecated: false,
|
|
5551
|
+
safeReorgDistance: 90000,
|
|
5552
|
+
blockAid: "",
|
|
5553
|
+
externalId: {
|
|
5554
|
+
tenderly: "true",
|
|
5555
|
+
},
|
|
5556
|
+
markets: {},
|
|
5557
|
+
bridges: {},
|
|
5558
|
+
oracles: {},
|
|
5559
|
+
morpho: {},
|
|
5560
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
5561
|
+
uniswap: {
|
|
5562
|
+
deployBlock: 6444619,
|
|
5563
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
5564
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
|
|
5565
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
5566
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
5567
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
5568
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
5569
|
+
positionsNFTDeployBlock: 6444746,
|
|
5570
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
5571
|
+
wrappedNativeAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5572
|
+
wrappedNativeSymbol: "w0G",
|
|
5573
|
+
wrappedNativeName: "Wrapped 0G",
|
|
5574
|
+
wrappedNativeDecimals: 18,
|
|
5575
|
+
nativeCurrencyName: "0G",
|
|
5576
|
+
},
|
|
5577
|
+
token: {
|
|
5578
|
+
wethAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5579
|
+
},
|
|
5580
|
+
oku: {
|
|
5581
|
+
limitOrderRegistry: "0x9db70e29712cc8af10c2b597bada6784544ff407",
|
|
5582
|
+
limitOrderRegistryDeployBlock: 6449021,
|
|
5583
|
+
pricing: {
|
|
5584
|
+
nativeWrappedToken: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5585
|
+
nativeWrappedName: "0G",
|
|
5586
|
+
},
|
|
5587
|
+
},
|
|
5588
|
+
defaultPool: viem.zeroAddress,
|
|
5589
|
+
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5590
|
+
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e",
|
|
5591
|
+
tokenList: [
|
|
5592
|
+
{ symbol: "USDC.e", address: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e" },
|
|
5593
|
+
{ symbol: "w0G", address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c" },
|
|
5594
|
+
],
|
|
5595
|
+
stables: ["0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"],
|
|
5596
|
+
watchlist: [],
|
|
5597
|
+
internalName: "zerog",
|
|
5598
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/zerog.png",
|
|
5599
|
+
contracts: {
|
|
5600
|
+
...chains.zeroGMainnet.contracts,
|
|
5601
|
+
limitOrder: {
|
|
5602
|
+
address: "0x9db70e29712cc8af10c2b597bada6784544ff407",
|
|
5603
|
+
},
|
|
5604
|
+
nftManager: {
|
|
5605
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
5606
|
+
},
|
|
5607
|
+
weth9: {
|
|
5608
|
+
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5609
|
+
},
|
|
5610
|
+
multicall2: {
|
|
5611
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
5612
|
+
},
|
|
5613
|
+
multicall3: {
|
|
5614
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
5615
|
+
},
|
|
5616
|
+
},
|
|
5617
|
+
});
|
|
5618
|
+
|
|
5538
5619
|
const polygonZkEvm = makeConfig({
|
|
5539
5620
|
...chains.polygonZkEvm,
|
|
5540
5621
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -5866,6 +5947,7 @@
|
|
|
5866
5947
|
exports.unichain = unichain;
|
|
5867
5948
|
exports.worldchain = worldchain;
|
|
5868
5949
|
exports.xdc = xdc;
|
|
5950
|
+
exports.zerog = zerog;
|
|
5869
5951
|
exports.zkSync = zkSync;
|
|
5870
5952
|
|
|
5871
5953
|
}));
|
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, 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, 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, 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';
|
|
2
2
|
import { zeroAddress } from 'viem';
|
|
3
3
|
|
|
4
4
|
const makeConfig = (x) => {
|
|
@@ -3051,7 +3051,11 @@ const matchain = makeConfig({
|
|
|
3051
3051
|
{ symbol: "USDC", address: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7" },
|
|
3052
3052
|
],
|
|
3053
3053
|
stables: ["0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7"],
|
|
3054
|
-
watchlist: [
|
|
3054
|
+
watchlist: [
|
|
3055
|
+
"0x166D111Ce22f6cb0F315CA1d706B61adcF0ea265",
|
|
3056
|
+
"0xacb767305247c1a44ee24c97dd32c052cbda1f38",
|
|
3057
|
+
"0x6b213c3915308a453dc4da93f8c664717c6fc41e",
|
|
3058
|
+
],
|
|
3055
3059
|
internalName: "matchain",
|
|
3056
3060
|
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png",
|
|
3057
3061
|
contracts: {
|
|
@@ -5532,6 +5536,83 @@ const xdc = makeConfig({
|
|
|
5532
5536
|
},
|
|
5533
5537
|
});
|
|
5534
5538
|
|
|
5539
|
+
const zerog = makeConfig({
|
|
5540
|
+
...zeroGMainnet,
|
|
5541
|
+
name: "0G",
|
|
5542
|
+
blockTimeSeconds: 35,
|
|
5543
|
+
launchTime: 1733882663,
|
|
5544
|
+
transactionType: "eip1559",
|
|
5545
|
+
sortIndex: 15,
|
|
5546
|
+
logoUrl: "https://assets.oku.trade/chains/zerog-logo.png",
|
|
5547
|
+
deprecated: false,
|
|
5548
|
+
safeReorgDistance: 90000,
|
|
5549
|
+
blockAid: "",
|
|
5550
|
+
externalId: {
|
|
5551
|
+
tenderly: "true",
|
|
5552
|
+
},
|
|
5553
|
+
markets: {},
|
|
5554
|
+
bridges: {},
|
|
5555
|
+
oracles: {},
|
|
5556
|
+
morpho: {},
|
|
5557
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
5558
|
+
uniswap: {
|
|
5559
|
+
deployBlock: 6444619,
|
|
5560
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
5561
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
|
|
5562
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
5563
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
5564
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
5565
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
5566
|
+
positionsNFTDeployBlock: 6444746,
|
|
5567
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
5568
|
+
wrappedNativeAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5569
|
+
wrappedNativeSymbol: "w0G",
|
|
5570
|
+
wrappedNativeName: "Wrapped 0G",
|
|
5571
|
+
wrappedNativeDecimals: 18,
|
|
5572
|
+
nativeCurrencyName: "0G",
|
|
5573
|
+
},
|
|
5574
|
+
token: {
|
|
5575
|
+
wethAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5576
|
+
},
|
|
5577
|
+
oku: {
|
|
5578
|
+
limitOrderRegistry: "0x9db70e29712cc8af10c2b597bada6784544ff407",
|
|
5579
|
+
limitOrderRegistryDeployBlock: 6449021,
|
|
5580
|
+
pricing: {
|
|
5581
|
+
nativeWrappedToken: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5582
|
+
nativeWrappedName: "0G",
|
|
5583
|
+
},
|
|
5584
|
+
},
|
|
5585
|
+
defaultPool: zeroAddress,
|
|
5586
|
+
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5587
|
+
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e",
|
|
5588
|
+
tokenList: [
|
|
5589
|
+
{ symbol: "USDC.e", address: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e" },
|
|
5590
|
+
{ symbol: "w0G", address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c" },
|
|
5591
|
+
],
|
|
5592
|
+
stables: ["0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"],
|
|
5593
|
+
watchlist: [],
|
|
5594
|
+
internalName: "zerog",
|
|
5595
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/zerog.png",
|
|
5596
|
+
contracts: {
|
|
5597
|
+
...zeroGMainnet.contracts,
|
|
5598
|
+
limitOrder: {
|
|
5599
|
+
address: "0x9db70e29712cc8af10c2b597bada6784544ff407",
|
|
5600
|
+
},
|
|
5601
|
+
nftManager: {
|
|
5602
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
5603
|
+
},
|
|
5604
|
+
weth9: {
|
|
5605
|
+
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5606
|
+
},
|
|
5607
|
+
multicall2: {
|
|
5608
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
5609
|
+
},
|
|
5610
|
+
multicall3: {
|
|
5611
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
5612
|
+
},
|
|
5613
|
+
},
|
|
5614
|
+
});
|
|
5615
|
+
|
|
5535
5616
|
const polygonZkEvm = makeConfig({
|
|
5536
5617
|
...polygonZkEvm$1,
|
|
5537
5618
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -5822,4 +5903,4 @@ const MAINNET_CHAINS = [
|
|
|
5822
5903
|
plasma,
|
|
5823
5904
|
];
|
|
5824
5905
|
|
|
5825
|
-
export { MAINNET_CHAINS, arbitrum, 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, zkSync };
|
|
5906
|
+
export { MAINNET_CHAINS, arbitrum, 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 };
|
package/dist/index.js
CHANGED
|
@@ -3053,7 +3053,11 @@ const matchain = makeConfig({
|
|
|
3053
3053
|
{ symbol: "USDC", address: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7" },
|
|
3054
3054
|
],
|
|
3055
3055
|
stables: ["0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7"],
|
|
3056
|
-
watchlist: [
|
|
3056
|
+
watchlist: [
|
|
3057
|
+
"0x166D111Ce22f6cb0F315CA1d706B61adcF0ea265",
|
|
3058
|
+
"0xacb767305247c1a44ee24c97dd32c052cbda1f38",
|
|
3059
|
+
"0x6b213c3915308a453dc4da93f8c664717c6fc41e",
|
|
3060
|
+
],
|
|
3057
3061
|
internalName: "matchain",
|
|
3058
3062
|
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png",
|
|
3059
3063
|
contracts: {
|
|
@@ -5534,6 +5538,83 @@ const xdc = makeConfig({
|
|
|
5534
5538
|
},
|
|
5535
5539
|
});
|
|
5536
5540
|
|
|
5541
|
+
const zerog = makeConfig({
|
|
5542
|
+
...chains.zeroGMainnet,
|
|
5543
|
+
name: "0G",
|
|
5544
|
+
blockTimeSeconds: 35,
|
|
5545
|
+
launchTime: 1733882663,
|
|
5546
|
+
transactionType: "eip1559",
|
|
5547
|
+
sortIndex: 15,
|
|
5548
|
+
logoUrl: "https://assets.oku.trade/chains/zerog-logo.png",
|
|
5549
|
+
deprecated: false,
|
|
5550
|
+
safeReorgDistance: 90000,
|
|
5551
|
+
blockAid: "",
|
|
5552
|
+
externalId: {
|
|
5553
|
+
tenderly: "true",
|
|
5554
|
+
},
|
|
5555
|
+
markets: {},
|
|
5556
|
+
bridges: {},
|
|
5557
|
+
oracles: {},
|
|
5558
|
+
morpho: {},
|
|
5559
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
5560
|
+
uniswap: {
|
|
5561
|
+
deployBlock: 6444619,
|
|
5562
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
5563
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
|
|
5564
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
5565
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
5566
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
5567
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
5568
|
+
positionsNFTDeployBlock: 6444746,
|
|
5569
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
5570
|
+
wrappedNativeAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5571
|
+
wrappedNativeSymbol: "w0G",
|
|
5572
|
+
wrappedNativeName: "Wrapped 0G",
|
|
5573
|
+
wrappedNativeDecimals: 18,
|
|
5574
|
+
nativeCurrencyName: "0G",
|
|
5575
|
+
},
|
|
5576
|
+
token: {
|
|
5577
|
+
wethAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5578
|
+
},
|
|
5579
|
+
oku: {
|
|
5580
|
+
limitOrderRegistry: "0x9db70e29712cc8af10c2b597bada6784544ff407",
|
|
5581
|
+
limitOrderRegistryDeployBlock: 6449021,
|
|
5582
|
+
pricing: {
|
|
5583
|
+
nativeWrappedToken: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5584
|
+
nativeWrappedName: "0G",
|
|
5585
|
+
},
|
|
5586
|
+
},
|
|
5587
|
+
defaultPool: viem.zeroAddress,
|
|
5588
|
+
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5589
|
+
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e",
|
|
5590
|
+
tokenList: [
|
|
5591
|
+
{ symbol: "USDC.e", address: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e" },
|
|
5592
|
+
{ symbol: "w0G", address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c" },
|
|
5593
|
+
],
|
|
5594
|
+
stables: ["0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"],
|
|
5595
|
+
watchlist: [],
|
|
5596
|
+
internalName: "zerog",
|
|
5597
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/zerog.png",
|
|
5598
|
+
contracts: {
|
|
5599
|
+
...chains.zeroGMainnet.contracts,
|
|
5600
|
+
limitOrder: {
|
|
5601
|
+
address: "0x9db70e29712cc8af10c2b597bada6784544ff407",
|
|
5602
|
+
},
|
|
5603
|
+
nftManager: {
|
|
5604
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
5605
|
+
},
|
|
5606
|
+
weth9: {
|
|
5607
|
+
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5608
|
+
},
|
|
5609
|
+
multicall2: {
|
|
5610
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
5611
|
+
},
|
|
5612
|
+
multicall3: {
|
|
5613
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
5614
|
+
},
|
|
5615
|
+
},
|
|
5616
|
+
});
|
|
5617
|
+
|
|
5537
5618
|
const polygonZkEvm = makeConfig({
|
|
5538
5619
|
...chains.polygonZkEvm,
|
|
5539
5620
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -5865,4 +5946,5 @@ exports.tronShasta = tronShasta;
|
|
|
5865
5946
|
exports.unichain = unichain;
|
|
5866
5947
|
exports.worldchain = worldchain;
|
|
5867
5948
|
exports.xdc = xdc;
|
|
5949
|
+
exports.zerog = zerog;
|
|
5868
5950
|
exports.zkSync = zkSync;
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -4901,7 +4901,7 @@ declare const matchain: Readonly<{
|
|
|
4901
4901
|
address: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7";
|
|
4902
4902
|
})[];
|
|
4903
4903
|
stables: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7"[];
|
|
4904
|
-
watchlist:
|
|
4904
|
+
watchlist: ("0x166D111Ce22f6cb0F315CA1d706B61adcF0ea265" | "0xacb767305247c1a44ee24c97dd32c052cbda1f38" | "0x6b213c3915308a453dc4da93f8c664717c6fc41e")[];
|
|
4905
4905
|
internalName: "matchain";
|
|
4906
4906
|
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
4907
4907
|
contracts: {
|
|
@@ -8513,6 +8513,114 @@ declare const xdc: Readonly<{
|
|
|
8513
8513
|
formatters?: undefined | undefined;
|
|
8514
8514
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
8515
8515
|
}>;
|
|
8516
|
+
declare const zerog: Readonly<{
|
|
8517
|
+
name: "0G";
|
|
8518
|
+
blockTimeSeconds: 35;
|
|
8519
|
+
launchTime: 1733882663;
|
|
8520
|
+
transactionType: "eip1559";
|
|
8521
|
+
sortIndex: 15;
|
|
8522
|
+
logoUrl: "https://assets.oku.trade/chains/zerog-logo.png";
|
|
8523
|
+
deprecated: false;
|
|
8524
|
+
safeReorgDistance: 90000;
|
|
8525
|
+
blockAid: "";
|
|
8526
|
+
externalId: {
|
|
8527
|
+
tenderly: string;
|
|
8528
|
+
};
|
|
8529
|
+
markets: {};
|
|
8530
|
+
bridges: {};
|
|
8531
|
+
oracles: {};
|
|
8532
|
+
morpho: {};
|
|
8533
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
8534
|
+
uniswap: {
|
|
8535
|
+
deployBlock: number;
|
|
8536
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
8537
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
8538
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
8539
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
8540
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
8541
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
8542
|
+
positionsNFTDeployBlock: number;
|
|
8543
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
8544
|
+
wrappedNativeAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8545
|
+
wrappedNativeSymbol: string;
|
|
8546
|
+
wrappedNativeName: string;
|
|
8547
|
+
wrappedNativeDecimals: number;
|
|
8548
|
+
nativeCurrencyName: string;
|
|
8549
|
+
};
|
|
8550
|
+
token: {
|
|
8551
|
+
wethAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8552
|
+
};
|
|
8553
|
+
oku: {
|
|
8554
|
+
limitOrderRegistry: "0x9db70e29712cc8af10c2b597bada6784544ff407";
|
|
8555
|
+
limitOrderRegistryDeployBlock: number;
|
|
8556
|
+
pricing: {
|
|
8557
|
+
nativeWrappedToken: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8558
|
+
nativeWrappedName: string;
|
|
8559
|
+
};
|
|
8560
|
+
};
|
|
8561
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
8562
|
+
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8563
|
+
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8564
|
+
tokenList: ({
|
|
8565
|
+
symbol: string;
|
|
8566
|
+
address: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8567
|
+
} | {
|
|
8568
|
+
symbol: string;
|
|
8569
|
+
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8570
|
+
})[];
|
|
8571
|
+
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
8572
|
+
watchlist: never[];
|
|
8573
|
+
internalName: "zerog";
|
|
8574
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/zerog.png";
|
|
8575
|
+
contracts: {
|
|
8576
|
+
limitOrder: {
|
|
8577
|
+
address: "0x9db70e29712cc8af10c2b597bada6784544ff407";
|
|
8578
|
+
};
|
|
8579
|
+
nftManager: {
|
|
8580
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
8581
|
+
};
|
|
8582
|
+
weth9: {
|
|
8583
|
+
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8584
|
+
};
|
|
8585
|
+
multicall2: {
|
|
8586
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
8587
|
+
};
|
|
8588
|
+
multicall3: {
|
|
8589
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
8590
|
+
};
|
|
8591
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
8592
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
8593
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
8594
|
+
};
|
|
8595
|
+
blockExplorers: {
|
|
8596
|
+
readonly default: {
|
|
8597
|
+
readonly name: "0G BlockChain Explorer";
|
|
8598
|
+
readonly url: "https://chainscan.0g.ai";
|
|
8599
|
+
};
|
|
8600
|
+
};
|
|
8601
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
8602
|
+
ensTlds?: readonly string[] | undefined;
|
|
8603
|
+
id: 16661;
|
|
8604
|
+
nativeCurrency: {
|
|
8605
|
+
readonly name: "0G";
|
|
8606
|
+
readonly symbol: "0G";
|
|
8607
|
+
readonly decimals: 18;
|
|
8608
|
+
};
|
|
8609
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
8610
|
+
rpcUrls: {
|
|
8611
|
+
readonly default: {
|
|
8612
|
+
readonly http: readonly [
|
|
8613
|
+
"https://evmrpc.0g.ai"
|
|
8614
|
+
];
|
|
8615
|
+
};
|
|
8616
|
+
};
|
|
8617
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
8618
|
+
testnet: false;
|
|
8619
|
+
custom?: Record<string, unknown> | undefined;
|
|
8620
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
8621
|
+
formatters?: undefined | undefined;
|
|
8622
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
8623
|
+
}>;
|
|
8516
8624
|
declare const polygonZkEvm: Readonly<{
|
|
8517
8625
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
8518
8626
|
sortIndex: 6;
|
|
@@ -18218,7 +18326,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18218
18326
|
address: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7";
|
|
18219
18327
|
})[];
|
|
18220
18328
|
stables: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7"[];
|
|
18221
|
-
watchlist:
|
|
18329
|
+
watchlist: ("0x166D111Ce22f6cb0F315CA1d706B61adcF0ea265" | "0xacb767305247c1a44ee24c97dd32c052cbda1f38" | "0x6b213c3915308a453dc4da93f8c664717c6fc41e")[];
|
|
18222
18330
|
internalName: "matchain";
|
|
18223
18331
|
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
18224
18332
|
contracts: {
|
|
@@ -18371,5 +18479,5 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18371
18479
|
formatters?: undefined | undefined;
|
|
18372
18480
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
18373
18481
|
}>];
|
|
18374
|
-
export { arbitrum, 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, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
18482
|
+
export { arbitrum, 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 };
|
|
18375
18483
|
export { ChainContract } from "viem";
|
|
@@ -4901,7 +4901,7 @@ declare const matchain: Readonly<{
|
|
|
4901
4901
|
address: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7";
|
|
4902
4902
|
})[];
|
|
4903
4903
|
stables: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7"[];
|
|
4904
|
-
watchlist:
|
|
4904
|
+
watchlist: ("0x166D111Ce22f6cb0F315CA1d706B61adcF0ea265" | "0xacb767305247c1a44ee24c97dd32c052cbda1f38" | "0x6b213c3915308a453dc4da93f8c664717c6fc41e")[];
|
|
4905
4905
|
internalName: "matchain";
|
|
4906
4906
|
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
4907
4907
|
contracts: {
|
|
@@ -8513,6 +8513,114 @@ declare const xdc: Readonly<{
|
|
|
8513
8513
|
formatters?: undefined | undefined;
|
|
8514
8514
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
8515
8515
|
}>;
|
|
8516
|
+
declare const zerog: Readonly<{
|
|
8517
|
+
name: "0G";
|
|
8518
|
+
blockTimeSeconds: 35;
|
|
8519
|
+
launchTime: 1733882663;
|
|
8520
|
+
transactionType: "eip1559";
|
|
8521
|
+
sortIndex: 15;
|
|
8522
|
+
logoUrl: "https://assets.oku.trade/chains/zerog-logo.png";
|
|
8523
|
+
deprecated: false;
|
|
8524
|
+
safeReorgDistance: 90000;
|
|
8525
|
+
blockAid: "";
|
|
8526
|
+
externalId: {
|
|
8527
|
+
tenderly: string;
|
|
8528
|
+
};
|
|
8529
|
+
markets: {};
|
|
8530
|
+
bridges: {};
|
|
8531
|
+
oracles: {};
|
|
8532
|
+
morpho: {};
|
|
8533
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
8534
|
+
uniswap: {
|
|
8535
|
+
deployBlock: number;
|
|
8536
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
8537
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
8538
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
8539
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
8540
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
8541
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
8542
|
+
positionsNFTDeployBlock: number;
|
|
8543
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
8544
|
+
wrappedNativeAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8545
|
+
wrappedNativeSymbol: string;
|
|
8546
|
+
wrappedNativeName: string;
|
|
8547
|
+
wrappedNativeDecimals: number;
|
|
8548
|
+
nativeCurrencyName: string;
|
|
8549
|
+
};
|
|
8550
|
+
token: {
|
|
8551
|
+
wethAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8552
|
+
};
|
|
8553
|
+
oku: {
|
|
8554
|
+
limitOrderRegistry: "0x9db70e29712cc8af10c2b597bada6784544ff407";
|
|
8555
|
+
limitOrderRegistryDeployBlock: number;
|
|
8556
|
+
pricing: {
|
|
8557
|
+
nativeWrappedToken: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8558
|
+
nativeWrappedName: string;
|
|
8559
|
+
};
|
|
8560
|
+
};
|
|
8561
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
8562
|
+
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8563
|
+
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8564
|
+
tokenList: ({
|
|
8565
|
+
symbol: string;
|
|
8566
|
+
address: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8567
|
+
} | {
|
|
8568
|
+
symbol: string;
|
|
8569
|
+
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8570
|
+
})[];
|
|
8571
|
+
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
8572
|
+
watchlist: never[];
|
|
8573
|
+
internalName: "zerog";
|
|
8574
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/zerog.png";
|
|
8575
|
+
contracts: {
|
|
8576
|
+
limitOrder: {
|
|
8577
|
+
address: "0x9db70e29712cc8af10c2b597bada6784544ff407";
|
|
8578
|
+
};
|
|
8579
|
+
nftManager: {
|
|
8580
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
8581
|
+
};
|
|
8582
|
+
weth9: {
|
|
8583
|
+
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8584
|
+
};
|
|
8585
|
+
multicall2: {
|
|
8586
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
8587
|
+
};
|
|
8588
|
+
multicall3: {
|
|
8589
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
8590
|
+
};
|
|
8591
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
8592
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
8593
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
8594
|
+
};
|
|
8595
|
+
blockExplorers: {
|
|
8596
|
+
readonly default: {
|
|
8597
|
+
readonly name: "0G BlockChain Explorer";
|
|
8598
|
+
readonly url: "https://chainscan.0g.ai";
|
|
8599
|
+
};
|
|
8600
|
+
};
|
|
8601
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
8602
|
+
ensTlds?: readonly string[] | undefined;
|
|
8603
|
+
id: 16661;
|
|
8604
|
+
nativeCurrency: {
|
|
8605
|
+
readonly name: "0G";
|
|
8606
|
+
readonly symbol: "0G";
|
|
8607
|
+
readonly decimals: 18;
|
|
8608
|
+
};
|
|
8609
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
8610
|
+
rpcUrls: {
|
|
8611
|
+
readonly default: {
|
|
8612
|
+
readonly http: readonly [
|
|
8613
|
+
"https://evmrpc.0g.ai"
|
|
8614
|
+
];
|
|
8615
|
+
};
|
|
8616
|
+
};
|
|
8617
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
8618
|
+
testnet: false;
|
|
8619
|
+
custom?: Record<string, unknown> | undefined;
|
|
8620
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
8621
|
+
formatters?: undefined | undefined;
|
|
8622
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
8623
|
+
}>;
|
|
8516
8624
|
declare const polygonZkEvm: Readonly<{
|
|
8517
8625
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
8518
8626
|
sortIndex: 6;
|
|
@@ -18218,7 +18326,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18218
18326
|
address: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7";
|
|
18219
18327
|
})[];
|
|
18220
18328
|
stables: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7"[];
|
|
18221
|
-
watchlist:
|
|
18329
|
+
watchlist: ("0x166D111Ce22f6cb0F315CA1d706B61adcF0ea265" | "0xacb767305247c1a44ee24c97dd32c052cbda1f38" | "0x6b213c3915308a453dc4da93f8c664717c6fc41e")[];
|
|
18222
18330
|
internalName: "matchain";
|
|
18223
18331
|
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
18224
18332
|
contracts: {
|
|
@@ -18371,5 +18479,5 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18371
18479
|
formatters?: undefined | undefined;
|
|
18372
18480
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
18373
18481
|
}>];
|
|
18374
|
-
export { arbitrum, 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, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
18482
|
+
export { arbitrum, 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 };
|
|
18375
18483
|
export { ChainContract } from "viem";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -4901,7 +4901,7 @@ declare const matchain: Readonly<{
|
|
|
4901
4901
|
address: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7";
|
|
4902
4902
|
})[];
|
|
4903
4903
|
stables: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7"[];
|
|
4904
|
-
watchlist:
|
|
4904
|
+
watchlist: ("0x166D111Ce22f6cb0F315CA1d706B61adcF0ea265" | "0xacb767305247c1a44ee24c97dd32c052cbda1f38" | "0x6b213c3915308a453dc4da93f8c664717c6fc41e")[];
|
|
4905
4905
|
internalName: "matchain";
|
|
4906
4906
|
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
4907
4907
|
contracts: {
|
|
@@ -8513,6 +8513,114 @@ declare const xdc: Readonly<{
|
|
|
8513
8513
|
formatters?: undefined | undefined;
|
|
8514
8514
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
8515
8515
|
}>;
|
|
8516
|
+
declare const zerog: Readonly<{
|
|
8517
|
+
name: "0G";
|
|
8518
|
+
blockTimeSeconds: 35;
|
|
8519
|
+
launchTime: 1733882663;
|
|
8520
|
+
transactionType: "eip1559";
|
|
8521
|
+
sortIndex: 15;
|
|
8522
|
+
logoUrl: "https://assets.oku.trade/chains/zerog-logo.png";
|
|
8523
|
+
deprecated: false;
|
|
8524
|
+
safeReorgDistance: 90000;
|
|
8525
|
+
blockAid: "";
|
|
8526
|
+
externalId: {
|
|
8527
|
+
tenderly: string;
|
|
8528
|
+
};
|
|
8529
|
+
markets: {};
|
|
8530
|
+
bridges: {};
|
|
8531
|
+
oracles: {};
|
|
8532
|
+
morpho: {};
|
|
8533
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
8534
|
+
uniswap: {
|
|
8535
|
+
deployBlock: number;
|
|
8536
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
8537
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
8538
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
8539
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
8540
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
8541
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
8542
|
+
positionsNFTDeployBlock: number;
|
|
8543
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
8544
|
+
wrappedNativeAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8545
|
+
wrappedNativeSymbol: string;
|
|
8546
|
+
wrappedNativeName: string;
|
|
8547
|
+
wrappedNativeDecimals: number;
|
|
8548
|
+
nativeCurrencyName: string;
|
|
8549
|
+
};
|
|
8550
|
+
token: {
|
|
8551
|
+
wethAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8552
|
+
};
|
|
8553
|
+
oku: {
|
|
8554
|
+
limitOrderRegistry: "0x9db70e29712cc8af10c2b597bada6784544ff407";
|
|
8555
|
+
limitOrderRegistryDeployBlock: number;
|
|
8556
|
+
pricing: {
|
|
8557
|
+
nativeWrappedToken: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8558
|
+
nativeWrappedName: string;
|
|
8559
|
+
};
|
|
8560
|
+
};
|
|
8561
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
8562
|
+
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8563
|
+
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8564
|
+
tokenList: ({
|
|
8565
|
+
symbol: string;
|
|
8566
|
+
address: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8567
|
+
} | {
|
|
8568
|
+
symbol: string;
|
|
8569
|
+
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8570
|
+
})[];
|
|
8571
|
+
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
8572
|
+
watchlist: never[];
|
|
8573
|
+
internalName: "zerog";
|
|
8574
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/zerog.png";
|
|
8575
|
+
contracts: {
|
|
8576
|
+
limitOrder: {
|
|
8577
|
+
address: "0x9db70e29712cc8af10c2b597bada6784544ff407";
|
|
8578
|
+
};
|
|
8579
|
+
nftManager: {
|
|
8580
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
8581
|
+
};
|
|
8582
|
+
weth9: {
|
|
8583
|
+
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8584
|
+
};
|
|
8585
|
+
multicall2: {
|
|
8586
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
8587
|
+
};
|
|
8588
|
+
multicall3: {
|
|
8589
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
8590
|
+
};
|
|
8591
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
8592
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
8593
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
8594
|
+
};
|
|
8595
|
+
blockExplorers: {
|
|
8596
|
+
readonly default: {
|
|
8597
|
+
readonly name: "0G BlockChain Explorer";
|
|
8598
|
+
readonly url: "https://chainscan.0g.ai";
|
|
8599
|
+
};
|
|
8600
|
+
};
|
|
8601
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
8602
|
+
ensTlds?: readonly string[] | undefined;
|
|
8603
|
+
id: 16661;
|
|
8604
|
+
nativeCurrency: {
|
|
8605
|
+
readonly name: "0G";
|
|
8606
|
+
readonly symbol: "0G";
|
|
8607
|
+
readonly decimals: 18;
|
|
8608
|
+
};
|
|
8609
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
8610
|
+
rpcUrls: {
|
|
8611
|
+
readonly default: {
|
|
8612
|
+
readonly http: readonly [
|
|
8613
|
+
"https://evmrpc.0g.ai"
|
|
8614
|
+
];
|
|
8615
|
+
};
|
|
8616
|
+
};
|
|
8617
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
8618
|
+
testnet: false;
|
|
8619
|
+
custom?: Record<string, unknown> | undefined;
|
|
8620
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
8621
|
+
formatters?: undefined | undefined;
|
|
8622
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
8623
|
+
}>;
|
|
8516
8624
|
declare const polygonZkEvm: Readonly<{
|
|
8517
8625
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
8518
8626
|
sortIndex: 6;
|
|
@@ -18218,7 +18326,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18218
18326
|
address: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7";
|
|
18219
18327
|
})[];
|
|
18220
18328
|
stables: "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7"[];
|
|
18221
|
-
watchlist:
|
|
18329
|
+
watchlist: ("0x166D111Ce22f6cb0F315CA1d706B61adcF0ea265" | "0xacb767305247c1a44ee24c97dd32c052cbda1f38" | "0x6b213c3915308a453dc4da93f8c664717c6fc41e")[];
|
|
18222
18330
|
internalName: "matchain";
|
|
18223
18331
|
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
18224
18332
|
contracts: {
|
|
@@ -18371,5 +18479,5 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18371
18479
|
formatters?: undefined | undefined;
|
|
18372
18480
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
18373
18481
|
}>];
|
|
18374
|
-
export { arbitrum, 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, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
18482
|
+
export { arbitrum, 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 };
|
|
18375
18483
|
export { ChainContract } from "viem";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfxlabs/oku-chains",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.297",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index-mjs.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"tslib": "2.8.1",
|
|
52
52
|
"tsx": "4.19.2",
|
|
53
53
|
"typescript": "5.7.3",
|
|
54
|
-
"viem": "^2.37.
|
|
54
|
+
"viem": "^2.37.8"
|
|
55
55
|
},
|
|
56
56
|
"packageManager": "yarn@4.6.0",
|
|
57
57
|
"peerDependencies": {
|