@gfxlabs/oku-chains 1.12.30 → 1.12.31
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 +46 -20
- package/dist/index-mjs.js +46 -20
- package/dist/index.js +46 -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 +4 -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 +1 -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 +4 -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 +1 -0
- package/dist/types/definitions/saga.d.ts +1 -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 +1 -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 +90 -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",
|
|
@@ -1698,6 +1703,7 @@
|
|
|
1698
1703
|
wbtcAddress: "0xbFc94CD2B1E55999Cfc7347a9313e88702B83d0F",
|
|
1699
1704
|
},
|
|
1700
1705
|
oku: {
|
|
1706
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
1701
1707
|
limitOrderRegistry: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8",
|
|
1702
1708
|
limitOrderRegistryDeployBlock: 16186329,
|
|
1703
1709
|
pricing: {
|
|
@@ -1824,7 +1830,7 @@
|
|
|
1824
1830
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D",
|
|
1825
1831
|
},
|
|
1826
1832
|
oku: {
|
|
1827
|
-
router: "
|
|
1833
|
+
router: "0x4Ae4041BFa135413A845b803226943198a2F1BeE",
|
|
1828
1834
|
pricing: {
|
|
1829
1835
|
pools: [],
|
|
1830
1836
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
|
|
@@ -1952,7 +1958,7 @@
|
|
|
1952
1958
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
1953
1959
|
},
|
|
1954
1960
|
oku: {
|
|
1955
|
-
router: "
|
|
1961
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
1956
1962
|
pricing: {
|
|
1957
1963
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
1958
1964
|
nativeWrappedName: "ETH",
|
|
@@ -2103,6 +2109,7 @@
|
|
|
2103
2109
|
wethAddress: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",
|
|
2104
2110
|
},
|
|
2105
2111
|
oku: {
|
|
2112
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2106
2113
|
limitOrderRegistry: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2107
2114
|
limitOrderRegistryDeployBlock: 35719277,
|
|
2108
2115
|
pricing: {
|
|
@@ -2365,7 +2372,7 @@
|
|
|
2365
2372
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
2366
2373
|
},
|
|
2367
2374
|
oku: {
|
|
2368
|
-
router: "
|
|
2375
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
2369
2376
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0",
|
|
2370
2377
|
limitOrderRegistryDeployBlock: 1293765,
|
|
2371
2378
|
pricing: {
|
|
@@ -2483,11 +2490,16 @@
|
|
|
2483
2490
|
},
|
|
2484
2491
|
morpho: {},
|
|
2485
2492
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2486
|
-
uniswap: {
|
|
2493
|
+
uniswap: {
|
|
2494
|
+
// Manually confirmed via eth_getCode against the canonical Permit2
|
|
2495
|
+
// deployment address (not yet sourced from an automated registry).
|
|
2496
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
2497
|
+
},
|
|
2487
2498
|
token: {
|
|
2488
2499
|
wethAddress: "0x5555555555555555555555555555555555555555",
|
|
2489
2500
|
},
|
|
2490
2501
|
oku: {
|
|
2502
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2491
2503
|
pricing: {
|
|
2492
2504
|
nativeWrappedToken: "0x5555555555555555555555555555555555555555",
|
|
2493
2505
|
nativeWrappedName: "WHYPE",
|
|
@@ -2867,7 +2879,7 @@
|
|
|
2867
2879
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4",
|
|
2868
2880
|
},
|
|
2869
2881
|
oku: {
|
|
2870
|
-
router: "
|
|
2882
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2871
2883
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74",
|
|
2872
2884
|
limitOrderRegistryDeployBlock: 3610379,
|
|
2873
2885
|
pricing: {
|
|
@@ -3191,6 +3203,9 @@
|
|
|
3191
3203
|
uniswap: {
|
|
3192
3204
|
deployBlock: 12369621,
|
|
3193
3205
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
3206
|
+
// Manually confirmed via eth_getCode against the canonical Permit2
|
|
3207
|
+
// deployment address (not yet sourced from an automated registry).
|
|
3208
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
3194
3209
|
multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696",
|
|
3195
3210
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
|
|
3196
3211
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
|
|
@@ -3219,6 +3234,7 @@
|
|
|
3219
3234
|
wbtcAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
3220
3235
|
},
|
|
3221
3236
|
oku: {
|
|
3237
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
3222
3238
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
3223
3239
|
limitOrderRegistryDeployBlock: 17429412,
|
|
3224
3240
|
pricing: {
|
|
@@ -3627,7 +3643,7 @@
|
|
|
3627
3643
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
|
|
3628
3644
|
},
|
|
3629
3645
|
oku: {
|
|
3630
|
-
router: "
|
|
3646
|
+
router: "0x86d61277970685075a0BF66023c219dc4A6e3F6d",
|
|
3631
3647
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
3632
3648
|
limitOrderRegistryDeployBlock: 63839894,
|
|
3633
3649
|
pricing: {
|
|
@@ -3949,6 +3965,7 @@
|
|
|
3949
3965
|
wethAddress: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A",
|
|
3950
3966
|
},
|
|
3951
3967
|
oku: {
|
|
3968
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
3952
3969
|
limitOrderRegistry: viem.zeroAddress,
|
|
3953
3970
|
limitOrderRegistryDeployBlock: 0,
|
|
3954
3971
|
pricing: {
|
|
@@ -4199,7 +4216,7 @@
|
|
|
4199
4216
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
4200
4217
|
},
|
|
4201
4218
|
oku: {
|
|
4202
|
-
router: "
|
|
4219
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
4203
4220
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02",
|
|
4204
4221
|
limitOrderRegistryDeployBlock: 19842992,
|
|
4205
4222
|
pricing: {
|
|
@@ -4393,7 +4410,7 @@
|
|
|
4393
4410
|
dexscreener: "optimism",
|
|
4394
4411
|
},
|
|
4395
4412
|
oku: {
|
|
4396
|
-
router: "
|
|
4413
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
4397
4414
|
limitOrderRegistryDeployBlock: 105276132,
|
|
4398
4415
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4399
4416
|
customOrderTypes: {
|
|
@@ -4736,7 +4753,13 @@
|
|
|
4736
4753
|
morphoMarketV1AdapterV2Factory: "0xe510e1fcC429943cA3455A7bfBD79f0307Cd8403",
|
|
4737
4754
|
},
|
|
4738
4755
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4739
|
-
uniswap: {
|
|
4756
|
+
uniswap: {
|
|
4757
|
+
// Confirmed canonical per https://docs.pharos.xyz/getting-started/canonical-contracts
|
|
4758
|
+
// (Pacific Mainnet), and manually verified via eth_getCode against the
|
|
4759
|
+
// canonical Permit2 deployment address (not yet sourced from an
|
|
4760
|
+
// automated registry).
|
|
4761
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
4762
|
+
},
|
|
4740
4763
|
token: {
|
|
4741
4764
|
usdcAddress: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4742
4765
|
wethAddress: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0",
|
|
@@ -4848,6 +4871,7 @@
|
|
|
4848
4871
|
wethAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873",
|
|
4849
4872
|
},
|
|
4850
4873
|
oku: {
|
|
4874
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
4851
4875
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4852
4876
|
limitOrderRegistryDeployBlock: 431349,
|
|
4853
4877
|
pricing: {
|
|
@@ -5042,7 +5066,7 @@
|
|
|
5042
5066
|
wethAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
|
|
5043
5067
|
},
|
|
5044
5068
|
oku: {
|
|
5045
|
-
router: "
|
|
5069
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
5046
5070
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
5047
5071
|
limitOrderRegistryDeployBlock: 43640541,
|
|
5048
5072
|
pricing: {
|
|
@@ -5274,7 +5298,7 @@
|
|
|
5274
5298
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
|
|
5275
5299
|
},
|
|
5276
5300
|
oku: {
|
|
5277
|
-
router: "
|
|
5301
|
+
router: "0x44a81236E892faEdc1f7c08362a4A0eC90dDd203",
|
|
5278
5302
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
5279
5303
|
limitOrderRegistryDeployBlock: 2286099,
|
|
5280
5304
|
pricing: {
|
|
@@ -5383,7 +5407,7 @@
|
|
|
5383
5407
|
wethAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
5384
5408
|
},
|
|
5385
5409
|
oku: {
|
|
5386
|
-
router: "
|
|
5410
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
5387
5411
|
pricing: {
|
|
5388
5412
|
nativeWrappedToken: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
5389
5413
|
nativeWrappedName: "ETH",
|
|
@@ -6065,6 +6089,7 @@
|
|
|
6065
6089
|
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
6066
6090
|
},
|
|
6067
6091
|
oku: {
|
|
6092
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
6068
6093
|
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
6069
6094
|
limitOrderRegistryDeployBlock: 79448363,
|
|
6070
6095
|
pricing: {
|
|
@@ -6573,7 +6598,7 @@
|
|
|
6573
6598
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
6574
6599
|
},
|
|
6575
6600
|
oku: {
|
|
6576
|
-
router: "
|
|
6601
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
6577
6602
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
6578
6603
|
limitOrderRegistryDeployBlock: 386645006,
|
|
6579
6604
|
pricing: {
|
|
@@ -6819,7 +6844,7 @@
|
|
|
6819
6844
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
6820
6845
|
},
|
|
6821
6846
|
oku: {
|
|
6822
|
-
router: "
|
|
6847
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
6823
6848
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
6824
6849
|
limitOrderRegistryDeployBlock: 19179485,
|
|
6825
6850
|
pricing: {
|
|
@@ -6958,8 +6983,8 @@
|
|
|
6958
6983
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
6959
6984
|
},
|
|
6960
6985
|
oku: {
|
|
6961
|
-
router: "
|
|
6962
|
-
permit2Proxy: "
|
|
6986
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
6987
|
+
permit2Proxy: "0x0E4d4719e8226AFd05D774eC0774a1D36bA1A029",
|
|
6963
6988
|
pricing: {
|
|
6964
6989
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
6965
6990
|
nativeWrappedName: "ETH",
|
|
@@ -7206,6 +7231,7 @@
|
|
|
7206
7231
|
wethAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
7207
7232
|
},
|
|
7208
7233
|
oku: {
|
|
7234
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
7209
7235
|
limitOrderRegistry: "0x9db70e29712cc8af10c2b597bada6784544ff407",
|
|
7210
7236
|
limitOrderRegistryDeployBlock: 6449021,
|
|
7211
7237
|
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",
|
|
@@ -1695,6 +1700,7 @@ const etherlink = makeConfig({
|
|
|
1695
1700
|
wbtcAddress: "0xbFc94CD2B1E55999Cfc7347a9313e88702B83d0F",
|
|
1696
1701
|
},
|
|
1697
1702
|
oku: {
|
|
1703
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
1698
1704
|
limitOrderRegistry: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8",
|
|
1699
1705
|
limitOrderRegistryDeployBlock: 16186329,
|
|
1700
1706
|
pricing: {
|
|
@@ -1821,7 +1827,7 @@ const filecoin = makeConfig({
|
|
|
1821
1827
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D",
|
|
1822
1828
|
},
|
|
1823
1829
|
oku: {
|
|
1824
|
-
router: "
|
|
1830
|
+
router: "0x4Ae4041BFa135413A845b803226943198a2F1BeE",
|
|
1825
1831
|
pricing: {
|
|
1826
1832
|
pools: [],
|
|
1827
1833
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
|
|
@@ -1949,7 +1955,7 @@ const gensyn = makeConfig({
|
|
|
1949
1955
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
1950
1956
|
},
|
|
1951
1957
|
oku: {
|
|
1952
|
-
router: "
|
|
1958
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
1953
1959
|
pricing: {
|
|
1954
1960
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
1955
1961
|
nativeWrappedName: "ETH",
|
|
@@ -2100,6 +2106,7 @@ const gnosis = makeConfig({
|
|
|
2100
2106
|
wethAddress: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",
|
|
2101
2107
|
},
|
|
2102
2108
|
oku: {
|
|
2109
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2103
2110
|
limitOrderRegistry: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
2104
2111
|
limitOrderRegistryDeployBlock: 35719277,
|
|
2105
2112
|
pricing: {
|
|
@@ -2362,7 +2369,7 @@ const hemi = makeConfig({
|
|
|
2362
2369
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
2363
2370
|
},
|
|
2364
2371
|
oku: {
|
|
2365
|
-
router: "
|
|
2372
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
2366
2373
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0",
|
|
2367
2374
|
limitOrderRegistryDeployBlock: 1293765,
|
|
2368
2375
|
pricing: {
|
|
@@ -2480,11 +2487,16 @@ const hyperevm = makeConfig({
|
|
|
2480
2487
|
},
|
|
2481
2488
|
morpho: {},
|
|
2482
2489
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2483
|
-
uniswap: {
|
|
2490
|
+
uniswap: {
|
|
2491
|
+
// Manually confirmed via eth_getCode against the canonical Permit2
|
|
2492
|
+
// deployment address (not yet sourced from an automated registry).
|
|
2493
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
2494
|
+
},
|
|
2484
2495
|
token: {
|
|
2485
2496
|
wethAddress: "0x5555555555555555555555555555555555555555",
|
|
2486
2497
|
},
|
|
2487
2498
|
oku: {
|
|
2499
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2488
2500
|
pricing: {
|
|
2489
2501
|
nativeWrappedToken: "0x5555555555555555555555555555555555555555",
|
|
2490
2502
|
nativeWrappedName: "WHYPE",
|
|
@@ -2864,7 +2876,7 @@ const linea = makeConfig({
|
|
|
2864
2876
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4",
|
|
2865
2877
|
},
|
|
2866
2878
|
oku: {
|
|
2867
|
-
router: "
|
|
2879
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
2868
2880
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74",
|
|
2869
2881
|
limitOrderRegistryDeployBlock: 3610379,
|
|
2870
2882
|
pricing: {
|
|
@@ -3188,6 +3200,9 @@ const mainnet = makeConfig({
|
|
|
3188
3200
|
uniswap: {
|
|
3189
3201
|
deployBlock: 12369621,
|
|
3190
3202
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
3203
|
+
// Manually confirmed via eth_getCode against the canonical Permit2
|
|
3204
|
+
// deployment address (not yet sourced from an automated registry).
|
|
3205
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
3191
3206
|
multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696",
|
|
3192
3207
|
proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
|
|
3193
3208
|
tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
|
|
@@ -3216,6 +3231,7 @@ const mainnet = makeConfig({
|
|
|
3216
3231
|
wbtcAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
3217
3232
|
},
|
|
3218
3233
|
oku: {
|
|
3234
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
3219
3235
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
3220
3236
|
limitOrderRegistryDeployBlock: 17429412,
|
|
3221
3237
|
pricing: {
|
|
@@ -3624,7 +3640,7 @@ const mantle = makeConfig({
|
|
|
3624
3640
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
|
|
3625
3641
|
},
|
|
3626
3642
|
oku: {
|
|
3627
|
-
router: "
|
|
3643
|
+
router: "0x86d61277970685075a0BF66023c219dc4A6e3F6d",
|
|
3628
3644
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
3629
3645
|
limitOrderRegistryDeployBlock: 63839894,
|
|
3630
3646
|
pricing: {
|
|
@@ -3946,6 +3962,7 @@ const monad = makeConfig({
|
|
|
3946
3962
|
wethAddress: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A",
|
|
3947
3963
|
},
|
|
3948
3964
|
oku: {
|
|
3965
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
3949
3966
|
limitOrderRegistry: zeroAddress,
|
|
3950
3967
|
limitOrderRegistryDeployBlock: 0,
|
|
3951
3968
|
pricing: {
|
|
@@ -4196,7 +4213,7 @@ const nibiru = makeConfig({
|
|
|
4196
4213
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
4197
4214
|
},
|
|
4198
4215
|
oku: {
|
|
4199
|
-
router: "
|
|
4216
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
4200
4217
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02",
|
|
4201
4218
|
limitOrderRegistryDeployBlock: 19842992,
|
|
4202
4219
|
pricing: {
|
|
@@ -4390,7 +4407,7 @@ const optimism = makeConfig({
|
|
|
4390
4407
|
dexscreener: "optimism",
|
|
4391
4408
|
},
|
|
4392
4409
|
oku: {
|
|
4393
|
-
router: "
|
|
4410
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
4394
4411
|
limitOrderRegistryDeployBlock: 105276132,
|
|
4395
4412
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4396
4413
|
customOrderTypes: {
|
|
@@ -4733,7 +4750,13 @@ const pharos = makeConfig({
|
|
|
4733
4750
|
morphoMarketV1AdapterV2Factory: "0xe510e1fcC429943cA3455A7bfBD79f0307Cd8403",
|
|
4734
4751
|
},
|
|
4735
4752
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4736
|
-
uniswap: {
|
|
4753
|
+
uniswap: {
|
|
4754
|
+
// Confirmed canonical per https://docs.pharos.xyz/getting-started/canonical-contracts
|
|
4755
|
+
// (Pacific Mainnet), and manually verified via eth_getCode against the
|
|
4756
|
+
// canonical Permit2 deployment address (not yet sourced from an
|
|
4757
|
+
// automated registry).
|
|
4758
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
4759
|
+
},
|
|
4737
4760
|
token: {
|
|
4738
4761
|
usdcAddress: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4739
4762
|
wethAddress: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0",
|
|
@@ -4845,6 +4868,7 @@ const plasma = makeConfig({
|
|
|
4845
4868
|
wethAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873",
|
|
4846
4869
|
},
|
|
4847
4870
|
oku: {
|
|
4871
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
4848
4872
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4849
4873
|
limitOrderRegistryDeployBlock: 431349,
|
|
4850
4874
|
pricing: {
|
|
@@ -5039,7 +5063,7 @@ const polygon = makeConfig({
|
|
|
5039
5063
|
wethAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
|
|
5040
5064
|
},
|
|
5041
5065
|
oku: {
|
|
5042
|
-
router: "
|
|
5066
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
5043
5067
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
5044
5068
|
limitOrderRegistryDeployBlock: 43640541,
|
|
5045
5069
|
pricing: {
|
|
@@ -5271,7 +5295,7 @@ const redbelly = makeConfig({
|
|
|
5271
5295
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
|
|
5272
5296
|
},
|
|
5273
5297
|
oku: {
|
|
5274
|
-
router: "
|
|
5298
|
+
router: "0x44a81236E892faEdc1f7c08362a4A0eC90dDd203",
|
|
5275
5299
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
5276
5300
|
limitOrderRegistryDeployBlock: 2286099,
|
|
5277
5301
|
pricing: {
|
|
@@ -5380,7 +5404,7 @@ const robinhood = makeConfig({
|
|
|
5380
5404
|
wethAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
5381
5405
|
},
|
|
5382
5406
|
oku: {
|
|
5383
|
-
router: "
|
|
5407
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
5384
5408
|
pricing: {
|
|
5385
5409
|
nativeWrappedToken: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
5386
5410
|
nativeWrappedName: "ETH",
|
|
@@ -6062,6 +6086,7 @@ const sei = makeConfig({
|
|
|
6062
6086
|
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
6063
6087
|
},
|
|
6064
6088
|
oku: {
|
|
6089
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
6065
6090
|
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
6066
6091
|
limitOrderRegistryDeployBlock: 79448363,
|
|
6067
6092
|
pricing: {
|
|
@@ -6570,7 +6595,7 @@ const telos = makeConfig({
|
|
|
6570
6595
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
6571
6596
|
},
|
|
6572
6597
|
oku: {
|
|
6573
|
-
router: "
|
|
6598
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
6574
6599
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
6575
6600
|
limitOrderRegistryDeployBlock: 386645006,
|
|
6576
6601
|
pricing: {
|
|
@@ -6816,7 +6841,7 @@ const unichain = makeConfig({
|
|
|
6816
6841
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
6817
6842
|
},
|
|
6818
6843
|
oku: {
|
|
6819
|
-
router: "
|
|
6844
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
6820
6845
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
6821
6846
|
limitOrderRegistryDeployBlock: 19179485,
|
|
6822
6847
|
pricing: {
|
|
@@ -6955,8 +6980,8 @@ const worldchain = makeConfig({
|
|
|
6955
6980
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
6956
6981
|
},
|
|
6957
6982
|
oku: {
|
|
6958
|
-
router: "
|
|
6959
|
-
permit2Proxy: "
|
|
6983
|
+
router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed",
|
|
6984
|
+
permit2Proxy: "0x0E4d4719e8226AFd05D774eC0774a1D36bA1A029",
|
|
6960
6985
|
pricing: {
|
|
6961
6986
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
6962
6987
|
nativeWrappedName: "ETH",
|
|
@@ -7203,6 +7228,7 @@ const zerog = makeConfig({
|
|
|
7203
7228
|
wethAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
7204
7229
|
},
|
|
7205
7230
|
oku: {
|
|
7231
|
+
router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe",
|
|
7206
7232
|
limitOrderRegistry: "0x9db70e29712cc8af10c2b597bada6784544ff407",
|
|
7207
7233
|
limitOrderRegistryDeployBlock: 6449021,
|
|
7208
7234
|
pricing: {
|