@gfxlabs/oku-chains 1.12.7 → 1.12.11
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 +13 -0
- package/dist/index-mjs.js +13 -0
- package/dist/index.js +13 -0
- package/dist/types/definitions/arbitrum.d.ts +3 -0
- package/dist/types/definitions/avalanche.d.ts +2 -0
- package/dist/types/definitions/base.d.ts +11 -0
- package/dist/types/definitions/blast.d.ts +10 -0
- package/dist/types/definitions/bob.d.ts +10 -0
- package/dist/types/definitions/boba.d.ts +3 -0
- package/dist/types/definitions/bsc.d.ts +2 -0
- package/dist/types/definitions/celo.d.ts +18 -0
- package/dist/types/definitions/corn.d.ts +2 -0
- package/dist/types/definitions/etherlink.d.ts +2 -0
- package/dist/types/definitions/filecoin.d.ts +3 -0
- package/dist/types/definitions/gensyn.d.ts +3 -0
- 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 +3 -0
- package/dist/types/definitions/hyperevem.d.ts +2 -0
- package/dist/types/definitions/lens.d.ts +2 -0
- package/dist/types/definitions/lightlink.d.ts +2 -0
- package/dist/types/definitions/linea.d.ts +3 -0
- package/dist/types/definitions/lisk.d.ts +10 -0
- package/dist/types/definitions/mainnet.d.ts +2 -0
- package/dist/types/definitions/manta.d.ts +2 -0
- package/dist/types/definitions/mantle.d.ts +3 -0
- package/dist/types/definitions/matchain.d.ts +2 -0
- package/dist/types/definitions/metal.d.ts +10 -0
- package/dist/types/definitions/monad.d.ts +7 -5
- package/dist/types/definitions/moonbeam.d.ts +3 -1
- package/dist/types/definitions/nibiru.d.ts +3 -0
- package/dist/types/definitions/optimism.d.ts +11 -0
- package/dist/types/definitions/pharos.d.ts +2 -0
- package/dist/types/definitions/plasma.d.ts +2 -0
- package/dist/types/definitions/polygon.d.ts +2 -0
- package/dist/types/definitions/redbelly.d.ts +3 -0
- package/dist/types/definitions/ronin.d.ts +2 -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 +2 -0
- package/dist/types/definitions/sei.d.ts +2 -0
- package/dist/types/definitions/sonic.d.ts +2 -0
- package/dist/types/definitions/taiko.d.ts +2 -0
- package/dist/types/definitions/telos.d.ts +3 -0
- package/dist/types/definitions/tronShasta.d.ts +2 -0
- package/dist/types/definitions/unichain.d.ts +11 -0
- package/dist/types/definitions/worldchain.d.ts +26 -16
- package/dist/types/definitions/xdc.d.ts +2 -0
- package/dist/types/definitions/zerog.d.ts +2 -0
- package/dist/types/definitions/zkevm.d.ts +2 -0
- package/dist/types/definitions/zksync.d.ts +20 -11
- package/dist/types/index.d.ts +252 -24
- package/dist/types/non-evm/bitcoin.d.ts +2 -0
- package/package.json +2 -2
package/dist/browser.js
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
const arbitrum = makeConfig({
|
|
12
12
|
...chains.arbitrum,
|
|
13
13
|
name: "Arbitrum",
|
|
14
|
+
liteChain: true,
|
|
14
15
|
launchTime: 1688997600,
|
|
15
16
|
transactionType: "eip1559",
|
|
16
17
|
sortIndex: 1,
|
|
@@ -460,6 +461,7 @@
|
|
|
460
461
|
const base = makeConfig({
|
|
461
462
|
...chains.base,
|
|
462
463
|
sortIndex: 2,
|
|
464
|
+
liteChain: true,
|
|
463
465
|
launchTime: 1707321600,
|
|
464
466
|
transactionType: "eip1559",
|
|
465
467
|
blockTimeSeconds: 2,
|
|
@@ -970,6 +972,7 @@
|
|
|
970
972
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc",
|
|
971
973
|
},
|
|
972
974
|
oku: {
|
|
975
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
973
976
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac",
|
|
974
977
|
limitOrderRegistryDeployBlock: 1052192,
|
|
975
978
|
pricing: {
|
|
@@ -1684,6 +1687,7 @@
|
|
|
1684
1687
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D",
|
|
1685
1688
|
},
|
|
1686
1689
|
oku: {
|
|
1690
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1687
1691
|
pricing: {
|
|
1688
1692
|
pools: [],
|
|
1689
1693
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
|
|
@@ -1804,6 +1808,7 @@
|
|
|
1804
1808
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
1805
1809
|
},
|
|
1806
1810
|
oku: {
|
|
1811
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1807
1812
|
pricing: {
|
|
1808
1813
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
1809
1814
|
nativeWrappedName: "ETH",
|
|
@@ -2192,6 +2197,7 @@
|
|
|
2192
2197
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
2193
2198
|
},
|
|
2194
2199
|
oku: {
|
|
2200
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
2195
2201
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0",
|
|
2196
2202
|
limitOrderRegistryDeployBlock: 1293765,
|
|
2197
2203
|
pricing: {
|
|
@@ -2652,6 +2658,7 @@
|
|
|
2652
2658
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4",
|
|
2653
2659
|
},
|
|
2654
2660
|
oku: {
|
|
2661
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
2655
2662
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74",
|
|
2656
2663
|
limitOrderRegistryDeployBlock: 3610379,
|
|
2657
2664
|
pricing: {
|
|
@@ -3370,6 +3377,7 @@
|
|
|
3370
3377
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
|
|
3371
3378
|
},
|
|
3372
3379
|
oku: {
|
|
3380
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
3373
3381
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
3374
3382
|
limitOrderRegistryDeployBlock: 63839894,
|
|
3375
3383
|
pricing: {
|
|
@@ -3913,6 +3921,7 @@
|
|
|
3913
3921
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
3914
3922
|
},
|
|
3915
3923
|
oku: {
|
|
3924
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
3916
3925
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02",
|
|
3917
3926
|
limitOrderRegistryDeployBlock: 19842992,
|
|
3918
3927
|
pricing: {
|
|
@@ -3962,6 +3971,7 @@
|
|
|
3962
3971
|
const optimism = makeConfig({
|
|
3963
3972
|
...chains.optimism,
|
|
3964
3973
|
name: "Optimism",
|
|
3974
|
+
liteChain: true,
|
|
3965
3975
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
3966
3976
|
blockTimeSeconds: 0.5,
|
|
3967
3977
|
launchTime: 1688997600,
|
|
@@ -4892,6 +4902,7 @@
|
|
|
4892
4902
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
|
|
4893
4903
|
},
|
|
4894
4904
|
oku: {
|
|
4905
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4895
4906
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4896
4907
|
limitOrderRegistryDeployBlock: 2286099,
|
|
4897
4908
|
pricing: {
|
|
@@ -5973,6 +5984,7 @@
|
|
|
5973
5984
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
5974
5985
|
},
|
|
5975
5986
|
oku: {
|
|
5987
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
5976
5988
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
5977
5989
|
limitOrderRegistryDeployBlock: 386645006,
|
|
5978
5990
|
pricing: {
|
|
@@ -6192,6 +6204,7 @@
|
|
|
6192
6204
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
6193
6205
|
},
|
|
6194
6206
|
oku: {
|
|
6207
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6195
6208
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
6196
6209
|
limitOrderRegistryDeployBlock: 19179485,
|
|
6197
6210
|
pricing: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -8,6 +8,7 @@ const makeConfig = (x) => {
|
|
|
8
8
|
const arbitrum = makeConfig({
|
|
9
9
|
...arbitrum$1,
|
|
10
10
|
name: "Arbitrum",
|
|
11
|
+
liteChain: true,
|
|
11
12
|
launchTime: 1688997600,
|
|
12
13
|
transactionType: "eip1559",
|
|
13
14
|
sortIndex: 1,
|
|
@@ -457,6 +458,7 @@ const avalanche = makeConfig({
|
|
|
457
458
|
const base = makeConfig({
|
|
458
459
|
...base$1,
|
|
459
460
|
sortIndex: 2,
|
|
461
|
+
liteChain: true,
|
|
460
462
|
launchTime: 1707321600,
|
|
461
463
|
transactionType: "eip1559",
|
|
462
464
|
blockTimeSeconds: 2,
|
|
@@ -967,6 +969,7 @@ const boba = makeConfig({
|
|
|
967
969
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc",
|
|
968
970
|
},
|
|
969
971
|
oku: {
|
|
972
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
970
973
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac",
|
|
971
974
|
limitOrderRegistryDeployBlock: 1052192,
|
|
972
975
|
pricing: {
|
|
@@ -1681,6 +1684,7 @@ const filecoin = makeConfig({
|
|
|
1681
1684
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D",
|
|
1682
1685
|
},
|
|
1683
1686
|
oku: {
|
|
1687
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1684
1688
|
pricing: {
|
|
1685
1689
|
pools: [],
|
|
1686
1690
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
|
|
@@ -1801,6 +1805,7 @@ const gensyn = makeConfig({
|
|
|
1801
1805
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
1802
1806
|
},
|
|
1803
1807
|
oku: {
|
|
1808
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1804
1809
|
pricing: {
|
|
1805
1810
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
1806
1811
|
nativeWrappedName: "ETH",
|
|
@@ -2189,6 +2194,7 @@ const hemi = makeConfig({
|
|
|
2189
2194
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
2190
2195
|
},
|
|
2191
2196
|
oku: {
|
|
2197
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
2192
2198
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0",
|
|
2193
2199
|
limitOrderRegistryDeployBlock: 1293765,
|
|
2194
2200
|
pricing: {
|
|
@@ -2649,6 +2655,7 @@ const linea = makeConfig({
|
|
|
2649
2655
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4",
|
|
2650
2656
|
},
|
|
2651
2657
|
oku: {
|
|
2658
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
2652
2659
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74",
|
|
2653
2660
|
limitOrderRegistryDeployBlock: 3610379,
|
|
2654
2661
|
pricing: {
|
|
@@ -3367,6 +3374,7 @@ const mantle = makeConfig({
|
|
|
3367
3374
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
|
|
3368
3375
|
},
|
|
3369
3376
|
oku: {
|
|
3377
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
3370
3378
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
3371
3379
|
limitOrderRegistryDeployBlock: 63839894,
|
|
3372
3380
|
pricing: {
|
|
@@ -3910,6 +3918,7 @@ const nibiru = makeConfig({
|
|
|
3910
3918
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
3911
3919
|
},
|
|
3912
3920
|
oku: {
|
|
3921
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
3913
3922
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02",
|
|
3914
3923
|
limitOrderRegistryDeployBlock: 19842992,
|
|
3915
3924
|
pricing: {
|
|
@@ -3959,6 +3968,7 @@ const nibiru = makeConfig({
|
|
|
3959
3968
|
const optimism = makeConfig({
|
|
3960
3969
|
...optimism$1,
|
|
3961
3970
|
name: "Optimism",
|
|
3971
|
+
liteChain: true,
|
|
3962
3972
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
3963
3973
|
blockTimeSeconds: 0.5,
|
|
3964
3974
|
launchTime: 1688997600,
|
|
@@ -4889,6 +4899,7 @@ const redbelly = makeConfig({
|
|
|
4889
4899
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
|
|
4890
4900
|
},
|
|
4891
4901
|
oku: {
|
|
4902
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4892
4903
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4893
4904
|
limitOrderRegistryDeployBlock: 2286099,
|
|
4894
4905
|
pricing: {
|
|
@@ -5970,6 +5981,7 @@ const telos = makeConfig({
|
|
|
5970
5981
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
5971
5982
|
},
|
|
5972
5983
|
oku: {
|
|
5984
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
5973
5985
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
5974
5986
|
limitOrderRegistryDeployBlock: 386645006,
|
|
5975
5987
|
pricing: {
|
|
@@ -6189,6 +6201,7 @@ const unichain = makeConfig({
|
|
|
6189
6201
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
6190
6202
|
},
|
|
6191
6203
|
oku: {
|
|
6204
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6192
6205
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
6193
6206
|
limitOrderRegistryDeployBlock: 19179485,
|
|
6194
6207
|
pricing: {
|
package/dist/index.js
CHANGED
|
@@ -10,6 +10,7 @@ const makeConfig = (x) => {
|
|
|
10
10
|
const arbitrum = makeConfig({
|
|
11
11
|
...chains.arbitrum,
|
|
12
12
|
name: "Arbitrum",
|
|
13
|
+
liteChain: true,
|
|
13
14
|
launchTime: 1688997600,
|
|
14
15
|
transactionType: "eip1559",
|
|
15
16
|
sortIndex: 1,
|
|
@@ -459,6 +460,7 @@ const avalanche = makeConfig({
|
|
|
459
460
|
const base = makeConfig({
|
|
460
461
|
...chains.base,
|
|
461
462
|
sortIndex: 2,
|
|
463
|
+
liteChain: true,
|
|
462
464
|
launchTime: 1707321600,
|
|
463
465
|
transactionType: "eip1559",
|
|
464
466
|
blockTimeSeconds: 2,
|
|
@@ -969,6 +971,7 @@ const boba = makeConfig({
|
|
|
969
971
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc",
|
|
970
972
|
},
|
|
971
973
|
oku: {
|
|
974
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
972
975
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac",
|
|
973
976
|
limitOrderRegistryDeployBlock: 1052192,
|
|
974
977
|
pricing: {
|
|
@@ -1683,6 +1686,7 @@ const filecoin = makeConfig({
|
|
|
1683
1686
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D",
|
|
1684
1687
|
},
|
|
1685
1688
|
oku: {
|
|
1689
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1686
1690
|
pricing: {
|
|
1687
1691
|
pools: [],
|
|
1688
1692
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
|
|
@@ -1803,6 +1807,7 @@ const gensyn = makeConfig({
|
|
|
1803
1807
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
1804
1808
|
},
|
|
1805
1809
|
oku: {
|
|
1810
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1806
1811
|
pricing: {
|
|
1807
1812
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
1808
1813
|
nativeWrappedName: "ETH",
|
|
@@ -2191,6 +2196,7 @@ const hemi = makeConfig({
|
|
|
2191
2196
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
2192
2197
|
},
|
|
2193
2198
|
oku: {
|
|
2199
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
2194
2200
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0",
|
|
2195
2201
|
limitOrderRegistryDeployBlock: 1293765,
|
|
2196
2202
|
pricing: {
|
|
@@ -2651,6 +2657,7 @@ const linea = makeConfig({
|
|
|
2651
2657
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4",
|
|
2652
2658
|
},
|
|
2653
2659
|
oku: {
|
|
2660
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
2654
2661
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74",
|
|
2655
2662
|
limitOrderRegistryDeployBlock: 3610379,
|
|
2656
2663
|
pricing: {
|
|
@@ -3369,6 +3376,7 @@ const mantle = makeConfig({
|
|
|
3369
3376
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
|
|
3370
3377
|
},
|
|
3371
3378
|
oku: {
|
|
3379
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
3372
3380
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
3373
3381
|
limitOrderRegistryDeployBlock: 63839894,
|
|
3374
3382
|
pricing: {
|
|
@@ -3912,6 +3920,7 @@ const nibiru = makeConfig({
|
|
|
3912
3920
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
3913
3921
|
},
|
|
3914
3922
|
oku: {
|
|
3923
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
3915
3924
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02",
|
|
3916
3925
|
limitOrderRegistryDeployBlock: 19842992,
|
|
3917
3926
|
pricing: {
|
|
@@ -3961,6 +3970,7 @@ const nibiru = makeConfig({
|
|
|
3961
3970
|
const optimism = makeConfig({
|
|
3962
3971
|
...chains.optimism,
|
|
3963
3972
|
name: "Optimism",
|
|
3973
|
+
liteChain: true,
|
|
3964
3974
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
3965
3975
|
blockTimeSeconds: 0.5,
|
|
3966
3976
|
launchTime: 1688997600,
|
|
@@ -4891,6 +4901,7 @@ const redbelly = makeConfig({
|
|
|
4891
4901
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
|
|
4892
4902
|
},
|
|
4893
4903
|
oku: {
|
|
4904
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4894
4905
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4895
4906
|
limitOrderRegistryDeployBlock: 2286099,
|
|
4896
4907
|
pricing: {
|
|
@@ -5972,6 +5983,7 @@ const telos = makeConfig({
|
|
|
5972
5983
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
5973
5984
|
},
|
|
5974
5985
|
oku: {
|
|
5986
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
5975
5987
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
5976
5988
|
limitOrderRegistryDeployBlock: 386645006,
|
|
5977
5989
|
pricing: {
|
|
@@ -6191,6 +6203,7 @@ const unichain = makeConfig({
|
|
|
6191
6203
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
6192
6204
|
},
|
|
6193
6205
|
oku: {
|
|
6206
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6194
6207
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
6195
6208
|
limitOrderRegistryDeployBlock: 19179485,
|
|
6196
6209
|
pricing: {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const arbitrum: Readonly<{
|
|
2
2
|
name: "Arbitrum";
|
|
3
|
+
liteChain: true;
|
|
3
4
|
launchTime: 1688997600;
|
|
4
5
|
transactionType: "eip1559";
|
|
5
6
|
sortIndex: 1;
|
|
@@ -201,8 +202,10 @@ export declare const arbitrum: Readonly<{
|
|
|
201
202
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
202
203
|
formatters?: undefined | undefined;
|
|
203
204
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
205
|
+
client: import("viem").Client;
|
|
204
206
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
205
207
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
208
|
+
client: import("viem").Client;
|
|
206
209
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
207
210
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
208
211
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -141,8 +141,10 @@ export declare const avalanche: Readonly<{
|
|
|
141
141
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
142
142
|
formatters?: undefined | undefined;
|
|
143
143
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
144
|
+
client: import("viem").Client;
|
|
144
145
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
145
146
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
147
|
+
client: import("viem").Client;
|
|
146
148
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
147
149
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
148
150
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const base: Readonly<{
|
|
2
2
|
sortIndex: 2;
|
|
3
|
+
liteChain: true;
|
|
3
4
|
launchTime: 1707321600;
|
|
4
5
|
transactionType: "eip1559";
|
|
5
6
|
blockTimeSeconds: 2;
|
|
@@ -268,6 +269,7 @@ export declare const base: Readonly<{
|
|
|
268
269
|
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
269
270
|
blockHash: `0x${string}` | null;
|
|
270
271
|
blockNumber: bigint | null;
|
|
272
|
+
blockTimestamp?: bigint | undefined;
|
|
271
273
|
from: import("abitype").Address;
|
|
272
274
|
gas: bigint;
|
|
273
275
|
hash: import("viem").Hash;
|
|
@@ -300,6 +302,7 @@ export declare const base: Readonly<{
|
|
|
300
302
|
value: bigint;
|
|
301
303
|
blockHash: `0x${string}` | null;
|
|
302
304
|
blockNumber: bigint | null;
|
|
305
|
+
blockTimestamp?: bigint | undefined;
|
|
303
306
|
hash: import("viem").Hash;
|
|
304
307
|
input: import("viem").Hex;
|
|
305
308
|
transactionIndex: number | null;
|
|
@@ -320,6 +323,7 @@ export declare const base: Readonly<{
|
|
|
320
323
|
} | {
|
|
321
324
|
blockHash: `0x${string}` | null;
|
|
322
325
|
blockNumber: bigint | null;
|
|
326
|
+
blockTimestamp?: bigint | undefined;
|
|
323
327
|
from: import("abitype").Address;
|
|
324
328
|
gas: bigint;
|
|
325
329
|
hash: import("viem").Hash;
|
|
@@ -348,6 +352,7 @@ export declare const base: Readonly<{
|
|
|
348
352
|
} | {
|
|
349
353
|
blockHash: `0x${string}` | null;
|
|
350
354
|
blockNumber: bigint | null;
|
|
355
|
+
blockTimestamp?: bigint | undefined;
|
|
351
356
|
from: import("abitype").Address;
|
|
352
357
|
gas: bigint;
|
|
353
358
|
hash: import("viem").Hash;
|
|
@@ -376,6 +381,7 @@ export declare const base: Readonly<{
|
|
|
376
381
|
} | {
|
|
377
382
|
blockHash: `0x${string}` | null;
|
|
378
383
|
blockNumber: bigint | null;
|
|
384
|
+
blockTimestamp?: bigint | undefined;
|
|
379
385
|
from: import("abitype").Address;
|
|
380
386
|
gas: bigint;
|
|
381
387
|
hash: import("viem").Hash;
|
|
@@ -404,6 +410,7 @@ export declare const base: Readonly<{
|
|
|
404
410
|
} | {
|
|
405
411
|
blockHash: `0x${string}` | null;
|
|
406
412
|
blockNumber: bigint | null;
|
|
413
|
+
blockTimestamp?: bigint | undefined;
|
|
407
414
|
from: import("abitype").Address;
|
|
408
415
|
gas: bigint;
|
|
409
416
|
hash: import("viem").Hash;
|
|
@@ -453,6 +460,8 @@ export declare const base: Readonly<{
|
|
|
453
460
|
transactionHash: import("viem").Hash;
|
|
454
461
|
transactionIndex: number;
|
|
455
462
|
type: import("viem").TransactionType;
|
|
463
|
+
depositNonce?: bigint | undefined | undefined;
|
|
464
|
+
depositReceiptVersion?: number | undefined | undefined;
|
|
456
465
|
l1GasPrice: bigint | null;
|
|
457
466
|
l1GasUsed: bigint | null;
|
|
458
467
|
l1Fee: bigint | null;
|
|
@@ -462,8 +471,10 @@ export declare const base: Readonly<{
|
|
|
462
471
|
};
|
|
463
472
|
};
|
|
464
473
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
474
|
+
client: import("viem").Client;
|
|
465
475
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
466
476
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
477
|
+
client: import("viem").Client;
|
|
467
478
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
468
479
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
469
480
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -209,6 +209,7 @@ export declare const blast: Readonly<{
|
|
|
209
209
|
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
210
210
|
blockHash: `0x${string}` | null;
|
|
211
211
|
blockNumber: bigint | null;
|
|
212
|
+
blockTimestamp?: bigint | undefined;
|
|
212
213
|
from: import("abitype").Address;
|
|
213
214
|
gas: bigint;
|
|
214
215
|
hash: import("viem").Hash;
|
|
@@ -241,6 +242,7 @@ export declare const blast: Readonly<{
|
|
|
241
242
|
value: bigint;
|
|
242
243
|
blockHash: `0x${string}` | null;
|
|
243
244
|
blockNumber: bigint | null;
|
|
245
|
+
blockTimestamp?: bigint | undefined;
|
|
244
246
|
hash: import("viem").Hash;
|
|
245
247
|
input: import("viem").Hex;
|
|
246
248
|
transactionIndex: number | null;
|
|
@@ -261,6 +263,7 @@ export declare const blast: Readonly<{
|
|
|
261
263
|
} | {
|
|
262
264
|
blockHash: `0x${string}` | null;
|
|
263
265
|
blockNumber: bigint | null;
|
|
266
|
+
blockTimestamp?: bigint | undefined;
|
|
264
267
|
from: import("abitype").Address;
|
|
265
268
|
gas: bigint;
|
|
266
269
|
hash: import("viem").Hash;
|
|
@@ -289,6 +292,7 @@ export declare const blast: Readonly<{
|
|
|
289
292
|
} | {
|
|
290
293
|
blockHash: `0x${string}` | null;
|
|
291
294
|
blockNumber: bigint | null;
|
|
295
|
+
blockTimestamp?: bigint | undefined;
|
|
292
296
|
from: import("abitype").Address;
|
|
293
297
|
gas: bigint;
|
|
294
298
|
hash: import("viem").Hash;
|
|
@@ -317,6 +321,7 @@ export declare const blast: Readonly<{
|
|
|
317
321
|
} | {
|
|
318
322
|
blockHash: `0x${string}` | null;
|
|
319
323
|
blockNumber: bigint | null;
|
|
324
|
+
blockTimestamp?: bigint | undefined;
|
|
320
325
|
from: import("abitype").Address;
|
|
321
326
|
gas: bigint;
|
|
322
327
|
hash: import("viem").Hash;
|
|
@@ -345,6 +350,7 @@ export declare const blast: Readonly<{
|
|
|
345
350
|
} | {
|
|
346
351
|
blockHash: `0x${string}` | null;
|
|
347
352
|
blockNumber: bigint | null;
|
|
353
|
+
blockTimestamp?: bigint | undefined;
|
|
348
354
|
from: import("abitype").Address;
|
|
349
355
|
gas: bigint;
|
|
350
356
|
hash: import("viem").Hash;
|
|
@@ -394,6 +400,8 @@ export declare const blast: Readonly<{
|
|
|
394
400
|
transactionHash: import("viem").Hash;
|
|
395
401
|
transactionIndex: number;
|
|
396
402
|
type: import("viem").TransactionType;
|
|
403
|
+
depositNonce?: bigint | undefined | undefined;
|
|
404
|
+
depositReceiptVersion?: number | undefined | undefined;
|
|
397
405
|
l1GasPrice: bigint | null;
|
|
398
406
|
l1GasUsed: bigint | null;
|
|
399
407
|
l1Fee: bigint | null;
|
|
@@ -403,8 +411,10 @@ export declare const blast: Readonly<{
|
|
|
403
411
|
};
|
|
404
412
|
};
|
|
405
413
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
414
|
+
client: import("viem").Client;
|
|
406
415
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
407
416
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
417
|
+
client: import("viem").Client;
|
|
408
418
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
409
419
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
410
420
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -207,6 +207,7 @@ export declare const bob: Readonly<{
|
|
|
207
207
|
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
208
208
|
blockHash: `0x${string}` | null;
|
|
209
209
|
blockNumber: bigint | null;
|
|
210
|
+
blockTimestamp?: bigint | undefined;
|
|
210
211
|
from: import("abitype").Address;
|
|
211
212
|
gas: bigint;
|
|
212
213
|
hash: import("viem").Hash;
|
|
@@ -239,6 +240,7 @@ export declare const bob: Readonly<{
|
|
|
239
240
|
value: bigint;
|
|
240
241
|
blockHash: `0x${string}` | null;
|
|
241
242
|
blockNumber: bigint | null;
|
|
243
|
+
blockTimestamp?: bigint | undefined;
|
|
242
244
|
hash: import("viem").Hash;
|
|
243
245
|
input: import("viem").Hex;
|
|
244
246
|
transactionIndex: number | null;
|
|
@@ -259,6 +261,7 @@ export declare const bob: Readonly<{
|
|
|
259
261
|
} | {
|
|
260
262
|
blockHash: `0x${string}` | null;
|
|
261
263
|
blockNumber: bigint | null;
|
|
264
|
+
blockTimestamp?: bigint | undefined;
|
|
262
265
|
from: import("abitype").Address;
|
|
263
266
|
gas: bigint;
|
|
264
267
|
hash: import("viem").Hash;
|
|
@@ -287,6 +290,7 @@ export declare const bob: Readonly<{
|
|
|
287
290
|
} | {
|
|
288
291
|
blockHash: `0x${string}` | null;
|
|
289
292
|
blockNumber: bigint | null;
|
|
293
|
+
blockTimestamp?: bigint | undefined;
|
|
290
294
|
from: import("abitype").Address;
|
|
291
295
|
gas: bigint;
|
|
292
296
|
hash: import("viem").Hash;
|
|
@@ -315,6 +319,7 @@ export declare const bob: Readonly<{
|
|
|
315
319
|
} | {
|
|
316
320
|
blockHash: `0x${string}` | null;
|
|
317
321
|
blockNumber: bigint | null;
|
|
322
|
+
blockTimestamp?: bigint | undefined;
|
|
318
323
|
from: import("abitype").Address;
|
|
319
324
|
gas: bigint;
|
|
320
325
|
hash: import("viem").Hash;
|
|
@@ -343,6 +348,7 @@ export declare const bob: Readonly<{
|
|
|
343
348
|
} | {
|
|
344
349
|
blockHash: `0x${string}` | null;
|
|
345
350
|
blockNumber: bigint | null;
|
|
351
|
+
blockTimestamp?: bigint | undefined;
|
|
346
352
|
from: import("abitype").Address;
|
|
347
353
|
gas: bigint;
|
|
348
354
|
hash: import("viem").Hash;
|
|
@@ -392,6 +398,8 @@ export declare const bob: Readonly<{
|
|
|
392
398
|
transactionHash: import("viem").Hash;
|
|
393
399
|
transactionIndex: number;
|
|
394
400
|
type: import("viem").TransactionType;
|
|
401
|
+
depositNonce?: bigint | undefined | undefined;
|
|
402
|
+
depositReceiptVersion?: number | undefined | undefined;
|
|
395
403
|
l1GasPrice: bigint | null;
|
|
396
404
|
l1GasUsed: bigint | null;
|
|
397
405
|
l1Fee: bigint | null;
|
|
@@ -401,8 +409,10 @@ export declare const bob: Readonly<{
|
|
|
401
409
|
};
|
|
402
410
|
};
|
|
403
411
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
412
|
+
client: import("viem").Client;
|
|
404
413
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
405
414
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
415
|
+
client: import("viem").Client;
|
|
406
416
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
407
417
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
408
418
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -70,6 +70,7 @@ export declare const boba: Readonly<{
|
|
|
70
70
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc";
|
|
71
71
|
};
|
|
72
72
|
oku: {
|
|
73
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
73
74
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac";
|
|
74
75
|
limitOrderRegistryDeployBlock: number;
|
|
75
76
|
pricing: {
|
|
@@ -134,8 +135,10 @@ export declare const boba: Readonly<{
|
|
|
134
135
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
135
136
|
formatters?: undefined | undefined;
|
|
136
137
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
138
|
+
client: import("viem").Client;
|
|
137
139
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
138
140
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
141
|
+
client: import("viem").Client;
|
|
139
142
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
140
143
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
141
144
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -181,8 +181,10 @@ export declare const bsc: Readonly<{
|
|
|
181
181
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
182
182
|
formatters?: undefined | undefined;
|
|
183
183
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
184
|
+
client: import("viem").Client;
|
|
184
185
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
185
186
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
187
|
+
client: import("viem").Client;
|
|
186
188
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
187
189
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
188
190
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|