@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.
Files changed (58) hide show
  1. package/dist/browser.js +46 -20
  2. package/dist/index-mjs.js +46 -20
  3. package/dist/index.js +46 -20
  4. package/dist/types/definitions/arbitrum.d.ts +2 -1
  5. package/dist/types/definitions/avalanche.d.ts +2 -0
  6. package/dist/types/definitions/base.d.ts +2 -1
  7. package/dist/types/definitions/blast.d.ts +1 -0
  8. package/dist/types/definitions/bob.d.ts +2 -0
  9. package/dist/types/definitions/boba.d.ts +2 -1
  10. package/dist/types/definitions/bsc.d.ts +2 -1
  11. package/dist/types/definitions/celo.d.ts +4 -0
  12. package/dist/types/definitions/corn.d.ts +1 -0
  13. package/dist/types/definitions/etherlink.d.ts +2 -0
  14. package/dist/types/definitions/filecoin.d.ts +2 -1
  15. package/dist/types/definitions/gensyn.d.ts +2 -1
  16. package/dist/types/definitions/gnosis.d.ts +2 -0
  17. package/dist/types/definitions/goat.d.ts +1 -0
  18. package/dist/types/definitions/hemi.d.ts +2 -1
  19. package/dist/types/definitions/hyperevem.d.ts +5 -1
  20. package/dist/types/definitions/lens.d.ts +1 -0
  21. package/dist/types/definitions/lightlink.d.ts +1 -0
  22. package/dist/types/definitions/linea.d.ts +2 -1
  23. package/dist/types/definitions/lisk.d.ts +1 -0
  24. package/dist/types/definitions/mainnet.d.ts +3 -0
  25. package/dist/types/definitions/manta.d.ts +1 -0
  26. package/dist/types/definitions/mantle.d.ts +2 -1
  27. package/dist/types/definitions/matchain.d.ts +1 -0
  28. package/dist/types/definitions/metal.d.ts +1 -0
  29. package/dist/types/definitions/monad.d.ts +2 -0
  30. package/dist/types/definitions/moonbeam.d.ts +1 -0
  31. package/dist/types/definitions/nibiru.d.ts +2 -1
  32. package/dist/types/definitions/optimism.d.ts +2 -1
  33. package/dist/types/definitions/pharos.d.ts +4 -1
  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 +2 -1
  37. package/dist/types/definitions/robinhood.d.ts +3 -2
  38. package/dist/types/definitions/ronin.d.ts +1 -0
  39. package/dist/types/definitions/rootstock.d.ts +1 -0
  40. package/dist/types/definitions/saga.d.ts +1 -0
  41. package/dist/types/definitions/scroll.d.ts +1 -0
  42. package/dist/types/definitions/sei.d.ts +2 -0
  43. package/dist/types/definitions/sepolia.d.ts +1 -0
  44. package/dist/types/definitions/sonic.d.ts +1 -0
  45. package/dist/types/definitions/taiko.d.ts +1 -0
  46. package/dist/types/definitions/telos.d.ts +2 -1
  47. package/dist/types/definitions/tronShasta.d.ts +1 -0
  48. package/dist/types/definitions/unichain.d.ts +2 -1
  49. package/dist/types/definitions/worldchain.d.ts +3 -2
  50. package/dist/types/definitions/xdc.d.ts +1 -0
  51. package/dist/types/definitions/zerog.d.ts +3 -1
  52. package/dist/types/definitions/zkevm.d.ts +1 -0
  53. package/dist/types/definitions/zksync.d.ts +1 -0
  54. package/dist/types/index.d.ts +90 -22
  55. package/dist/types/non-evm/bitcoin.d.ts +1 -0
  56. package/dist/types/non-evm/solana.d.ts +1 -0
  57. package/dist/types/non-evm/zcash.d.ts +1 -0
  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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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>;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -64,6 +64,7 @@ export declare const bitcoin: Readonly<{
64
64
  };
65
65
  };
66
66
  sourceId?: number | undefined | undefined;
67
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
67
68
  testnet?: boolean | undefined | undefined;
68
69
  custom?: Record<string, unknown> | undefined;
69
70
  extendSchema?: Record<string, unknown> | undefined;
@@ -64,6 +64,7 @@ export declare const solana: Readonly<{
64
64
  };
65
65
  };
66
66
  sourceId?: number | undefined | undefined;
67
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
67
68
  testnet?: boolean | undefined | undefined;
68
69
  custom?: Record<string, unknown> | undefined;
69
70
  extendSchema?: Record<string, unknown> | undefined;