@gfxlabs/oku-chains 1.12.30 → 1.12.32
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 +52 -20
- package/dist/index-mjs.js +52 -20
- package/dist/index.js +52 -20
- package/dist/types/definitions/arbitrum.d.ts +2 -1
- package/dist/types/definitions/avalanche.d.ts +2 -0
- package/dist/types/definitions/base.d.ts +2 -1
- package/dist/types/definitions/blast.d.ts +1 -0
- package/dist/types/definitions/bob.d.ts +2 -0
- package/dist/types/definitions/boba.d.ts +2 -1
- package/dist/types/definitions/bsc.d.ts +2 -1
- package/dist/types/definitions/celo.d.ts +5 -0
- package/dist/types/definitions/corn.d.ts +1 -0
- package/dist/types/definitions/etherlink.d.ts +2 -0
- package/dist/types/definitions/filecoin.d.ts +2 -1
- package/dist/types/definitions/gensyn.d.ts +2 -1
- package/dist/types/definitions/gnosis.d.ts +2 -0
- package/dist/types/definitions/goat.d.ts +2 -0
- package/dist/types/definitions/hemi.d.ts +2 -1
- package/dist/types/definitions/hyperevem.d.ts +5 -1
- package/dist/types/definitions/lens.d.ts +1 -0
- package/dist/types/definitions/lightlink.d.ts +1 -0
- package/dist/types/definitions/linea.d.ts +2 -1
- package/dist/types/definitions/lisk.d.ts +1 -0
- package/dist/types/definitions/mainnet.d.ts +3 -0
- package/dist/types/definitions/manta.d.ts +1 -0
- package/dist/types/definitions/mantle.d.ts +2 -1
- package/dist/types/definitions/matchain.d.ts +1 -0
- package/dist/types/definitions/metal.d.ts +1 -0
- package/dist/types/definitions/monad.d.ts +2 -0
- package/dist/types/definitions/moonbeam.d.ts +1 -0
- package/dist/types/definitions/nibiru.d.ts +2 -1
- package/dist/types/definitions/optimism.d.ts +2 -1
- package/dist/types/definitions/pharos.d.ts +5 -1
- package/dist/types/definitions/plasma.d.ts +2 -0
- package/dist/types/definitions/polygon.d.ts +2 -1
- package/dist/types/definitions/redbelly.d.ts +2 -1
- package/dist/types/definitions/robinhood.d.ts +3 -2
- package/dist/types/definitions/ronin.d.ts +1 -0
- package/dist/types/definitions/rootstock.d.ts +2 -0
- package/dist/types/definitions/saga.d.ts +2 -0
- package/dist/types/definitions/scroll.d.ts +1 -0
- package/dist/types/definitions/sei.d.ts +2 -0
- package/dist/types/definitions/sepolia.d.ts +1 -0
- package/dist/types/definitions/sonic.d.ts +1 -0
- package/dist/types/definitions/taiko.d.ts +1 -0
- package/dist/types/definitions/telos.d.ts +2 -1
- package/dist/types/definitions/tronShasta.d.ts +1 -0
- package/dist/types/definitions/unichain.d.ts +2 -1
- package/dist/types/definitions/worldchain.d.ts +3 -2
- package/dist/types/definitions/xdc.d.ts +2 -0
- package/dist/types/definitions/zerog.d.ts +3 -1
- package/dist/types/definitions/zkevm.d.ts +1 -0
- package/dist/types/definitions/zksync.d.ts +1 -0
- package/dist/types/index.d.ts +96 -22
- package/dist/types/non-evm/bitcoin.d.ts +1 -0
- package/dist/types/non-evm/solana.d.ts +1 -0
- package/dist/types/non-evm/zcash.d.ts +1 -0
- package/package.json +2 -2
package/dist/browser.js
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
usdcAddress: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
|
|
177
177
|
},
|
|
178
178
|
oku: {
|
|
179
|
-
router: "
|
|
179
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
180
180
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
181
181
|
limitOrderRegistryDeployBlock: 98754575,
|
|
182
182
|
pricing: {
|
|
@@ -465,6 +465,7 @@
|
|
|
465
465
|
wethAddress: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
|
|
466
466
|
},
|
|
467
467
|
oku: {
|
|
468
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
468
469
|
limitOrderRegistry: viem.zeroAddress,
|
|
469
470
|
limitOrderRegistryDeployBlock: 0,
|
|
470
471
|
pricing: {
|
|
@@ -671,7 +672,7 @@
|
|
|
671
672
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
672
673
|
},
|
|
673
674
|
oku: {
|
|
674
|
-
router: "
|
|
675
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
675
676
|
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27",
|
|
676
677
|
limitOrderRegistryDeployBlock: 7644835,
|
|
677
678
|
pricing: {
|
|
@@ -923,6 +924,7 @@
|
|
|
923
924
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
924
925
|
},
|
|
925
926
|
oku: {
|
|
927
|
+
router: "0x3132f599bde0e251ba12d5FF95E256FbBeCbDA83",
|
|
926
928
|
limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8",
|
|
927
929
|
limitOrderRegistryDeployBlock: 5624845,
|
|
928
930
|
pricing: {
|
|
@@ -1068,7 +1070,7 @@
|
|
|
1068
1070
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc",
|
|
1069
1071
|
},
|
|
1070
1072
|
oku: {
|
|
1071
|
-
router: "
|
|
1073
|
+
router: "0x7bf7770Ecd4fd573C32272Ef80c8818A8E8e289A",
|
|
1072
1074
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac",
|
|
1073
1075
|
limitOrderRegistryDeployBlock: 1052192,
|
|
1074
1076
|
pricing: {
|
|
@@ -1282,7 +1284,7 @@
|
|
|
1282
1284
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
|
|
1283
1285
|
},
|
|
1284
1286
|
oku: {
|
|
1285
|
-
router: "
|
|
1287
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
1286
1288
|
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
1287
1289
|
limitOrderRegistryDeployBlock: 34187988,
|
|
1288
1290
|
pricing: {
|
|
@@ -1400,6 +1402,9 @@
|
|
|
1400
1402
|
icecreamswap: true,
|
|
1401
1403
|
openocean: "celo",
|
|
1402
1404
|
},
|
|
1405
|
+
marketRouters: {
|
|
1406
|
+
openocean: ["0x6352a56caadC4F1E25CD6c75970Fa768A3304e64"],
|
|
1407
|
+
},
|
|
1403
1408
|
bridges: {
|
|
1404
1409
|
chainlink: {
|
|
1405
1410
|
atlasNetworkName: "celo-mainnet",
|
|
@@ -1448,6 +1453,7 @@
|
|
|
1448
1453
|
nativeAddress: "0x471EcE3750Da237f93B8E339c536989b8978a438",
|
|
1449
1454
|
},
|
|
1450
1455
|
oku: {
|
|
1456
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
1451
1457
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
1452
1458
|
limitOrderRegistryDeployBlock: 29842546,
|
|
1453
1459
|
pricing: {
|
|
@@ -1698,6 +1704,7 @@
|
|
|
1698
1704
|
wbtcAddress: "0xbFc94CD2B1E55999Cfc7347a9313e88702B83d0F",
|
|
1699
1705
|
},
|
|
1700
1706
|
oku: {
|
|
1707
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
1701
1708
|
limitOrderRegistry: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8",
|
|
1702
1709
|
limitOrderRegistryDeployBlock: 16186329,
|
|
1703
1710
|
pricing: {
|
|
@@ -1824,7 +1831,7 @@
|
|
|
1824
1831
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D",
|
|
1825
1832
|
},
|
|
1826
1833
|
oku: {
|
|
1827
|
-
router: "
|
|
1834
|
+
router: "0x4Ae4041BFa135413A845b803226943198a2F1BeE",
|
|
1828
1835
|
pricing: {
|
|
1829
1836
|
pools: [],
|
|
1830
1837
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
|
|
@@ -1952,7 +1959,7 @@
|
|
|
1952
1959
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
1953
1960
|
},
|
|
1954
1961
|
oku: {
|
|
1955
|
-
router: "
|
|
1962
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
1956
1963
|
pricing: {
|
|
1957
1964
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
1958
1965
|
nativeWrappedName: "ETH",
|
|
@@ -2103,6 +2110,7 @@
|
|
|
2103
2110
|
wethAddress: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",
|
|
2104
2111
|
},
|
|
2105
2112
|
oku: {
|
|
2113
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2106
2114
|
limitOrderRegistry: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2107
2115
|
limitOrderRegistryDeployBlock: 35719277,
|
|
2108
2116
|
pricing: {
|
|
@@ -2237,6 +2245,7 @@
|
|
|
2237
2245
|
usdcAddress: "0x3022b87ac063DE95b1570F46f5e470F8B53112D8",
|
|
2238
2246
|
},
|
|
2239
2247
|
oku: {
|
|
2248
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
2240
2249
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
2241
2250
|
limitOrderRegistryDeployBlock: 848591,
|
|
2242
2251
|
pricing: {
|
|
@@ -2365,7 +2374,7 @@
|
|
|
2365
2374
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
2366
2375
|
},
|
|
2367
2376
|
oku: {
|
|
2368
|
-
router: "
|
|
2377
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
2369
2378
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0",
|
|
2370
2379
|
limitOrderRegistryDeployBlock: 1293765,
|
|
2371
2380
|
pricing: {
|
|
@@ -2483,11 +2492,16 @@
|
|
|
2483
2492
|
},
|
|
2484
2493
|
morpho: {},
|
|
2485
2494
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2486
|
-
uniswap: {
|
|
2495
|
+
uniswap: {
|
|
2496
|
+
// Manually confirmed via eth_getCode against the canonical Permit2
|
|
2497
|
+
// deployment address (not yet sourced from an automated registry).
|
|
2498
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
2499
|
+
},
|
|
2487
2500
|
token: {
|
|
2488
2501
|
wethAddress: "0x5555555555555555555555555555555555555555",
|
|
2489
2502
|
},
|
|
2490
2503
|
oku: {
|
|
2504
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2491
2505
|
pricing: {
|
|
2492
2506
|
nativeWrappedToken: "0x5555555555555555555555555555555555555555",
|
|
2493
2507
|
nativeWrappedName: "WHYPE",
|
|
@@ -2867,7 +2881,7 @@
|
|
|
2867
2881
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4",
|
|
2868
2882
|
},
|
|
2869
2883
|
oku: {
|
|
2870
|
-
router: "
|
|
2884
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2871
2885
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74",
|
|
2872
2886
|
limitOrderRegistryDeployBlock: 3610379,
|
|
2873
2887
|
pricing: {
|
|
@@ -3191,6 +3205,9 @@
|
|
|
3191
3205
|
uniswap: {
|
|
3192
3206
|
deployBlock: 12369621,
|
|
3193
3207
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
3208
|
+
// Manually confirmed via eth_getCode against the canonical Permit2
|
|
3209
|
+
// deployment address (not yet sourced from an automated registry).
|
|
3210
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
3194
3211
|
multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696",
|
|
3195
3212
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
|
|
3196
3213
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
|
|
@@ -3219,6 +3236,7 @@
|
|
|
3219
3236
|
wbtcAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
3220
3237
|
},
|
|
3221
3238
|
oku: {
|
|
3239
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
3222
3240
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
3223
3241
|
limitOrderRegistryDeployBlock: 17429412,
|
|
3224
3242
|
pricing: {
|
|
@@ -3627,7 +3645,7 @@
|
|
|
3627
3645
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
|
|
3628
3646
|
},
|
|
3629
3647
|
oku: {
|
|
3630
|
-
router: "
|
|
3648
|
+
router: "0x86d61277970685075a0BF66023c219dc4A6e3F6d",
|
|
3631
3649
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
3632
3650
|
limitOrderRegistryDeployBlock: 63839894,
|
|
3633
3651
|
pricing: {
|
|
@@ -3949,6 +3967,7 @@
|
|
|
3949
3967
|
wethAddress: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A",
|
|
3950
3968
|
},
|
|
3951
3969
|
oku: {
|
|
3970
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
3952
3971
|
limitOrderRegistry: viem.zeroAddress,
|
|
3953
3972
|
limitOrderRegistryDeployBlock: 0,
|
|
3954
3973
|
pricing: {
|
|
@@ -4199,7 +4218,7 @@
|
|
|
4199
4218
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
4200
4219
|
},
|
|
4201
4220
|
oku: {
|
|
4202
|
-
router: "
|
|
4221
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
4203
4222
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02",
|
|
4204
4223
|
limitOrderRegistryDeployBlock: 19842992,
|
|
4205
4224
|
pricing: {
|
|
@@ -4393,7 +4412,7 @@
|
|
|
4393
4412
|
dexscreener: "optimism",
|
|
4394
4413
|
},
|
|
4395
4414
|
oku: {
|
|
4396
|
-
router: "
|
|
4415
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
4397
4416
|
limitOrderRegistryDeployBlock: 105276132,
|
|
4398
4417
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4399
4418
|
customOrderTypes: {
|
|
@@ -4736,12 +4755,19 @@
|
|
|
4736
4755
|
morphoMarketV1AdapterV2Factory: "0xe510e1fcC429943cA3455A7bfBD79f0307Cd8403",
|
|
4737
4756
|
},
|
|
4738
4757
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4739
|
-
uniswap: {
|
|
4758
|
+
uniswap: {
|
|
4759
|
+
// Confirmed canonical per https://docs.pharos.xyz/getting-started/canonical-contracts
|
|
4760
|
+
// (Pacific Mainnet), and manually verified via eth_getCode against the
|
|
4761
|
+
// canonical Permit2 deployment address (not yet sourced from an
|
|
4762
|
+
// automated registry).
|
|
4763
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
4764
|
+
},
|
|
4740
4765
|
token: {
|
|
4741
4766
|
usdcAddress: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4742
4767
|
wethAddress: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0",
|
|
4743
4768
|
},
|
|
4744
4769
|
oku: {
|
|
4770
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
4745
4771
|
limitOrderRegistry: viem.zeroAddress,
|
|
4746
4772
|
limitOrderRegistryDeployBlock: 0,
|
|
4747
4773
|
pricing: {
|
|
@@ -4848,6 +4874,7 @@
|
|
|
4848
4874
|
wethAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873",
|
|
4849
4875
|
},
|
|
4850
4876
|
oku: {
|
|
4877
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
4851
4878
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4852
4879
|
limitOrderRegistryDeployBlock: 431349,
|
|
4853
4880
|
pricing: {
|
|
@@ -5042,7 +5069,7 @@
|
|
|
5042
5069
|
wethAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
|
|
5043
5070
|
},
|
|
5044
5071
|
oku: {
|
|
5045
|
-
router: "
|
|
5072
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
5046
5073
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
5047
5074
|
limitOrderRegistryDeployBlock: 43640541,
|
|
5048
5075
|
pricing: {
|
|
@@ -5274,7 +5301,7 @@
|
|
|
5274
5301
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
|
|
5275
5302
|
},
|
|
5276
5303
|
oku: {
|
|
5277
|
-
router: "
|
|
5304
|
+
router: "0x44a81236E892faEdc1f7c08362a4A0eC90dDd203",
|
|
5278
5305
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
5279
5306
|
limitOrderRegistryDeployBlock: 2286099,
|
|
5280
5307
|
pricing: {
|
|
@@ -5383,7 +5410,7 @@
|
|
|
5383
5410
|
wethAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
5384
5411
|
},
|
|
5385
5412
|
oku: {
|
|
5386
|
-
router: "
|
|
5413
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
5387
5414
|
pricing: {
|
|
5388
5415
|
nativeWrappedToken: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
5389
5416
|
nativeWrappedName: "ETH",
|
|
@@ -5618,6 +5645,7 @@
|
|
|
5618
5645
|
usdcAddress: "0x3A15461d8AE0f0Fb5fA2629e9dA7D66A794a6E37",
|
|
5619
5646
|
},
|
|
5620
5647
|
oku: {
|
|
5648
|
+
router: "0x0906896E8564c61F40778E2B7A46E1269Aaa681e",
|
|
5621
5649
|
limitOrderRegistry: "0x83B1cF411f57F7373bBFF81dCE81437e768F4252",
|
|
5622
5650
|
limitOrderRegistryDeployBlock: 5842098,
|
|
5623
5651
|
pricing: {
|
|
@@ -5736,6 +5764,7 @@
|
|
|
5736
5764
|
wethAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
|
|
5737
5765
|
},
|
|
5738
5766
|
oku: {
|
|
5767
|
+
router: "0x2D8261402d4777975AE43877A189b0Ab6b526e26",
|
|
5739
5768
|
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
5740
5769
|
limitOrderRegistryDeployBlock: 19372,
|
|
5741
5770
|
pricing: {
|
|
@@ -6065,6 +6094,7 @@
|
|
|
6065
6094
|
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
6066
6095
|
},
|
|
6067
6096
|
oku: {
|
|
6097
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
6068
6098
|
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
6069
6099
|
limitOrderRegistryDeployBlock: 79448363,
|
|
6070
6100
|
pricing: {
|
|
@@ -6573,7 +6603,7 @@
|
|
|
6573
6603
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
6574
6604
|
},
|
|
6575
6605
|
oku: {
|
|
6576
|
-
router: "
|
|
6606
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
6577
6607
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
6578
6608
|
limitOrderRegistryDeployBlock: 386645006,
|
|
6579
6609
|
pricing: {
|
|
@@ -6819,7 +6849,7 @@
|
|
|
6819
6849
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
6820
6850
|
},
|
|
6821
6851
|
oku: {
|
|
6822
|
-
router: "
|
|
6852
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
6823
6853
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
6824
6854
|
limitOrderRegistryDeployBlock: 19179485,
|
|
6825
6855
|
pricing: {
|
|
@@ -6958,8 +6988,8 @@
|
|
|
6958
6988
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
6959
6989
|
},
|
|
6960
6990
|
oku: {
|
|
6961
|
-
router: "
|
|
6962
|
-
permit2Proxy: "
|
|
6991
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
6992
|
+
permit2Proxy: "0x0E4d4719e8226AFd05D774eC0774a1D36bA1A029",
|
|
6963
6993
|
pricing: {
|
|
6964
6994
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
6965
6995
|
nativeWrappedName: "ETH",
|
|
@@ -7090,6 +7120,7 @@
|
|
|
7090
7120
|
usdcAddress: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1",
|
|
7091
7121
|
},
|
|
7092
7122
|
oku: {
|
|
7123
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
7093
7124
|
limitOrderRegistry: "0x1b35fba9357fd9bda7ed0429c8bbabe1e8cc88fc",
|
|
7094
7125
|
limitOrderRegistryDeployBlock: 87231348,
|
|
7095
7126
|
pricing: {
|
|
@@ -7206,6 +7237,7 @@
|
|
|
7206
7237
|
wethAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
7207
7238
|
},
|
|
7208
7239
|
oku: {
|
|
7240
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
7209
7241
|
limitOrderRegistry: "0x9db70e29712cc8af10c2b597bada6784544ff407",
|
|
7210
7242
|
limitOrderRegistryDeployBlock: 6449021,
|
|
7211
7243
|
pricing: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -173,7 +173,7 @@ const arbitrum = makeConfig({
|
|
|
173
173
|
usdcAddress: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
|
|
174
174
|
},
|
|
175
175
|
oku: {
|
|
176
|
-
router: "
|
|
176
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
177
177
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
178
178
|
limitOrderRegistryDeployBlock: 98754575,
|
|
179
179
|
pricing: {
|
|
@@ -462,6 +462,7 @@ const avalanche = makeConfig({
|
|
|
462
462
|
wethAddress: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
|
|
463
463
|
},
|
|
464
464
|
oku: {
|
|
465
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
465
466
|
limitOrderRegistry: zeroAddress,
|
|
466
467
|
limitOrderRegistryDeployBlock: 0,
|
|
467
468
|
pricing: {
|
|
@@ -668,7 +669,7 @@ const base = makeConfig({
|
|
|
668
669
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
669
670
|
},
|
|
670
671
|
oku: {
|
|
671
|
-
router: "
|
|
672
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
672
673
|
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27",
|
|
673
674
|
limitOrderRegistryDeployBlock: 7644835,
|
|
674
675
|
pricing: {
|
|
@@ -920,6 +921,7 @@ const bob = makeConfig({
|
|
|
920
921
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
921
922
|
},
|
|
922
923
|
oku: {
|
|
924
|
+
router: "0x3132f599bde0e251ba12d5FF95E256FbBeCbDA83",
|
|
923
925
|
limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8",
|
|
924
926
|
limitOrderRegistryDeployBlock: 5624845,
|
|
925
927
|
pricing: {
|
|
@@ -1065,7 +1067,7 @@ const boba = makeConfig({
|
|
|
1065
1067
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc",
|
|
1066
1068
|
},
|
|
1067
1069
|
oku: {
|
|
1068
|
-
router: "
|
|
1070
|
+
router: "0x7bf7770Ecd4fd573C32272Ef80c8818A8E8e289A",
|
|
1069
1071
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac",
|
|
1070
1072
|
limitOrderRegistryDeployBlock: 1052192,
|
|
1071
1073
|
pricing: {
|
|
@@ -1279,7 +1281,7 @@ const bsc = makeConfig({
|
|
|
1279
1281
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
|
|
1280
1282
|
},
|
|
1281
1283
|
oku: {
|
|
1282
|
-
router: "
|
|
1284
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
1283
1285
|
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
1284
1286
|
limitOrderRegistryDeployBlock: 34187988,
|
|
1285
1287
|
pricing: {
|
|
@@ -1397,6 +1399,9 @@ const celo = makeConfig({
|
|
|
1397
1399
|
icecreamswap: true,
|
|
1398
1400
|
openocean: "celo",
|
|
1399
1401
|
},
|
|
1402
|
+
marketRouters: {
|
|
1403
|
+
openocean: ["0x6352a56caadC4F1E25CD6c75970Fa768A3304e64"],
|
|
1404
|
+
},
|
|
1400
1405
|
bridges: {
|
|
1401
1406
|
chainlink: {
|
|
1402
1407
|
atlasNetworkName: "celo-mainnet",
|
|
@@ -1445,6 +1450,7 @@ const celo = makeConfig({
|
|
|
1445
1450
|
nativeAddress: "0x471EcE3750Da237f93B8E339c536989b8978a438",
|
|
1446
1451
|
},
|
|
1447
1452
|
oku: {
|
|
1453
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
1448
1454
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
1449
1455
|
limitOrderRegistryDeployBlock: 29842546,
|
|
1450
1456
|
pricing: {
|
|
@@ -1695,6 +1701,7 @@ const etherlink = makeConfig({
|
|
|
1695
1701
|
wbtcAddress: "0xbFc94CD2B1E55999Cfc7347a9313e88702B83d0F",
|
|
1696
1702
|
},
|
|
1697
1703
|
oku: {
|
|
1704
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
1698
1705
|
limitOrderRegistry: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8",
|
|
1699
1706
|
limitOrderRegistryDeployBlock: 16186329,
|
|
1700
1707
|
pricing: {
|
|
@@ -1821,7 +1828,7 @@ const filecoin = makeConfig({
|
|
|
1821
1828
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D",
|
|
1822
1829
|
},
|
|
1823
1830
|
oku: {
|
|
1824
|
-
router: "
|
|
1831
|
+
router: "0x4Ae4041BFa135413A845b803226943198a2F1BeE",
|
|
1825
1832
|
pricing: {
|
|
1826
1833
|
pools: [],
|
|
1827
1834
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
|
|
@@ -1949,7 +1956,7 @@ const gensyn = makeConfig({
|
|
|
1949
1956
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
1950
1957
|
},
|
|
1951
1958
|
oku: {
|
|
1952
|
-
router: "
|
|
1959
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
1953
1960
|
pricing: {
|
|
1954
1961
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
1955
1962
|
nativeWrappedName: "ETH",
|
|
@@ -2100,6 +2107,7 @@ const gnosis = makeConfig({
|
|
|
2100
2107
|
wethAddress: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",
|
|
2101
2108
|
},
|
|
2102
2109
|
oku: {
|
|
2110
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2103
2111
|
limitOrderRegistry: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2104
2112
|
limitOrderRegistryDeployBlock: 35719277,
|
|
2105
2113
|
pricing: {
|
|
@@ -2234,6 +2242,7 @@ const goat = makeConfig({
|
|
|
2234
2242
|
usdcAddress: "0x3022b87ac063DE95b1570F46f5e470F8B53112D8",
|
|
2235
2243
|
},
|
|
2236
2244
|
oku: {
|
|
2245
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
2237
2246
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
2238
2247
|
limitOrderRegistryDeployBlock: 848591,
|
|
2239
2248
|
pricing: {
|
|
@@ -2362,7 +2371,7 @@ const hemi = makeConfig({
|
|
|
2362
2371
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
2363
2372
|
},
|
|
2364
2373
|
oku: {
|
|
2365
|
-
router: "
|
|
2374
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
2366
2375
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0",
|
|
2367
2376
|
limitOrderRegistryDeployBlock: 1293765,
|
|
2368
2377
|
pricing: {
|
|
@@ -2480,11 +2489,16 @@ const hyperevm = makeConfig({
|
|
|
2480
2489
|
},
|
|
2481
2490
|
morpho: {},
|
|
2482
2491
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2483
|
-
uniswap: {
|
|
2492
|
+
uniswap: {
|
|
2493
|
+
// Manually confirmed via eth_getCode against the canonical Permit2
|
|
2494
|
+
// deployment address (not yet sourced from an automated registry).
|
|
2495
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
2496
|
+
},
|
|
2484
2497
|
token: {
|
|
2485
2498
|
wethAddress: "0x5555555555555555555555555555555555555555",
|
|
2486
2499
|
},
|
|
2487
2500
|
oku: {
|
|
2501
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2488
2502
|
pricing: {
|
|
2489
2503
|
nativeWrappedToken: "0x5555555555555555555555555555555555555555",
|
|
2490
2504
|
nativeWrappedName: "WHYPE",
|
|
@@ -2864,7 +2878,7 @@ const linea = makeConfig({
|
|
|
2864
2878
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4",
|
|
2865
2879
|
},
|
|
2866
2880
|
oku: {
|
|
2867
|
-
router: "
|
|
2881
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2868
2882
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74",
|
|
2869
2883
|
limitOrderRegistryDeployBlock: 3610379,
|
|
2870
2884
|
pricing: {
|
|
@@ -3188,6 +3202,9 @@ const mainnet = makeConfig({
|
|
|
3188
3202
|
uniswap: {
|
|
3189
3203
|
deployBlock: 12369621,
|
|
3190
3204
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
3205
|
+
// Manually confirmed via eth_getCode against the canonical Permit2
|
|
3206
|
+
// deployment address (not yet sourced from an automated registry).
|
|
3207
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
3191
3208
|
multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696",
|
|
3192
3209
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
|
|
3193
3210
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
|
|
@@ -3216,6 +3233,7 @@ const mainnet = makeConfig({
|
|
|
3216
3233
|
wbtcAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
3217
3234
|
},
|
|
3218
3235
|
oku: {
|
|
3236
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
3219
3237
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
3220
3238
|
limitOrderRegistryDeployBlock: 17429412,
|
|
3221
3239
|
pricing: {
|
|
@@ -3624,7 +3642,7 @@ const mantle = makeConfig({
|
|
|
3624
3642
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
|
|
3625
3643
|
},
|
|
3626
3644
|
oku: {
|
|
3627
|
-
router: "
|
|
3645
|
+
router: "0x86d61277970685075a0BF66023c219dc4A6e3F6d",
|
|
3628
3646
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
3629
3647
|
limitOrderRegistryDeployBlock: 63839894,
|
|
3630
3648
|
pricing: {
|
|
@@ -3946,6 +3964,7 @@ const monad = makeConfig({
|
|
|
3946
3964
|
wethAddress: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A",
|
|
3947
3965
|
},
|
|
3948
3966
|
oku: {
|
|
3967
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
3949
3968
|
limitOrderRegistry: zeroAddress,
|
|
3950
3969
|
limitOrderRegistryDeployBlock: 0,
|
|
3951
3970
|
pricing: {
|
|
@@ -4196,7 +4215,7 @@ const nibiru = makeConfig({
|
|
|
4196
4215
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
4197
4216
|
},
|
|
4198
4217
|
oku: {
|
|
4199
|
-
router: "
|
|
4218
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
4200
4219
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02",
|
|
4201
4220
|
limitOrderRegistryDeployBlock: 19842992,
|
|
4202
4221
|
pricing: {
|
|
@@ -4390,7 +4409,7 @@ const optimism = makeConfig({
|
|
|
4390
4409
|
dexscreener: "optimism",
|
|
4391
4410
|
},
|
|
4392
4411
|
oku: {
|
|
4393
|
-
router: "
|
|
4412
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
4394
4413
|
limitOrderRegistryDeployBlock: 105276132,
|
|
4395
4414
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4396
4415
|
customOrderTypes: {
|
|
@@ -4733,12 +4752,19 @@ const pharos = makeConfig({
|
|
|
4733
4752
|
morphoMarketV1AdapterV2Factory: "0xe510e1fcC429943cA3455A7bfBD79f0307Cd8403",
|
|
4734
4753
|
},
|
|
4735
4754
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4736
|
-
uniswap: {
|
|
4755
|
+
uniswap: {
|
|
4756
|
+
// Confirmed canonical per https://docs.pharos.xyz/getting-started/canonical-contracts
|
|
4757
|
+
// (Pacific Mainnet), and manually verified via eth_getCode against the
|
|
4758
|
+
// canonical Permit2 deployment address (not yet sourced from an
|
|
4759
|
+
// automated registry).
|
|
4760
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
4761
|
+
},
|
|
4737
4762
|
token: {
|
|
4738
4763
|
usdcAddress: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4739
4764
|
wethAddress: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0",
|
|
4740
4765
|
},
|
|
4741
4766
|
oku: {
|
|
4767
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
4742
4768
|
limitOrderRegistry: zeroAddress,
|
|
4743
4769
|
limitOrderRegistryDeployBlock: 0,
|
|
4744
4770
|
pricing: {
|
|
@@ -4845,6 +4871,7 @@ const plasma = makeConfig({
|
|
|
4845
4871
|
wethAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873",
|
|
4846
4872
|
},
|
|
4847
4873
|
oku: {
|
|
4874
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
4848
4875
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4849
4876
|
limitOrderRegistryDeployBlock: 431349,
|
|
4850
4877
|
pricing: {
|
|
@@ -5039,7 +5066,7 @@ const polygon = makeConfig({
|
|
|
5039
5066
|
wethAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
|
|
5040
5067
|
},
|
|
5041
5068
|
oku: {
|
|
5042
|
-
router: "
|
|
5069
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
5043
5070
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
5044
5071
|
limitOrderRegistryDeployBlock: 43640541,
|
|
5045
5072
|
pricing: {
|
|
@@ -5271,7 +5298,7 @@ const redbelly = makeConfig({
|
|
|
5271
5298
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
|
|
5272
5299
|
},
|
|
5273
5300
|
oku: {
|
|
5274
|
-
router: "
|
|
5301
|
+
router: "0x44a81236E892faEdc1f7c08362a4A0eC90dDd203",
|
|
5275
5302
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
5276
5303
|
limitOrderRegistryDeployBlock: 2286099,
|
|
5277
5304
|
pricing: {
|
|
@@ -5380,7 +5407,7 @@ const robinhood = makeConfig({
|
|
|
5380
5407
|
wethAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
5381
5408
|
},
|
|
5382
5409
|
oku: {
|
|
5383
|
-
router: "
|
|
5410
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
5384
5411
|
pricing: {
|
|
5385
5412
|
nativeWrappedToken: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
5386
5413
|
nativeWrappedName: "ETH",
|
|
@@ -5615,6 +5642,7 @@ const rootstock = makeConfig({
|
|
|
5615
5642
|
usdcAddress: "0x3A15461d8AE0f0Fb5fA2629e9dA7D66A794a6E37",
|
|
5616
5643
|
},
|
|
5617
5644
|
oku: {
|
|
5645
|
+
router: "0x0906896E8564c61F40778E2B7A46E1269Aaa681e",
|
|
5618
5646
|
limitOrderRegistry: "0x83B1cF411f57F7373bBFF81dCE81437e768F4252",
|
|
5619
5647
|
limitOrderRegistryDeployBlock: 5842098,
|
|
5620
5648
|
pricing: {
|
|
@@ -5733,6 +5761,7 @@ const saga = makeConfig({
|
|
|
5733
5761
|
wethAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
|
|
5734
5762
|
},
|
|
5735
5763
|
oku: {
|
|
5764
|
+
router: "0x2D8261402d4777975AE43877A189b0Ab6b526e26",
|
|
5736
5765
|
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
5737
5766
|
limitOrderRegistryDeployBlock: 19372,
|
|
5738
5767
|
pricing: {
|
|
@@ -6062,6 +6091,7 @@ const sei = makeConfig({
|
|
|
6062
6091
|
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
6063
6092
|
},
|
|
6064
6093
|
oku: {
|
|
6094
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
6065
6095
|
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
6066
6096
|
limitOrderRegistryDeployBlock: 79448363,
|
|
6067
6097
|
pricing: {
|
|
@@ -6570,7 +6600,7 @@ const telos = makeConfig({
|
|
|
6570
6600
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
6571
6601
|
},
|
|
6572
6602
|
oku: {
|
|
6573
|
-
router: "
|
|
6603
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
6574
6604
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
6575
6605
|
limitOrderRegistryDeployBlock: 386645006,
|
|
6576
6606
|
pricing: {
|
|
@@ -6816,7 +6846,7 @@ const unichain = makeConfig({
|
|
|
6816
6846
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
6817
6847
|
},
|
|
6818
6848
|
oku: {
|
|
6819
|
-
router: "
|
|
6849
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
6820
6850
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
6821
6851
|
limitOrderRegistryDeployBlock: 19179485,
|
|
6822
6852
|
pricing: {
|
|
@@ -6955,8 +6985,8 @@ const worldchain = makeConfig({
|
|
|
6955
6985
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
6956
6986
|
},
|
|
6957
6987
|
oku: {
|
|
6958
|
-
router: "
|
|
6959
|
-
permit2Proxy: "
|
|
6988
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
6989
|
+
permit2Proxy: "0x0E4d4719e8226AFd05D774eC0774a1D36bA1A029",
|
|
6960
6990
|
pricing: {
|
|
6961
6991
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
6962
6992
|
nativeWrappedName: "ETH",
|
|
@@ -7087,6 +7117,7 @@ const xdc = makeConfig({
|
|
|
7087
7117
|
usdcAddress: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1",
|
|
7088
7118
|
},
|
|
7089
7119
|
oku: {
|
|
7120
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
7090
7121
|
limitOrderRegistry: "0x1b35fba9357fd9bda7ed0429c8bbabe1e8cc88fc",
|
|
7091
7122
|
limitOrderRegistryDeployBlock: 87231348,
|
|
7092
7123
|
pricing: {
|
|
@@ -7203,6 +7234,7 @@ const zerog = makeConfig({
|
|
|
7203
7234
|
wethAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
7204
7235
|
},
|
|
7205
7236
|
oku: {
|
|
7237
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
7206
7238
|
limitOrderRegistry: "0x9db70e29712cc8af10c2b597bada6784544ff407",
|
|
7207
7239
|
limitOrderRegistryDeployBlock: 6449021,
|
|
7208
7240
|
pricing: {
|