sushi 4.1.13 → 4.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/_cjs/chain/generated-chain-data.js +62 -4
- package/_cjs/chain/generated-chain-data.js.map +1 -1
- package/_cjs/chain/id.js +1 -0
- package/_cjs/chain/id.js.map +1 -1
- package/_cjs/chain/index.js +1 -0
- package/_cjs/chain/index.js.map +1 -1
- package/_cjs/config/features/aggregator.js +1 -0
- package/_cjs/config/features/aggregator.js.map +1 -1
- package/_cjs/config/features/extractor.js +1 -0
- package/_cjs/config/features/extractor.js.map +1 -1
- package/_cjs/config/features/route-processor.js +2 -0
- package/_cjs/config/features/route-processor.js.map +1 -1
- package/_cjs/config/features/sushiswap-v2.js +4 -0
- package/_cjs/config/features/sushiswap-v2.js.map +1 -1
- package/_cjs/config/features/sushiswap-v3.js +5 -0
- package/_cjs/config/features/sushiswap-v3.js.map +1 -1
- package/_cjs/config/features/uniswap-v3.js +3 -0
- package/_cjs/config/features/uniswap-v3.js.map +1 -1
- package/_cjs/config/native-ids.js +1 -0
- package/_cjs/config/native-ids.js.map +1 -1
- package/_cjs/config/subgraph/subgraphs/sushiswap-v2.js +1 -0
- package/_cjs/config/subgraph/subgraphs/sushiswap-v2.js.map +1 -1
- package/_cjs/config/subgraph/subgraphs/sushiswap-v3.js +1 -0
- package/_cjs/config/subgraph/subgraphs/sushiswap-v3.js.map +1 -1
- package/_cjs/config/token-chomper.js +2 -0
- package/_cjs/config/token-chomper.js.map +1 -1
- package/_cjs/config/token-maps/bases-to-check-trades-against.js +8 -0
- package/_cjs/config/token-maps/bases-to-check-trades-against.js.map +1 -1
- package/_cjs/config/token-maps/default-bases.js +6 -0
- package/_cjs/config/token-maps/default-bases.js.map +1 -1
- package/_cjs/config/token-maps/default-quote.js +1 -0
- package/_cjs/config/token-maps/default-quote.js.map +1 -1
- package/_cjs/config/token-maps/lsds.js +1 -0
- package/_cjs/config/token-maps/lsds.js.map +1 -1
- package/_cjs/config/token-maps/stables.js +1 -0
- package/_cjs/config/token-maps/stables.js.map +1 -1
- package/_cjs/config/viem.js +34 -2
- package/_cjs/config/viem.js.map +1 -1
- package/_cjs/config/wallet.js +2 -0
- package/_cjs/config/wallet.js.map +1 -1
- package/_cjs/currency/token-addresses.js +3 -0
- package/_cjs/currency/token-addresses.js.map +1 -1
- package/_cjs/currency/tokens.js +22 -1
- package/_cjs/currency/tokens.js.map +1 -1
- package/_esm/chain/generated-chain-data.js +62 -4
- package/_esm/chain/generated-chain-data.js.map +1 -1
- package/_esm/chain/id.js +1 -0
- package/_esm/chain/id.js.map +1 -1
- package/_esm/chain/index.js +1 -0
- package/_esm/chain/index.js.map +1 -1
- package/_esm/config/features/aggregator.js +1 -0
- package/_esm/config/features/aggregator.js.map +1 -1
- package/_esm/config/features/extractor.js +1 -0
- package/_esm/config/features/extractor.js.map +1 -1
- package/_esm/config/features/route-processor.js +2 -0
- package/_esm/config/features/route-processor.js.map +1 -1
- package/_esm/config/features/sushiswap-v2.js +4 -0
- package/_esm/config/features/sushiswap-v2.js.map +1 -1
- package/_esm/config/features/sushiswap-v3.js +5 -0
- package/_esm/config/features/sushiswap-v3.js.map +1 -1
- package/_esm/config/features/uniswap-v3.js +3 -0
- package/_esm/config/features/uniswap-v3.js.map +1 -1
- package/_esm/config/native-ids.js +1 -0
- package/_esm/config/native-ids.js.map +1 -1
- package/_esm/config/subgraph/subgraphs/sushiswap-v2.js +1 -0
- package/_esm/config/subgraph/subgraphs/sushiswap-v2.js.map +1 -1
- package/_esm/config/subgraph/subgraphs/sushiswap-v3.js +1 -0
- package/_esm/config/subgraph/subgraphs/sushiswap-v3.js.map +1 -1
- package/_esm/config/token-chomper.js +2 -0
- package/_esm/config/token-chomper.js.map +1 -1
- package/_esm/config/token-maps/bases-to-check-trades-against.js +9 -1
- package/_esm/config/token-maps/bases-to-check-trades-against.js.map +1 -1
- package/_esm/config/token-maps/default-bases.js +6 -0
- package/_esm/config/token-maps/default-bases.js.map +1 -1
- package/_esm/config/token-maps/default-quote.js +1 -0
- package/_esm/config/token-maps/default-quote.js.map +1 -1
- package/_esm/config/token-maps/lsds.js +1 -0
- package/_esm/config/token-maps/lsds.js.map +1 -1
- package/_esm/config/token-maps/stables.js +1 -0
- package/_esm/config/token-maps/stables.js.map +1 -1
- package/_esm/config/viem.js +33 -1
- package/_esm/config/viem.js.map +1 -1
- package/_esm/config/wallet.js +2 -0
- package/_esm/config/wallet.js.map +1 -1
- package/_esm/currency/token-addresses.js +3 -0
- package/_esm/currency/token-addresses.js.map +1 -1
- package/_esm/currency/tokens.js +21 -0
- package/_esm/currency/tokens.js.map +1 -1
- package/_types/chain/generated-chain-data.d.ts +51 -4
- package/_types/chain/generated-chain-data.d.ts.map +1 -1
- package/_types/chain/id.d.ts +1 -0
- package/_types/chain/id.d.ts.map +1 -1
- package/_types/chain/index.d.ts +53 -5
- package/_types/chain/index.d.ts.map +1 -1
- package/_types/config/features/aggregator.d.ts +1 -1
- package/_types/config/features/aggregator.d.ts.map +1 -1
- package/_types/config/features/extractor.d.ts +1 -1
- package/_types/config/features/extractor.d.ts.map +1 -1
- package/_types/config/features/route-processor.d.ts +1 -1
- package/_types/config/features/route-processor.d.ts.map +1 -1
- package/_types/config/features/sushiswap-v2.d.ts +2 -2
- package/_types/config/features/sushiswap-v2.d.ts.map +1 -1
- package/_types/config/features/sushiswap-v3.d.ts +2 -2
- package/_types/config/features/sushiswap-v3.d.ts.map +1 -1
- package/_types/config/features/sushiswap.d.ts +1 -1
- package/_types/config/features/sushiswap.d.ts.map +1 -1
- package/_types/config/features/uniswap-v3.d.ts +2 -2
- package/_types/config/features/uniswap-v3.d.ts.map +1 -1
- package/_types/config/native-ids.d.ts +1 -0
- package/_types/config/native-ids.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/sushiswap-v2.d.ts.map +1 -1
- package/_types/config/subgraph/subgraphs/sushiswap-v3.d.ts.map +1 -1
- package/_types/config/token-chomper.d.ts +1 -1
- package/_types/config/token-chomper.d.ts.map +1 -1
- package/_types/config/token-maps/bases-to-check-trades-against.d.ts.map +1 -1
- package/_types/config/token-maps/default-bases.d.ts +1 -0
- package/_types/config/token-maps/default-bases.d.ts.map +1 -1
- package/_types/config/token-maps/default-quote.d.ts +1 -0
- package/_types/config/token-maps/default-quote.d.ts.map +1 -1
- package/_types/config/token-maps/lsds.d.ts +1 -0
- package/_types/config/token-maps/lsds.d.ts.map +1 -1
- package/_types/config/token-maps/stables.d.ts +1 -0
- package/_types/config/token-maps/stables.d.ts.map +1 -1
- package/_types/config/viem.d.ts +117 -41
- package/_types/config/viem.d.ts.map +1 -1
- package/_types/config/wallet.d.ts +1 -1
- package/_types/config/wallet.d.ts.map +1 -1
- package/_types/currency/token-addresses.d.ts +3 -0
- package/_types/currency/token-addresses.d.ts.map +1 -1
- package/_types/currency/tokens.d.ts +4 -0
- package/_types/currency/tokens.d.ts.map +1 -1
- package/chain/generated-chain-data.ts +62 -4
- package/chain/id.ts +1 -0
- package/chain/index.ts +1 -0
- package/config/features/aggregator.ts +1 -0
- package/config/features/extractor.ts +1 -0
- package/config/features/route-processor.ts +2 -0
- package/config/features/sushiswap-v2.ts +5 -0
- package/config/features/sushiswap-v3.ts +5 -0
- package/config/features/uniswap-v3.ts +3 -0
- package/config/native-ids.ts +1 -0
- package/config/subgraph/subgraphs/sushiswap-v2.ts +1 -0
- package/config/subgraph/subgraphs/sushiswap-v3.ts +1 -0
- package/config/token-chomper.ts +2 -0
- package/config/token-maps/bases-to-check-trades-against.ts +10 -0
- package/config/token-maps/default-bases.ts +6 -0
- package/config/token-maps/default-quote.ts +1 -0
- package/config/token-maps/lsds.ts +1 -0
- package/config/token-maps/stables.ts +1 -0
- package/config/viem.ts +34 -1
- package/config/wallet.ts +2 -0
- package/currency/token-addresses.ts +3 -0
- package/currency/tokens.ts +22 -0
- package/package.json +1 -1
|
@@ -14,6 +14,10 @@ declare const _default: readonly [{
|
|
|
14
14
|
readonly url: "https://ethereum.dex.guru";
|
|
15
15
|
readonly icon: "dexguru";
|
|
16
16
|
readonly standard: "EIP3091";
|
|
17
|
+
}, {
|
|
18
|
+
readonly name: "Routescan";
|
|
19
|
+
readonly url: "https://ethereum.routescan.io";
|
|
20
|
+
readonly standard: "EIP3091";
|
|
17
21
|
}];
|
|
18
22
|
readonly nativeCurrency: {
|
|
19
23
|
readonly name: "Ether";
|
|
@@ -57,6 +61,10 @@ declare const _default: readonly [{
|
|
|
57
61
|
readonly url: "https://optimism.dex.guru";
|
|
58
62
|
readonly icon: "dexguru";
|
|
59
63
|
readonly standard: "EIP3091";
|
|
64
|
+
}, {
|
|
65
|
+
readonly name: "Routescan";
|
|
66
|
+
readonly url: "https://mainnet.superscan.network";
|
|
67
|
+
readonly standard: "EIP3091";
|
|
60
68
|
}];
|
|
61
69
|
readonly nativeCurrency: {
|
|
62
70
|
readonly name: "Ether";
|
|
@@ -245,6 +253,21 @@ declare const _default: readonly [{
|
|
|
245
253
|
};
|
|
246
254
|
readonly name: "Polygon Mainnet";
|
|
247
255
|
readonly shortName: "pol";
|
|
256
|
+
}, {
|
|
257
|
+
readonly chainId: 146;
|
|
258
|
+
readonly explorers: readonly [{
|
|
259
|
+
readonly name: "sonic";
|
|
260
|
+
readonly url: "https://explorer.soniclabs.com";
|
|
261
|
+
readonly icon: "sonic";
|
|
262
|
+
readonly standard: "none";
|
|
263
|
+
}];
|
|
264
|
+
readonly nativeCurrency: {
|
|
265
|
+
readonly name: "Sonic";
|
|
266
|
+
readonly symbol: "S";
|
|
267
|
+
readonly decimals: 18;
|
|
268
|
+
};
|
|
269
|
+
readonly name: "Sonic Mainnet";
|
|
270
|
+
readonly shortName: "sonic";
|
|
248
271
|
}, {
|
|
249
272
|
readonly chainId: 169;
|
|
250
273
|
readonly explorers: readonly [{
|
|
@@ -541,6 +564,10 @@ declare const _default: readonly [{
|
|
|
541
564
|
readonly url: "https://base.dex.guru";
|
|
542
565
|
readonly icon: "dexguru";
|
|
543
566
|
readonly standard: "EIP3091";
|
|
567
|
+
}, {
|
|
568
|
+
readonly name: "Routescan";
|
|
569
|
+
readonly url: "https://base.superscan.network";
|
|
570
|
+
readonly standard: "EIP3091";
|
|
544
571
|
}];
|
|
545
572
|
readonly nativeCurrency: {
|
|
546
573
|
readonly name: "Ether";
|
|
@@ -597,6 +624,10 @@ declare const _default: readonly [{
|
|
|
597
624
|
readonly name: "modescout";
|
|
598
625
|
readonly url: "https://explorer.mode.network";
|
|
599
626
|
readonly standard: "none";
|
|
627
|
+
}, {
|
|
628
|
+
readonly name: "Routescan";
|
|
629
|
+
readonly url: "https://modescan.io";
|
|
630
|
+
readonly standard: "none";
|
|
600
631
|
}];
|
|
601
632
|
readonly nativeCurrency: {
|
|
602
633
|
readonly name: "Ether";
|
|
@@ -683,13 +714,17 @@ declare const _default: readonly [{
|
|
|
683
714
|
}, {
|
|
684
715
|
readonly chainId: 43113;
|
|
685
716
|
readonly explorers: readonly [{
|
|
686
|
-
readonly name: "
|
|
717
|
+
readonly name: "Etherscan";
|
|
687
718
|
readonly url: "https://testnet.snowscan.xyz";
|
|
688
719
|
readonly standard: "EIP3091";
|
|
689
720
|
}, {
|
|
690
|
-
readonly name: "
|
|
721
|
+
readonly name: "Routescan";
|
|
691
722
|
readonly url: "https://testnet.snowtrace.io";
|
|
692
723
|
readonly standard: "EIP3091";
|
|
724
|
+
}, {
|
|
725
|
+
readonly name: "Avascan";
|
|
726
|
+
readonly url: "https://testnet.avascan.info";
|
|
727
|
+
readonly standard: "EIP3091";
|
|
693
728
|
}];
|
|
694
729
|
readonly nativeCurrency: {
|
|
695
730
|
readonly name: "Avalanche";
|
|
@@ -701,13 +736,17 @@ declare const _default: readonly [{
|
|
|
701
736
|
}, {
|
|
702
737
|
readonly chainId: 43114;
|
|
703
738
|
readonly explorers: readonly [{
|
|
704
|
-
readonly name: "
|
|
739
|
+
readonly name: "Etherscan";
|
|
705
740
|
readonly url: "https://snowscan.xyz";
|
|
706
741
|
readonly standard: "EIP3091";
|
|
707
742
|
}, {
|
|
708
|
-
readonly name: "
|
|
743
|
+
readonly name: "Routescan";
|
|
709
744
|
readonly url: "https://snowtrace.io";
|
|
710
745
|
readonly standard: "EIP3091";
|
|
746
|
+
}, {
|
|
747
|
+
readonly name: "Avascan";
|
|
748
|
+
readonly url: "https://avascan.info";
|
|
749
|
+
readonly standard: "EIP3091";
|
|
711
750
|
}];
|
|
712
751
|
readonly nativeCurrency: {
|
|
713
752
|
readonly name: "Avalanche";
|
|
@@ -827,6 +866,10 @@ declare const _default: readonly [{
|
|
|
827
866
|
readonly name: "etherscan";
|
|
828
867
|
readonly url: "https://taikoscan.io";
|
|
829
868
|
readonly standard: "EIP3091";
|
|
869
|
+
}, {
|
|
870
|
+
readonly name: "Routescan";
|
|
871
|
+
readonly url: "https://taikoexplorer.com";
|
|
872
|
+
readonly standard: "EIP3091";
|
|
830
873
|
}];
|
|
831
874
|
readonly nativeCurrency: {
|
|
832
875
|
readonly name: "Ether";
|
|
@@ -913,6 +956,10 @@ declare const _default: readonly [{
|
|
|
913
956
|
readonly name: "otterscan-sepolia";
|
|
914
957
|
readonly url: "https://sepolia.otterscan.io";
|
|
915
958
|
readonly standard: "EIP3091";
|
|
959
|
+
}, {
|
|
960
|
+
readonly name: "Routescan";
|
|
961
|
+
readonly url: "https://11155111.testnet.routescan.io";
|
|
962
|
+
readonly standard: "EIP3091";
|
|
916
963
|
}];
|
|
917
964
|
readonly nativeCurrency: {
|
|
918
965
|
readonly name: "Sepolia Ether";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generated-chain-data.d.ts","sourceRoot":"","sources":["../../chain/generated-chain-data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"generated-chain-data.d.ts","sourceRoot":"","sources":["../../chain/generated-chain-data.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAivCW"}
|
package/_types/chain/id.d.ts
CHANGED
package/_types/chain/id.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../../chain/id.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../../chain/id.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgEV,CAAA;AACV,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAA"}
|
package/_types/chain/index.d.ts
CHANGED
|
@@ -16,6 +16,10 @@ declare const RAW: readonly [{
|
|
|
16
16
|
readonly url: "https://ethereum.dex.guru";
|
|
17
17
|
readonly icon: "dexguru";
|
|
18
18
|
readonly standard: "EIP3091";
|
|
19
|
+
}, {
|
|
20
|
+
readonly name: "Routescan";
|
|
21
|
+
readonly url: "https://ethereum.routescan.io";
|
|
22
|
+
readonly standard: "EIP3091";
|
|
19
23
|
}];
|
|
20
24
|
readonly nativeCurrency: {
|
|
21
25
|
readonly name: "Ether";
|
|
@@ -59,6 +63,10 @@ declare const RAW: readonly [{
|
|
|
59
63
|
readonly url: "https://optimism.dex.guru";
|
|
60
64
|
readonly icon: "dexguru";
|
|
61
65
|
readonly standard: "EIP3091";
|
|
66
|
+
}, {
|
|
67
|
+
readonly name: "Routescan";
|
|
68
|
+
readonly url: "https://mainnet.superscan.network";
|
|
69
|
+
readonly standard: "EIP3091";
|
|
62
70
|
}];
|
|
63
71
|
readonly nativeCurrency: {
|
|
64
72
|
readonly name: "Ether";
|
|
@@ -247,6 +255,21 @@ declare const RAW: readonly [{
|
|
|
247
255
|
};
|
|
248
256
|
readonly name: "Polygon Mainnet";
|
|
249
257
|
readonly shortName: "pol";
|
|
258
|
+
}, {
|
|
259
|
+
readonly chainId: 146;
|
|
260
|
+
readonly explorers: readonly [{
|
|
261
|
+
readonly name: "sonic";
|
|
262
|
+
readonly url: "https://explorer.soniclabs.com";
|
|
263
|
+
readonly icon: "sonic";
|
|
264
|
+
readonly standard: "none";
|
|
265
|
+
}];
|
|
266
|
+
readonly nativeCurrency: {
|
|
267
|
+
readonly name: "Sonic";
|
|
268
|
+
readonly symbol: "S";
|
|
269
|
+
readonly decimals: 18;
|
|
270
|
+
};
|
|
271
|
+
readonly name: "Sonic Mainnet";
|
|
272
|
+
readonly shortName: "sonic";
|
|
250
273
|
}, {
|
|
251
274
|
readonly chainId: 169;
|
|
252
275
|
readonly explorers: readonly [{
|
|
@@ -543,6 +566,10 @@ declare const RAW: readonly [{
|
|
|
543
566
|
readonly url: "https://base.dex.guru";
|
|
544
567
|
readonly icon: "dexguru";
|
|
545
568
|
readonly standard: "EIP3091";
|
|
569
|
+
}, {
|
|
570
|
+
readonly name: "Routescan";
|
|
571
|
+
readonly url: "https://base.superscan.network";
|
|
572
|
+
readonly standard: "EIP3091";
|
|
546
573
|
}];
|
|
547
574
|
readonly nativeCurrency: {
|
|
548
575
|
readonly name: "Ether";
|
|
@@ -599,6 +626,10 @@ declare const RAW: readonly [{
|
|
|
599
626
|
readonly name: "modescout";
|
|
600
627
|
readonly url: "https://explorer.mode.network";
|
|
601
628
|
readonly standard: "none";
|
|
629
|
+
}, {
|
|
630
|
+
readonly name: "Routescan";
|
|
631
|
+
readonly url: "https://modescan.io";
|
|
632
|
+
readonly standard: "none";
|
|
602
633
|
}];
|
|
603
634
|
readonly nativeCurrency: {
|
|
604
635
|
readonly name: "Ether";
|
|
@@ -685,13 +716,17 @@ declare const RAW: readonly [{
|
|
|
685
716
|
}, {
|
|
686
717
|
readonly chainId: 43113;
|
|
687
718
|
readonly explorers: readonly [{
|
|
688
|
-
readonly name: "
|
|
719
|
+
readonly name: "Etherscan";
|
|
689
720
|
readonly url: "https://testnet.snowscan.xyz";
|
|
690
721
|
readonly standard: "EIP3091";
|
|
691
722
|
}, {
|
|
692
|
-
readonly name: "
|
|
723
|
+
readonly name: "Routescan";
|
|
693
724
|
readonly url: "https://testnet.snowtrace.io";
|
|
694
725
|
readonly standard: "EIP3091";
|
|
726
|
+
}, {
|
|
727
|
+
readonly name: "Avascan";
|
|
728
|
+
readonly url: "https://testnet.avascan.info";
|
|
729
|
+
readonly standard: "EIP3091";
|
|
695
730
|
}];
|
|
696
731
|
readonly nativeCurrency: {
|
|
697
732
|
readonly name: "Avalanche";
|
|
@@ -703,13 +738,17 @@ declare const RAW: readonly [{
|
|
|
703
738
|
}, {
|
|
704
739
|
readonly chainId: 43114;
|
|
705
740
|
readonly explorers: readonly [{
|
|
706
|
-
readonly name: "
|
|
741
|
+
readonly name: "Etherscan";
|
|
707
742
|
readonly url: "https://snowscan.xyz";
|
|
708
743
|
readonly standard: "EIP3091";
|
|
709
744
|
}, {
|
|
710
|
-
readonly name: "
|
|
745
|
+
readonly name: "Routescan";
|
|
711
746
|
readonly url: "https://snowtrace.io";
|
|
712
747
|
readonly standard: "EIP3091";
|
|
748
|
+
}, {
|
|
749
|
+
readonly name: "Avascan";
|
|
750
|
+
readonly url: "https://avascan.info";
|
|
751
|
+
readonly standard: "EIP3091";
|
|
713
752
|
}];
|
|
714
753
|
readonly nativeCurrency: {
|
|
715
754
|
readonly name: "Avalanche";
|
|
@@ -829,6 +868,10 @@ declare const RAW: readonly [{
|
|
|
829
868
|
readonly name: "etherscan";
|
|
830
869
|
readonly url: "https://taikoscan.io";
|
|
831
870
|
readonly standard: "EIP3091";
|
|
871
|
+
}, {
|
|
872
|
+
readonly name: "Routescan";
|
|
873
|
+
readonly url: "https://taikoexplorer.com";
|
|
874
|
+
readonly standard: "EIP3091";
|
|
832
875
|
}];
|
|
833
876
|
readonly nativeCurrency: {
|
|
834
877
|
readonly name: "Ether";
|
|
@@ -915,6 +958,10 @@ declare const RAW: readonly [{
|
|
|
915
958
|
readonly name: "otterscan-sepolia";
|
|
916
959
|
readonly url: "https://sepolia.otterscan.io";
|
|
917
960
|
readonly standard: "EIP3091";
|
|
961
|
+
}, {
|
|
962
|
+
readonly name: "Routescan";
|
|
963
|
+
readonly url: "https://11155111.testnet.routescan.io";
|
|
964
|
+
readonly standard: "EIP3091";
|
|
918
965
|
}];
|
|
919
966
|
readonly nativeCurrency: {
|
|
920
967
|
readonly name: "Sepolia Ether";
|
|
@@ -1053,7 +1100,7 @@ export declare const chains: {
|
|
|
1053
1100
|
export declare const chainsL2: {
|
|
1054
1101
|
[k: string]: Chain;
|
|
1055
1102
|
};
|
|
1056
|
-
export declare const chainIds: (1 | 5 | 10 | 25 | 30 | 40 | 56 | 66 | 97 | 100 | 108 | 122 | 128 | 137 | 169 | 199 | 250 | 288 | 314 | 324 | 1088 | 1101 | 1116 | 1284 | 1285 | 2222 | 4002 | 5000 | 7000 | 8453 | 11235 | 33111 | 33139 | 34443 | 42161 | 42170 | 42220 | 43113 | 43114 | 43288 | 56288 | 59144 | 80001 | 81457 | 167000 | 421614 | 534352 | 810180 | 11155111 | 1666600000 | 2046399126 | 11297108109)[];
|
|
1103
|
+
export declare const chainIds: (1 | 5 | 10 | 25 | 30 | 40 | 56 | 66 | 97 | 100 | 108 | 122 | 128 | 137 | 146 | 169 | 199 | 250 | 288 | 314 | 324 | 1088 | 1101 | 1116 | 1284 | 1285 | 2222 | 4002 | 5000 | 7000 | 8453 | 11235 | 33111 | 33139 | 34443 | 42161 | 42170 | 42220 | 43113 | 43114 | 43288 | 56288 | 59144 | 80001 | 81457 | 167000 | 421614 | 534352 | 810180 | 11155111 | 1666600000 | 2046399126 | 11297108109)[];
|
|
1057
1104
|
export declare const chainShortNameToChainId: {
|
|
1058
1105
|
[k: string]: number;
|
|
1059
1106
|
};
|
|
@@ -1126,6 +1173,7 @@ export declare const ChainKey: {
|
|
|
1126
1173
|
readonly 167000: "taiko";
|
|
1127
1174
|
readonly 810180: "zklink";
|
|
1128
1175
|
readonly 33139: "ape";
|
|
1176
|
+
readonly 146: "sonic";
|
|
1129
1177
|
};
|
|
1130
1178
|
export type ChainKey = (typeof ChainKey)[keyof typeof ChainKey];
|
|
1131
1179
|
export declare const NetworkNameKey: { [key in ChainKey]: ChainId; };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../chain/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAEjC,cAAc,SAAS,CAAA;AAIvB,QAAA,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../chain/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAEjC,cAAc,SAAS,CAAA;AAIvB,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAmC,CAAA;AAS5C,KAAK,IAAI,GAAG,CAAC,OAAO,GAAG,CAAC,CAAC,MAAM,CAAC,CAAA;AAEhC,MAAM,WAAW,KAAK;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,cAAc,EAAE,cAAc,CAAA;IAC9B,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAA;IACtB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,UAAU,QAAQ;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;IACX,QAAQ,EAAE,QAAQ,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,QAAA,MAAM,QAAQ;;;CAGJ,CAAA;AAEV,KAAK,QAAQ,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAA;AAExD,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,UAAU,MAAM;IACd,IAAI,EAAE,IAAI,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;CACnB;AAED,UAAU,MAAM;IACd,GAAG,EAAE,MAAM,CAAA;CACZ;AAED,QAAA,MAAM,IAAI;;;CAGA,CAAA;AACV,KAAK,IAAI,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAA;AAG5C,qBAAa,KAAM,YAAW,KAAK;WACnB,OAAO,CAAC,IAAI,EAAE,IAAI;WAGlB,IAAI,CAAC,OAAO,EAAE,MAAM;WAGpB,aAAa,CAAC,SAAS,EAAE,MAAM;WAK/B,WAAW,CAAC,OAAO,EAAE,MAAM;WAG3B,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;WAG9C,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,GAAG,MAAM;WAG5D,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,MAAM;WAGvD,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,MAAM;gBAG7D,IAAI,EAAE,IAAI;IAiEtB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM;IAYhC,WAAW,CAAC,iBAAiB,EAAE,MAAM,GAAG,MAAM;IAS9C,WAAW,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;IAYzC,aAAa,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM;CAY9C;AAED,eAAO,MAAM,OAAO;;CAKnB,CAAA;AAGD,eAAO,MAAM,MAAM;;CAElB,CAAA;AAGD,eAAO,MAAM,QAAQ;;CAIpB,CAAA;AAGD,eAAO,MAAM,QAAQ,mYAAoC,CAAA;AAGzD,eAAO,MAAM,uBAAuB;;CAEnC,CAAA;AAGD,eAAO,MAAM,cAAc;;CAK1B,CAAA;AAGD,eAAO,MAAM,SAAS;;CAErB,CAAA;AAED,eAAO,MAAM,YAAY,UAChB,MAAM,KAEX;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,WAAW,EAAE,QAAQ,CAAA;CAAE,GAC3C;IAAE,OAAO,EAAE,SAAS,CAAC;IAAC,WAAW,EAAE,SAAS,CAAA;CAe/C,CAAA;AAED,eAAO,MAAM,iBAAiB,4DAepB,CAAA;AACV,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAA;AAE/D,eAAO,MAAM,SAAS,YAAa,MAAM,KAAG,OAAO,IAAI,OACF,CAAA;AAErD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiEX,CAAA;AACV,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAA;AAE/D,eAAO,MAAM,cAAc,EAEtB,GAAG,GAAe,IAAR,QAAQ,GAAG,OAAO,GAAE,CAAA;AAEnC,eAAO,MAAM,gBAAgB,QAAS,MAAM,KAAG,GAAG,IAAI,QACX,CAAA;AAE3C,eAAe,MAAM,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChainId } from '../../chain/index.js';
|
|
2
|
-
export declare const AGGREGATOR_ONLY_CHAIN_IDS: readonly [25, 5000, 324, 169, 34443, 167000, 810180, 33139];
|
|
2
|
+
export declare const AGGREGATOR_ONLY_CHAIN_IDS: readonly [25, 5000, 324, 169, 34443, 167000, 810180, 33139, 146];
|
|
3
3
|
export type AggregatorOnlyChainId = (typeof AGGREGATOR_ONLY_CHAIN_IDS)[number];
|
|
4
4
|
export declare const isAggregatorOnlyChainId: (chainId: ChainId) => chainId is AggregatorOnlyChainId;
|
|
5
5
|
//# sourceMappingURL=aggregator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aggregator.d.ts","sourceRoot":"","sources":["../../../config/features/aggregator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAE9C,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"aggregator.d.ts","sourceRoot":"","sources":["../../../config/features/aggregator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAE9C,eAAO,MAAM,yBAAyB,kEAU5B,CAAA;AAEV,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAA;AAE9E,eAAO,MAAM,uBAAuB,YACzB,OAAO,KACf,OAAO,IAAI,qBACwD,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const EXTRACTOR_SUPPORTED_CHAIN_IDS: readonly [42161, 42170, 43114, 8453, 288, 56288, 56, 199, 42220, 1116, 1, 250, 314, 122, 100, 11235, 1666600000, 2222, 59144, 1088, 1284, 1285, 10, 137, 1101, 534352, 40, 108, 7000, 25, 81457, 2046399126, 30, 5000, 324, 33111, 169, 34443, 167000, 810180, 33139];
|
|
1
|
+
export declare const EXTRACTOR_SUPPORTED_CHAIN_IDS: readonly [42161, 42170, 43114, 8453, 288, 56288, 56, 199, 42220, 1116, 1, 250, 314, 122, 100, 11235, 1666600000, 2222, 59144, 1088, 1284, 1285, 10, 137, 1101, 534352, 40, 108, 7000, 25, 81457, 2046399126, 30, 5000, 324, 33111, 169, 34443, 167000, 810180, 33139, 146];
|
|
2
2
|
export type ExtractorSupportedChainId = (typeof EXTRACTOR_SUPPORTED_CHAIN_IDS)[number];
|
|
3
3
|
export declare const isExtractorSupportedChainId: (chainId: number) => chainId is ExtractorSupportedChainId;
|
|
4
4
|
//# sourceMappingURL=extractor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extractor.d.ts","sourceRoot":"","sources":["../../../config/features/extractor.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"extractor.d.ts","sourceRoot":"","sources":["../../../config/features/extractor.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B,4QA2ChC,CAAA;AAEV,MAAM,MAAM,yBAAyB,GACnC,CAAC,OAAO,6BAA6B,CAAC,CAAC,MAAM,CAAC,CAAA;AAEhD,eAAO,MAAM,2BAA2B,YAC7B,MAAM,KACd,OAAO,IAAI,yBACgE,CAAA"}
|
|
@@ -24,7 +24,7 @@ export declare const ROUTE_PROCESSOR_4_SUPPORTED_CHAIN_IDS: readonly [1, 42161,
|
|
|
24
24
|
export type RouteProcessor4ChainId = (typeof ROUTE_PROCESSOR_4_SUPPORTED_CHAIN_IDS)[number];
|
|
25
25
|
export declare const ROUTE_PROCESSOR_4_ADDRESS: Record<RouteProcessor4ChainId, `0x${string}`>;
|
|
26
26
|
export declare const isRouteProcessor4ChainId: (chainId: ChainId) => chainId is RouteProcessor4ChainId;
|
|
27
|
-
export declare const ROUTE_PROCESSOR_5_SUPPORTED_CHAIN_IDS: readonly [1, 42161, 10, 8453, 137, 43114, 56, 59144, 42170, 100, 250, 199, 42220, 314, 11235, 2222, 1088, 108, 534352, 7000, 1284, 1285, 1101, 122, 1666600000, 40, 288, 56288, 1116, 25, 81457, 2046399126, 30, 324, 5000, 169, 34443, 167000, 810180, 33139, 33111];
|
|
27
|
+
export declare const ROUTE_PROCESSOR_5_SUPPORTED_CHAIN_IDS: readonly [1, 42161, 10, 8453, 137, 43114, 56, 59144, 42170, 100, 250, 199, 42220, 314, 11235, 2222, 1088, 108, 534352, 7000, 1284, 1285, 1101, 122, 1666600000, 40, 288, 56288, 1116, 25, 81457, 2046399126, 30, 324, 5000, 169, 34443, 167000, 810180, 33139, 146, 33111];
|
|
28
28
|
export type RouteProcessor5ChainId = (typeof ROUTE_PROCESSOR_5_SUPPORTED_CHAIN_IDS)[number];
|
|
29
29
|
export declare const ROUTE_PROCESSOR_5_ADDRESS: Record<RouteProcessor5ChainId, Address>;
|
|
30
30
|
export declare const isRouteProcessor5ChainId: (chainId: ChainId) => chainId is RouteProcessor5ChainId;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route-processor.d.ts","sourceRoot":"","sources":["../../../config/features/route-processor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA;AACnC,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAG9C,eAAO,MAAM,mCAAmC,kIAqBtC,CAAA;AACV,MAAM,MAAM,qBAAqB,GAC/B,CAAC,OAAO,mCAAmC,CAAC,CAAC,MAAM,CAAC,CAAA;AACtD,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAC1C,qBAAqB,EACrB,KAAK,MAAM,EAAE,CAsBL,CAAA;AACV,eAAO,MAAM,uBAAuB,YACzB,OAAO,KACf,OAAO,IAAI,qBACkE,CAAA;AAGhF,eAAO,MAAM,qCAAqC,sFAexC,CAAA;AACV,MAAM,MAAM,sBAAsB,GAChC,CAAC,OAAO,qCAAqC,CAAC,CAAC,MAAM,CAAC,CAAA;AACxD,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,sBAAsB,EACtB,KAAK,MAAM,EAAE,CAgBL,CAAA;AACV,eAAO,MAAM,wBAAwB,YAC1B,OAAO,KACf,OAAO,IAAI,sBAGX,CAAA;AAGH,eAAO,MAAM,qCAAqC,iMA+BxC,CAAA;AACV,MAAM,MAAM,sBAAsB,GAChC,CAAC,OAAO,qCAAqC,CAAC,CAAC,MAAM,CAAC,CAAA;AACxD,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,sBAAsB,EACtB,KAAK,MAAM,EAAE,CAgCL,CAAA;AACV,eAAO,MAAM,wBAAwB,YAC1B,OAAO,KACf,OAAO,IAAI,sBAGX,CAAA;AAGH,eAAO,MAAM,uCAAuC,gCAM1C,CAAA;AACV,MAAM,MAAM,wBAAwB,GAClC,CAAC,OAAO,uCAAuC,CAAC,CAAC,MAAM,CAAC,CAAA;AAC1D,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,wBAAwB,EACxB,KAAK,MAAM,EAAE,CAOL,CAAA;AACV,eAAO,MAAM,0BAA0B,YAC5B,OAAO,KACf,OAAO,IAAI,wBAGX,CAAA;AAGH,eAAO,MAAM,uCAAuC,8GAoB1C,CAAA;AACV,MAAM,MAAM,wBAAwB,GAClC,CAAC,OAAO,uCAAuC,CAAC,CAAC,MAAM,CAAC,CAAA;AAC1D,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,wBAAwB,EACxB,KAAK,MAAM,EAAE,CAqBL,CAAA;AACV,eAAO,MAAM,0BAA0B,YAC5B,OAAO,KACf,OAAO,IAAI,wBAGX,CAAA;AAGH,eAAO,MAAM,qCAAqC,kNAkCxC,CAAA;AACV,MAAM,MAAM,sBAAsB,GAChC,CAAC,OAAO,qCAAqC,CAAC,CAAC,MAAM,CAAC,CAAA;AACxD,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,sBAAsB,EACtB,KAAK,MAAM,EAAE,CAmCL,CAAA;AACV,eAAO,MAAM,wBAAwB,YAC1B,OAAO,KACf,OAAO,IAAI,sBAGX,CAAA;AAGH,eAAO,MAAM,qCAAqC,
|
|
1
|
+
{"version":3,"file":"route-processor.d.ts","sourceRoot":"","sources":["../../../config/features/route-processor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA;AACnC,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAG9C,eAAO,MAAM,mCAAmC,kIAqBtC,CAAA;AACV,MAAM,MAAM,qBAAqB,GAC/B,CAAC,OAAO,mCAAmC,CAAC,CAAC,MAAM,CAAC,CAAA;AACtD,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAC1C,qBAAqB,EACrB,KAAK,MAAM,EAAE,CAsBL,CAAA;AACV,eAAO,MAAM,uBAAuB,YACzB,OAAO,KACf,OAAO,IAAI,qBACkE,CAAA;AAGhF,eAAO,MAAM,qCAAqC,sFAexC,CAAA;AACV,MAAM,MAAM,sBAAsB,GAChC,CAAC,OAAO,qCAAqC,CAAC,CAAC,MAAM,CAAC,CAAA;AACxD,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,sBAAsB,EACtB,KAAK,MAAM,EAAE,CAgBL,CAAA;AACV,eAAO,MAAM,wBAAwB,YAC1B,OAAO,KACf,OAAO,IAAI,sBAGX,CAAA;AAGH,eAAO,MAAM,qCAAqC,iMA+BxC,CAAA;AACV,MAAM,MAAM,sBAAsB,GAChC,CAAC,OAAO,qCAAqC,CAAC,CAAC,MAAM,CAAC,CAAA;AACxD,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,sBAAsB,EACtB,KAAK,MAAM,EAAE,CAgCL,CAAA;AACV,eAAO,MAAM,wBAAwB,YAC1B,OAAO,KACf,OAAO,IAAI,sBAGX,CAAA;AAGH,eAAO,MAAM,uCAAuC,gCAM1C,CAAA;AACV,MAAM,MAAM,wBAAwB,GAClC,CAAC,OAAO,uCAAuC,CAAC,CAAC,MAAM,CAAC,CAAA;AAC1D,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,wBAAwB,EACxB,KAAK,MAAM,EAAE,CAOL,CAAA;AACV,eAAO,MAAM,0BAA0B,YAC5B,OAAO,KACf,OAAO,IAAI,wBAGX,CAAA;AAGH,eAAO,MAAM,uCAAuC,8GAoB1C,CAAA;AACV,MAAM,MAAM,wBAAwB,GAClC,CAAC,OAAO,uCAAuC,CAAC,CAAC,MAAM,CAAC,CAAA;AAC1D,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,wBAAwB,EACxB,KAAK,MAAM,EAAE,CAqBL,CAAA;AACV,eAAO,MAAM,0BAA0B,YAC5B,OAAO,KACf,OAAO,IAAI,wBAGX,CAAA;AAGH,eAAO,MAAM,qCAAqC,kNAkCxC,CAAA;AACV,MAAM,MAAM,sBAAsB,GAChC,CAAC,OAAO,qCAAqC,CAAC,CAAC,MAAM,CAAC,CAAA;AACxD,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,sBAAsB,EACtB,KAAK,MAAM,EAAE,CAmCL,CAAA;AACV,eAAO,MAAM,wBAAwB,YAC1B,OAAO,KACf,OAAO,IAAI,sBAGX,CAAA;AAGH,eAAO,MAAM,qCAAqC,4QA2CxC,CAAA;AACV,MAAM,MAAM,sBAAsB,GAChC,CAAC,OAAO,qCAAqC,CAAC,CAAC,MAAM,CAAC,CAAA;AACxD,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,sBAAsB,EACtB,OAAO,CA8CC,CAAA;AACV,eAAO,MAAM,wBAAwB,YAC1B,OAAO,KACf,OAAO,IAAI,sBAGX,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChainId } from '../../chain/index.js';
|
|
2
|
-
export declare const SUSHISWAP_V2_SUPPORTED_CHAIN_IDS: readonly [42161, 42170, 43114, 8453, 288, 56288, 56, 42220, 1, 250, 122, 100, 11235, 1666600000, 1284, 1285, 137, 534352, 2222, 1088, 199, 314, 7000, 1116, 108, 11235, 10, 59144, 1101, 81457, 2046399126, 30, 11155111];
|
|
3
|
-
export declare const SushiSwapV2ChainIds: readonly [42161, 42170, 43114, 8453, 288, 56288, 56, 42220, 1, 250, 122, 100, 11235, 1666600000, 1284, 1285, 137, 534352, 2222, 1088, 199, 314, 7000, 1116, 108, 11235, 10, 59144, 1101, 81457, 2046399126, 30, 11155111];
|
|
2
|
+
export declare const SUSHISWAP_V2_SUPPORTED_CHAIN_IDS: readonly [42161, 42170, 43114, 8453, 288, 56288, 56, 42220, 1, 250, 122, 100, 11235, 1666600000, 1284, 1285, 137, 534352, 2222, 1088, 199, 314, 7000, 1116, 108, 11235, 10, 59144, 1101, 81457, 2046399126, 30, 146, 11155111];
|
|
3
|
+
export declare const SushiSwapV2ChainIds: readonly [42161, 42170, 43114, 8453, 288, 56288, 56, 42220, 1, 250, 122, 100, 11235, 1666600000, 1284, 1285, 137, 534352, 2222, 1088, 199, 314, 7000, 1116, 108, 11235, 10, 59144, 1101, 81457, 2046399126, 30, 146, 11155111];
|
|
4
4
|
export type SushiSwapV2ChainId = (typeof SUSHISWAP_V2_SUPPORTED_CHAIN_IDS)[number];
|
|
5
5
|
export declare const isSushiSwapV2ChainId: (chainId: ChainId) => chainId is SushiSwapV2ChainId;
|
|
6
6
|
export declare const SUSHISWAP_V2_INIT_CODE_HASH: Record<SushiSwapV2ChainId, `0x${string}`>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sushiswap-v2.d.ts","sourceRoot":"","sources":["../../../config/features/sushiswap-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAE9C,eAAO,MAAM,gCAAgC,
|
|
1
|
+
{"version":3,"file":"sushiswap-v2.d.ts","sourceRoot":"","sources":["../../../config/features/sushiswap-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAE9C,eAAO,MAAM,gCAAgC,gOAoDnC,CAAA;AAEV,eAAO,MAAM,mBAAmB,gOAAmC,CAAA;AAEnE,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,gCAAgC,CAAC,CAAC,MAAM,CAAC,CAAA;AAEnD,eAAO,MAAM,oBAAoB,YACtB,OAAO,KACf,OAAO,IAAI,kBAC4D,CAAA;AAE1E,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,kBAAkB,EAClB,KAAK,MAAM,EAAE,CAmGd,CAAA;AAED,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAC/C,kBAAkB,EAClB,KAAK,MAAM,EAAE,CAmDd,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,kBAAkB,EAClB,KAAK,MAAM,EAAE,CAqDd,CAAA"}
|
|
@@ -22,8 +22,8 @@ export declare const SUSHISWAP_V3_FACTORY_ADDRESS: Record<SushiSwapV3ChainId, `0
|
|
|
22
22
|
export declare const SUSHISWAP_V3_INIT_CODE_HASH: Record<SushiSwapV3ChainId, `0x${string}`>;
|
|
23
23
|
export declare const SUSHISWAP_V3_POSTIION_MANAGER: Record<SushiSwapV3ChainId, `0x${string}`>;
|
|
24
24
|
export declare const SUSHISWAP_V3_TICK_LENS: Record<SushiSwapV3ChainId, `0x${string}`>;
|
|
25
|
-
export declare const SUSHISWAP_V3_SUPPORTED_CHAIN_IDS: readonly [42170, 42161, 43114, 56, 199, 1, 250, 122, 100, 1285, 10, 137, 288, 1101, 108, 11235, 1116, 59144, 8453, 534352, 2222, 1088, 314, 7000, 81457, 2046399126, 30];
|
|
26
|
-
export declare const SushiSwapV3ChainIds: readonly [42170, 42161, 43114, 56, 199, 1, 250, 122, 100, 1285, 10, 137, 288, 1101, 108, 11235, 1116, 59144, 8453, 534352, 2222, 1088, 314, 7000, 81457, 2046399126, 30];
|
|
25
|
+
export declare const SUSHISWAP_V3_SUPPORTED_CHAIN_IDS: readonly [42170, 42161, 43114, 56, 199, 1, 250, 122, 100, 1285, 10, 137, 288, 1101, 108, 11235, 1116, 59144, 8453, 534352, 2222, 1088, 314, 7000, 81457, 2046399126, 30, 146];
|
|
26
|
+
export declare const SushiSwapV3ChainIds: readonly [42170, 42161, 43114, 56, 199, 1, 250, 122, 100, 1285, 10, 137, 288, 1101, 108, 11235, 1116, 59144, 8453, 534352, 2222, 1088, 314, 7000, 81457, 2046399126, 30, 146];
|
|
27
27
|
export type SushiSwapV3ChainId = (typeof SUSHISWAP_V3_SUPPORTED_CHAIN_IDS)[number];
|
|
28
28
|
export declare const isSushiSwapV3ChainId: (chainId: ChainId) => chainId is SushiSwapV3ChainId;
|
|
29
29
|
//# sourceMappingURL=sushiswap-v3.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sushiswap-v3.d.ts","sourceRoot":"","sources":["../../../config/features/sushiswap-v3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAK9C;;GAEG;AAEH,oBAAY,oBAAoB;IAC9B,YAAY;IACZ,MAAM,MAAM;IACZ,WAAW;IACX,GAAG,MAAM;IACT,WAAW;IACX,MAAM,OAAO;IACb,SAAS;IACT,IAAI,QAAQ;CACb;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE;KAAG,OAAO,IAAI,oBAAoB,GAAG,MAAM;CAKtE,CAAA;AAGD,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAC/C,kBAAkB,EAClB,KAAK,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"sushiswap-v3.d.ts","sourceRoot":"","sources":["../../../config/features/sushiswap-v3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAK9C;;GAEG;AAEH,oBAAY,oBAAoB;IAC9B,YAAY;IACZ,MAAM,MAAM;IACZ,WAAW;IACX,GAAG,MAAM;IACT,WAAW;IACX,MAAM,OAAO;IACb,SAAS;IACT,IAAI,QAAQ;CACb;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE;KAAG,OAAO,IAAI,oBAAoB,GAAG,MAAM;CAKtE,CAAA;AAGD,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAC/C,kBAAkB,EAClB,KAAK,MAAM,EAAE,CAiCL,CAAA;AAEV,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,kBAAkB,EAClB,KAAK,MAAM,EAAE,CAgCL,CAAA;AAEV,eAAO,MAAM,6BAA6B,EAAE,MAAM,CAChD,kBAAkB,EAClB,KAAK,MAAM,EAAE,CAiCL,CAAA;AAEV,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,kBAAkB,EAAE,KAAK,MAAM,EAAE,CAiCjE,CAAA;AAEZ,eAAO,MAAM,gCAAgC,+KA8BnC,CAAA;AAEV,eAAO,MAAM,mBAAmB,+KAAmC,CAAA;AAEnE,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,gCAAgC,CAAC,CAAC,MAAM,CAAC,CAAA;AAEnD,eAAO,MAAM,oBAAoB,YACtB,OAAO,KACf,OAAO,IAAI,kBAC4D,CAAA"}
|
|
@@ -2,7 +2,7 @@ import type { ChainId } from '../../chain/index.js';
|
|
|
2
2
|
import type { SushiSwapV2ChainId } from './sushiswap-v2.js';
|
|
3
3
|
import type { SushiSwapV3ChainId } from './sushiswap-v3.js';
|
|
4
4
|
export declare const SUSHISWAP_SUPPORTED_CHAIN_IDS: Readonly<(SushiSwapV2ChainId | SushiSwapV3ChainId)[]>;
|
|
5
|
-
export declare const SushiSwapChainIds: readonly (1 | 10 | 30 | 56 | 100 | 108 | 122 | 137 | 199 | 250 | 288 | 314 | 1088 | 1101 | 1116 | 1284 | 1285 | 2222 | 7000 | 8453 | 11235 | 42161 | 42170 | 42220 | 43114 | 56288 | 59144 | 81457 | 534352 | 11155111 | 1666600000 | 2046399126)[];
|
|
5
|
+
export declare const SushiSwapChainIds: readonly (1 | 10 | 30 | 56 | 100 | 108 | 122 | 137 | 146 | 199 | 250 | 288 | 314 | 1088 | 1101 | 1116 | 1284 | 1285 | 2222 | 7000 | 8453 | 11235 | 42161 | 42170 | 42220 | 43114 | 56288 | 59144 | 81457 | 534352 | 11155111 | 1666600000 | 2046399126)[];
|
|
6
6
|
export type SushiSwapChainId = (typeof SUSHISWAP_SUPPORTED_CHAIN_IDS)[number];
|
|
7
7
|
export declare function isSushiSwapChainId(chainId: ChainId): chainId is SushiSwapChainId;
|
|
8
8
|
//# sourceMappingURL=sushiswap.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sushiswap.d.ts","sourceRoot":"","sources":["../../../config/features/sushiswap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAKnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAE3D,eAAO,MAAM,6BAA6B,EAKrC,QAAQ,CAAC,CAAC,kBAAkB,GAAG,kBAAkB,CAAC,EAAE,CAAC,CAAA;AAE1D,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"sushiswap.d.ts","sourceRoot":"","sources":["../../../config/features/sushiswap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAKnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAE3D,eAAO,MAAM,6BAA6B,EAKrC,QAAQ,CAAC,CAAC,kBAAkB,GAAG,kBAAkB,CAAC,EAAE,CAAC,CAAA;AAE1D,eAAO,MAAM,iBAAiB,2PAAgC,CAAA;AAE9D,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,6BAA6B,CAAC,CAAC,MAAM,CAAC,CAAA;AAE7E,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,OAAO,GACf,OAAO,IAAI,gBAAgB,CAE7B"}
|
|
@@ -18,8 +18,8 @@ export declare enum UniswapV3FeeAmount {
|
|
|
18
18
|
export declare const UNISWAP_V3_TICK_SPACINGS: {
|
|
19
19
|
[_amount in UniswapV3FeeAmount]: number;
|
|
20
20
|
};
|
|
21
|
-
export declare const UNISWAP_V3_SUPPORTED_CHAIN_IDS: readonly [42161, 56, 42220, 1, 10, 137, 8453, 43114, 288, 30, 534352, 314, 1284, 59144, 81457, 324, 1101, 5000, 169, 167000, 100];
|
|
22
|
-
export declare const UniswapV3ChainIds: readonly [42161, 56, 42220, 1, 10, 137, 8453, 43114, 288, 30, 534352, 314, 1284, 59144, 81457, 324, 1101, 5000, 169, 167000, 100];
|
|
21
|
+
export declare const UNISWAP_V3_SUPPORTED_CHAIN_IDS: readonly [42161, 56, 42220, 1, 10, 137, 8453, 43114, 288, 30, 534352, 314, 1284, 59144, 81457, 324, 1101, 5000, 169, 167000, 100, 146];
|
|
22
|
+
export declare const UniswapV3ChainIds: readonly [42161, 56, 42220, 1, 10, 137, 8453, 43114, 288, 30, 534352, 314, 1284, 59144, 81457, 324, 1101, 5000, 169, 167000, 100, 146];
|
|
23
23
|
export type UniswapV3ChainId = (typeof UNISWAP_V3_SUPPORTED_CHAIN_IDS)[number];
|
|
24
24
|
export declare const isUniswapV3ChainId: (chainId: ChainId) => chainId is UniswapV3ChainId;
|
|
25
25
|
export declare const UNISWAP_V3_INIT_CODE_HASH: Record<UniswapV3ChainId, `0x${string}`>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uniswap-v3.d.ts","sourceRoot":"","sources":["../../../config/features/uniswap-v3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAK9C;;GAEG;AAEH,oBAAY,kBAAkB;IAC5B,YAAY;IACZ,MAAM,MAAM;IACZ,WAAW;IACX,GAAG,MAAM;IACT,WAAW;IACX,MAAM,OAAO;IACb,SAAS;IACT,IAAI,QAAQ;CACb;AAED;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE;KACpC,OAAO,IAAI,kBAAkB,GAAG,MAAM;CAMxC,CAAA;AAED,eAAO,MAAM,8BAA8B,
|
|
1
|
+
{"version":3,"file":"uniswap-v3.d.ts","sourceRoot":"","sources":["../../../config/features/uniswap-v3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAK9C;;GAEG;AAEH,oBAAY,kBAAkB;IAC5B,YAAY;IACZ,MAAM,MAAM;IACZ,WAAW;IACX,GAAG,MAAM;IACT,WAAW;IACX,MAAM,OAAO;IACb,SAAS;IACT,IAAI,QAAQ;CACb;AAED;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE;KACpC,OAAO,IAAI,kBAAkB,GAAG,MAAM;CAMxC,CAAA;AAED,eAAO,MAAM,8BAA8B,wIAwBjC,CAAA;AAEV,eAAO,MAAM,iBAAiB,wIAAiC,CAAA;AAE/D,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,8BAA8B,CAAC,CAAC,MAAM,CAAC,CAAA;AAE9E,eAAO,MAAM,kBAAkB,YACpB,OAAO,KACf,OAAO,IAAI,gBACwD,CAAA;AAEtE,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,gBAAgB,EAChB,KAAK,MAAM,EAAE,CA0BL,CAAA;AAEV,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAC7C,gBAAgB,EAChB,KAAK,MAAM,EAAE,CAyBL,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"native-ids.d.ts","sourceRoot":"","sources":["../../config/native-ids.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"native-ids.d.ts","sourceRoot":"","sources":["../../config/native-ids.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgEpB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sushiswap-v2.d.ts","sourceRoot":"","sources":["../../../../config/subgraph/subgraphs/sushiswap-v2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAA;AAaxE,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"sushiswap-v2.d.ts","sourceRoot":"","sources":["../../../../config/subgraph/subgraphs/sushiswap-v2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAA;AAaxE,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAkCxE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sushiswap-v3.d.ts","sourceRoot":"","sources":["../../../../config/subgraph/subgraphs/sushiswap-v3.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAA;AAaxE,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"sushiswap-v3.d.ts","sourceRoot":"","sources":["../../../../config/subgraph/subgraphs/sushiswap-v3.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAA;AAaxE,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,kBAAkB,EAAE,MAAM,CA6BxE,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChainId } from '../chain/index.js';
|
|
2
|
-
export declare const TOKEN_CHOMPER_CHAIN_IDS: readonly [1, 42161, 10, 8453, 137, 43114, 56, 59144, 42170, 100, 250, 199, 42220, 314, 11235, 2222, 1088, 108, 534352, 7000, 1284, 1285, 1101, 122, 1666600000, 40, 288, 56288, 1116, 25, 81457, 2046399126, 30, 5000, 324, 169, 34443, 167000, 810180, 33139];
|
|
2
|
+
export declare const TOKEN_CHOMPER_CHAIN_IDS: readonly [1, 42161, 10, 8453, 137, 43114, 56, 59144, 42170, 100, 250, 199, 42220, 314, 11235, 2222, 1088, 108, 534352, 7000, 1284, 1285, 1101, 122, 1666600000, 40, 288, 56288, 1116, 25, 81457, 2046399126, 30, 5000, 324, 169, 34443, 167000, 810180, 33139, 146];
|
|
3
3
|
export type TokenChomperChainId = (typeof TOKEN_CHOMPER_CHAIN_IDS)[number];
|
|
4
4
|
export declare const TOKEN_CHOMPER_ADDRESS: Record<TokenChomperChainId, `0x${string}`>;
|
|
5
5
|
export declare const isTokenChomperChainId: (chainId: ChainId) => chainId is TokenChomperChainId;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"token-chomper.d.ts","sourceRoot":"","sources":["../../config/token-chomper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAE3C,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"token-chomper.d.ts","sourceRoot":"","sources":["../../config/token-chomper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAE3C,eAAO,MAAM,uBAAuB,qQA0C1B,CAAA;AAEV,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAA;AAE1E,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,mBAAmB,EAAE,KAAK,MAAM,EAAE,CA2CjE,CAAA;AAEZ,eAAO,MAAM,qBAAqB,YACvB,OAAO,KACf,OAAO,IAAI,mBACoD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bases-to-check-trades-against.d.ts","sourceRoot":"","sources":["../../../config/token-maps/bases-to-check-trades-against.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"bases-to-check-trades-against.d.ts","sourceRoot":"","sources":["../../../config/token-maps/bases-to-check-trades-against.ts"],"names":[],"mappings":"AACA,OAAO,EAUL,KAAK,EAGN,MAAM,yBAAyB,CAAA;AAqChC,eAAO,MAAM,6BAA6B,EAAE;IAC1C,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,KAAK,EAAE,CAAA;CAyhBpC,CAAA"}
|
|
@@ -52,5 +52,6 @@ export declare const DEFAULT_BASES: {
|
|
|
52
52
|
readonly 167000: readonly [Native, Token, Token, Token, Token, Token];
|
|
53
53
|
readonly 810180: readonly [Native, Token, Token, Token, Token, Token];
|
|
54
54
|
readonly 33139: readonly [Native, Token, Token];
|
|
55
|
+
readonly 146: readonly [Native, Token, Token, Token];
|
|
55
56
|
};
|
|
56
57
|
//# sourceMappingURL=default-bases.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default-bases.d.ts","sourceRoot":"","sources":["../../../config/token-maps/default-bases.ts"],"names":[],"mappings":"AAEA,OAAO,EAQL,MAAM,EAGN,KAAK,EAiBN,MAAM,yBAAyB,CAAA;AAWhC,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"default-bases.d.ts","sourceRoot":"","sources":["../../../config/token-maps/default-bases.ts"],"names":[],"mappings":"AAEA,OAAO,EAQL,MAAM,EAGN,KAAK,EAiBN,MAAM,yBAAyB,CAAA;AAWhC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2XwC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default-quote.d.ts","sourceRoot":"","sources":["../../../config/token-maps/default-quote.ts"],"names":[],"mappings":"AACA,OAAO,EAQL,KAAK,EAMN,MAAM,yBAAyB,CAAA;AAEhC,eAAO,MAAM,eAAe;;CAKlB,CAAA;AAEV,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"default-quote.d.ts","sourceRoot":"","sources":["../../../config/token-maps/default-quote.ts"],"names":[],"mappings":"AACA,OAAO,EAQL,KAAK,EAMN,MAAM,yBAAyB,CAAA;AAEhC,eAAO,MAAM,eAAe;;CAKlB,CAAA;AAEV,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2EvB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lsds.d.ts","sourceRoot":"","sources":["../../../config/token-maps/lsds.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAA;AAG/C,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"lsds.d.ts","sourceRoot":"","sources":["../../../config/token-maps/lsds.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAA;AAG/C,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAma4B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stables.d.ts","sourceRoot":"","sources":["../../../config/token-maps/stables.ts"],"names":[],"mappings":"AACA,OAAO,EAqBL,KAAK,EAYN,MAAM,yBAAyB,CAAA;AAGhC,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"stables.d.ts","sourceRoot":"","sources":["../../../config/token-maps/stables.ts"],"names":[],"mappings":"AACA,OAAO,EAqBL,KAAK,EAYN,MAAM,yBAAyB,CAAA;AAGhC,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0NyB,CAAA"}
|