@gfxlabs/oku-chains 1.12.29 → 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.
Files changed (58) hide show
  1. package/dist/browser.js +93 -67
  2. package/dist/index-mjs.js +93 -67
  3. package/dist/index.js +93 -67
  4. package/dist/types/definitions/arbitrum.d.ts +2 -1
  5. package/dist/types/definitions/avalanche.d.ts +3 -1
  6. package/dist/types/definitions/base.d.ts +2 -1
  7. package/dist/types/definitions/blast.d.ts +2 -1
  8. package/dist/types/definitions/bob.d.ts +3 -1
  9. package/dist/types/definitions/boba.d.ts +3 -2
  10. package/dist/types/definitions/bsc.d.ts +3 -2
  11. package/dist/types/definitions/celo.d.ts +5 -1
  12. package/dist/types/definitions/corn.d.ts +2 -1
  13. package/dist/types/definitions/etherlink.d.ts +3 -1
  14. package/dist/types/definitions/filecoin.d.ts +3 -2
  15. package/dist/types/definitions/gensyn.d.ts +3 -2
  16. package/dist/types/definitions/gnosis.d.ts +3 -1
  17. package/dist/types/definitions/goat.d.ts +2 -1
  18. package/dist/types/definitions/hemi.d.ts +3 -2
  19. package/dist/types/definitions/hyperevem.d.ts +6 -2
  20. package/dist/types/definitions/lens.d.ts +2 -1
  21. package/dist/types/definitions/lightlink.d.ts +2 -1
  22. package/dist/types/definitions/linea.d.ts +3 -2
  23. package/dist/types/definitions/lisk.d.ts +2 -1
  24. package/dist/types/definitions/mainnet.d.ts +3 -0
  25. package/dist/types/definitions/manta.d.ts +2 -1
  26. package/dist/types/definitions/mantle.d.ts +3 -2
  27. package/dist/types/definitions/matchain.d.ts +2 -1
  28. package/dist/types/definitions/metal.d.ts +2 -1
  29. package/dist/types/definitions/monad.d.ts +2 -0
  30. package/dist/types/definitions/moonbeam.d.ts +2 -1
  31. package/dist/types/definitions/nibiru.d.ts +3 -2
  32. package/dist/types/definitions/optimism.d.ts +3 -2
  33. package/dist/types/definitions/pharos.d.ts +5 -2
  34. package/dist/types/definitions/plasma.d.ts +2 -0
  35. package/dist/types/definitions/polygon.d.ts +2 -1
  36. package/dist/types/definitions/redbelly.d.ts +3 -2
  37. package/dist/types/definitions/robinhood.d.ts +4 -3
  38. package/dist/types/definitions/ronin.d.ts +2 -1
  39. package/dist/types/definitions/rootstock.d.ts +2 -1
  40. package/dist/types/definitions/saga.d.ts +2 -1
  41. package/dist/types/definitions/scroll.d.ts +2 -1
  42. package/dist/types/definitions/sei.d.ts +3 -1
  43. package/dist/types/definitions/sepolia.d.ts +2 -1
  44. package/dist/types/definitions/sonic.d.ts +2 -1
  45. package/dist/types/definitions/taiko.d.ts +2 -1
  46. package/dist/types/definitions/telos.d.ts +3 -2
  47. package/dist/types/definitions/tronShasta.d.ts +2 -1
  48. package/dist/types/definitions/unichain.d.ts +3 -2
  49. package/dist/types/definitions/worldchain.d.ts +4 -3
  50. package/dist/types/definitions/xdc.d.ts +2 -1
  51. package/dist/types/definitions/zerog.d.ts +4 -2
  52. package/dist/types/definitions/zkevm.d.ts +2 -1
  53. package/dist/types/definitions/zksync.d.ts +2 -1
  54. package/dist/types/index.d.ts +134 -66
  55. package/dist/types/non-evm/bitcoin.d.ts +2 -1
  56. package/dist/types/non-evm/solana.d.ts +2 -1
  57. package/dist/types/non-evm/zcash.d.ts +2 -1
  58. package/package.json +2 -2
@@ -145,7 +145,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
145
145
  usdcAddress: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8";
146
146
  };
147
147
  oku: {
148
- router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
148
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
149
149
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
150
150
  limitOrderRegistryDeployBlock: number;
151
151
  pricing: {
@@ -225,6 +225,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
225
225
  };
226
226
  };
227
227
  sourceId?: number | undefined | undefined | undefined;
228
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
228
229
  testnet?: boolean | undefined | undefined | undefined;
229
230
  custom?: Record<string, unknown> | undefined;
230
231
  extendSchema?: Record<string, unknown> | undefined;
@@ -377,7 +378,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
377
378
  usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
378
379
  };
379
380
  oku: {
380
- router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
381
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
381
382
  limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27";
382
383
  limitOrderRegistryDeployBlock: number;
383
384
  pricing: {
@@ -491,6 +492,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
491
492
  };
492
493
  };
493
494
  sourceId: 1;
495
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
494
496
  testnet?: boolean | undefined | undefined | undefined;
495
497
  custom?: Record<string, unknown> | undefined;
496
498
  extendSchema?: Record<string, unknown> | undefined;
@@ -755,7 +757,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
755
757
  launchTime: 1690297200;
756
758
  transactionType: "eip1559";
757
759
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
758
- sortIndex: 14;
760
+ sortIndex: 16;
759
761
  blockTimeSeconds: 2;
760
762
  logoUrl: "https://cms.oku.trade/cdn/public/chains/boba-logo.svg";
761
763
  deprecated: false;
@@ -826,7 +828,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
826
828
  usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc";
827
829
  };
828
830
  oku: {
829
- router: "0x87a3721df43fd6788a6b11662D2a804F27911506";
831
+ router: "0x7bf7770Ecd4fd573C32272Ef80c8818A8E8e289A";
830
832
  limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac";
831
833
  limitOrderRegistryDeployBlock: number;
832
834
  pricing: {
@@ -885,6 +887,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
885
887
  };
886
888
  };
887
889
  sourceId?: number | undefined | undefined | undefined;
890
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
888
891
  testnet?: boolean | undefined | undefined | undefined;
889
892
  custom?: Record<string, unknown> | undefined;
890
893
  extendSchema?: Record<string, unknown> | undefined;
@@ -907,7 +910,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
907
910
  blockTimeSeconds: 2;
908
911
  launchTime: 1719410400;
909
912
  transactionType: "eip1559";
910
- sortIndex: 40;
913
+ sortIndex: 43;
911
914
  logoUrl: "https://cms.oku.trade/cdn/public/chains/blast-logo.svg";
912
915
  deprecated: true;
913
916
  estimatedSwapGas: 300000;
@@ -1071,6 +1074,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1071
1074
  };
1072
1075
  };
1073
1076
  sourceId: 1;
1077
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
1074
1078
  testnet?: boolean | undefined | undefined | undefined;
1075
1079
  custom?: Record<string, unknown> | undefined;
1076
1080
  extendSchema?: Record<string, unknown> | undefined;
@@ -1335,7 +1339,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1335
1339
  launchTime: 1689346800;
1336
1340
  transactionType: "eip1559";
1337
1341
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
1338
- sortIndex: 6;
1342
+ sortIndex: 7;
1339
1343
  blockTimeSeconds: 3;
1340
1344
  logoUrl: "https://cms.oku.trade/cdn/public/chains/bsc-logo.svg";
1341
1345
  deprecated: false;
@@ -1460,7 +1464,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1460
1464
  wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8";
1461
1465
  };
1462
1466
  oku: {
1463
- router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
1467
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
1464
1468
  limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
1465
1469
  limitOrderRegistryDeployBlock: number;
1466
1470
  pricing: {
@@ -1521,6 +1525,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1521
1525
  };
1522
1526
  };
1523
1527
  sourceId?: number | undefined | undefined | undefined;
1528
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
1524
1529
  testnet?: boolean | undefined | undefined | undefined;
1525
1530
  custom?: Record<string, unknown> | undefined;
1526
1531
  extendSchema?: Record<string, unknown> | undefined;
@@ -1540,7 +1545,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1540
1545
  } & {
1541
1546
  caip2Namespace: string;
1542
1547
  }>, Readonly<{
1543
- sortIndex: 21;
1548
+ sortIndex: 23;
1544
1549
  launchTime: 1677600000;
1545
1550
  transactionType: "legacy";
1546
1551
  name: "Filecoin";
@@ -1608,7 +1613,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1608
1613
  wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D";
1609
1614
  };
1610
1615
  oku: {
1611
- router: "0x961feB343932036fa057D80A057aB746dFEe294e";
1616
+ router: "0x4Ae4041BFa135413A845b803226943198a2F1BeE";
1612
1617
  pricing: {
1613
1618
  pools: never[];
1614
1619
  nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A";
@@ -1677,6 +1682,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1677
1682
  };
1678
1683
  };
1679
1684
  sourceId?: number | undefined | undefined | undefined;
1685
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
1680
1686
  testnet?: boolean | undefined | undefined | undefined;
1681
1687
  custom?: Record<string, unknown> | undefined;
1682
1688
  extendSchema?: Record<string, unknown> | undefined;
@@ -1821,6 +1827,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1821
1827
  uniswap: {
1822
1828
  deployBlock: number;
1823
1829
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
1830
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
1824
1831
  multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
1825
1832
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
1826
1833
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
@@ -1849,6 +1856,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1849
1856
  wbtcAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599";
1850
1857
  };
1851
1858
  oku: {
1859
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
1852
1860
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
1853
1861
  limitOrderRegistryDeployBlock: number;
1854
1862
  pricing: {
@@ -1924,6 +1932,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1924
1932
  };
1925
1933
  experimental_preconfirmationTime?: number | undefined | undefined | undefined;
1926
1934
  sourceId?: number | undefined | undefined | undefined;
1935
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
1927
1936
  testnet?: boolean | undefined | undefined | undefined;
1928
1937
  custom?: Record<string, unknown> | undefined;
1929
1938
  extendSchema?: Record<string, unknown> | undefined;
@@ -1944,7 +1953,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1944
1953
  caip2Namespace: string;
1945
1954
  }>, Readonly<{
1946
1955
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
1947
- sortIndex: 38;
1956
+ sortIndex: 41;
1948
1957
  launchTime: 1696341600;
1949
1958
  transactionType: "eip1559";
1950
1959
  blockTimeSeconds: 30;
@@ -2081,6 +2090,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
2081
2090
  };
2082
2091
  };
2083
2092
  sourceId?: number | undefined | undefined | undefined;
2093
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
2084
2094
  testnet: false;
2085
2095
  custom?: Record<string, unknown> | undefined;
2086
2096
  extendSchema?: Record<string, unknown> | undefined;
@@ -2106,7 +2116,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
2106
2116
  blockTimeSeconds: 0.5;
2107
2117
  launchTime: 1688997600;
2108
2118
  transactionType: "eip1559";
2109
- sortIndex: 8;
2119
+ sortIndex: 10;
2110
2120
  logoUrl: "https://cms.oku.trade/cdn/public/chains/optimism-logo.svg";
2111
2121
  deprecated: false;
2112
2122
  estimatedSwapGas: 300000;
@@ -2204,7 +2214,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
2204
2214
  dexscreener: string;
2205
2215
  };
2206
2216
  oku: {
2207
- router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
2217
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
2208
2218
  limitOrderRegistryDeployBlock: number;
2209
2219
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
2210
2220
  customOrderTypes: {
@@ -2360,6 +2370,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
2360
2370
  };
2361
2371
  };
2362
2372
  sourceId: 1;
2373
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
2363
2374
  testnet?: boolean | undefined | undefined | undefined;
2364
2375
  custom?: Record<string, unknown> | undefined;
2365
2376
  extendSchema?: Record<string, unknown> | undefined;
@@ -2748,7 +2759,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
2748
2759
  wethAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619";
2749
2760
  };
2750
2761
  oku: {
2751
- router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
2762
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
2752
2763
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
2753
2764
  limitOrderRegistryDeployBlock: number;
2754
2765
  pricing: {
@@ -2825,6 +2836,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
2825
2836
  };
2826
2837
  };
2827
2838
  sourceId?: number | undefined | undefined | undefined;
2839
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
2828
2840
  testnet?: boolean | undefined | undefined | undefined;
2829
2841
  custom?: Record<string, unknown> | undefined;
2830
2842
  extendSchema?: Record<string, unknown> | undefined;
@@ -2844,7 +2856,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
2844
2856
  } & {
2845
2857
  caip2Namespace: string;
2846
2858
  }>, Readonly<{
2847
- sortIndex: 12;
2859
+ sortIndex: 14;
2848
2860
  launchTime: 1702479600;
2849
2861
  transactionType: "legacy";
2850
2862
  name: "Rootstock";
@@ -2996,6 +3008,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
2996
3008
  };
2997
3009
  };
2998
3010
  sourceId?: number | undefined | undefined | undefined;
3011
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
2999
3012
  testnet?: boolean | undefined | undefined | undefined;
3000
3013
  custom?: Record<string, unknown> | undefined;
3001
3014
  extendSchema?: Record<string, unknown> | undefined;
@@ -3017,7 +3030,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
3017
3030
  caip2Namespace: string;
3018
3031
  }>, Readonly<{
3019
3032
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
3020
- sortIndex: 34;
3033
+ sortIndex: 37;
3021
3034
  launchTime: 1703257200;
3022
3035
  transactionType: "eip1559";
3023
3036
  blockTimeSeconds: 3;
@@ -3172,6 +3185,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
3172
3185
  };
3173
3186
  };
3174
3187
  sourceId?: number | undefined | undefined | undefined;
3188
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
3175
3189
  testnet: false;
3176
3190
  custom?: Record<string, unknown> | undefined;
3177
3191
  extendSchema?: Record<string, unknown> | undefined;
@@ -3192,7 +3206,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
3192
3206
  caip2Namespace: string;
3193
3207
  }>, Readonly<{
3194
3208
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
3195
- sortIndex: 37;
3209
+ sortIndex: 40;
3196
3210
  launchTime: 1722520800;
3197
3211
  transactionType: "legacy";
3198
3212
  blockTimeSeconds: 7;
@@ -3323,6 +3337,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
3323
3337
  };
3324
3338
  };
3325
3339
  sourceId?: number | undefined | undefined | undefined;
3340
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
3326
3341
  testnet?: boolean | undefined | undefined | undefined;
3327
3342
  custom?: Record<string, unknown> | undefined;
3328
3343
  extendSchema?: Record<string, unknown> | undefined;
@@ -3343,7 +3358,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
3343
3358
  caip2Namespace: string;
3344
3359
  }>, Readonly<{
3345
3360
  blockTimeSeconds: 2;
3346
- sortIndex: 35;
3361
+ sortIndex: 38;
3347
3362
  launchTime: 1696514400;
3348
3363
  transactionType: "eip1559";
3349
3364
  logoUrl: "https://cms.oku.trade/cdn/public/chains/zksync-logo.svg";
@@ -3485,6 +3500,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
3485
3500
  };
3486
3501
  };
3487
3502
  sourceId?: number | undefined | undefined | undefined;
3503
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
3488
3504
  testnet?: boolean | undefined | undefined | undefined;
3489
3505
  custom: {
3490
3506
  readonly getEip712Domain: import("viem/zksync").EIP712DomainFn<import("viem/zksync").ZkSyncTransactionSerializable, import("viem/zksync").ZkSyncEIP712TransactionSignable>;
@@ -3908,7 +3924,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
3908
3924
  transactionType: "eip1559";
3909
3925
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
3910
3926
  blockTimeSeconds: 2;
3911
- sortIndex: 39;
3927
+ sortIndex: 42;
3912
3928
  logoUrl: "https://cms.oku.trade/cdn/public/chains/manta-pacific-logo.svg";
3913
3929
  deprecated: true;
3914
3930
  estimatedSwapGas: 300000;
@@ -4029,6 +4045,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4029
4045
  };
4030
4046
  };
4031
4047
  sourceId?: number | undefined | undefined | undefined;
4048
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
4032
4049
  testnet?: boolean | undefined | undefined | undefined;
4033
4050
  custom?: Record<string, unknown> | undefined;
4034
4051
  extendSchema?: Record<string, unknown> | undefined;
@@ -4054,7 +4071,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4054
4071
  transactionType: "eip1559";
4055
4072
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
4056
4073
  blockTimeSeconds: 2;
4057
- sortIndex: 19;
4074
+ sortIndex: 21;
4058
4075
  morpho: {};
4059
4076
  logoUrl: "https://cms.oku.trade/cdn/public/chains/linea-logo.svg";
4060
4077
  deprecated: false;
@@ -4157,7 +4174,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4157
4174
  wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4";
4158
4175
  };
4159
4176
  oku: {
4160
- router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
4177
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
4161
4178
  limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
4162
4179
  limitOrderRegistryDeployBlock: number;
4163
4180
  pricing: {
@@ -4228,6 +4245,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4228
4245
  };
4229
4246
  };
4230
4247
  sourceId?: number | undefined | undefined | undefined;
4248
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
4231
4249
  testnet: false;
4232
4250
  custom?: Record<string, unknown> | undefined;
4233
4251
  extendSchema?: Record<string, unknown> | undefined;
@@ -4254,7 +4272,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4254
4272
  blockTimeSeconds: 24;
4255
4273
  launchTime: 1717509600;
4256
4274
  transactionType: "eip1559";
4257
- sortIndex: 36;
4275
+ sortIndex: 39;
4258
4276
  logoUrl: "https://cms.oku.trade/cdn/public/chains/taiko-logo.svg";
4259
4277
  deprecated: true;
4260
4278
  estimatedSwapGas: 300000;
@@ -4395,6 +4413,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4395
4413
  };
4396
4414
  };
4397
4415
  sourceId?: number | undefined | undefined | undefined;
4416
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
4398
4417
  testnet?: boolean | undefined | undefined | undefined;
4399
4418
  custom?: Record<string, unknown> | undefined;
4400
4419
  extendSchema?: Record<string, unknown> | undefined;
@@ -4418,7 +4437,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4418
4437
  blockTimeSeconds: 2;
4419
4438
  launchTime: 1720101600;
4420
4439
  transactionType: "eip1559";
4421
- sortIndex: 30;
4440
+ sortIndex: 33;
4422
4441
  logoUrl: "https://cms.oku.trade/cdn/public/chains/mantle-logo.svg";
4423
4442
  deprecated: false;
4424
4443
  estimatedSwapGas: 5000000;
@@ -4500,7 +4519,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4500
4519
  wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8";
4501
4520
  };
4502
4521
  oku: {
4503
- router: "0xCF883b5926F1c782308381121BA80234000000cE";
4522
+ router: "0x86d61277970685075a0BF66023c219dc4A6e3F6d";
4504
4523
  limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
4505
4524
  limitOrderRegistryDeployBlock: number;
4506
4525
  pricing: {
@@ -4567,6 +4586,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4567
4586
  };
4568
4587
  };
4569
4588
  sourceId?: number | undefined | undefined | undefined;
4589
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
4570
4590
  testnet?: boolean | undefined | undefined | undefined;
4571
4591
  custom?: Record<string, unknown> | undefined;
4572
4592
  extendSchema?: Record<string, unknown> | undefined;
@@ -4590,7 +4610,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4590
4610
  blockTimeSeconds: 0.4;
4591
4611
  launchTime: 1687788000;
4592
4612
  transactionType: "eip1559";
4593
- sortIndex: 7;
4613
+ sortIndex: 9;
4594
4614
  logoUrl: "https://cms.oku.trade/cdn/public/chains/sei-logo.svg";
4595
4615
  deprecated: false;
4596
4616
  estimatedSwapGas: 300000;
@@ -4699,6 +4719,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4699
4719
  wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
4700
4720
  };
4701
4721
  oku: {
4722
+ router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe";
4702
4723
  limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
4703
4724
  limitOrderRegistryDeployBlock: number;
4704
4725
  pricing: {
@@ -4762,6 +4783,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4762
4783
  };
4763
4784
  };
4764
4785
  sourceId?: number | undefined | undefined | undefined;
4786
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
4765
4787
  testnet?: boolean | undefined | undefined | undefined;
4766
4788
  custom?: Record<string, unknown> | undefined;
4767
4789
  extendSchema?: Record<string, unknown> | undefined;
@@ -4784,7 +4806,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4784
4806
  blockTimeSeconds: 2;
4785
4807
  launchTime: 1724076000;
4786
4808
  transactionType: "eip1559";
4787
- sortIndex: 43;
4809
+ sortIndex: 46;
4788
4810
  logoUrl: "https://cms.oku.trade/cdn/public/chains/lisk-logo.svg";
4789
4811
  deprecated: true;
4790
4812
  estimatedSwapGas: 300000;
@@ -4929,6 +4951,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4929
4951
  };
4930
4952
  };
4931
4953
  sourceId: 1;
4954
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
4932
4955
  testnet?: boolean | undefined | undefined | undefined;
4933
4956
  custom?: Record<string, unknown> | undefined;
4934
4957
  extendSchema?: Record<string, unknown> | undefined;
@@ -5193,7 +5216,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
5193
5216
  blockTimeSeconds: 2;
5194
5217
  launchTime: 1727359200;
5195
5218
  transactionType: "eip1559";
5196
- sortIndex: 20;
5219
+ sortIndex: 22;
5197
5220
  logoUrl: "https://cms.oku.trade/cdn/public/chains/bob-logo.svg";
5198
5221
  deprecated: false;
5199
5222
  estimatedSwapGas: 300000;
@@ -5252,6 +5275,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
5252
5275
  wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
5253
5276
  };
5254
5277
  oku: {
5278
+ router: "0x3132f599bde0e251ba12d5FF95E256FbBeCbDA83";
5255
5279
  limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8";
5256
5280
  limitOrderRegistryDeployBlock: number;
5257
5281
  pricing: {
@@ -5359,6 +5383,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
5359
5383
  };
5360
5384
  };
5361
5385
  sourceId: 1;
5386
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
5362
5387
  testnet?: boolean | undefined | undefined | undefined;
5363
5388
  custom?: Record<string, unknown> | undefined;
5364
5389
  extendSchema?: Record<string, unknown> | undefined;
@@ -5622,7 +5647,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
5622
5647
  blockTimeSeconds: 5;
5623
5648
  launchTime: 1725890400;
5624
5649
  transactionType: "eip1559";
5625
- sortIndex: 16;
5650
+ sortIndex: 18;
5626
5651
  blockAid: "";
5627
5652
  logoUrl: "https://cms.oku.trade/cdn/public/chains/gnosis-logo.svg";
5628
5653
  deprecated: false;
@@ -5716,6 +5741,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
5716
5741
  wethAddress: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d";
5717
5742
  };
5718
5743
  oku: {
5744
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
5719
5745
  limitOrderRegistry: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
5720
5746
  limitOrderRegistryDeployBlock: number;
5721
5747
  pricing: {
@@ -5793,6 +5819,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
5793
5819
  };
5794
5820
  };
5795
5821
  sourceId?: number | undefined | undefined | undefined;
5822
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
5796
5823
  testnet?: boolean | undefined | undefined | undefined;
5797
5824
  custom?: Record<string, unknown> | undefined;
5798
5825
  extendSchema?: Record<string, unknown> | undefined;
@@ -5815,7 +5842,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
5815
5842
  blockTimeSeconds: 2;
5816
5843
  launchTime: 1733882663;
5817
5844
  transactionType: "eip1559";
5818
- sortIndex: 42;
5845
+ sortIndex: 45;
5819
5846
  logoUrl: "https://cms.oku.trade/cdn/public/chains/metal-l2-logo.svg";
5820
5847
  deprecated: true;
5821
5848
  estimatedSwapGas: 300000;
@@ -5955,6 +5982,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
5955
5982
  };
5956
5983
  };
5957
5984
  sourceId: 1;
5985
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
5958
5986
  testnet?: boolean | undefined | undefined | undefined;
5959
5987
  custom?: Record<string, unknown> | undefined;
5960
5988
  extendSchema?: Record<string, unknown> | undefined;
@@ -6219,7 +6247,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
6219
6247
  blockTimeSeconds: 35;
6220
6248
  launchTime: 1733882663;
6221
6249
  transactionType: "eip1559";
6222
- sortIndex: 25;
6250
+ sortIndex: 27;
6223
6251
  logoUrl: "https://cms.oku.trade/cdn/public/chains/corn-logo.svg";
6224
6252
  deprecated: true;
6225
6253
  estimatedSwapGas: 300000;
@@ -6341,6 +6369,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
6341
6369
  };
6342
6370
  };
6343
6371
  sourceId: 1;
6372
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
6344
6373
  testnet?: boolean | undefined | undefined | undefined;
6345
6374
  custom?: Record<string, unknown> | undefined;
6346
6375
  extendSchema?: Record<string, unknown> | undefined;
@@ -6363,7 +6392,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
6363
6392
  blockTimeSeconds: 3;
6364
6393
  launchTime: 1737165834;
6365
6394
  transactionType: "eip1559";
6366
- sortIndex: 33;
6395
+ sortIndex: 36;
6367
6396
  logoUrl: "https://cms.oku.trade/cdn/public/chains/sonic-logo.svg";
6368
6397
  deprecated: true;
6369
6398
  estimatedSwapGas: 300000;
@@ -6511,6 +6540,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
6511
6540
  };
6512
6541
  };
6513
6542
  sourceId?: number | undefined | undefined | undefined;
6543
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
6514
6544
  testnet: false;
6515
6545
  custom?: Record<string, unknown> | undefined;
6516
6546
  extendSchema?: Record<string, unknown> | undefined;
@@ -6533,7 +6563,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
6533
6563
  blockTimeSeconds: 2;
6534
6564
  launchTime: 1737754469;
6535
6565
  transactionType: "eip1559";
6536
- sortIndex: 10;
6566
+ sortIndex: 12;
6537
6567
  logoUrl: "https://cms.oku.trade/cdn/public/chains/celo-logo.svg";
6538
6568
  deprecated: false;
6539
6569
  liteChain: true;
@@ -6549,6 +6579,9 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
6549
6579
  icecreamswap: true;
6550
6580
  openocean: string;
6551
6581
  };
6582
+ marketRouters: {
6583
+ openocean: "0x6352a56caadC4F1E25CD6c75970Fa768A3304e64"[];
6584
+ };
6552
6585
  bridges: {
6553
6586
  chainlink: {
6554
6587
  atlasNetworkName: string;
@@ -6662,6 +6695,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
6662
6695
  };
6663
6696
  };
6664
6697
  sourceId?: number | undefined | undefined | undefined;
6698
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
6665
6699
  testnet: false;
6666
6700
  custom?: Record<string, unknown> | undefined;
6667
6701
  extendSchema?: Record<string, unknown> | undefined;
@@ -7552,7 +7586,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
7552
7586
  blockTimeSeconds: 12;
7553
7587
  launchTime: 1741901593;
7554
7588
  transactionType: "eip1559";
7555
- sortIndex: 22;
7589
+ sortIndex: 24;
7556
7590
  logoUrl: "https://cms.oku.trade/cdn/public/chains/hemi-logo.svg";
7557
7591
  deprecated: false;
7558
7592
  estimatedSwapGas: 300000;
@@ -7612,7 +7646,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
7612
7646
  wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
7613
7647
  };
7614
7648
  oku: {
7615
- router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045";
7649
+ router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe";
7616
7650
  limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0";
7617
7651
  limitOrderRegistryDeployBlock: number;
7618
7652
  pricing: {
@@ -7687,6 +7721,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
7687
7721
  };
7688
7722
  };
7689
7723
  sourceId?: number | undefined | undefined | undefined;
7724
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
7690
7725
  testnet: false;
7691
7726
  custom?: Record<string, unknown> | undefined;
7692
7727
  extendSchema?: Record<string, unknown> | undefined;
@@ -7710,7 +7745,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
7710
7745
  blockTimeSeconds: 0.5;
7711
7746
  launchTime: 1743089303;
7712
7747
  transactionType: "legacy";
7713
- sortIndex: 32;
7748
+ sortIndex: 35;
7714
7749
  logoUrl: "https://cms.oku.trade/cdn/public/chains/telos-logo.svg";
7715
7750
  deprecated: true;
7716
7751
  estimatedSwapGas: 300000;
@@ -7766,7 +7801,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
7766
7801
  usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14";
7767
7802
  };
7768
7803
  oku: {
7769
- router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045";
7804
+ router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe";
7770
7805
  limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
7771
7806
  limitOrderRegistryDeployBlock: number;
7772
7807
  pricing: {
@@ -7844,6 +7879,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
7844
7879
  };
7845
7880
  };
7846
7881
  sourceId?: number | undefined | undefined | undefined;
7882
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
7847
7883
  testnet?: boolean | undefined | undefined | undefined;
7848
7884
  custom?: Record<string, unknown> | undefined;
7849
7885
  extendSchema?: Record<string, unknown> | undefined;
@@ -7867,7 +7903,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
7867
7903
  blockTimeSeconds: 5;
7868
7904
  launchTime: 1740384000;
7869
7905
  transactionType: "legacy";
7870
- sortIndex: 11;
7906
+ sortIndex: 13;
7871
7907
  logoUrl: "https://cms.oku.trade/cdn/public/chains/saga-logo.png";
7872
7908
  deprecated: false;
7873
7909
  estimatedSwapGas: 300000;
@@ -7977,6 +8013,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
7977
8013
  };
7978
8014
  experimental_preconfirmationTime?: number | undefined | undefined | undefined;
7979
8015
  sourceId?: number | undefined | undefined | undefined;
8016
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
7980
8017
  testnet?: boolean | undefined | undefined | undefined;
7981
8018
  custom?: Record<string, unknown> | undefined;
7982
8019
  extendSchema?: Record<string, unknown> | undefined;
@@ -8001,7 +8038,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8001
8038
  blockTimeSeconds: 3;
8002
8039
  launchTime: 1742159744;
8003
8040
  transactionType: "eip1559";
8004
- sortIndex: 29;
8041
+ sortIndex: 32;
8005
8042
  logoUrl: "https://cms.oku.trade/cdn/public/chains/goat-logo.svg";
8006
8043
  deprecated: false;
8007
8044
  estimatedSwapGas: 300000;
@@ -8116,6 +8153,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8116
8153
  };
8117
8154
  };
8118
8155
  sourceId?: number | undefined | undefined | undefined;
8156
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
8119
8157
  testnet?: boolean | undefined | undefined | undefined;
8120
8158
  custom?: Record<string, unknown> | undefined;
8121
8159
  extendSchema?: Record<string, unknown> | undefined;
@@ -8139,7 +8177,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8139
8177
  blockTimeSeconds: 5;
8140
8178
  launchTime: 1741362479;
8141
8179
  transactionType: "eip1559";
8142
- sortIndex: 27;
8180
+ sortIndex: 30;
8143
8181
  logoUrl: "https://cms.oku.trade/cdn/public/chains/redbelly-logo.svg";
8144
8182
  deprecated: false;
8145
8183
  estimatedSwapGas: 300000;
@@ -8179,7 +8217,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8179
8217
  usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06";
8180
8218
  };
8181
8219
  oku: {
8182
- router: "0x028F7f81D6816735207A19a3b5C1B72f95B655E5";
8220
+ router: "0x44a81236E892faEdc1f7c08362a4A0eC90dDd203";
8183
8221
  limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
8184
8222
  limitOrderRegistryDeployBlock: number;
8185
8223
  pricing: {
@@ -8247,6 +8285,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8247
8285
  };
8248
8286
  };
8249
8287
  sourceId?: number | undefined | undefined | undefined;
8288
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
8250
8289
  testnet: false;
8251
8290
  custom?: Record<string, unknown> | undefined;
8252
8291
  extendSchema?: Record<string, unknown> | undefined;
@@ -8270,7 +8309,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8270
8309
  blockTimeSeconds: 0.5;
8271
8310
  launchTime: 1741485513;
8272
8311
  transactionType: "legacy";
8273
- sortIndex: 24;
8312
+ sortIndex: 26;
8274
8313
  logoUrl: "https://cms.oku.trade/cdn/public/chains/lightlink-logo.svg";
8275
8314
  deprecated: true;
8276
8315
  estimatedSwapGas: 300000;
@@ -8390,6 +8429,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8390
8429
  };
8391
8430
  };
8392
8431
  sourceId?: number | undefined | undefined | undefined;
8432
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
8393
8433
  testnet: false;
8394
8434
  custom?: Record<string, unknown> | undefined;
8395
8435
  extendSchema?: Record<string, unknown> | undefined;
@@ -8413,7 +8453,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8413
8453
  blockTimeSeconds: 2;
8414
8454
  launchTime: 0;
8415
8455
  transactionType: "eip1559";
8416
- sortIndex: 28;
8456
+ sortIndex: 31;
8417
8457
  logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
8418
8458
  deprecated: false;
8419
8459
  estimatedSwapGas: 300000;
@@ -8482,8 +8522,8 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8482
8522
  wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
8483
8523
  };
8484
8524
  oku: {
8485
- router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
8486
- permit2Proxy: "0xF95D1bBAE6cfEf416EA6861cEce9E7B3e6bd0d4f";
8525
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
8526
+ permit2Proxy: "0x0E4d4719e8226AFd05D774eC0774a1D36bA1A029";
8487
8527
  pricing: {
8488
8528
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
8489
8529
  nativeWrappedName: string;
@@ -8590,6 +8630,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8590
8630
  };
8591
8631
  };
8592
8632
  sourceId: 1;
8633
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
8593
8634
  testnet: false;
8594
8635
  custom?: Record<string, unknown> | undefined;
8595
8636
  extendSchema?: Record<string, unknown> | undefined;
@@ -8860,7 +8901,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8860
8901
  blockTimeSeconds: 2;
8861
8902
  launchTime: 1746453600;
8862
8903
  transactionType: "legacy";
8863
- sortIndex: 15;
8904
+ sortIndex: 17;
8864
8905
  logoUrl: "https://cms.oku.trade/cdn/public/chains/xdc-logo.svg";
8865
8906
  deprecated: false;
8866
8907
  estimatedSwapGas: 300000;
@@ -8982,6 +9023,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8982
9023
  };
8983
9024
  experimental_preconfirmationTime?: number | undefined | undefined | undefined;
8984
9025
  sourceId?: number | undefined | undefined | undefined;
9026
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
8985
9027
  testnet?: boolean | undefined | undefined | undefined;
8986
9028
  custom?: Record<string, unknown> | undefined;
8987
9029
  extendSchema?: Record<string, unknown> | undefined;
@@ -9005,7 +9047,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9005
9047
  blockTimeSeconds: 5;
9006
9048
  launchTime: 1746055290;
9007
9049
  transactionType: "eip1559";
9008
- sortIndex: 45;
9050
+ sortIndex: 48;
9009
9051
  blockAid: "";
9010
9052
  logoUrl: "https://cms.oku.trade/cdn/public/chains/tron-shasta-logo.svg";
9011
9053
  deprecated: true;
@@ -9088,6 +9130,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9088
9130
  };
9089
9131
  };
9090
9132
  sourceId?: number | undefined | undefined | undefined;
9133
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
9091
9134
  testnet: true;
9092
9135
  custom?: Record<string, unknown> | undefined;
9093
9136
  extendSchema?: Record<string, unknown> | undefined;
@@ -9111,7 +9154,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9111
9154
  blockTimeSeconds: 2;
9112
9155
  launchTime: 1746050531;
9113
9156
  transactionType: "eip1559";
9114
- sortIndex: 31;
9157
+ sortIndex: 34;
9115
9158
  blockAid: "";
9116
9159
  logoUrl: "https://cms.oku.trade/cdn/public/chains/lens-logo.svg";
9117
9160
  deprecated: true;
@@ -9226,6 +9269,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9226
9269
  };
9227
9270
  };
9228
9271
  sourceId?: number | undefined | undefined | undefined;
9272
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
9229
9273
  testnet?: boolean | undefined | undefined | undefined;
9230
9274
  custom?: Record<string, unknown> | undefined;
9231
9275
  extendSchema?: Record<string, unknown> | undefined;
@@ -9249,7 +9293,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9249
9293
  blockTimeSeconds: 2;
9250
9294
  launchTime: 1750705200;
9251
9295
  transactionType: "eip1559";
9252
- sortIndex: 26;
9296
+ sortIndex: 29;
9253
9297
  logoUrl: "https://cms.oku.trade/cdn/public/chains/nibiru-logo.svg";
9254
9298
  deprecated: false;
9255
9299
  estimatedSwapGas: 300000;
@@ -9297,7 +9341,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9297
9341
  usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
9298
9342
  };
9299
9343
  oku: {
9300
- router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045";
9344
+ router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe";
9301
9345
  limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02";
9302
9346
  limitOrderRegistryDeployBlock: number;
9303
9347
  pricing: {
@@ -9358,6 +9402,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9358
9402
  };
9359
9403
  };
9360
9404
  sourceId?: number | undefined | undefined | undefined;
9405
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
9361
9406
  testnet?: boolean | undefined | undefined | undefined;
9362
9407
  custom?: Record<string, unknown> | undefined;
9363
9408
  extendSchema?: Record<string, unknown> | undefined;
@@ -9380,7 +9425,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9380
9425
  blockTimeSeconds: 0.6;
9381
9426
  launchTime: 1750211928;
9382
9427
  transactionType: "eip1559";
9383
- sortIndex: 13;
9428
+ sortIndex: 15;
9384
9429
  logoUrl: "https://cms.oku.trade/cdn/public/chains/etherlink-logo.svg";
9385
9430
  deprecated: false;
9386
9431
  estimatedSwapGas: 300000;
@@ -9443,6 +9488,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9443
9488
  wbtcAddress: "0xbFc94CD2B1E55999Cfc7347a9313e88702B83d0F";
9444
9489
  };
9445
9490
  oku: {
9491
+ router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe";
9446
9492
  limitOrderRegistry: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
9447
9493
  limitOrderRegistryDeployBlock: number;
9448
9494
  pricing: {
@@ -9516,6 +9562,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9516
9562
  };
9517
9563
  };
9518
9564
  sourceId?: number | undefined | undefined | undefined;
9565
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
9519
9566
  testnet?: boolean | undefined | undefined | undefined;
9520
9567
  custom?: Record<string, unknown> | undefined;
9521
9568
  extendSchema?: Record<string, unknown> | undefined;
@@ -9539,7 +9586,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9539
9586
  blockTimeSeconds: 1;
9540
9587
  launchTime: 1750384728;
9541
9588
  transactionType: "eip1559";
9542
- sortIndex: 18;
9589
+ sortIndex: 20;
9543
9590
  logoUrl: "https://cms.oku.trade/cdn/public/chains/unichain-logo.svg";
9544
9591
  deprecated: false;
9545
9592
  estimatedSwapGas: 300000;
@@ -9632,7 +9679,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9632
9679
  wethAddress: "0x4200000000000000000000000000000000000006";
9633
9680
  };
9634
9681
  oku: {
9635
- router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
9682
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
9636
9683
  limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
9637
9684
  limitOrderRegistryDeployBlock: number;
9638
9685
  pricing: {
@@ -9730,6 +9777,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9730
9777
  };
9731
9778
  };
9732
9779
  sourceId: 1;
9780
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
9733
9781
  testnet?: boolean | undefined | undefined | undefined;
9734
9782
  custom?: Record<string, unknown> | undefined;
9735
9783
  extendSchema?: Record<string, unknown> | undefined;
@@ -9994,7 +10042,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
9994
10042
  blockTimeSeconds: 0.5;
9995
10043
  launchTime: 1754106070;
9996
10044
  transactionType: "eip1559";
9997
- sortIndex: 23;
10045
+ sortIndex: 25;
9998
10046
  blockAid: "";
9999
10047
  logoUrl: "https://cms.oku.trade/cdn/public/chains/matchain-logo.svg";
10000
10048
  deprecated: true;
@@ -10092,6 +10140,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10092
10140
  };
10093
10141
  };
10094
10142
  sourceId?: number | undefined | undefined | undefined;
10143
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
10095
10144
  testnet?: boolean | undefined | undefined | undefined;
10096
10145
  custom?: Record<string, unknown> | undefined;
10097
10146
  extendSchema?: Record<string, unknown> | undefined;
@@ -10172,6 +10221,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10172
10221
  wethAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
10173
10222
  };
10174
10223
  oku: {
10224
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
10175
10225
  limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
10176
10226
  limitOrderRegistryDeployBlock: number;
10177
10227
  pricing: {
@@ -10232,6 +10282,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10232
10282
  };
10233
10283
  };
10234
10284
  sourceId?: number | undefined | undefined | undefined;
10285
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
10235
10286
  testnet?: boolean | undefined | undefined | undefined;
10236
10287
  custom?: Record<string, unknown> | undefined;
10237
10288
  extendSchema?: Record<string, unknown> | undefined;
@@ -10255,7 +10306,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10255
10306
  blockTimeSeconds: 1;
10256
10307
  launchTime: 1733882663;
10257
10308
  transactionType: "eip1559";
10258
- sortIndex: 44;
10309
+ sortIndex: 47;
10259
10310
  logoUrl: "https://cms.oku.trade/cdn/public/chains/zerog-logo.svg";
10260
10311
  deprecated: false;
10261
10312
  estimatedSwapGas: 300000;
@@ -10310,6 +10361,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10310
10361
  wethAddress: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
10311
10362
  };
10312
10363
  oku: {
10364
+ router: "0x7B060A98BA242Ae42D6027a60937787eBe33DEBe";
10313
10365
  limitOrderRegistry: "0x9db70e29712cc8af10c2b597bada6784544ff407";
10314
10366
  limitOrderRegistryDeployBlock: number;
10315
10367
  pricing: {
@@ -10351,7 +10403,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10351
10403
  };
10352
10404
  blockExplorers: {
10353
10405
  readonly default: {
10354
- readonly name: "0G BlockChain Explorer";
10406
+ readonly name: "0G Chainscan";
10355
10407
  readonly url: "https://chainscan.0g.ai";
10356
10408
  };
10357
10409
  };
@@ -10370,6 +10422,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10370
10422
  };
10371
10423
  };
10372
10424
  sourceId?: number | undefined | undefined | undefined;
10425
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
10373
10426
  testnet: false;
10374
10427
  custom?: Record<string, unknown> | undefined;
10375
10428
  extendSchema?: Record<string, unknown> | undefined;
@@ -10393,7 +10446,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10393
10446
  blockTimeSeconds: 2;
10394
10447
  launchTime: 1761794290;
10395
10448
  transactionType: "eip1559";
10396
- sortIndex: 17;
10449
+ sortIndex: 19;
10397
10450
  logoUrl: "https://cms.oku.trade/cdn/public/chains/avalanche-logo.svg";
10398
10451
  deprecated: false;
10399
10452
  estimatedSwapGas: 300000;
@@ -10478,6 +10531,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10478
10531
  wethAddress: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
10479
10532
  };
10480
10533
  oku: {
10534
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
10481
10535
  limitOrderRegistry: "0x0000000000000000000000000000000000000000";
10482
10536
  limitOrderRegistryDeployBlock: number;
10483
10537
  pricing: {
@@ -10539,6 +10593,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10539
10593
  };
10540
10594
  };
10541
10595
  sourceId?: number | undefined | undefined | undefined;
10596
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
10542
10597
  testnet?: boolean | undefined | undefined | undefined;
10543
10598
  custom?: Record<string, unknown> | undefined;
10544
10599
  extendSchema?: Record<string, unknown> | undefined;
@@ -10561,7 +10616,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10561
10616
  blockTimeSeconds: 3;
10562
10617
  launchTime: 1761966026;
10563
10618
  transactionType: "eip1559";
10564
- sortIndex: 41;
10619
+ sortIndex: 44;
10565
10620
  logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
10566
10621
  deprecated: true;
10567
10622
  estimatedSwapGas: 300000;
@@ -10676,6 +10731,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10676
10731
  };
10677
10732
  };
10678
10733
  sourceId?: number | undefined | undefined | undefined;
10734
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
10679
10735
  testnet?: boolean | undefined | undefined | undefined;
10680
10736
  custom?: Record<string, unknown> | undefined;
10681
10737
  extendSchema?: Record<string, unknown> | undefined;
@@ -10775,6 +10831,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10775
10831
  wethAddress: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A";
10776
10832
  };
10777
10833
  oku: {
10834
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
10778
10835
  limitOrderRegistry: "0x0000000000000000000000000000000000000000";
10779
10836
  limitOrderRegistryDeployBlock: number;
10780
10837
  pricing: {
@@ -10845,6 +10902,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10845
10902
  };
10846
10903
  };
10847
10904
  sourceId?: number | undefined | undefined | undefined;
10905
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
10848
10906
  testnet: false;
10849
10907
  custom?: Record<string, unknown> | undefined;
10850
10908
  extendSchema?: Record<string, unknown> | undefined;
@@ -10867,7 +10925,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10867
10925
  blockTimeSeconds: 1;
10868
10926
  launchTime: 1767333673;
10869
10927
  transactionType: "eip1559";
10870
- sortIndex: 9;
10928
+ sortIndex: 11;
10871
10929
  logoUrl: "https://cms.oku.trade/cdn/public/chains/hyperevm-logo.svg";
10872
10930
  deprecated: false;
10873
10931
  estimatedSwapGas: 300000;
@@ -10919,11 +10977,14 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10919
10977
  };
10920
10978
  morpho: {};
10921
10979
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
10922
- uniswap: {};
10980
+ uniswap: {
10981
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
10982
+ };
10923
10983
  token: {
10924
10984
  wethAddress: "0x5555555555555555555555555555555555555555";
10925
10985
  };
10926
10986
  oku: {
10987
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
10927
10988
  pricing: {
10928
10989
  nativeWrappedToken: "0x5555555555555555555555555555555555555555";
10929
10990
  nativeWrappedName: string;
@@ -10980,6 +11041,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10980
11041
  };
10981
11042
  };
10982
11043
  sourceId?: number | undefined | undefined | undefined;
11044
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
10983
11045
  testnet: false;
10984
11046
  custom?: Record<string, unknown> | undefined;
10985
11047
  extendSchema?: Record<string, unknown> | undefined;
@@ -11003,7 +11065,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11003
11065
  name: "Gensyn";
11004
11066
  launchTime: 1773970570;
11005
11067
  transactionType: "eip1559";
11006
- sortIndex: 25;
11068
+ sortIndex: 28;
11007
11069
  logoUrl: "https://cms.oku.trade/cdn/public/chains/gensyn-logo.svg";
11008
11070
  deprecated: false;
11009
11071
  estimatedSwapGas: 300000;
@@ -11048,7 +11110,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11048
11110
  wethAddress: "0x4200000000000000000000000000000000000006";
11049
11111
  };
11050
11112
  oku: {
11051
- router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
11113
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
11052
11114
  pricing: {
11053
11115
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
11054
11116
  nativeWrappedName: string;
@@ -11109,6 +11171,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11109
11171
  };
11110
11172
  };
11111
11173
  sourceId?: number | undefined | undefined | undefined;
11174
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
11112
11175
  testnet?: boolean | undefined | undefined | undefined;
11113
11176
  custom?: Record<string, unknown> | undefined;
11114
11177
  extendSchema?: Record<string, unknown> | undefined;
@@ -11132,7 +11195,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11132
11195
  blockTimeSeconds: 2;
11133
11196
  launchTime: 1777014000;
11134
11197
  transactionType: "eip1559";
11135
- sortIndex: 46;
11198
+ sortIndex: 49;
11136
11199
  logoUrl: "https://cms.oku.trade/cdn/public/chains/pharos-logo.svg";
11137
11200
  deprecated: false;
11138
11201
  liteChain: true;
@@ -11158,7 +11221,9 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11158
11221
  morphoMarketV1AdapterV2Factory: "0xe510e1fcC429943cA3455A7bfBD79f0307Cd8403";
11159
11222
  };
11160
11223
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
11161
- uniswap: {};
11224
+ uniswap: {
11225
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
11226
+ };
11162
11227
  token: {
11163
11228
  usdcAddress: "0xc879c018db60520f4355c26ed1a6d572cdac1815";
11164
11229
  wethAddress: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0";
@@ -11234,6 +11299,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11234
11299
  };
11235
11300
  };
11236
11301
  sourceId?: number | undefined | undefined;
11302
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
11237
11303
  testnet?: boolean | undefined | undefined;
11238
11304
  custom?: Record<string, unknown> | undefined;
11239
11305
  extendSchema?: Record<string, unknown> | undefined;
@@ -11257,7 +11323,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11257
11323
  blockTimeSeconds: 2;
11258
11324
  launchTime: 1784047160;
11259
11325
  transactionType: "eip1559";
11260
- sortIndex: 5;
11326
+ sortIndex: 6;
11261
11327
  logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg";
11262
11328
  deprecated: false;
11263
11329
  liteChain: true;
@@ -11304,7 +11370,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11304
11370
  wethAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
11305
11371
  };
11306
11372
  oku: {
11307
- router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
11373
+ router: "0xb1f3a7B816B0681188F54dFa400991B93ADf00ed";
11308
11374
  pricing: {
11309
11375
  nativeWrappedToken: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
11310
11376
  nativeWrappedName: string;
@@ -11349,7 +11415,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11349
11415
  readonly apiUrl: "https://robinhoodchain.blockscout.com/api";
11350
11416
  };
11351
11417
  };
11352
- blockTime?: number | undefined | undefined | undefined;
11418
+ blockTime: 100;
11353
11419
  ensTlds?: readonly string[] | undefined;
11354
11420
  id: 4663;
11355
11421
  nativeCurrency: {
@@ -11364,6 +11430,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11364
11430
  };
11365
11431
  };
11366
11432
  sourceId?: number | undefined | undefined | undefined;
11433
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
11367
11434
  testnet?: boolean | undefined | undefined | undefined;
11368
11435
  custom?: Record<string, unknown> | undefined;
11369
11436
  extendSchema?: Record<string, unknown> | undefined;
@@ -11386,7 +11453,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11386
11453
  blockTimeSeconds: 12;
11387
11454
  launchTime: 1655683200;
11388
11455
  transactionType: "eip1559";
11389
- sortIndex: 47;
11456
+ sortIndex: 50;
11390
11457
  logoUrl: "https://cms.oku.trade/cdn/public/chains/ethereum-logo.webp";
11391
11458
  deprecated: true;
11392
11459
  liteChain: true;
@@ -11498,6 +11565,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11498
11565
  };
11499
11566
  };
11500
11567
  sourceId?: number | undefined | undefined | undefined;
11568
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined | undefined;
11501
11569
  testnet: true;
11502
11570
  custom?: Record<string, unknown> | undefined;
11503
11571
  extendSchema?: Record<string, unknown> | undefined;