@lifi/data-types 6.11.1 → 6.11.4
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/package.json +1 -1
- package/src/_cjs/chains/supportedChains.evm.js +13 -31
- package/src/_cjs/chains/supportedChains.evm.js.map +1 -1
- package/src/_cjs/chains/supportedChains.utxo.js +0 -1
- package/src/_cjs/chains/supportedChains.utxo.js.map +1 -1
- package/src/_cjs/coins/coins.js +1 -1
- package/src/_cjs/coins/coins.js.map +1 -1
- package/src/_esm/chains/supportedChains.evm.js +13 -31
- package/src/_esm/chains/supportedChains.evm.js.map +1 -1
- package/src/_esm/chains/supportedChains.utxo.js +0 -1
- package/src/_esm/chains/supportedChains.utxo.js.map +1 -1
- package/src/_esm/coins/coins.js +1 -1
- package/src/_esm/coins/coins.js.map +1 -1
- package/src/_types/chains/supportedChains.evm.d.ts.map +1 -1
- package/src/_types/chains/supportedChains.utxo.d.ts.map +1 -1
- package/src/chains/supportedChains.evm.ts +13 -31
- package/src/chains/supportedChains.utxo.ts +0 -1
- package/src/coins/coins.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"supportedChains.utxo.d.ts","sourceRoot":"","sources":["../../chains/supportedChains.utxo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAG5C,eAAO,MAAM,mBAAmB,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"supportedChains.utxo.d.ts","sourceRoot":"","sources":["../../chains/supportedChains.utxo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAG5C,eAAO,MAAM,mBAAmB,EAAE,SAAS,EA+F1C,CAAA"}
|
|
@@ -37,12 +37,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
37
37
|
symbol: 'ETH',
|
|
38
38
|
decimals: 18,
|
|
39
39
|
},
|
|
40
|
-
rpcUrls: [
|
|
41
|
-
'https://ethereum-rpc.publicnode.com',
|
|
42
|
-
'https://eth.drpc.org',
|
|
43
|
-
'https://eth.public-rpc.com',
|
|
44
|
-
'https://rpc.ankr.com/eth',
|
|
45
|
-
],
|
|
40
|
+
rpcUrls: ['https://ethereum-rpc.publicnode.com', 'https://eth.drpc.org'],
|
|
46
41
|
},
|
|
47
42
|
},
|
|
48
43
|
// 137 - Polygon
|
|
@@ -73,7 +68,6 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
73
68
|
'https://polygon-bor-rpc.publicnode.com',
|
|
74
69
|
'https://polygon.drpc.org',
|
|
75
70
|
'https://polygon-rpc.com',
|
|
76
|
-
'https://rpc.ankr.com/polygon',
|
|
77
71
|
],
|
|
78
72
|
},
|
|
79
73
|
},
|
|
@@ -138,7 +132,6 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
138
132
|
'https://rpc.gnosischain.com',
|
|
139
133
|
'https://gnosis-rpc.publicnode.com',
|
|
140
134
|
'https://gnosis.drpc.org',
|
|
141
|
-
'https://rpc.ankr.com/gnosis',
|
|
142
135
|
],
|
|
143
136
|
},
|
|
144
137
|
},
|
|
@@ -174,7 +167,6 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
174
167
|
'https://rpc.fantom.network',
|
|
175
168
|
'https://fantom-rpc.publicnode.com',
|
|
176
169
|
'https://fantom.drpc.org',
|
|
177
|
-
'https://rpc.ftm.tools',
|
|
178
170
|
],
|
|
179
171
|
},
|
|
180
172
|
},
|
|
@@ -206,8 +198,6 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
206
198
|
'https://api.avax.network/ext/bc/C/rpc',
|
|
207
199
|
'https://avalanche-c-chain-rpc.publicnode.com',
|
|
208
200
|
'https://avalanche.drpc.org',
|
|
209
|
-
'https://avalanche.public-rpc.com',
|
|
210
|
-
'https://rpc.ankr.com/avalanche',
|
|
211
201
|
],
|
|
212
202
|
},
|
|
213
203
|
},
|
|
@@ -239,7 +229,6 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
239
229
|
'https://arb1.arbitrum.io/rpc',
|
|
240
230
|
'https://arbitrum-one-rpc.publicnode.com',
|
|
241
231
|
'https://arbitrum.drpc.org',
|
|
242
|
-
'https://rpc.ankr.com/arbitrum',
|
|
243
232
|
],
|
|
244
233
|
},
|
|
245
234
|
},
|
|
@@ -270,7 +259,6 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
270
259
|
'https://mainnet.optimism.io/',
|
|
271
260
|
'https://optimism-rpc.publicnode.com',
|
|
272
261
|
'https://optimism.drpc.org',
|
|
273
|
-
'https://rpc.ankr.com/optimism',
|
|
274
262
|
],
|
|
275
263
|
},
|
|
276
264
|
},
|
|
@@ -283,7 +271,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
283
271
|
coin: CoinKey.FSN,
|
|
284
272
|
id: 32659,
|
|
285
273
|
logoURI:
|
|
286
|
-
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/fusion.
|
|
274
|
+
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/fusion.svg',
|
|
287
275
|
mainnet: true,
|
|
288
276
|
multicallAddress: multicallAddresses[ChainId.FSN],
|
|
289
277
|
// https://support.avax.network/en/articles/4626956-how-do-i-set-up-metamask-on-avalanche
|
|
@@ -413,11 +401,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
413
401
|
symbol: 'CELO',
|
|
414
402
|
decimals: 18,
|
|
415
403
|
},
|
|
416
|
-
rpcUrls: [
|
|
417
|
-
'https://forno.celo.org',
|
|
418
|
-
'https://celo.drpc.org',
|
|
419
|
-
'https://rpc.ankr.com/celo',
|
|
420
|
-
],
|
|
404
|
+
rpcUrls: ['https://forno.celo.org', 'https://celo.drpc.org'],
|
|
421
405
|
},
|
|
422
406
|
},
|
|
423
407
|
// 122 Fuse Mainnet
|
|
@@ -505,7 +489,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
505
489
|
id: 288,
|
|
506
490
|
mainnet: true,
|
|
507
491
|
logoURI:
|
|
508
|
-
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/boba.
|
|
492
|
+
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/boba.svg',
|
|
509
493
|
// TODO: we should update token list url to latest one
|
|
510
494
|
tokenlistUrl:
|
|
511
495
|
'https://raw.githubusercontent.com/OolongSwap/boba-community-token-list/main/build/boba.tokenlist.json',
|
|
@@ -532,7 +516,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
532
516
|
mainnet: true,
|
|
533
517
|
multicallAddress: multicallAddresses[ChainId.VEL],
|
|
534
518
|
logoURI:
|
|
535
|
-
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/velas.
|
|
519
|
+
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/velas.svg',
|
|
536
520
|
faucetUrls: ['https://stakely.io/faucet/velas-vlx'],
|
|
537
521
|
metamask: {
|
|
538
522
|
chainId: prefixChainId(106),
|
|
@@ -581,7 +565,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
581
565
|
id: 1313161554,
|
|
582
566
|
mainnet: true,
|
|
583
567
|
logoURI:
|
|
584
|
-
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/aurora.
|
|
568
|
+
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/aurora.svg',
|
|
585
569
|
tokenlistUrl: 'https://aurora.dev/tokens.json',
|
|
586
570
|
multicallAddress: multicallAddresses[ChainId.AUR],
|
|
587
571
|
metamask: {
|
|
@@ -658,7 +642,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
658
642
|
id: 1101,
|
|
659
643
|
mainnet: true,
|
|
660
644
|
logoURI:
|
|
661
|
-
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zkevm.
|
|
645
|
+
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zkevm.svg',
|
|
662
646
|
multicallAddress: multicallAddresses[ChainId.PZE],
|
|
663
647
|
|
|
664
648
|
metamask: {
|
|
@@ -697,7 +681,6 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
697
681
|
'https://mainnet.base.org',
|
|
698
682
|
'https://base-rpc.publicnode.com',
|
|
699
683
|
'https://base.drpc.org',
|
|
700
|
-
'https://rpc.ankr.com/base',
|
|
701
684
|
],
|
|
702
685
|
},
|
|
703
686
|
},
|
|
@@ -732,7 +715,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
732
715
|
id: 534352,
|
|
733
716
|
mainnet: true,
|
|
734
717
|
logoURI:
|
|
735
|
-
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/scroll.
|
|
718
|
+
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/scroll.svg',
|
|
736
719
|
multicallAddress: multicallAddresses[ChainId.SCL],
|
|
737
720
|
metamask: {
|
|
738
721
|
chainId: prefixChainId(534352),
|
|
@@ -760,7 +743,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
760
743
|
id: 34443,
|
|
761
744
|
mainnet: true,
|
|
762
745
|
logoURI:
|
|
763
|
-
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/mode.
|
|
746
|
+
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/mode.svg',
|
|
764
747
|
multicallAddress: multicallAddresses[ChainId.MOD],
|
|
765
748
|
|
|
766
749
|
metamask: {
|
|
@@ -787,7 +770,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
787
770
|
id: 5000,
|
|
788
771
|
mainnet: true,
|
|
789
772
|
logoURI:
|
|
790
|
-
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/mantle.
|
|
773
|
+
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/mantle.svg',
|
|
791
774
|
multicallAddress: multicallAddresses[ChainId.MNT],
|
|
792
775
|
metamask: {
|
|
793
776
|
chainId: prefixChainId(5000),
|
|
@@ -819,7 +802,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
819
802
|
id: 81457,
|
|
820
803
|
mainnet: true,
|
|
821
804
|
logoURI:
|
|
822
|
-
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/blast.
|
|
805
|
+
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/blast.svg',
|
|
823
806
|
multicallAddress: multicallAddresses[ChainId.BLS],
|
|
824
807
|
relayerSupported: true,
|
|
825
808
|
metamask: {
|
|
@@ -835,7 +818,6 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
835
818
|
'https://rpc.blast.io',
|
|
836
819
|
'https://blast-rpc.publicnode.com',
|
|
837
820
|
'https://blast.drpc.org',
|
|
838
|
-
'https://rpc.ankr.com/blast',
|
|
839
821
|
],
|
|
840
822
|
},
|
|
841
823
|
},
|
|
@@ -920,7 +902,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
920
902
|
id: 167000,
|
|
921
903
|
mainnet: true,
|
|
922
904
|
logoURI:
|
|
923
|
-
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/taiko.
|
|
905
|
+
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/taiko.svg',
|
|
924
906
|
multicallAddress: multicallAddresses[ChainId.TAI],
|
|
925
907
|
metamask: {
|
|
926
908
|
chainId: prefixChainId(167000),
|
|
@@ -1303,7 +1285,7 @@ export const supportedEVMChains: EVMChain[] = [
|
|
|
1303
1285
|
relayerSupported: true,
|
|
1304
1286
|
|
|
1305
1287
|
metamask: {
|
|
1306
|
-
chainId: prefixChainId(
|
|
1288
|
+
chainId: prefixChainId(57073),
|
|
1307
1289
|
blockExplorerUrls: ['https://explorer.inkonchain.com/'],
|
|
1308
1290
|
chainName: 'Ink',
|
|
1309
1291
|
nativeCurrency: {
|
package/src/coins/coins.ts
CHANGED
|
@@ -1024,7 +1024,7 @@ export const basicCoins: BasicCoin[] = [
|
|
|
1024
1024
|
chains: {
|
|
1025
1025
|
[ChainId.BSC]: {
|
|
1026
1026
|
address: '0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3',
|
|
1027
|
-
decimals:
|
|
1027
|
+
decimals: 6,
|
|
1028
1028
|
},
|
|
1029
1029
|
[ChainId.AVA]: {
|
|
1030
1030
|
address: '0xfaB550568C688d5D8A52C7d794cb93Edc26eC0eC',
|