@gfxlabs/oku-chains 1.1.1 → 1.1.3
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 +16 -11
- package/dist/index-mjs.js +16 -11
- package/dist/index.js +16 -11
- package/dist/types/browser.d.ts +32 -30
- package/dist/types/index-mjs.d.ts +32 -30
- package/dist/types/index.d.ts +32 -30
- package/package.json +1 -1
package/dist/types/browser.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Address, Chain, ChainContract } from "viem";
|
|
2
2
|
declare const arbitrum: Readonly<{
|
|
3
|
+
name: "Arbitrum";
|
|
3
4
|
sortIndex: 1;
|
|
4
5
|
blockTimeSeconds: 0.25;
|
|
5
6
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
|
|
@@ -8,7 +9,7 @@ declare const arbitrum: Readonly<{
|
|
|
8
9
|
uniswap: {
|
|
9
10
|
deployBlock: number;
|
|
10
11
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
11
|
-
multicall2: "
|
|
12
|
+
multicall2: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2";
|
|
12
13
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
13
14
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
14
15
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -95,7 +96,6 @@ declare const arbitrum: Readonly<{
|
|
|
95
96
|
};
|
|
96
97
|
};
|
|
97
98
|
id: 42161;
|
|
98
|
-
name: "Arbitrum One";
|
|
99
99
|
nativeCurrency: {
|
|
100
100
|
readonly name: "Ether";
|
|
101
101
|
readonly symbol: "ETH";
|
|
@@ -127,7 +127,7 @@ declare const base: Readonly<{
|
|
|
127
127
|
uniswap: {
|
|
128
128
|
deployBlock: number;
|
|
129
129
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD";
|
|
130
|
-
multicall2: "
|
|
130
|
+
multicall2: "0x41A513463248971B41C0580726CF4D425c071732";
|
|
131
131
|
tickLens: "0x0CdeE061c75D43c82520eD998C23ac2991c9ac6d";
|
|
132
132
|
nonfungiblePositionManager: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1";
|
|
133
133
|
positionsNFT: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1";
|
|
@@ -1001,7 +1001,7 @@ declare const blast: Readonly<{
|
|
|
1001
1001
|
uniswap: {
|
|
1002
1002
|
deployBlock: number;
|
|
1003
1003
|
poolFactory: "0x792edAdE80af5fC680d96a2eD80A44247D2Cf6Fd";
|
|
1004
|
-
multicall2: "
|
|
1004
|
+
multicall2: "0xc228c0343Ee4D4B3EAdF701154f1f1bD9E29d833";
|
|
1005
1005
|
tickLens: "0x2E95185bCdD928a3e984B7e2D6560Ab1b17d7274";
|
|
1006
1006
|
nonfungiblePositionManager: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28";
|
|
1007
1007
|
positionsNFT: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28";
|
|
@@ -1079,6 +1079,7 @@ declare const blast: Readonly<{
|
|
|
1079
1079
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1080
1080
|
}>;
|
|
1081
1081
|
declare const boba: Readonly<{
|
|
1082
|
+
name: "Boba";
|
|
1082
1083
|
sortIndex: 11;
|
|
1083
1084
|
blockTimeSeconds: 300;
|
|
1084
1085
|
logoUrl: "https://assets.oku.trade/boba-logo.svg";
|
|
@@ -1086,7 +1087,7 @@ declare const boba: Readonly<{
|
|
|
1086
1087
|
uniswap: {
|
|
1087
1088
|
deployBlock: number;
|
|
1088
1089
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
1089
|
-
multicall2: "
|
|
1090
|
+
multicall2: "0x07956092c0F4818D6792a42035d2d2fa0C75E76B";
|
|
1090
1091
|
proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
|
|
1091
1092
|
tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
|
|
1092
1093
|
quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
|
|
@@ -1159,7 +1160,6 @@ declare const boba: Readonly<{
|
|
|
1159
1160
|
};
|
|
1160
1161
|
};
|
|
1161
1162
|
id: 288;
|
|
1162
|
-
name: "Boba Network";
|
|
1163
1163
|
nativeCurrency: {
|
|
1164
1164
|
readonly decimals: 18;
|
|
1165
1165
|
readonly name: "Boba";
|
|
@@ -1180,6 +1180,7 @@ declare const boba: Readonly<{
|
|
|
1180
1180
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1181
1181
|
}>;
|
|
1182
1182
|
declare const bsc: Readonly<{
|
|
1183
|
+
name: "BSC";
|
|
1183
1184
|
sortIndex: 9;
|
|
1184
1185
|
blockTimeSeconds: 3;
|
|
1185
1186
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg";
|
|
@@ -1188,7 +1189,7 @@ declare const bsc: Readonly<{
|
|
|
1188
1189
|
uniswap: {
|
|
1189
1190
|
deployBlock: number;
|
|
1190
1191
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
1191
|
-
multicall2: "
|
|
1192
|
+
multicall2: "0xfF6FD90A470Aaa0c1B8A54681746b07AcdFedc9B";
|
|
1192
1193
|
proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
|
|
1193
1194
|
tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
|
|
1194
1195
|
quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
|
|
@@ -1253,7 +1254,6 @@ declare const bsc: Readonly<{
|
|
|
1253
1254
|
};
|
|
1254
1255
|
};
|
|
1255
1256
|
id: 56;
|
|
1256
|
-
name: "BNB Smart Chain";
|
|
1257
1257
|
nativeCurrency: {
|
|
1258
1258
|
readonly decimals: 18;
|
|
1259
1259
|
readonly name: "BNB";
|
|
@@ -1496,7 +1496,7 @@ declare const manta: Readonly<{
|
|
|
1496
1496
|
uniswap: {
|
|
1497
1497
|
deployBlock: number;
|
|
1498
1498
|
poolFactory: "0x06D830e15081f65923674268121FF57Cc54e4e23";
|
|
1499
|
-
multicall2: "
|
|
1499
|
+
multicall2: "0x52dFC0D9960F11A9Ca9FF616e791B91188446a60";
|
|
1500
1500
|
tickLens: "0xC94Fb2D13587b0b5af78094933490B35E004eAbE";
|
|
1501
1501
|
nonfungiblePositionManager: "0xA4F2Db71348697C65A64a146F709C73030C2ebcD";
|
|
1502
1502
|
positionsNFT: "0xA4F2Db71348697C65A64a146F709C73030C2ebcD";
|
|
@@ -1591,7 +1591,7 @@ declare const moonbeam: Readonly<{
|
|
|
1591
1591
|
uniswap: {
|
|
1592
1592
|
deployBlock: number;
|
|
1593
1593
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70";
|
|
1594
|
-
multicall2: "
|
|
1594
|
+
multicall2: "0x65dA327b1740D00fF7B366a4fd8F33830a2f03A2";
|
|
1595
1595
|
tickLens: "0x1f4F7b041895D9eB1A79be0896AF3E68e4160010";
|
|
1596
1596
|
quoter: "0x48af91cdcad8ffdd7a8d4cdf73c16cb0632d3d17";
|
|
1597
1597
|
swapRouter02: "0xc507e22ba3140dc0a79fdf27e03c98aa20f3ee66";
|
|
@@ -1676,6 +1676,7 @@ declare const moonbeam: Readonly<{
|
|
|
1676
1676
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1677
1677
|
}>;
|
|
1678
1678
|
declare const optimism: Readonly<{
|
|
1679
|
+
name: "Optimism";
|
|
1679
1680
|
blockTimeSeconds: 0.5;
|
|
1680
1681
|
sortIndex: 2;
|
|
1681
1682
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg";
|
|
@@ -1697,7 +1698,7 @@ declare const optimism: Readonly<{
|
|
|
1697
1698
|
uniswap: {
|
|
1698
1699
|
deployBlock: number;
|
|
1699
1700
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
1700
|
-
multicall2: "
|
|
1701
|
+
multicall2: "0x266557a864680a1401a3506c0eb72934bd13bf59";
|
|
1701
1702
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
1702
1703
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
1703
1704
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -1799,7 +1800,6 @@ declare const optimism: Readonly<{
|
|
|
1799
1800
|
};
|
|
1800
1801
|
};
|
|
1801
1802
|
id: 10;
|
|
1802
|
-
name: "OP Mainnet";
|
|
1803
1803
|
nativeCurrency: {
|
|
1804
1804
|
readonly name: "Ether";
|
|
1805
1805
|
readonly symbol: "ETH";
|
|
@@ -2579,7 +2579,7 @@ declare const polygon: Readonly<{
|
|
|
2579
2579
|
uniswap: {
|
|
2580
2580
|
deployBlock: number;
|
|
2581
2581
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
2582
|
-
multicall2: "
|
|
2582
|
+
multicall2: "0x275617327c958bD06b5D6b871E7f491D76113dd8";
|
|
2583
2583
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
2584
2584
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
2585
2585
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -2788,6 +2788,7 @@ declare const scroll: Readonly<{
|
|
|
2788
2788
|
zerionId: "scroll";
|
|
2789
2789
|
uniswap: {
|
|
2790
2790
|
deployBlock: number;
|
|
2791
|
+
multicall2: "0x3b615B1AC55bc34e51a81D3dea67467F32bcb8C2";
|
|
2791
2792
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
|
|
2792
2793
|
positionsNFT: "0xB39002E4033b162fAc607fc3471E205FA2aE5967";
|
|
2793
2794
|
universalRouter: "0x595E7160858b1AdA94Bda790D8699C85e595117E";
|
|
@@ -2887,7 +2888,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
2887
2888
|
uniswap: {
|
|
2888
2889
|
deployBlock: number;
|
|
2889
2890
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
2890
|
-
multicall2: "
|
|
2891
|
+
multicall2: "0x1FaE28D9C07a8a96E2ECc53BB328E787D5B88674";
|
|
2891
2892
|
tickLens: "0x64519b94A7248Bf17929fB03b9648ce277Fd7fDA";
|
|
2892
2893
|
nonfungiblePositionManager: "0xf0D61Aeda516CCa1FF20Be65Cfb0213be688A24f";
|
|
2893
2894
|
positionsNFT: "0xf0D61Aeda516CCa1FF20Be65Cfb0213be688A24f";
|
|
@@ -2980,7 +2981,7 @@ declare const zkSync: Readonly<{
|
|
|
2980
2981
|
uniswap: {
|
|
2981
2982
|
deployBlock: number;
|
|
2982
2983
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422";
|
|
2983
|
-
multicall2: "
|
|
2984
|
+
multicall2: "0x8bB86A31795d3e8ef12c630C288770e13eEcF038";
|
|
2984
2985
|
tickLens: "0xe10FF11b809f8EE07b056B452c3B2caa7FE24f89";
|
|
2985
2986
|
nonfungiblePositionManager: "0x0616e5762c1E7Dc3723c50663dF10a162D690a86";
|
|
2986
2987
|
positionsNFT: "0x0616e5762c1E7Dc3723c50663dF10a162D690a86";
|
|
@@ -3750,6 +3751,7 @@ interface IChainInfo extends Chain {
|
|
|
3750
3751
|
};
|
|
3751
3752
|
}
|
|
3752
3753
|
declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
3754
|
+
name: "Arbitrum";
|
|
3753
3755
|
sortIndex: 1;
|
|
3754
3756
|
blockTimeSeconds: 0.25;
|
|
3755
3757
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
|
|
@@ -3758,7 +3760,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3758
3760
|
uniswap: {
|
|
3759
3761
|
deployBlock: number;
|
|
3760
3762
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
3761
|
-
multicall2: "
|
|
3763
|
+
multicall2: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2";
|
|
3762
3764
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
3763
3765
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
3764
3766
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -3843,7 +3845,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3843
3845
|
};
|
|
3844
3846
|
};
|
|
3845
3847
|
id: 42161;
|
|
3846
|
-
name: "Arbitrum One";
|
|
3847
3848
|
nativeCurrency: {
|
|
3848
3849
|
readonly name: "Ether";
|
|
3849
3850
|
readonly symbol: "ETH";
|
|
@@ -3872,7 +3873,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3872
3873
|
uniswap: {
|
|
3873
3874
|
deployBlock: number;
|
|
3874
3875
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD";
|
|
3875
|
-
multicall2: "
|
|
3876
|
+
multicall2: "0x41A513463248971B41C0580726CF4D425c071732";
|
|
3876
3877
|
tickLens: "0x0CdeE061c75D43c82520eD998C23ac2991c9ac6d";
|
|
3877
3878
|
nonfungiblePositionManager: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1";
|
|
3878
3879
|
positionsNFT: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1";
|
|
@@ -4732,6 +4733,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4732
4733
|
};
|
|
4733
4734
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4734
4735
|
}>, Readonly<{
|
|
4736
|
+
name: "Boba";
|
|
4735
4737
|
sortIndex: 11;
|
|
4736
4738
|
blockTimeSeconds: 300;
|
|
4737
4739
|
logoUrl: "https://assets.oku.trade/boba-logo.svg";
|
|
@@ -4739,7 +4741,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4739
4741
|
uniswap: {
|
|
4740
4742
|
deployBlock: number;
|
|
4741
4743
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
4742
|
-
multicall2: "
|
|
4744
|
+
multicall2: "0x07956092c0F4818D6792a42035d2d2fa0C75E76B";
|
|
4743
4745
|
proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
|
|
4744
4746
|
tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
|
|
4745
4747
|
quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
|
|
@@ -4812,7 +4814,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4812
4814
|
};
|
|
4813
4815
|
};
|
|
4814
4816
|
id: 288;
|
|
4815
|
-
name: "Boba Network";
|
|
4816
4817
|
nativeCurrency: {
|
|
4817
4818
|
readonly decimals: 18;
|
|
4818
4819
|
readonly name: "Boba";
|
|
@@ -4838,7 +4839,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4838
4839
|
uniswap: {
|
|
4839
4840
|
deployBlock: number;
|
|
4840
4841
|
poolFactory: "0x792edAdE80af5fC680d96a2eD80A44247D2Cf6Fd";
|
|
4841
|
-
multicall2: "
|
|
4842
|
+
multicall2: "0xc228c0343Ee4D4B3EAdF701154f1f1bD9E29d833";
|
|
4842
4843
|
tickLens: "0x2E95185bCdD928a3e984B7e2D6560Ab1b17d7274";
|
|
4843
4844
|
nonfungiblePositionManager: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28";
|
|
4844
4845
|
positionsNFT: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28";
|
|
@@ -4913,6 +4914,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4913
4914
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
4914
4915
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4915
4916
|
}>, Readonly<{
|
|
4917
|
+
name: "BSC";
|
|
4916
4918
|
sortIndex: 9;
|
|
4917
4919
|
blockTimeSeconds: 3;
|
|
4918
4920
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg";
|
|
@@ -4921,7 +4923,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4921
4923
|
uniswap: {
|
|
4922
4924
|
deployBlock: number;
|
|
4923
4925
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
4924
|
-
multicall2: "
|
|
4926
|
+
multicall2: "0xfF6FD90A470Aaa0c1B8A54681746b07AcdFedc9B";
|
|
4925
4927
|
proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
|
|
4926
4928
|
tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
|
|
4927
4929
|
quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
|
|
@@ -4986,7 +4988,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4986
4988
|
};
|
|
4987
4989
|
};
|
|
4988
4990
|
id: 56;
|
|
4989
|
-
name: "BNB Smart Chain";
|
|
4990
4991
|
nativeCurrency: {
|
|
4991
4992
|
readonly decimals: 18;
|
|
4992
4993
|
readonly name: "BNB";
|
|
@@ -5219,7 +5220,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5219
5220
|
uniswap: {
|
|
5220
5221
|
deployBlock: number;
|
|
5221
5222
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70";
|
|
5222
|
-
multicall2: "
|
|
5223
|
+
multicall2: "0x65dA327b1740D00fF7B366a4fd8F33830a2f03A2";
|
|
5223
5224
|
tickLens: "0x1f4F7b041895D9eB1A79be0896AF3E68e4160010";
|
|
5224
5225
|
quoter: "0x48af91cdcad8ffdd7a8d4cdf73c16cb0632d3d17";
|
|
5225
5226
|
swapRouter02: "0xc507e22ba3140dc0a79fdf27e03c98aa20f3ee66";
|
|
@@ -5299,6 +5300,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5299
5300
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
5300
5301
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5301
5302
|
}>, Readonly<{
|
|
5303
|
+
name: "Optimism";
|
|
5302
5304
|
blockTimeSeconds: 0.5;
|
|
5303
5305
|
sortIndex: 2;
|
|
5304
5306
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg";
|
|
@@ -5320,7 +5322,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5320
5322
|
uniswap: {
|
|
5321
5323
|
deployBlock: number;
|
|
5322
5324
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
5323
|
-
multicall2: "
|
|
5325
|
+
multicall2: "0x266557a864680a1401a3506c0eb72934bd13bf59";
|
|
5324
5326
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
5325
5327
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
5326
5328
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -5422,7 +5424,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5422
5424
|
};
|
|
5423
5425
|
};
|
|
5424
5426
|
id: 10;
|
|
5425
|
-
name: "OP Mainnet";
|
|
5426
5427
|
nativeCurrency: {
|
|
5427
5428
|
readonly name: "Ether";
|
|
5428
5429
|
readonly symbol: "ETH";
|
|
@@ -6196,7 +6197,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6196
6197
|
uniswap: {
|
|
6197
6198
|
deployBlock: number;
|
|
6198
6199
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
6199
|
-
multicall2: "
|
|
6200
|
+
multicall2: "0x275617327c958bD06b5D6b871E7f491D76113dd8";
|
|
6200
6201
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
6201
6202
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
6202
6203
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -6399,6 +6400,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6399
6400
|
zerionId: "scroll";
|
|
6400
6401
|
uniswap: {
|
|
6401
6402
|
deployBlock: number;
|
|
6403
|
+
multicall2: "0x3b615B1AC55bc34e51a81D3dea67467F32bcb8C2";
|
|
6402
6404
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
|
|
6403
6405
|
positionsNFT: "0xB39002E4033b162fAc607fc3471E205FA2aE5967";
|
|
6404
6406
|
universalRouter: "0x595E7160858b1AdA94Bda790D8699C85e595117E";
|
|
@@ -6493,7 +6495,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6493
6495
|
uniswap: {
|
|
6494
6496
|
deployBlock: number;
|
|
6495
6497
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
6496
|
-
multicall2: "
|
|
6498
|
+
multicall2: "0x1FaE28D9C07a8a96E2ECc53BB328E787D5B88674";
|
|
6497
6499
|
tickLens: "0x64519b94A7248Bf17929fB03b9648ce277Fd7fDA";
|
|
6498
6500
|
nonfungiblePositionManager: "0xf0D61Aeda516CCa1FF20Be65Cfb0213be688A24f";
|
|
6499
6501
|
positionsNFT: "0xf0D61Aeda516CCa1FF20Be65Cfb0213be688A24f";
|
|
@@ -6583,7 +6585,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6583
6585
|
uniswap: {
|
|
6584
6586
|
deployBlock: number;
|
|
6585
6587
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422";
|
|
6586
|
-
multicall2: "
|
|
6588
|
+
multicall2: "0x8bB86A31795d3e8ef12c630C288770e13eEcF038";
|
|
6587
6589
|
tickLens: "0xe10FF11b809f8EE07b056B452c3B2caa7FE24f89";
|
|
6588
6590
|
nonfungiblePositionManager: "0x0616e5762c1E7Dc3723c50663dF10a162D690a86";
|
|
6589
6591
|
positionsNFT: "0x0616e5762c1E7Dc3723c50663dF10a162D690a86";
|
|
@@ -7283,7 +7285,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7283
7285
|
uniswap: {
|
|
7284
7286
|
deployBlock: number;
|
|
7285
7287
|
poolFactory: "0x06D830e15081f65923674268121FF57Cc54e4e23";
|
|
7286
|
-
multicall2: "
|
|
7288
|
+
multicall2: "0x52dFC0D9960F11A9Ca9FF616e791B91188446a60";
|
|
7287
7289
|
tickLens: "0xC94Fb2D13587b0b5af78094933490B35E004eAbE";
|
|
7288
7290
|
nonfungiblePositionManager: "0xA4F2Db71348697C65A64a146F709C73030C2ebcD";
|
|
7289
7291
|
positionsNFT: "0xA4F2Db71348697C65A64a146F709C73030C2ebcD";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Address, Chain, ChainContract } from "viem";
|
|
2
2
|
declare const arbitrum: Readonly<{
|
|
3
|
+
name: "Arbitrum";
|
|
3
4
|
sortIndex: 1;
|
|
4
5
|
blockTimeSeconds: 0.25;
|
|
5
6
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
|
|
@@ -8,7 +9,7 @@ declare const arbitrum: Readonly<{
|
|
|
8
9
|
uniswap: {
|
|
9
10
|
deployBlock: number;
|
|
10
11
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
11
|
-
multicall2: "
|
|
12
|
+
multicall2: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2";
|
|
12
13
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
13
14
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
14
15
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -95,7 +96,6 @@ declare const arbitrum: Readonly<{
|
|
|
95
96
|
};
|
|
96
97
|
};
|
|
97
98
|
id: 42161;
|
|
98
|
-
name: "Arbitrum One";
|
|
99
99
|
nativeCurrency: {
|
|
100
100
|
readonly name: "Ether";
|
|
101
101
|
readonly symbol: "ETH";
|
|
@@ -127,7 +127,7 @@ declare const base: Readonly<{
|
|
|
127
127
|
uniswap: {
|
|
128
128
|
deployBlock: number;
|
|
129
129
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD";
|
|
130
|
-
multicall2: "
|
|
130
|
+
multicall2: "0x41A513463248971B41C0580726CF4D425c071732";
|
|
131
131
|
tickLens: "0x0CdeE061c75D43c82520eD998C23ac2991c9ac6d";
|
|
132
132
|
nonfungiblePositionManager: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1";
|
|
133
133
|
positionsNFT: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1";
|
|
@@ -1001,7 +1001,7 @@ declare const blast: Readonly<{
|
|
|
1001
1001
|
uniswap: {
|
|
1002
1002
|
deployBlock: number;
|
|
1003
1003
|
poolFactory: "0x792edAdE80af5fC680d96a2eD80A44247D2Cf6Fd";
|
|
1004
|
-
multicall2: "
|
|
1004
|
+
multicall2: "0xc228c0343Ee4D4B3EAdF701154f1f1bD9E29d833";
|
|
1005
1005
|
tickLens: "0x2E95185bCdD928a3e984B7e2D6560Ab1b17d7274";
|
|
1006
1006
|
nonfungiblePositionManager: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28";
|
|
1007
1007
|
positionsNFT: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28";
|
|
@@ -1079,6 +1079,7 @@ declare const blast: Readonly<{
|
|
|
1079
1079
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1080
1080
|
}>;
|
|
1081
1081
|
declare const boba: Readonly<{
|
|
1082
|
+
name: "Boba";
|
|
1082
1083
|
sortIndex: 11;
|
|
1083
1084
|
blockTimeSeconds: 300;
|
|
1084
1085
|
logoUrl: "https://assets.oku.trade/boba-logo.svg";
|
|
@@ -1086,7 +1087,7 @@ declare const boba: Readonly<{
|
|
|
1086
1087
|
uniswap: {
|
|
1087
1088
|
deployBlock: number;
|
|
1088
1089
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
1089
|
-
multicall2: "
|
|
1090
|
+
multicall2: "0x07956092c0F4818D6792a42035d2d2fa0C75E76B";
|
|
1090
1091
|
proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
|
|
1091
1092
|
tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
|
|
1092
1093
|
quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
|
|
@@ -1159,7 +1160,6 @@ declare const boba: Readonly<{
|
|
|
1159
1160
|
};
|
|
1160
1161
|
};
|
|
1161
1162
|
id: 288;
|
|
1162
|
-
name: "Boba Network";
|
|
1163
1163
|
nativeCurrency: {
|
|
1164
1164
|
readonly decimals: 18;
|
|
1165
1165
|
readonly name: "Boba";
|
|
@@ -1180,6 +1180,7 @@ declare const boba: Readonly<{
|
|
|
1180
1180
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1181
1181
|
}>;
|
|
1182
1182
|
declare const bsc: Readonly<{
|
|
1183
|
+
name: "BSC";
|
|
1183
1184
|
sortIndex: 9;
|
|
1184
1185
|
blockTimeSeconds: 3;
|
|
1185
1186
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg";
|
|
@@ -1188,7 +1189,7 @@ declare const bsc: Readonly<{
|
|
|
1188
1189
|
uniswap: {
|
|
1189
1190
|
deployBlock: number;
|
|
1190
1191
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
1191
|
-
multicall2: "
|
|
1192
|
+
multicall2: "0xfF6FD90A470Aaa0c1B8A54681746b07AcdFedc9B";
|
|
1192
1193
|
proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
|
|
1193
1194
|
tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
|
|
1194
1195
|
quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
|
|
@@ -1253,7 +1254,6 @@ declare const bsc: Readonly<{
|
|
|
1253
1254
|
};
|
|
1254
1255
|
};
|
|
1255
1256
|
id: 56;
|
|
1256
|
-
name: "BNB Smart Chain";
|
|
1257
1257
|
nativeCurrency: {
|
|
1258
1258
|
readonly decimals: 18;
|
|
1259
1259
|
readonly name: "BNB";
|
|
@@ -1496,7 +1496,7 @@ declare const manta: Readonly<{
|
|
|
1496
1496
|
uniswap: {
|
|
1497
1497
|
deployBlock: number;
|
|
1498
1498
|
poolFactory: "0x06D830e15081f65923674268121FF57Cc54e4e23";
|
|
1499
|
-
multicall2: "
|
|
1499
|
+
multicall2: "0x52dFC0D9960F11A9Ca9FF616e791B91188446a60";
|
|
1500
1500
|
tickLens: "0xC94Fb2D13587b0b5af78094933490B35E004eAbE";
|
|
1501
1501
|
nonfungiblePositionManager: "0xA4F2Db71348697C65A64a146F709C73030C2ebcD";
|
|
1502
1502
|
positionsNFT: "0xA4F2Db71348697C65A64a146F709C73030C2ebcD";
|
|
@@ -1591,7 +1591,7 @@ declare const moonbeam: Readonly<{
|
|
|
1591
1591
|
uniswap: {
|
|
1592
1592
|
deployBlock: number;
|
|
1593
1593
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70";
|
|
1594
|
-
multicall2: "
|
|
1594
|
+
multicall2: "0x65dA327b1740D00fF7B366a4fd8F33830a2f03A2";
|
|
1595
1595
|
tickLens: "0x1f4F7b041895D9eB1A79be0896AF3E68e4160010";
|
|
1596
1596
|
quoter: "0x48af91cdcad8ffdd7a8d4cdf73c16cb0632d3d17";
|
|
1597
1597
|
swapRouter02: "0xc507e22ba3140dc0a79fdf27e03c98aa20f3ee66";
|
|
@@ -1676,6 +1676,7 @@ declare const moonbeam: Readonly<{
|
|
|
1676
1676
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1677
1677
|
}>;
|
|
1678
1678
|
declare const optimism: Readonly<{
|
|
1679
|
+
name: "Optimism";
|
|
1679
1680
|
blockTimeSeconds: 0.5;
|
|
1680
1681
|
sortIndex: 2;
|
|
1681
1682
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg";
|
|
@@ -1697,7 +1698,7 @@ declare const optimism: Readonly<{
|
|
|
1697
1698
|
uniswap: {
|
|
1698
1699
|
deployBlock: number;
|
|
1699
1700
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
1700
|
-
multicall2: "
|
|
1701
|
+
multicall2: "0x266557a864680a1401a3506c0eb72934bd13bf59";
|
|
1701
1702
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
1702
1703
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
1703
1704
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -1799,7 +1800,6 @@ declare const optimism: Readonly<{
|
|
|
1799
1800
|
};
|
|
1800
1801
|
};
|
|
1801
1802
|
id: 10;
|
|
1802
|
-
name: "OP Mainnet";
|
|
1803
1803
|
nativeCurrency: {
|
|
1804
1804
|
readonly name: "Ether";
|
|
1805
1805
|
readonly symbol: "ETH";
|
|
@@ -2579,7 +2579,7 @@ declare const polygon: Readonly<{
|
|
|
2579
2579
|
uniswap: {
|
|
2580
2580
|
deployBlock: number;
|
|
2581
2581
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
2582
|
-
multicall2: "
|
|
2582
|
+
multicall2: "0x275617327c958bD06b5D6b871E7f491D76113dd8";
|
|
2583
2583
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
2584
2584
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
2585
2585
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -2788,6 +2788,7 @@ declare const scroll: Readonly<{
|
|
|
2788
2788
|
zerionId: "scroll";
|
|
2789
2789
|
uniswap: {
|
|
2790
2790
|
deployBlock: number;
|
|
2791
|
+
multicall2: "0x3b615B1AC55bc34e51a81D3dea67467F32bcb8C2";
|
|
2791
2792
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
|
|
2792
2793
|
positionsNFT: "0xB39002E4033b162fAc607fc3471E205FA2aE5967";
|
|
2793
2794
|
universalRouter: "0x595E7160858b1AdA94Bda790D8699C85e595117E";
|
|
@@ -2887,7 +2888,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
2887
2888
|
uniswap: {
|
|
2888
2889
|
deployBlock: number;
|
|
2889
2890
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
2890
|
-
multicall2: "
|
|
2891
|
+
multicall2: "0x1FaE28D9C07a8a96E2ECc53BB328E787D5B88674";
|
|
2891
2892
|
tickLens: "0x64519b94A7248Bf17929fB03b9648ce277Fd7fDA";
|
|
2892
2893
|
nonfungiblePositionManager: "0xf0D61Aeda516CCa1FF20Be65Cfb0213be688A24f";
|
|
2893
2894
|
positionsNFT: "0xf0D61Aeda516CCa1FF20Be65Cfb0213be688A24f";
|
|
@@ -2980,7 +2981,7 @@ declare const zkSync: Readonly<{
|
|
|
2980
2981
|
uniswap: {
|
|
2981
2982
|
deployBlock: number;
|
|
2982
2983
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422";
|
|
2983
|
-
multicall2: "
|
|
2984
|
+
multicall2: "0x8bB86A31795d3e8ef12c630C288770e13eEcF038";
|
|
2984
2985
|
tickLens: "0xe10FF11b809f8EE07b056B452c3B2caa7FE24f89";
|
|
2985
2986
|
nonfungiblePositionManager: "0x0616e5762c1E7Dc3723c50663dF10a162D690a86";
|
|
2986
2987
|
positionsNFT: "0x0616e5762c1E7Dc3723c50663dF10a162D690a86";
|
|
@@ -3750,6 +3751,7 @@ interface IChainInfo extends Chain {
|
|
|
3750
3751
|
};
|
|
3751
3752
|
}
|
|
3752
3753
|
declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
3754
|
+
name: "Arbitrum";
|
|
3753
3755
|
sortIndex: 1;
|
|
3754
3756
|
blockTimeSeconds: 0.25;
|
|
3755
3757
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
|
|
@@ -3758,7 +3760,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3758
3760
|
uniswap: {
|
|
3759
3761
|
deployBlock: number;
|
|
3760
3762
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
3761
|
-
multicall2: "
|
|
3763
|
+
multicall2: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2";
|
|
3762
3764
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
3763
3765
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
3764
3766
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -3843,7 +3845,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3843
3845
|
};
|
|
3844
3846
|
};
|
|
3845
3847
|
id: 42161;
|
|
3846
|
-
name: "Arbitrum One";
|
|
3847
3848
|
nativeCurrency: {
|
|
3848
3849
|
readonly name: "Ether";
|
|
3849
3850
|
readonly symbol: "ETH";
|
|
@@ -3872,7 +3873,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3872
3873
|
uniswap: {
|
|
3873
3874
|
deployBlock: number;
|
|
3874
3875
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD";
|
|
3875
|
-
multicall2: "
|
|
3876
|
+
multicall2: "0x41A513463248971B41C0580726CF4D425c071732";
|
|
3876
3877
|
tickLens: "0x0CdeE061c75D43c82520eD998C23ac2991c9ac6d";
|
|
3877
3878
|
nonfungiblePositionManager: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1";
|
|
3878
3879
|
positionsNFT: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1";
|
|
@@ -4732,6 +4733,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4732
4733
|
};
|
|
4733
4734
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4734
4735
|
}>, Readonly<{
|
|
4736
|
+
name: "Boba";
|
|
4735
4737
|
sortIndex: 11;
|
|
4736
4738
|
blockTimeSeconds: 300;
|
|
4737
4739
|
logoUrl: "https://assets.oku.trade/boba-logo.svg";
|
|
@@ -4739,7 +4741,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4739
4741
|
uniswap: {
|
|
4740
4742
|
deployBlock: number;
|
|
4741
4743
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
4742
|
-
multicall2: "
|
|
4744
|
+
multicall2: "0x07956092c0F4818D6792a42035d2d2fa0C75E76B";
|
|
4743
4745
|
proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
|
|
4744
4746
|
tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
|
|
4745
4747
|
quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
|
|
@@ -4812,7 +4814,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4812
4814
|
};
|
|
4813
4815
|
};
|
|
4814
4816
|
id: 288;
|
|
4815
|
-
name: "Boba Network";
|
|
4816
4817
|
nativeCurrency: {
|
|
4817
4818
|
readonly decimals: 18;
|
|
4818
4819
|
readonly name: "Boba";
|
|
@@ -4838,7 +4839,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4838
4839
|
uniswap: {
|
|
4839
4840
|
deployBlock: number;
|
|
4840
4841
|
poolFactory: "0x792edAdE80af5fC680d96a2eD80A44247D2Cf6Fd";
|
|
4841
|
-
multicall2: "
|
|
4842
|
+
multicall2: "0xc228c0343Ee4D4B3EAdF701154f1f1bD9E29d833";
|
|
4842
4843
|
tickLens: "0x2E95185bCdD928a3e984B7e2D6560Ab1b17d7274";
|
|
4843
4844
|
nonfungiblePositionManager: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28";
|
|
4844
4845
|
positionsNFT: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28";
|
|
@@ -4913,6 +4914,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4913
4914
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
4914
4915
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4915
4916
|
}>, Readonly<{
|
|
4917
|
+
name: "BSC";
|
|
4916
4918
|
sortIndex: 9;
|
|
4917
4919
|
blockTimeSeconds: 3;
|
|
4918
4920
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg";
|
|
@@ -4921,7 +4923,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4921
4923
|
uniswap: {
|
|
4922
4924
|
deployBlock: number;
|
|
4923
4925
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
4924
|
-
multicall2: "
|
|
4926
|
+
multicall2: "0xfF6FD90A470Aaa0c1B8A54681746b07AcdFedc9B";
|
|
4925
4927
|
proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
|
|
4926
4928
|
tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
|
|
4927
4929
|
quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
|
|
@@ -4986,7 +4988,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4986
4988
|
};
|
|
4987
4989
|
};
|
|
4988
4990
|
id: 56;
|
|
4989
|
-
name: "BNB Smart Chain";
|
|
4990
4991
|
nativeCurrency: {
|
|
4991
4992
|
readonly decimals: 18;
|
|
4992
4993
|
readonly name: "BNB";
|
|
@@ -5219,7 +5220,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5219
5220
|
uniswap: {
|
|
5220
5221
|
deployBlock: number;
|
|
5221
5222
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70";
|
|
5222
|
-
multicall2: "
|
|
5223
|
+
multicall2: "0x65dA327b1740D00fF7B366a4fd8F33830a2f03A2";
|
|
5223
5224
|
tickLens: "0x1f4F7b041895D9eB1A79be0896AF3E68e4160010";
|
|
5224
5225
|
quoter: "0x48af91cdcad8ffdd7a8d4cdf73c16cb0632d3d17";
|
|
5225
5226
|
swapRouter02: "0xc507e22ba3140dc0a79fdf27e03c98aa20f3ee66";
|
|
@@ -5299,6 +5300,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5299
5300
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
5300
5301
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5301
5302
|
}>, Readonly<{
|
|
5303
|
+
name: "Optimism";
|
|
5302
5304
|
blockTimeSeconds: 0.5;
|
|
5303
5305
|
sortIndex: 2;
|
|
5304
5306
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg";
|
|
@@ -5320,7 +5322,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5320
5322
|
uniswap: {
|
|
5321
5323
|
deployBlock: number;
|
|
5322
5324
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
5323
|
-
multicall2: "
|
|
5325
|
+
multicall2: "0x266557a864680a1401a3506c0eb72934bd13bf59";
|
|
5324
5326
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
5325
5327
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
5326
5328
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -5422,7 +5424,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5422
5424
|
};
|
|
5423
5425
|
};
|
|
5424
5426
|
id: 10;
|
|
5425
|
-
name: "OP Mainnet";
|
|
5426
5427
|
nativeCurrency: {
|
|
5427
5428
|
readonly name: "Ether";
|
|
5428
5429
|
readonly symbol: "ETH";
|
|
@@ -6196,7 +6197,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6196
6197
|
uniswap: {
|
|
6197
6198
|
deployBlock: number;
|
|
6198
6199
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
6199
|
-
multicall2: "
|
|
6200
|
+
multicall2: "0x275617327c958bD06b5D6b871E7f491D76113dd8";
|
|
6200
6201
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
|
|
6201
6202
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
|
|
6202
6203
|
quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
@@ -6399,6 +6400,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6399
6400
|
zerionId: "scroll";
|
|
6400
6401
|
uniswap: {
|
|
6401
6402
|
deployBlock: number;
|
|
6403
|
+
multicall2: "0x3b615B1AC55bc34e51a81D3dea67467F32bcb8C2";
|
|
6402
6404
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
|
|
6403
6405
|
positionsNFT: "0xB39002E4033b162fAc607fc3471E205FA2aE5967";
|
|
6404
6406
|
universalRouter: "0x595E7160858b1AdA94Bda790D8699C85e595117E";
|
|
@@ -6493,7 +6495,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6493
6495
|
uniswap: {
|
|
6494
6496
|
deployBlock: number;
|
|
6495
6497
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
6496
|
-
multicall2: "
|
|
6498
|
+
multicall2: "0x1FaE28D9C07a8a96E2ECc53BB328E787D5B88674";
|
|
6497
6499
|
tickLens: "0x64519b94A7248Bf17929fB03b9648ce277Fd7fDA";
|
|
6498
6500
|
nonfungiblePositionManager: "0xf0D61Aeda516CCa1FF20Be65Cfb0213be688A24f";
|
|
6499
6501
|
positionsNFT: "0xf0D61Aeda516CCa1FF20Be65Cfb0213be688A24f";
|
|
@@ -6583,7 +6585,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6583
6585
|
uniswap: {
|
|
6584
6586
|
deployBlock: number;
|
|
6585
6587
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422";
|
|
6586
|
-
multicall2: "
|
|
6588
|
+
multicall2: "0x8bB86A31795d3e8ef12c630C288770e13eEcF038";
|
|
6587
6589
|
tickLens: "0xe10FF11b809f8EE07b056B452c3B2caa7FE24f89";
|
|
6588
6590
|
nonfungiblePositionManager: "0x0616e5762c1E7Dc3723c50663dF10a162D690a86";
|
|
6589
6591
|
positionsNFT: "0x0616e5762c1E7Dc3723c50663dF10a162D690a86";
|
|
@@ -7283,7 +7285,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7283
7285
|
uniswap: {
|
|
7284
7286
|
deployBlock: number;
|
|
7285
7287
|
poolFactory: "0x06D830e15081f65923674268121FF57Cc54e4e23";
|
|
7286
|
-
multicall2: "
|
|
7288
|
+
multicall2: "0x52dFC0D9960F11A9Ca9FF616e791B91188446a60";
|
|
7287
7289
|
tickLens: "0xC94Fb2D13587b0b5af78094933490B35E004eAbE";
|
|
7288
7290
|
nonfungiblePositionManager: "0xA4F2Db71348697C65A64a146F709C73030C2ebcD";
|
|
7289
7291
|
positionsNFT: "0xA4F2Db71348697C65A64a146F709C73030C2ebcD";
|