@gfxlabs/oku-chains 1.1.264 → 1.1.265
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 +79 -0
- package/dist/index-mjs.js +80 -2
- package/dist/index.js +79 -0
- 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
|
@@ -2791,6 +2791,83 @@
|
|
|
2791
2791
|
},
|
|
2792
2792
|
});
|
|
2793
2793
|
|
|
2794
|
+
const matchain = makeConfig({
|
|
2795
|
+
...chains.matchain,
|
|
2796
|
+
name: "Matchain",
|
|
2797
|
+
blockTimeSeconds: 0.5,
|
|
2798
|
+
launchTime: 1754106070,
|
|
2799
|
+
sortIndex: 15,
|
|
2800
|
+
logoUrl: "https://assets.oku.trade/chains/matchain-logo.png",
|
|
2801
|
+
safeReorgDistance: 90000,
|
|
2802
|
+
externalId: {},
|
|
2803
|
+
markets: {},
|
|
2804
|
+
bridges: {},
|
|
2805
|
+
oracles: {},
|
|
2806
|
+
morpho: {},
|
|
2807
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2808
|
+
uniswap: {
|
|
2809
|
+
deployBlock: 37612670,
|
|
2810
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
2811
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
|
|
2812
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2813
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
2814
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2815
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2816
|
+
positionsNFTDeployBlock: 37613469,
|
|
2817
|
+
universalRouter: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
2818
|
+
wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
|
|
2819
|
+
wrappedNativeSymbol: "WBNB",
|
|
2820
|
+
wrappedNativeName: "Wrapped BNB",
|
|
2821
|
+
wrappedNativeDecimals: 18,
|
|
2822
|
+
nativeCurrencyName: "BNB",
|
|
2823
|
+
},
|
|
2824
|
+
token: {
|
|
2825
|
+
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
2826
|
+
usdcAddress: "0x97eec1c29f745dC7c267F90292AA663d997a601D",
|
|
2827
|
+
},
|
|
2828
|
+
oku: {
|
|
2829
|
+
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
2830
|
+
limitOrderRegistryDeployBlock: 37616150,
|
|
2831
|
+
pricing: {
|
|
2832
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
2833
|
+
nativeWrappedName: "WBNB",
|
|
2834
|
+
},
|
|
2835
|
+
},
|
|
2836
|
+
defaultPool: viem.zeroAddress,
|
|
2837
|
+
defaultToken0: "0x4200000000000000000000000000000000000006",
|
|
2838
|
+
defaultToken1: "0x97eec1c29f745dC7c267F90292AA663d997a601D",
|
|
2839
|
+
tokenList: [
|
|
2840
|
+
{ symbol: "WBNB", address: "0x4200000000000000000000000000000000000006" },
|
|
2841
|
+
{ symbol: "USDC.e", address: "0x97eec1c29f745dC7c267F90292AA663d997a601D" },
|
|
2842
|
+
{ symbol: "USDT", address: "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6" },
|
|
2843
|
+
],
|
|
2844
|
+
stables: [
|
|
2845
|
+
"0x97eec1c29f745dC7c267F90292AA663d997a601D",
|
|
2846
|
+
"0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6",
|
|
2847
|
+
],
|
|
2848
|
+
watchlist: [],
|
|
2849
|
+
internalName: "matchain",
|
|
2850
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png",
|
|
2851
|
+
contracts: {
|
|
2852
|
+
...chains.matchain.contracts,
|
|
2853
|
+
limitOrder: {
|
|
2854
|
+
address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
2855
|
+
},
|
|
2856
|
+
nftManager: {
|
|
2857
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2858
|
+
},
|
|
2859
|
+
weth9: {
|
|
2860
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
2861
|
+
},
|
|
2862
|
+
multicall2: {
|
|
2863
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2864
|
+
},
|
|
2865
|
+
multicall3: {
|
|
2866
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
2867
|
+
},
|
|
2868
|
+
},
|
|
2869
|
+
});
|
|
2870
|
+
|
|
2794
2871
|
const metal = makeConfig({
|
|
2795
2872
|
...chains.metalL2,
|
|
2796
2873
|
blockTimeSeconds: 2,
|
|
@@ -5222,6 +5299,7 @@
|
|
|
5222
5299
|
nibiru,
|
|
5223
5300
|
etherlink,
|
|
5224
5301
|
unichain,
|
|
5302
|
+
matchain,
|
|
5225
5303
|
];
|
|
5226
5304
|
|
|
5227
5305
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
|
@@ -5245,6 +5323,7 @@
|
|
|
5245
5323
|
exports.mainnet = mainnet;
|
|
5246
5324
|
exports.manta = manta;
|
|
5247
5325
|
exports.mantle = mantle;
|
|
5326
|
+
exports.matchain = matchain;
|
|
5248
5327
|
exports.metal = metal;
|
|
5249
5328
|
exports.moonbeam = moonbeam;
|
|
5250
5329
|
exports.nibiru = nibiru;
|
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, 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, 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, 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';
|
|
2
2
|
import { zeroAddress } from 'viem';
|
|
3
3
|
|
|
4
4
|
const makeConfig = (x) => {
|
|
@@ -2788,6 +2788,83 @@ const mantle = makeConfig({
|
|
|
2788
2788
|
},
|
|
2789
2789
|
});
|
|
2790
2790
|
|
|
2791
|
+
const matchain = makeConfig({
|
|
2792
|
+
...matchain$1,
|
|
2793
|
+
name: "Matchain",
|
|
2794
|
+
blockTimeSeconds: 0.5,
|
|
2795
|
+
launchTime: 1754106070,
|
|
2796
|
+
sortIndex: 15,
|
|
2797
|
+
logoUrl: "https://assets.oku.trade/chains/matchain-logo.png",
|
|
2798
|
+
safeReorgDistance: 90000,
|
|
2799
|
+
externalId: {},
|
|
2800
|
+
markets: {},
|
|
2801
|
+
bridges: {},
|
|
2802
|
+
oracles: {},
|
|
2803
|
+
morpho: {},
|
|
2804
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2805
|
+
uniswap: {
|
|
2806
|
+
deployBlock: 37612670,
|
|
2807
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
2808
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
|
|
2809
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2810
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
2811
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2812
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2813
|
+
positionsNFTDeployBlock: 37613469,
|
|
2814
|
+
universalRouter: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
2815
|
+
wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
|
|
2816
|
+
wrappedNativeSymbol: "WBNB",
|
|
2817
|
+
wrappedNativeName: "Wrapped BNB",
|
|
2818
|
+
wrappedNativeDecimals: 18,
|
|
2819
|
+
nativeCurrencyName: "BNB",
|
|
2820
|
+
},
|
|
2821
|
+
token: {
|
|
2822
|
+
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
2823
|
+
usdcAddress: "0x97eec1c29f745dC7c267F90292AA663d997a601D",
|
|
2824
|
+
},
|
|
2825
|
+
oku: {
|
|
2826
|
+
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
2827
|
+
limitOrderRegistryDeployBlock: 37616150,
|
|
2828
|
+
pricing: {
|
|
2829
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
2830
|
+
nativeWrappedName: "WBNB",
|
|
2831
|
+
},
|
|
2832
|
+
},
|
|
2833
|
+
defaultPool: zeroAddress,
|
|
2834
|
+
defaultToken0: "0x4200000000000000000000000000000000000006",
|
|
2835
|
+
defaultToken1: "0x97eec1c29f745dC7c267F90292AA663d997a601D",
|
|
2836
|
+
tokenList: [
|
|
2837
|
+
{ symbol: "WBNB", address: "0x4200000000000000000000000000000000000006" },
|
|
2838
|
+
{ symbol: "USDC.e", address: "0x97eec1c29f745dC7c267F90292AA663d997a601D" },
|
|
2839
|
+
{ symbol: "USDT", address: "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6" },
|
|
2840
|
+
],
|
|
2841
|
+
stables: [
|
|
2842
|
+
"0x97eec1c29f745dC7c267F90292AA663d997a601D",
|
|
2843
|
+
"0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6",
|
|
2844
|
+
],
|
|
2845
|
+
watchlist: [],
|
|
2846
|
+
internalName: "matchain",
|
|
2847
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png",
|
|
2848
|
+
contracts: {
|
|
2849
|
+
...matchain$1.contracts,
|
|
2850
|
+
limitOrder: {
|
|
2851
|
+
address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
2852
|
+
},
|
|
2853
|
+
nftManager: {
|
|
2854
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2855
|
+
},
|
|
2856
|
+
weth9: {
|
|
2857
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
2858
|
+
},
|
|
2859
|
+
multicall2: {
|
|
2860
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2861
|
+
},
|
|
2862
|
+
multicall3: {
|
|
2863
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
2864
|
+
},
|
|
2865
|
+
},
|
|
2866
|
+
});
|
|
2867
|
+
|
|
2791
2868
|
const metal = makeConfig({
|
|
2792
2869
|
...metalL2,
|
|
2793
2870
|
blockTimeSeconds: 2,
|
|
@@ -5219,6 +5296,7 @@ const MAINNET_CHAINS = [
|
|
|
5219
5296
|
nibiru,
|
|
5220
5297
|
etherlink,
|
|
5221
5298
|
unichain,
|
|
5299
|
+
matchain,
|
|
5222
5300
|
];
|
|
5223
5301
|
|
|
5224
|
-
export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, etherlink, 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, unichain, worldchain, xdc, zkSync };
|
|
5302
|
+
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, polygon, polygonZkEvm, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zkSync };
|
package/dist/index.js
CHANGED
|
@@ -2790,6 +2790,83 @@ const mantle = makeConfig({
|
|
|
2790
2790
|
},
|
|
2791
2791
|
});
|
|
2792
2792
|
|
|
2793
|
+
const matchain = makeConfig({
|
|
2794
|
+
...chains.matchain,
|
|
2795
|
+
name: "Matchain",
|
|
2796
|
+
blockTimeSeconds: 0.5,
|
|
2797
|
+
launchTime: 1754106070,
|
|
2798
|
+
sortIndex: 15,
|
|
2799
|
+
logoUrl: "https://assets.oku.trade/chains/matchain-logo.png",
|
|
2800
|
+
safeReorgDistance: 90000,
|
|
2801
|
+
externalId: {},
|
|
2802
|
+
markets: {},
|
|
2803
|
+
bridges: {},
|
|
2804
|
+
oracles: {},
|
|
2805
|
+
morpho: {},
|
|
2806
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2807
|
+
uniswap: {
|
|
2808
|
+
deployBlock: 37612670,
|
|
2809
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
2810
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
|
|
2811
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2812
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
2813
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2814
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2815
|
+
positionsNFTDeployBlock: 37613469,
|
|
2816
|
+
universalRouter: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
2817
|
+
wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
|
|
2818
|
+
wrappedNativeSymbol: "WBNB",
|
|
2819
|
+
wrappedNativeName: "Wrapped BNB",
|
|
2820
|
+
wrappedNativeDecimals: 18,
|
|
2821
|
+
nativeCurrencyName: "BNB",
|
|
2822
|
+
},
|
|
2823
|
+
token: {
|
|
2824
|
+
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
2825
|
+
usdcAddress: "0x97eec1c29f745dC7c267F90292AA663d997a601D",
|
|
2826
|
+
},
|
|
2827
|
+
oku: {
|
|
2828
|
+
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
2829
|
+
limitOrderRegistryDeployBlock: 37616150,
|
|
2830
|
+
pricing: {
|
|
2831
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
2832
|
+
nativeWrappedName: "WBNB",
|
|
2833
|
+
},
|
|
2834
|
+
},
|
|
2835
|
+
defaultPool: viem.zeroAddress,
|
|
2836
|
+
defaultToken0: "0x4200000000000000000000000000000000000006",
|
|
2837
|
+
defaultToken1: "0x97eec1c29f745dC7c267F90292AA663d997a601D",
|
|
2838
|
+
tokenList: [
|
|
2839
|
+
{ symbol: "WBNB", address: "0x4200000000000000000000000000000000000006" },
|
|
2840
|
+
{ symbol: "USDC.e", address: "0x97eec1c29f745dC7c267F90292AA663d997a601D" },
|
|
2841
|
+
{ symbol: "USDT", address: "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6" },
|
|
2842
|
+
],
|
|
2843
|
+
stables: [
|
|
2844
|
+
"0x97eec1c29f745dC7c267F90292AA663d997a601D",
|
|
2845
|
+
"0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6",
|
|
2846
|
+
],
|
|
2847
|
+
watchlist: [],
|
|
2848
|
+
internalName: "matchain",
|
|
2849
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png",
|
|
2850
|
+
contracts: {
|
|
2851
|
+
...chains.matchain.contracts,
|
|
2852
|
+
limitOrder: {
|
|
2853
|
+
address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
2854
|
+
},
|
|
2855
|
+
nftManager: {
|
|
2856
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2857
|
+
},
|
|
2858
|
+
weth9: {
|
|
2859
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
2860
|
+
},
|
|
2861
|
+
multicall2: {
|
|
2862
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2863
|
+
},
|
|
2864
|
+
multicall3: {
|
|
2865
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
2866
|
+
},
|
|
2867
|
+
},
|
|
2868
|
+
});
|
|
2869
|
+
|
|
2793
2870
|
const metal = makeConfig({
|
|
2794
2871
|
...chains.metalL2,
|
|
2795
2872
|
blockTimeSeconds: 2,
|
|
@@ -5221,6 +5298,7 @@ const MAINNET_CHAINS = [
|
|
|
5221
5298
|
nibiru,
|
|
5222
5299
|
etherlink,
|
|
5223
5300
|
unichain,
|
|
5301
|
+
matchain,
|
|
5224
5302
|
];
|
|
5225
5303
|
|
|
5226
5304
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
|
@@ -5244,6 +5322,7 @@ exports.lisk = lisk;
|
|
|
5244
5322
|
exports.mainnet = mainnet;
|
|
5245
5323
|
exports.manta = manta;
|
|
5246
5324
|
exports.mantle = mantle;
|
|
5325
|
+
exports.matchain = matchain;
|
|
5247
5326
|
exports.metal = metal;
|
|
5248
5327
|
exports.moonbeam = moonbeam;
|
|
5249
5328
|
exports.nibiru = nibiru;
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -4650,6 +4650,112 @@ declare const mantle: Readonly<{
|
|
|
4650
4650
|
formatters?: undefined | undefined;
|
|
4651
4651
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4652
4652
|
}>;
|
|
4653
|
+
declare const matchain: Readonly<{
|
|
4654
|
+
name: "Matchain";
|
|
4655
|
+
blockTimeSeconds: 0.5;
|
|
4656
|
+
launchTime: 1754106070;
|
|
4657
|
+
sortIndex: 15;
|
|
4658
|
+
logoUrl: "https://assets.oku.trade/chains/matchain-logo.png";
|
|
4659
|
+
safeReorgDistance: 90000;
|
|
4660
|
+
externalId: {};
|
|
4661
|
+
markets: {};
|
|
4662
|
+
bridges: {};
|
|
4663
|
+
oracles: {};
|
|
4664
|
+
morpho: {};
|
|
4665
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
4666
|
+
uniswap: {
|
|
4667
|
+
deployBlock: number;
|
|
4668
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
4669
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
4670
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
4671
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
4672
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4673
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4674
|
+
positionsNFTDeployBlock: number;
|
|
4675
|
+
universalRouter: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
4676
|
+
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
4677
|
+
wrappedNativeSymbol: string;
|
|
4678
|
+
wrappedNativeName: string;
|
|
4679
|
+
wrappedNativeDecimals: number;
|
|
4680
|
+
nativeCurrencyName: string;
|
|
4681
|
+
};
|
|
4682
|
+
token: {
|
|
4683
|
+
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
4684
|
+
usdcAddress: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
4685
|
+
};
|
|
4686
|
+
oku: {
|
|
4687
|
+
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
4688
|
+
limitOrderRegistryDeployBlock: number;
|
|
4689
|
+
pricing: {
|
|
4690
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
4691
|
+
nativeWrappedName: string;
|
|
4692
|
+
};
|
|
4693
|
+
};
|
|
4694
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
4695
|
+
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
4696
|
+
defaultToken1: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
4697
|
+
tokenList: ({
|
|
4698
|
+
symbol: string;
|
|
4699
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
4700
|
+
} | {
|
|
4701
|
+
symbol: string;
|
|
4702
|
+
address: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
4703
|
+
} | {
|
|
4704
|
+
symbol: string;
|
|
4705
|
+
address: "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6";
|
|
4706
|
+
})[];
|
|
4707
|
+
stables: ("0x97eec1c29f745dC7c267F90292AA663d997a601D" | "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6")[];
|
|
4708
|
+
watchlist: never[];
|
|
4709
|
+
internalName: "matchain";
|
|
4710
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
4711
|
+
contracts: {
|
|
4712
|
+
limitOrder: {
|
|
4713
|
+
address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
4714
|
+
};
|
|
4715
|
+
nftManager: {
|
|
4716
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4717
|
+
};
|
|
4718
|
+
weth9: {
|
|
4719
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
4720
|
+
};
|
|
4721
|
+
multicall2: {
|
|
4722
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
4723
|
+
};
|
|
4724
|
+
multicall3: {
|
|
4725
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4726
|
+
};
|
|
4727
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
4728
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
4729
|
+
universalSignatureVerifier?: import("viem").ChainContract | undefined;
|
|
4730
|
+
};
|
|
4731
|
+
blockExplorers: {
|
|
4732
|
+
readonly default: {
|
|
4733
|
+
readonly name: "Matchain Scan";
|
|
4734
|
+
readonly url: "https://matchscan.io";
|
|
4735
|
+
};
|
|
4736
|
+
};
|
|
4737
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
4738
|
+
ensTlds?: readonly string[] | undefined;
|
|
4739
|
+
id: 698;
|
|
4740
|
+
nativeCurrency: {
|
|
4741
|
+
readonly name: "BNB";
|
|
4742
|
+
readonly symbol: "BNB";
|
|
4743
|
+
readonly decimals: 18;
|
|
4744
|
+
};
|
|
4745
|
+
rpcUrls: {
|
|
4746
|
+
readonly default: {
|
|
4747
|
+
readonly http: readonly [
|
|
4748
|
+
"https://rpc.matchain.io"
|
|
4749
|
+
];
|
|
4750
|
+
};
|
|
4751
|
+
};
|
|
4752
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
4753
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
4754
|
+
custom?: Record<string, unknown> | undefined;
|
|
4755
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4756
|
+
formatters?: undefined | undefined;
|
|
4757
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4758
|
+
}>;
|
|
4653
4759
|
declare const metal: Readonly<{
|
|
4654
4760
|
blockTimeSeconds: 2;
|
|
4655
4761
|
launchTime: 1733882663;
|
|
@@ -17119,6 +17225,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17119
17225
|
serializers: {
|
|
17120
17226
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
17121
17227
|
};
|
|
17228
|
+
}>, Readonly<{
|
|
17229
|
+
name: "Matchain";
|
|
17230
|
+
blockTimeSeconds: 0.5;
|
|
17231
|
+
launchTime: 1754106070;
|
|
17232
|
+
sortIndex: 15;
|
|
17233
|
+
logoUrl: "https://assets.oku.trade/chains/matchain-logo.png";
|
|
17234
|
+
safeReorgDistance: 90000;
|
|
17235
|
+
externalId: {};
|
|
17236
|
+
markets: {};
|
|
17237
|
+
bridges: {};
|
|
17238
|
+
oracles: {};
|
|
17239
|
+
morpho: {};
|
|
17240
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
17241
|
+
uniswap: {
|
|
17242
|
+
deployBlock: number;
|
|
17243
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
17244
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
17245
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
17246
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
17247
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
17248
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
17249
|
+
positionsNFTDeployBlock: number;
|
|
17250
|
+
universalRouter: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
17251
|
+
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
17252
|
+
wrappedNativeSymbol: string;
|
|
17253
|
+
wrappedNativeName: string;
|
|
17254
|
+
wrappedNativeDecimals: number;
|
|
17255
|
+
nativeCurrencyName: string;
|
|
17256
|
+
};
|
|
17257
|
+
token: {
|
|
17258
|
+
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
17259
|
+
usdcAddress: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
17260
|
+
};
|
|
17261
|
+
oku: {
|
|
17262
|
+
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
17263
|
+
limitOrderRegistryDeployBlock: number;
|
|
17264
|
+
pricing: {
|
|
17265
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
17266
|
+
nativeWrappedName: string;
|
|
17267
|
+
};
|
|
17268
|
+
};
|
|
17269
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
17270
|
+
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
17271
|
+
defaultToken1: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
17272
|
+
tokenList: ({
|
|
17273
|
+
symbol: string;
|
|
17274
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
17275
|
+
} | {
|
|
17276
|
+
symbol: string;
|
|
17277
|
+
address: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
17278
|
+
} | {
|
|
17279
|
+
symbol: string;
|
|
17280
|
+
address: "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6";
|
|
17281
|
+
})[];
|
|
17282
|
+
stables: ("0x97eec1c29f745dC7c267F90292AA663d997a601D" | "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6")[];
|
|
17283
|
+
watchlist: never[];
|
|
17284
|
+
internalName: "matchain";
|
|
17285
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
17286
|
+
contracts: {
|
|
17287
|
+
limitOrder: {
|
|
17288
|
+
address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
17289
|
+
};
|
|
17290
|
+
nftManager: {
|
|
17291
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
17292
|
+
};
|
|
17293
|
+
weth9: {
|
|
17294
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
17295
|
+
};
|
|
17296
|
+
multicall2: {
|
|
17297
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
17298
|
+
};
|
|
17299
|
+
multicall3: {
|
|
17300
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
17301
|
+
};
|
|
17302
|
+
ensRegistry?: ChainContract | undefined;
|
|
17303
|
+
ensUniversalResolver?: ChainContract | undefined;
|
|
17304
|
+
universalSignatureVerifier?: ChainContract | undefined;
|
|
17305
|
+
};
|
|
17306
|
+
blockExplorers: {
|
|
17307
|
+
readonly default: {
|
|
17308
|
+
readonly name: "Matchain Scan";
|
|
17309
|
+
readonly url: "https://matchscan.io";
|
|
17310
|
+
};
|
|
17311
|
+
};
|
|
17312
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
17313
|
+
ensTlds?: readonly string[] | undefined;
|
|
17314
|
+
id: 698;
|
|
17315
|
+
nativeCurrency: {
|
|
17316
|
+
readonly name: "BNB";
|
|
17317
|
+
readonly symbol: "BNB";
|
|
17318
|
+
readonly decimals: 18;
|
|
17319
|
+
};
|
|
17320
|
+
rpcUrls: {
|
|
17321
|
+
readonly default: {
|
|
17322
|
+
readonly http: readonly ["https://rpc.matchain.io"];
|
|
17323
|
+
};
|
|
17324
|
+
};
|
|
17325
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
17326
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
17327
|
+
custom?: Record<string, unknown> | undefined;
|
|
17328
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
17329
|
+
formatters?: undefined | undefined;
|
|
17330
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
17122
17331
|
}>];
|
|
17123
|
-
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, etherlink, 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, unichain, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
17332
|
+
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, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
17124
17333
|
export { ChainContract } from "viem";
|
|
@@ -4650,6 +4650,112 @@ declare const mantle: Readonly<{
|
|
|
4650
4650
|
formatters?: undefined | undefined;
|
|
4651
4651
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4652
4652
|
}>;
|
|
4653
|
+
declare const matchain: Readonly<{
|
|
4654
|
+
name: "Matchain";
|
|
4655
|
+
blockTimeSeconds: 0.5;
|
|
4656
|
+
launchTime: 1754106070;
|
|
4657
|
+
sortIndex: 15;
|
|
4658
|
+
logoUrl: "https://assets.oku.trade/chains/matchain-logo.png";
|
|
4659
|
+
safeReorgDistance: 90000;
|
|
4660
|
+
externalId: {};
|
|
4661
|
+
markets: {};
|
|
4662
|
+
bridges: {};
|
|
4663
|
+
oracles: {};
|
|
4664
|
+
morpho: {};
|
|
4665
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
4666
|
+
uniswap: {
|
|
4667
|
+
deployBlock: number;
|
|
4668
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
4669
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
4670
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
4671
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
4672
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4673
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4674
|
+
positionsNFTDeployBlock: number;
|
|
4675
|
+
universalRouter: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
4676
|
+
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
4677
|
+
wrappedNativeSymbol: string;
|
|
4678
|
+
wrappedNativeName: string;
|
|
4679
|
+
wrappedNativeDecimals: number;
|
|
4680
|
+
nativeCurrencyName: string;
|
|
4681
|
+
};
|
|
4682
|
+
token: {
|
|
4683
|
+
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
4684
|
+
usdcAddress: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
4685
|
+
};
|
|
4686
|
+
oku: {
|
|
4687
|
+
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
4688
|
+
limitOrderRegistryDeployBlock: number;
|
|
4689
|
+
pricing: {
|
|
4690
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
4691
|
+
nativeWrappedName: string;
|
|
4692
|
+
};
|
|
4693
|
+
};
|
|
4694
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
4695
|
+
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
4696
|
+
defaultToken1: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
4697
|
+
tokenList: ({
|
|
4698
|
+
symbol: string;
|
|
4699
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
4700
|
+
} | {
|
|
4701
|
+
symbol: string;
|
|
4702
|
+
address: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
4703
|
+
} | {
|
|
4704
|
+
symbol: string;
|
|
4705
|
+
address: "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6";
|
|
4706
|
+
})[];
|
|
4707
|
+
stables: ("0x97eec1c29f745dC7c267F90292AA663d997a601D" | "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6")[];
|
|
4708
|
+
watchlist: never[];
|
|
4709
|
+
internalName: "matchain";
|
|
4710
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
4711
|
+
contracts: {
|
|
4712
|
+
limitOrder: {
|
|
4713
|
+
address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
4714
|
+
};
|
|
4715
|
+
nftManager: {
|
|
4716
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4717
|
+
};
|
|
4718
|
+
weth9: {
|
|
4719
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
4720
|
+
};
|
|
4721
|
+
multicall2: {
|
|
4722
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
4723
|
+
};
|
|
4724
|
+
multicall3: {
|
|
4725
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4726
|
+
};
|
|
4727
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
4728
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
4729
|
+
universalSignatureVerifier?: import("viem").ChainContract | undefined;
|
|
4730
|
+
};
|
|
4731
|
+
blockExplorers: {
|
|
4732
|
+
readonly default: {
|
|
4733
|
+
readonly name: "Matchain Scan";
|
|
4734
|
+
readonly url: "https://matchscan.io";
|
|
4735
|
+
};
|
|
4736
|
+
};
|
|
4737
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
4738
|
+
ensTlds?: readonly string[] | undefined;
|
|
4739
|
+
id: 698;
|
|
4740
|
+
nativeCurrency: {
|
|
4741
|
+
readonly name: "BNB";
|
|
4742
|
+
readonly symbol: "BNB";
|
|
4743
|
+
readonly decimals: 18;
|
|
4744
|
+
};
|
|
4745
|
+
rpcUrls: {
|
|
4746
|
+
readonly default: {
|
|
4747
|
+
readonly http: readonly [
|
|
4748
|
+
"https://rpc.matchain.io"
|
|
4749
|
+
];
|
|
4750
|
+
};
|
|
4751
|
+
};
|
|
4752
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
4753
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
4754
|
+
custom?: Record<string, unknown> | undefined;
|
|
4755
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4756
|
+
formatters?: undefined | undefined;
|
|
4757
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4758
|
+
}>;
|
|
4653
4759
|
declare const metal: Readonly<{
|
|
4654
4760
|
blockTimeSeconds: 2;
|
|
4655
4761
|
launchTime: 1733882663;
|
|
@@ -17119,6 +17225,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17119
17225
|
serializers: {
|
|
17120
17226
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
17121
17227
|
};
|
|
17228
|
+
}>, Readonly<{
|
|
17229
|
+
name: "Matchain";
|
|
17230
|
+
blockTimeSeconds: 0.5;
|
|
17231
|
+
launchTime: 1754106070;
|
|
17232
|
+
sortIndex: 15;
|
|
17233
|
+
logoUrl: "https://assets.oku.trade/chains/matchain-logo.png";
|
|
17234
|
+
safeReorgDistance: 90000;
|
|
17235
|
+
externalId: {};
|
|
17236
|
+
markets: {};
|
|
17237
|
+
bridges: {};
|
|
17238
|
+
oracles: {};
|
|
17239
|
+
morpho: {};
|
|
17240
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
17241
|
+
uniswap: {
|
|
17242
|
+
deployBlock: number;
|
|
17243
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
17244
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
17245
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
17246
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
17247
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
17248
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
17249
|
+
positionsNFTDeployBlock: number;
|
|
17250
|
+
universalRouter: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
17251
|
+
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
17252
|
+
wrappedNativeSymbol: string;
|
|
17253
|
+
wrappedNativeName: string;
|
|
17254
|
+
wrappedNativeDecimals: number;
|
|
17255
|
+
nativeCurrencyName: string;
|
|
17256
|
+
};
|
|
17257
|
+
token: {
|
|
17258
|
+
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
17259
|
+
usdcAddress: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
17260
|
+
};
|
|
17261
|
+
oku: {
|
|
17262
|
+
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
17263
|
+
limitOrderRegistryDeployBlock: number;
|
|
17264
|
+
pricing: {
|
|
17265
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
17266
|
+
nativeWrappedName: string;
|
|
17267
|
+
};
|
|
17268
|
+
};
|
|
17269
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
17270
|
+
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
17271
|
+
defaultToken1: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
17272
|
+
tokenList: ({
|
|
17273
|
+
symbol: string;
|
|
17274
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
17275
|
+
} | {
|
|
17276
|
+
symbol: string;
|
|
17277
|
+
address: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
17278
|
+
} | {
|
|
17279
|
+
symbol: string;
|
|
17280
|
+
address: "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6";
|
|
17281
|
+
})[];
|
|
17282
|
+
stables: ("0x97eec1c29f745dC7c267F90292AA663d997a601D" | "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6")[];
|
|
17283
|
+
watchlist: never[];
|
|
17284
|
+
internalName: "matchain";
|
|
17285
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
17286
|
+
contracts: {
|
|
17287
|
+
limitOrder: {
|
|
17288
|
+
address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
17289
|
+
};
|
|
17290
|
+
nftManager: {
|
|
17291
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
17292
|
+
};
|
|
17293
|
+
weth9: {
|
|
17294
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
17295
|
+
};
|
|
17296
|
+
multicall2: {
|
|
17297
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
17298
|
+
};
|
|
17299
|
+
multicall3: {
|
|
17300
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
17301
|
+
};
|
|
17302
|
+
ensRegistry?: ChainContract | undefined;
|
|
17303
|
+
ensUniversalResolver?: ChainContract | undefined;
|
|
17304
|
+
universalSignatureVerifier?: ChainContract | undefined;
|
|
17305
|
+
};
|
|
17306
|
+
blockExplorers: {
|
|
17307
|
+
readonly default: {
|
|
17308
|
+
readonly name: "Matchain Scan";
|
|
17309
|
+
readonly url: "https://matchscan.io";
|
|
17310
|
+
};
|
|
17311
|
+
};
|
|
17312
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
17313
|
+
ensTlds?: readonly string[] | undefined;
|
|
17314
|
+
id: 698;
|
|
17315
|
+
nativeCurrency: {
|
|
17316
|
+
readonly name: "BNB";
|
|
17317
|
+
readonly symbol: "BNB";
|
|
17318
|
+
readonly decimals: 18;
|
|
17319
|
+
};
|
|
17320
|
+
rpcUrls: {
|
|
17321
|
+
readonly default: {
|
|
17322
|
+
readonly http: readonly ["https://rpc.matchain.io"];
|
|
17323
|
+
};
|
|
17324
|
+
};
|
|
17325
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
17326
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
17327
|
+
custom?: Record<string, unknown> | undefined;
|
|
17328
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
17329
|
+
formatters?: undefined | undefined;
|
|
17330
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
17122
17331
|
}>];
|
|
17123
|
-
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, etherlink, 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, unichain, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
17332
|
+
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, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
17124
17333
|
export { ChainContract } from "viem";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -4650,6 +4650,112 @@ declare const mantle: Readonly<{
|
|
|
4650
4650
|
formatters?: undefined | undefined;
|
|
4651
4651
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4652
4652
|
}>;
|
|
4653
|
+
declare const matchain: Readonly<{
|
|
4654
|
+
name: "Matchain";
|
|
4655
|
+
blockTimeSeconds: 0.5;
|
|
4656
|
+
launchTime: 1754106070;
|
|
4657
|
+
sortIndex: 15;
|
|
4658
|
+
logoUrl: "https://assets.oku.trade/chains/matchain-logo.png";
|
|
4659
|
+
safeReorgDistance: 90000;
|
|
4660
|
+
externalId: {};
|
|
4661
|
+
markets: {};
|
|
4662
|
+
bridges: {};
|
|
4663
|
+
oracles: {};
|
|
4664
|
+
morpho: {};
|
|
4665
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
4666
|
+
uniswap: {
|
|
4667
|
+
deployBlock: number;
|
|
4668
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
4669
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
4670
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
4671
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
4672
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4673
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4674
|
+
positionsNFTDeployBlock: number;
|
|
4675
|
+
universalRouter: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
4676
|
+
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
4677
|
+
wrappedNativeSymbol: string;
|
|
4678
|
+
wrappedNativeName: string;
|
|
4679
|
+
wrappedNativeDecimals: number;
|
|
4680
|
+
nativeCurrencyName: string;
|
|
4681
|
+
};
|
|
4682
|
+
token: {
|
|
4683
|
+
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
4684
|
+
usdcAddress: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
4685
|
+
};
|
|
4686
|
+
oku: {
|
|
4687
|
+
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
4688
|
+
limitOrderRegistryDeployBlock: number;
|
|
4689
|
+
pricing: {
|
|
4690
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
4691
|
+
nativeWrappedName: string;
|
|
4692
|
+
};
|
|
4693
|
+
};
|
|
4694
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
4695
|
+
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
4696
|
+
defaultToken1: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
4697
|
+
tokenList: ({
|
|
4698
|
+
symbol: string;
|
|
4699
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
4700
|
+
} | {
|
|
4701
|
+
symbol: string;
|
|
4702
|
+
address: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
4703
|
+
} | {
|
|
4704
|
+
symbol: string;
|
|
4705
|
+
address: "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6";
|
|
4706
|
+
})[];
|
|
4707
|
+
stables: ("0x97eec1c29f745dC7c267F90292AA663d997a601D" | "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6")[];
|
|
4708
|
+
watchlist: never[];
|
|
4709
|
+
internalName: "matchain";
|
|
4710
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
4711
|
+
contracts: {
|
|
4712
|
+
limitOrder: {
|
|
4713
|
+
address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
4714
|
+
};
|
|
4715
|
+
nftManager: {
|
|
4716
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
4717
|
+
};
|
|
4718
|
+
weth9: {
|
|
4719
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
4720
|
+
};
|
|
4721
|
+
multicall2: {
|
|
4722
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
4723
|
+
};
|
|
4724
|
+
multicall3: {
|
|
4725
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4726
|
+
};
|
|
4727
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
4728
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
4729
|
+
universalSignatureVerifier?: import("viem").ChainContract | undefined;
|
|
4730
|
+
};
|
|
4731
|
+
blockExplorers: {
|
|
4732
|
+
readonly default: {
|
|
4733
|
+
readonly name: "Matchain Scan";
|
|
4734
|
+
readonly url: "https://matchscan.io";
|
|
4735
|
+
};
|
|
4736
|
+
};
|
|
4737
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
4738
|
+
ensTlds?: readonly string[] | undefined;
|
|
4739
|
+
id: 698;
|
|
4740
|
+
nativeCurrency: {
|
|
4741
|
+
readonly name: "BNB";
|
|
4742
|
+
readonly symbol: "BNB";
|
|
4743
|
+
readonly decimals: 18;
|
|
4744
|
+
};
|
|
4745
|
+
rpcUrls: {
|
|
4746
|
+
readonly default: {
|
|
4747
|
+
readonly http: readonly [
|
|
4748
|
+
"https://rpc.matchain.io"
|
|
4749
|
+
];
|
|
4750
|
+
};
|
|
4751
|
+
};
|
|
4752
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
4753
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
4754
|
+
custom?: Record<string, unknown> | undefined;
|
|
4755
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4756
|
+
formatters?: undefined | undefined;
|
|
4757
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4758
|
+
}>;
|
|
4653
4759
|
declare const metal: Readonly<{
|
|
4654
4760
|
blockTimeSeconds: 2;
|
|
4655
4761
|
launchTime: 1733882663;
|
|
@@ -17119,6 +17225,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17119
17225
|
serializers: {
|
|
17120
17226
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
17121
17227
|
};
|
|
17228
|
+
}>, Readonly<{
|
|
17229
|
+
name: "Matchain";
|
|
17230
|
+
blockTimeSeconds: 0.5;
|
|
17231
|
+
launchTime: 1754106070;
|
|
17232
|
+
sortIndex: 15;
|
|
17233
|
+
logoUrl: "https://assets.oku.trade/chains/matchain-logo.png";
|
|
17234
|
+
safeReorgDistance: 90000;
|
|
17235
|
+
externalId: {};
|
|
17236
|
+
markets: {};
|
|
17237
|
+
bridges: {};
|
|
17238
|
+
oracles: {};
|
|
17239
|
+
morpho: {};
|
|
17240
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
17241
|
+
uniswap: {
|
|
17242
|
+
deployBlock: number;
|
|
17243
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
17244
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
17245
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
17246
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
17247
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
17248
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
17249
|
+
positionsNFTDeployBlock: number;
|
|
17250
|
+
universalRouter: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
17251
|
+
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
17252
|
+
wrappedNativeSymbol: string;
|
|
17253
|
+
wrappedNativeName: string;
|
|
17254
|
+
wrappedNativeDecimals: number;
|
|
17255
|
+
nativeCurrencyName: string;
|
|
17256
|
+
};
|
|
17257
|
+
token: {
|
|
17258
|
+
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
17259
|
+
usdcAddress: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
17260
|
+
};
|
|
17261
|
+
oku: {
|
|
17262
|
+
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
17263
|
+
limitOrderRegistryDeployBlock: number;
|
|
17264
|
+
pricing: {
|
|
17265
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
17266
|
+
nativeWrappedName: string;
|
|
17267
|
+
};
|
|
17268
|
+
};
|
|
17269
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
17270
|
+
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
17271
|
+
defaultToken1: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
17272
|
+
tokenList: ({
|
|
17273
|
+
symbol: string;
|
|
17274
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
17275
|
+
} | {
|
|
17276
|
+
symbol: string;
|
|
17277
|
+
address: "0x97eec1c29f745dC7c267F90292AA663d997a601D";
|
|
17278
|
+
} | {
|
|
17279
|
+
symbol: string;
|
|
17280
|
+
address: "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6";
|
|
17281
|
+
})[];
|
|
17282
|
+
stables: ("0x97eec1c29f745dC7c267F90292AA663d997a601D" | "0xB6dc6C8b71e88642cEAD3be1025565A9eE74d1C6")[];
|
|
17283
|
+
watchlist: never[];
|
|
17284
|
+
internalName: "matchain";
|
|
17285
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/bnb.png";
|
|
17286
|
+
contracts: {
|
|
17287
|
+
limitOrder: {
|
|
17288
|
+
address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
17289
|
+
};
|
|
17290
|
+
nftManager: {
|
|
17291
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
17292
|
+
};
|
|
17293
|
+
weth9: {
|
|
17294
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
17295
|
+
};
|
|
17296
|
+
multicall2: {
|
|
17297
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
17298
|
+
};
|
|
17299
|
+
multicall3: {
|
|
17300
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
17301
|
+
};
|
|
17302
|
+
ensRegistry?: ChainContract | undefined;
|
|
17303
|
+
ensUniversalResolver?: ChainContract | undefined;
|
|
17304
|
+
universalSignatureVerifier?: ChainContract | undefined;
|
|
17305
|
+
};
|
|
17306
|
+
blockExplorers: {
|
|
17307
|
+
readonly default: {
|
|
17308
|
+
readonly name: "Matchain Scan";
|
|
17309
|
+
readonly url: "https://matchscan.io";
|
|
17310
|
+
};
|
|
17311
|
+
};
|
|
17312
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
17313
|
+
ensTlds?: readonly string[] | undefined;
|
|
17314
|
+
id: 698;
|
|
17315
|
+
nativeCurrency: {
|
|
17316
|
+
readonly name: "BNB";
|
|
17317
|
+
readonly symbol: "BNB";
|
|
17318
|
+
readonly decimals: 18;
|
|
17319
|
+
};
|
|
17320
|
+
rpcUrls: {
|
|
17321
|
+
readonly default: {
|
|
17322
|
+
readonly http: readonly ["https://rpc.matchain.io"];
|
|
17323
|
+
};
|
|
17324
|
+
};
|
|
17325
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
17326
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
17327
|
+
custom?: Record<string, unknown> | undefined;
|
|
17328
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
17329
|
+
formatters?: undefined | undefined;
|
|
17330
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
17122
17331
|
}>];
|
|
17123
|
-
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, etherlink, 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, unichain, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
17332
|
+
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, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
17124
17333
|
export { ChainContract } from "viem";
|