@gfxlabs/oku-chains 1.12.12 → 1.12.15
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 +38 -34
- package/dist/index-mjs.js +38 -34
- package/dist/index.js +38 -34
- package/dist/types/definitions/arbitrum.d.ts +2 -3
- package/dist/types/definitions/avalanche.d.ts +1 -1
- package/dist/types/definitions/base.d.ts +2 -3
- package/dist/types/definitions/blast.d.ts +1 -1
- package/dist/types/definitions/boba.d.ts +1 -1
- package/dist/types/definitions/bsc.d.ts +2 -2
- package/dist/types/definitions/celo.d.ts +1 -1
- package/dist/types/definitions/filecoin.d.ts +1 -1
- package/dist/types/definitions/gensyn.d.ts +1 -1
- package/dist/types/definitions/hemi.d.ts +1 -1
- package/dist/types/definitions/linea.d.ts +2 -2
- package/dist/types/definitions/mainnet.d.ts +1 -1
- package/dist/types/definitions/mantle.d.ts +1 -1
- package/dist/types/definitions/monad.d.ts +1 -1
- package/dist/types/definitions/nibiru.d.ts +1 -1
- package/dist/types/definitions/optimism.d.ts +2 -3
- package/dist/types/definitions/polygon.d.ts +2 -2
- package/dist/types/definitions/redbelly.d.ts +1 -1
- package/dist/types/definitions/robinhood.d.ts +8 -0
- package/dist/types/definitions/saga.d.ts +1 -1
- package/dist/types/definitions/telos.d.ts +1 -1
- package/dist/types/definitions/unichain.d.ts +2 -2
- package/dist/types/definitions/worldchain.d.ts +2 -3
- package/dist/types/index.d.ts +38 -34
- package/dist/types/spec/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -133,7 +133,7 @@ const arbitrum = makeConfig({
|
|
|
133
133
|
positionsNFT: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
|
|
134
134
|
topNativePool: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
|
|
135
135
|
positionsNFTDeployBlock: 173,
|
|
136
|
-
universalRouter: "
|
|
136
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b",
|
|
137
137
|
wrappedNativeAddress: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
138
138
|
wrappedNativeSymbol: "WETH",
|
|
139
139
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -146,8 +146,7 @@ const arbitrum = makeConfig({
|
|
|
146
146
|
usdcAddress: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
|
|
147
147
|
},
|
|
148
148
|
oku: {
|
|
149
|
-
|
|
150
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
149
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
151
150
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
152
151
|
limitOrderRegistryDeployBlock: 98754575,
|
|
153
152
|
pricing: {
|
|
@@ -404,7 +403,7 @@ const avalanche = makeConfig({
|
|
|
404
403
|
nonfungiblePositionManager: "0x655C406EBFa14EE2006250925e54ec43AD184f8B",
|
|
405
404
|
positionsNFT: "0x655C406EBFa14EE2006250925e54ec43AD184f8B",
|
|
406
405
|
positionsNFTDeployBlock: 27833025,
|
|
407
|
-
universalRouter: "
|
|
406
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b",
|
|
408
407
|
wrappedNativeAddress: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
|
|
409
408
|
wrappedNativeSymbol: "WAVAX",
|
|
410
409
|
wrappedNativeName: "Wrapped AVAX",
|
|
@@ -576,7 +575,7 @@ const base = makeConfig({
|
|
|
576
575
|
nonfungiblePositionManager: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1",
|
|
577
576
|
positionsNFT: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1",
|
|
578
577
|
positionsNFTDeployBlock: 1371714,
|
|
579
|
-
universalRouter: "
|
|
578
|
+
universalRouter: "0xFdf682F51FE81Aa4898F0AE2163d8A55c127fbC7",
|
|
580
579
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
|
|
581
580
|
wrappedNativeSymbol: "WETH",
|
|
582
581
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -587,8 +586,7 @@ const base = makeConfig({
|
|
|
587
586
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
588
587
|
},
|
|
589
588
|
oku: {
|
|
590
|
-
|
|
591
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
589
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
592
590
|
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27",
|
|
593
591
|
limitOrderRegistryDeployBlock: 7644835,
|
|
594
592
|
pricing: {
|
|
@@ -716,7 +714,7 @@ const blast = makeConfig({
|
|
|
716
714
|
nonfungiblePositionManager: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28",
|
|
717
715
|
positionsNFT: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28",
|
|
718
716
|
positionsNFTDeployBlock: 400947,
|
|
719
|
-
universalRouter: "
|
|
717
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b",
|
|
720
718
|
wrappedNativeAddress: "0x4300000000000000000000000000000000000004",
|
|
721
719
|
wrappedNativeSymbol: "WETH",
|
|
722
720
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -971,7 +969,7 @@ const boba = makeConfig({
|
|
|
971
969
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc",
|
|
972
970
|
},
|
|
973
971
|
oku: {
|
|
974
|
-
|
|
972
|
+
router: "0x87a3721df43fd6788a6b11662D2a804F27911506",
|
|
975
973
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac",
|
|
976
974
|
limitOrderRegistryDeployBlock: 1052192,
|
|
977
975
|
pricing: {
|
|
@@ -1145,7 +1143,7 @@ const bsc = makeConfig({
|
|
|
1145
1143
|
uniswapV3Staker: "0x49B53C35AF9072fC71767577BF6380a88EE32C71",
|
|
1146
1144
|
positionsNFT: "0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613",
|
|
1147
1145
|
positionsNFTDeployBlock: 26324045,
|
|
1148
|
-
universalRouter: "
|
|
1146
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b",
|
|
1149
1147
|
wrappedNativeAddress: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
|
|
1150
1148
|
wrappedNativeSymbol: "WBNB",
|
|
1151
1149
|
wrappedNativeName: "Wrapped BNB",
|
|
@@ -1158,7 +1156,7 @@ const bsc = makeConfig({
|
|
|
1158
1156
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
|
|
1159
1157
|
},
|
|
1160
1158
|
oku: {
|
|
1161
|
-
|
|
1159
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1162
1160
|
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
1163
1161
|
limitOrderRegistryDeployBlock: 34187988,
|
|
1164
1162
|
pricing: {
|
|
@@ -1316,7 +1314,7 @@ const celo = makeConfig({
|
|
|
1316
1314
|
nonfungiblePositionManager: "0x3d79EdAaBC0EaB6F08ED885C05Fc0B014290D95A",
|
|
1317
1315
|
positionsNFT: "0x3d79EdAaBC0EaB6F08ED885C05Fc0B014290D95A",
|
|
1318
1316
|
positionsNFTDeployBlock: 13916373,
|
|
1319
|
-
universalRouter: "
|
|
1317
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b",
|
|
1320
1318
|
nativeCurrencyName: "CELO",
|
|
1321
1319
|
},
|
|
1322
1320
|
token: {
|
|
@@ -1686,7 +1684,7 @@ const filecoin = makeConfig({
|
|
|
1686
1684
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D",
|
|
1687
1685
|
},
|
|
1688
1686
|
oku: {
|
|
1689
|
-
|
|
1687
|
+
router: "0x961feB343932036fa057D80A057aB746dFEe294e",
|
|
1690
1688
|
pricing: {
|
|
1691
1689
|
pools: [],
|
|
1692
1690
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
|
|
@@ -1807,7 +1805,7 @@ const gensyn = makeConfig({
|
|
|
1807
1805
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
1808
1806
|
},
|
|
1809
1807
|
oku: {
|
|
1810
|
-
|
|
1808
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1811
1809
|
pricing: {
|
|
1812
1810
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
1813
1811
|
nativeWrappedName: "ETH",
|
|
@@ -2196,7 +2194,7 @@ const hemi = makeConfig({
|
|
|
2196
2194
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
2197
2195
|
},
|
|
2198
2196
|
oku: {
|
|
2199
|
-
|
|
2197
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
2200
2198
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0",
|
|
2201
2199
|
limitOrderRegistryDeployBlock: 1293765,
|
|
2202
2200
|
pricing: {
|
|
@@ -2644,7 +2642,7 @@ const linea = makeConfig({
|
|
|
2644
2642
|
nonfungiblePositionManager: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463",
|
|
2645
2643
|
positionsNFT: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463",
|
|
2646
2644
|
positionsNFTDeployBlock: 25264,
|
|
2647
|
-
universalRouter: "
|
|
2645
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b",
|
|
2648
2646
|
wrappedNativeAddress: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f",
|
|
2649
2647
|
wrappedNativeSymbol: "WETH",
|
|
2650
2648
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -2657,7 +2655,7 @@ const linea = makeConfig({
|
|
|
2657
2655
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4",
|
|
2658
2656
|
},
|
|
2659
2657
|
oku: {
|
|
2660
|
-
|
|
2658
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
2661
2659
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74",
|
|
2662
2660
|
limitOrderRegistryDeployBlock: 3610379,
|
|
2663
2661
|
pricing: {
|
|
@@ -2972,7 +2970,7 @@ const mainnet = makeConfig({
|
|
|
2972
2970
|
positionsNFT: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
|
|
2973
2971
|
topNativePool: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
|
|
2974
2972
|
positionsNFTDeployBlock: 12369651,
|
|
2975
|
-
universalRouter: "
|
|
2973
|
+
universalRouter: "0xCb640A86855f1A828c27241bA364348de28abe66",
|
|
2976
2974
|
wrappedNativeAddress: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
2977
2975
|
wrappedNativeSymbol: "WETH",
|
|
2978
2976
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -3376,7 +3374,7 @@ const mantle = makeConfig({
|
|
|
3376
3374
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
|
|
3377
3375
|
},
|
|
3378
3376
|
oku: {
|
|
3379
|
-
|
|
3377
|
+
router: "0xCF883b5926F1c782308381121BA80234000000cE",
|
|
3380
3378
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
3381
3379
|
limitOrderRegistryDeployBlock: 63839894,
|
|
3382
3380
|
pricing: {
|
|
@@ -3663,7 +3661,7 @@ const monad = makeConfig({
|
|
|
3663
3661
|
nonfungiblePositionManager: "0x7197E214c0b767cFB76Fb734ab638E2c192F4E53",
|
|
3664
3662
|
positionsNFT: "0x7197E214c0b767cFB76Fb734ab638E2c192F4E53",
|
|
3665
3663
|
positionsNFTDeployBlock: 29255879,
|
|
3666
|
-
universalRouter: "
|
|
3664
|
+
universalRouter: "0xFdf682F51FE81Aa4898F0AE2163d8A55c127fbC7",
|
|
3667
3665
|
wrappedNativeAddress: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A",
|
|
3668
3666
|
wrappedNativeSymbol: "WMON",
|
|
3669
3667
|
wrappedNativeName: "Wrapped MON",
|
|
@@ -3920,7 +3918,7 @@ const nibiru = makeConfig({
|
|
|
3920
3918
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
3921
3919
|
},
|
|
3922
3920
|
oku: {
|
|
3923
|
-
|
|
3921
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
3924
3922
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02",
|
|
3925
3923
|
limitOrderRegistryDeployBlock: 19842992,
|
|
3926
3924
|
pricing: {
|
|
@@ -4075,8 +4073,7 @@ const optimism = makeConfig({
|
|
|
4075
4073
|
dexscreener: "optimism",
|
|
4076
4074
|
},
|
|
4077
4075
|
oku: {
|
|
4078
|
-
|
|
4079
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4076
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4080
4077
|
limitOrderRegistryDeployBlock: 105276132,
|
|
4081
4078
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4082
4079
|
customOrderTypes: {
|
|
@@ -4222,7 +4219,7 @@ const optimism = makeConfig({
|
|
|
4222
4219
|
positionsNFT: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
|
|
4223
4220
|
topNativePool: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
|
|
4224
4221
|
positionsNFTDeployBlock: 0,
|
|
4225
|
-
universalRouter: "
|
|
4222
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b",
|
|
4226
4223
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
|
|
4227
4224
|
wrappedNativeSymbol: "WETH",
|
|
4228
4225
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -4662,7 +4659,7 @@ const polygon = makeConfig({
|
|
|
4662
4659
|
positionsNFT: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
|
|
4663
4660
|
positionsNFTDeployBlock: 22760586,
|
|
4664
4661
|
topNativePool: "0xa374094527e1673a86de625aa59517c5de346d32",
|
|
4665
|
-
universalRouter: "
|
|
4662
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b",
|
|
4666
4663
|
wrappedNativeAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
|
|
4667
4664
|
wrappedNativeSymbol: "WPOL",
|
|
4668
4665
|
wrappedNativeName: "Wrapped Polygon",
|
|
@@ -4675,7 +4672,7 @@ const polygon = makeConfig({
|
|
|
4675
4672
|
wethAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
|
|
4676
4673
|
},
|
|
4677
4674
|
oku: {
|
|
4678
|
-
|
|
4675
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4679
4676
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4680
4677
|
limitOrderRegistryDeployBlock: 43640541,
|
|
4681
4678
|
pricing: {
|
|
@@ -4901,7 +4898,7 @@ const redbelly = makeConfig({
|
|
|
4901
4898
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
|
|
4902
4899
|
},
|
|
4903
4900
|
oku: {
|
|
4904
|
-
|
|
4901
|
+
router: "0x028F7f81D6816735207A19a3b5C1B72f95B655E5",
|
|
4905
4902
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4906
4903
|
limitOrderRegistryDeployBlock: 2286099,
|
|
4907
4904
|
pricing: {
|
|
@@ -4972,9 +4969,17 @@ const robinhood = makeConfig({
|
|
|
4972
4969
|
morpho: {},
|
|
4973
4970
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4974
4971
|
uniswap: {
|
|
4972
|
+
deployBlock: 8930,
|
|
4975
4973
|
poolFactory: "0x1f7d7550B1b028f7571E69A784071F0205FD2EfA",
|
|
4974
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
4975
|
+
multicall2: "0x282A3C4D320Cc7f0d5eaf56B8029e4B88338f0a3",
|
|
4976
|
+
tickLens: "0x7DfD4F31be6814D2906BDE155c3e1B146EAc1468",
|
|
4977
|
+
quoter: "0x33e885eD0Ec9bF04EcfB19341582aADCb4c8A9E7",
|
|
4978
|
+
swapRouter02: "0xCaf681a66D020601342297493863E78C959E5cb2",
|
|
4976
4979
|
nonfungiblePositionManager: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3",
|
|
4977
4980
|
positionsNFT: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3",
|
|
4981
|
+
positionsNFTDeployBlock: 9069,
|
|
4982
|
+
universalRouter: "0x8876789976dEcBfCbBbe364623C63652db8C0904",
|
|
4978
4983
|
wrappedNativeAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4979
4984
|
wrappedNativeSymbol: "WETH",
|
|
4980
4985
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -5311,7 +5316,7 @@ const saga = makeConfig({
|
|
|
5311
5316
|
nonfungiblePositionManager: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf",
|
|
5312
5317
|
positionsNFT: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf",
|
|
5313
5318
|
positionsNFTDeployBlock: 18902,
|
|
5314
|
-
universalRouter: "
|
|
5319
|
+
universalRouter: "0xa683c66045ad16abb1bCE5ad46A64d95f9A25785",
|
|
5315
5320
|
wrappedNativeAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
|
|
5316
5321
|
wrappedNativeSymbol: "wGAS",
|
|
5317
5322
|
wrappedNativeName: "Wrapped Gas",
|
|
@@ -6052,7 +6057,7 @@ const telos = makeConfig({
|
|
|
6052
6057
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
6053
6058
|
},
|
|
6054
6059
|
oku: {
|
|
6055
|
-
|
|
6060
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
6056
6061
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
6057
6062
|
limitOrderRegistryDeployBlock: 386645006,
|
|
6058
6063
|
pricing: {
|
|
@@ -6252,7 +6257,7 @@ const unichain = makeConfig({
|
|
|
6252
6257
|
nonfungiblePositionManager: "0x943e6e07a7e8e791dafc44083e54041d743c46e9",
|
|
6253
6258
|
positionsNFT: "0x943e6e07a7e8e791dafc44083e54041d743c46e9",
|
|
6254
6259
|
positionsNFTDeployBlock: 294152,
|
|
6255
|
-
universalRouter: "
|
|
6260
|
+
universalRouter: "0xFdf682F51FE81Aa4898F0AE2163d8A55c127fbC7",
|
|
6256
6261
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
|
|
6257
6262
|
wrappedNativeSymbol: "WETH",
|
|
6258
6263
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -6272,7 +6277,7 @@ const unichain = makeConfig({
|
|
|
6272
6277
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
6273
6278
|
},
|
|
6274
6279
|
oku: {
|
|
6275
|
-
|
|
6280
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6276
6281
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
6277
6282
|
limitOrderRegistryDeployBlock: 19179485,
|
|
6278
6283
|
pricing: {
|
|
@@ -6381,7 +6386,7 @@ const worldchain = makeConfig({
|
|
|
6381
6386
|
nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
|
|
6382
6387
|
positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
|
|
6383
6388
|
positionsNFTDeployBlock: 1603405,
|
|
6384
|
-
universalRouter: "
|
|
6389
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b",
|
|
6385
6390
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
|
|
6386
6391
|
wrappedNativeSymbol: "WETH",
|
|
6387
6392
|
wrappedNativeName: "Wrapped Ether",
|
|
@@ -6394,8 +6399,7 @@ const worldchain = makeConfig({
|
|
|
6394
6399
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
6395
6400
|
},
|
|
6396
6401
|
oku: {
|
|
6397
|
-
|
|
6398
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6402
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6399
6403
|
permit2Proxy10: "0x1B361B7cEce8920Bb5C3606B322EEC08FA85EB12",
|
|
6400
6404
|
permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688",
|
|
6401
6405
|
pricing: {
|
|
@@ -102,7 +102,7 @@ export declare const arbitrum: Readonly<{
|
|
|
102
102
|
positionsNFT: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88";
|
|
103
103
|
topNativePool: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640";
|
|
104
104
|
positionsNFTDeployBlock: number;
|
|
105
|
-
universalRouter: "
|
|
105
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b";
|
|
106
106
|
wrappedNativeAddress: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1";
|
|
107
107
|
wrappedNativeSymbol: string;
|
|
108
108
|
wrappedNativeName: string;
|
|
@@ -115,8 +115,7 @@ export declare const arbitrum: Readonly<{
|
|
|
115
115
|
usdcAddress: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8";
|
|
116
116
|
};
|
|
117
117
|
oku: {
|
|
118
|
-
|
|
119
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
118
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
120
119
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
121
120
|
limitOrderRegistryDeployBlock: number;
|
|
122
121
|
pricing: {
|
|
@@ -63,7 +63,7 @@ export declare const avalanche: Readonly<{
|
|
|
63
63
|
nonfungiblePositionManager: "0x655C406EBFa14EE2006250925e54ec43AD184f8B";
|
|
64
64
|
positionsNFT: "0x655C406EBFa14EE2006250925e54ec43AD184f8B";
|
|
65
65
|
positionsNFTDeployBlock: number;
|
|
66
|
-
universalRouter: "
|
|
66
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b";
|
|
67
67
|
wrappedNativeAddress: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
|
|
68
68
|
wrappedNativeSymbol: string;
|
|
69
69
|
wrappedNativeName: string;
|
|
@@ -100,7 +100,7 @@ export declare const base: Readonly<{
|
|
|
100
100
|
nonfungiblePositionManager: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1";
|
|
101
101
|
positionsNFT: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1";
|
|
102
102
|
positionsNFTDeployBlock: number;
|
|
103
|
-
universalRouter: "
|
|
103
|
+
universalRouter: "0xFdf682F51FE81Aa4898F0AE2163d8A55c127fbC7";
|
|
104
104
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
105
105
|
wrappedNativeSymbol: string;
|
|
106
106
|
wrappedNativeName: string;
|
|
@@ -111,8 +111,7 @@ export declare const base: Readonly<{
|
|
|
111
111
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
|
|
112
112
|
};
|
|
113
113
|
oku: {
|
|
114
|
-
|
|
115
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
114
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
116
115
|
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27";
|
|
117
116
|
limitOrderRegistryDeployBlock: number;
|
|
118
117
|
pricing: {
|
|
@@ -54,7 +54,7 @@ export declare const blast: Readonly<{
|
|
|
54
54
|
nonfungiblePositionManager: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28";
|
|
55
55
|
positionsNFT: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28";
|
|
56
56
|
positionsNFTDeployBlock: number;
|
|
57
|
-
universalRouter: "
|
|
57
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b";
|
|
58
58
|
wrappedNativeAddress: "0x4300000000000000000000000000000000000004";
|
|
59
59
|
wrappedNativeSymbol: string;
|
|
60
60
|
wrappedNativeName: string;
|
|
@@ -70,7 +70,7 @@ export declare const boba: Readonly<{
|
|
|
70
70
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc";
|
|
71
71
|
};
|
|
72
72
|
oku: {
|
|
73
|
-
|
|
73
|
+
router: "0x87a3721df43fd6788a6b11662D2a804F27911506";
|
|
74
74
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac";
|
|
75
75
|
limitOrderRegistryDeployBlock: number;
|
|
76
76
|
pricing: {
|
|
@@ -101,7 +101,7 @@ export declare const bsc: Readonly<{
|
|
|
101
101
|
uniswapV3Staker: "0x49B53C35AF9072fC71767577BF6380a88EE32C71";
|
|
102
102
|
positionsNFT: "0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613";
|
|
103
103
|
positionsNFTDeployBlock: number;
|
|
104
|
-
universalRouter: "
|
|
104
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b";
|
|
105
105
|
wrappedNativeAddress: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c";
|
|
106
106
|
wrappedNativeSymbol: string;
|
|
107
107
|
wrappedNativeName: string;
|
|
@@ -114,7 +114,7 @@ export declare const bsc: Readonly<{
|
|
|
114
114
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8";
|
|
115
115
|
};
|
|
116
116
|
oku: {
|
|
117
|
-
|
|
117
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
118
118
|
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
119
119
|
limitOrderRegistryDeployBlock: number;
|
|
120
120
|
pricing: {
|
|
@@ -56,7 +56,7 @@ export declare const celo: Readonly<{
|
|
|
56
56
|
nonfungiblePositionManager: "0x3d79EdAaBC0EaB6F08ED885C05Fc0B014290D95A";
|
|
57
57
|
positionsNFT: "0x3d79EdAaBC0EaB6F08ED885C05Fc0B014290D95A";
|
|
58
58
|
positionsNFTDeployBlock: number;
|
|
59
|
-
universalRouter: "
|
|
59
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b";
|
|
60
60
|
nativeCurrencyName: string;
|
|
61
61
|
};
|
|
62
62
|
token: {
|
|
@@ -64,7 +64,7 @@ export declare const filecoin: Readonly<{
|
|
|
64
64
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D";
|
|
65
65
|
};
|
|
66
66
|
oku: {
|
|
67
|
-
|
|
67
|
+
router: "0x961feB343932036fa057D80A057aB746dFEe294e";
|
|
68
68
|
pricing: {
|
|
69
69
|
pools: never[];
|
|
70
70
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A";
|
|
@@ -44,7 +44,7 @@ export declare const gensyn: Readonly<{
|
|
|
44
44
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
45
45
|
};
|
|
46
46
|
oku: {
|
|
47
|
-
|
|
47
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
48
48
|
pricing: {
|
|
49
49
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
50
50
|
nativeWrappedName: string;
|
|
@@ -58,7 +58,7 @@ export declare const hemi: Readonly<{
|
|
|
58
58
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
|
|
59
59
|
};
|
|
60
60
|
oku: {
|
|
61
|
-
|
|
61
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045";
|
|
62
62
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0";
|
|
63
63
|
limitOrderRegistryDeployBlock: number;
|
|
64
64
|
pricing: {
|
|
@@ -78,7 +78,7 @@ export declare const linea: Readonly<{
|
|
|
78
78
|
nonfungiblePositionManager: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
79
79
|
positionsNFT: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
80
80
|
positionsNFTDeployBlock: number;
|
|
81
|
-
universalRouter: "
|
|
81
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b";
|
|
82
82
|
wrappedNativeAddress: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
83
83
|
wrappedNativeSymbol: string;
|
|
84
84
|
wrappedNativeName: string;
|
|
@@ -91,7 +91,7 @@ export declare const linea: Readonly<{
|
|
|
91
91
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4";
|
|
92
92
|
};
|
|
93
93
|
oku: {
|
|
94
|
-
|
|
94
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
95
95
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
|
|
96
96
|
limitOrderRegistryDeployBlock: number;
|
|
97
97
|
pricing: {
|
|
@@ -122,7 +122,7 @@ export declare const mainnet: Readonly<{
|
|
|
122
122
|
positionsNFT: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88";
|
|
123
123
|
topNativePool: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640";
|
|
124
124
|
positionsNFTDeployBlock: number;
|
|
125
|
-
universalRouter: "
|
|
125
|
+
universalRouter: "0xCb640A86855f1A828c27241bA364348de28abe66";
|
|
126
126
|
wrappedNativeAddress: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
|
127
127
|
wrappedNativeSymbol: string;
|
|
128
128
|
wrappedNativeName: string;
|
|
@@ -77,7 +77,7 @@ export declare const mantle: Readonly<{
|
|
|
77
77
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8";
|
|
78
78
|
};
|
|
79
79
|
oku: {
|
|
80
|
-
|
|
80
|
+
router: "0xCF883b5926F1c782308381121BA80234000000cE";
|
|
81
81
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
82
82
|
limitOrderRegistryDeployBlock: number;
|
|
83
83
|
pricing: {
|
|
@@ -51,7 +51,7 @@ export declare const monad: Readonly<{
|
|
|
51
51
|
nonfungiblePositionManager: "0x7197E214c0b767cFB76Fb734ab638E2c192F4E53";
|
|
52
52
|
positionsNFT: "0x7197E214c0b767cFB76Fb734ab638E2c192F4E53";
|
|
53
53
|
positionsNFTDeployBlock: number;
|
|
54
|
-
universalRouter: "
|
|
54
|
+
universalRouter: "0xFdf682F51FE81Aa4898F0AE2163d8A55c127fbC7";
|
|
55
55
|
wrappedNativeAddress: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A";
|
|
56
56
|
wrappedNativeSymbol: string;
|
|
57
57
|
wrappedNativeName: string;
|
|
@@ -48,7 +48,7 @@ export declare const nibiru: Readonly<{
|
|
|
48
48
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
49
49
|
};
|
|
50
50
|
oku: {
|
|
51
|
-
|
|
51
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045";
|
|
52
52
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02";
|
|
53
53
|
limitOrderRegistryDeployBlock: number;
|
|
54
54
|
pricing: {
|
|
@@ -85,8 +85,7 @@ export declare const optimism: Readonly<{
|
|
|
85
85
|
dexscreener: string;
|
|
86
86
|
};
|
|
87
87
|
oku: {
|
|
88
|
-
|
|
89
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
88
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
90
89
|
limitOrderRegistryDeployBlock: number;
|
|
91
90
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
92
91
|
customOrderTypes: {
|
|
@@ -129,7 +128,7 @@ export declare const optimism: Readonly<{
|
|
|
129
128
|
positionsNFT: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88";
|
|
130
129
|
topNativePool: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640";
|
|
131
130
|
positionsNFTDeployBlock: number;
|
|
132
|
-
universalRouter: "
|
|
131
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b";
|
|
133
132
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
134
133
|
wrappedNativeSymbol: string;
|
|
135
134
|
wrappedNativeName: string;
|
|
@@ -96,7 +96,7 @@ export declare const polygon: Readonly<{
|
|
|
96
96
|
positionsNFT: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88";
|
|
97
97
|
positionsNFTDeployBlock: number;
|
|
98
98
|
topNativePool: "0xa374094527e1673a86de625aa59517c5de346d32";
|
|
99
|
-
universalRouter: "
|
|
99
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b";
|
|
100
100
|
wrappedNativeAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619";
|
|
101
101
|
wrappedNativeSymbol: string;
|
|
102
102
|
wrappedNativeName: string;
|
|
@@ -109,7 +109,7 @@ export declare const polygon: Readonly<{
|
|
|
109
109
|
wethAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619";
|
|
110
110
|
};
|
|
111
111
|
oku: {
|
|
112
|
-
|
|
112
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
113
113
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
114
114
|
limitOrderRegistryDeployBlock: number;
|
|
115
115
|
pricing: {
|
|
@@ -40,7 +40,7 @@ export declare const redbelly: Readonly<{
|
|
|
40
40
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06";
|
|
41
41
|
};
|
|
42
42
|
oku: {
|
|
43
|
-
|
|
43
|
+
router: "0x028F7f81D6816735207A19a3b5C1B72f95B655E5";
|
|
44
44
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
45
45
|
limitOrderRegistryDeployBlock: number;
|
|
46
46
|
pricing: {
|
|
@@ -18,9 +18,17 @@ export declare const robinhood: Readonly<{
|
|
|
18
18
|
morpho: {};
|
|
19
19
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
20
20
|
uniswap: {
|
|
21
|
+
deployBlock: number;
|
|
21
22
|
poolFactory: "0x1f7d7550B1b028f7571E69A784071F0205FD2EfA";
|
|
23
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
24
|
+
multicall2: "0x282A3C4D320Cc7f0d5eaf56B8029e4B88338f0a3";
|
|
25
|
+
tickLens: "0x7DfD4F31be6814D2906BDE155c3e1B146EAc1468";
|
|
26
|
+
quoter: "0x33e885eD0Ec9bF04EcfB19341582aADCb4c8A9E7";
|
|
27
|
+
swapRouter02: "0xCaf681a66D020601342297493863E78C959E5cb2";
|
|
22
28
|
nonfungiblePositionManager: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3";
|
|
23
29
|
positionsNFT: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3";
|
|
30
|
+
positionsNFTDeployBlock: number;
|
|
31
|
+
universalRouter: "0x8876789976dEcBfCbBbe364623C63652db8C0904";
|
|
24
32
|
wrappedNativeAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
25
33
|
wrappedNativeSymbol: string;
|
|
26
34
|
wrappedNativeName: string;
|
|
@@ -40,7 +40,7 @@ export declare const saga: Readonly<{
|
|
|
40
40
|
nonfungiblePositionManager: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
|
|
41
41
|
positionsNFT: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
|
|
42
42
|
positionsNFTDeployBlock: number;
|
|
43
|
-
universalRouter: "
|
|
43
|
+
universalRouter: "0xa683c66045ad16abb1bCE5ad46A64d95f9A25785";
|
|
44
44
|
wrappedNativeAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
45
45
|
wrappedNativeSymbol: string;
|
|
46
46
|
wrappedNativeName: string;
|
|
@@ -53,7 +53,7 @@ export declare const telos: Readonly<{
|
|
|
53
53
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14";
|
|
54
54
|
};
|
|
55
55
|
oku: {
|
|
56
|
-
|
|
56
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045";
|
|
57
57
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
58
58
|
limitOrderRegistryDeployBlock: number;
|
|
59
59
|
pricing: {
|
|
@@ -60,7 +60,7 @@ export declare const unichain: Readonly<{
|
|
|
60
60
|
nonfungiblePositionManager: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
61
61
|
positionsNFT: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
62
62
|
positionsNFTDeployBlock: number;
|
|
63
|
-
universalRouter: "
|
|
63
|
+
universalRouter: "0xFdf682F51FE81Aa4898F0AE2163d8A55c127fbC7";
|
|
64
64
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
65
65
|
wrappedNativeSymbol: string;
|
|
66
66
|
wrappedNativeName: string;
|
|
@@ -80,7 +80,7 @@ export declare const unichain: Readonly<{
|
|
|
80
80
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
81
81
|
};
|
|
82
82
|
oku: {
|
|
83
|
-
|
|
83
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
84
84
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
85
85
|
limitOrderRegistryDeployBlock: number;
|
|
86
86
|
pricing: {
|
|
@@ -48,7 +48,7 @@ export declare const worldchain: Readonly<{
|
|
|
48
48
|
nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
49
49
|
positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
|
|
50
50
|
positionsNFTDeployBlock: number;
|
|
51
|
-
universalRouter: "
|
|
51
|
+
universalRouter: "0x8B844f885672f333Bc0042cB669255f93a4C1E6b";
|
|
52
52
|
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
53
53
|
wrappedNativeSymbol: string;
|
|
54
54
|
wrappedNativeName: string;
|
|
@@ -61,8 +61,7 @@ export declare const worldchain: Readonly<{
|
|
|
61
61
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
|
|
62
62
|
};
|
|
63
63
|
oku: {
|
|
64
|
-
|
|
65
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
64
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
66
65
|
permit2Proxy10: "0x1B361B7cEce8920Bb5C3606B322EEC08FA85EB12";
|
|
67
66
|
permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688";
|
|
68
67
|
pricing: {
|