@lifi/data-types 4.9.1 → 4.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/coins/coins.js +4 -0
- package/dist/coins/coins.js +4 -0
- package/package.json +1 -1
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -1306,6 +1306,10 @@ exports.basicCoins = [
|
|
|
1306
1306
|
logoURI: 'https://assets.coingecko.com/coins/images/28284/standard/frxETH_icon.png',
|
|
1307
1307
|
verified: true,
|
|
1308
1308
|
chains: {
|
|
1309
|
+
[types_1.ChainId.ETH]: {
|
|
1310
|
+
address: '0x5E8422345238F34275888049021821E8E08CAa1f',
|
|
1311
|
+
decimals: 18,
|
|
1312
|
+
},
|
|
1309
1313
|
[types_1.ChainId.FRA]: {
|
|
1310
1314
|
address: '0x0000000000000000000000000000000000000000',
|
|
1311
1315
|
decimals: 18,
|
package/dist/coins/coins.js
CHANGED
|
@@ -1303,6 +1303,10 @@ export const basicCoins = [
|
|
|
1303
1303
|
logoURI: 'https://assets.coingecko.com/coins/images/28284/standard/frxETH_icon.png',
|
|
1304
1304
|
verified: true,
|
|
1305
1305
|
chains: {
|
|
1306
|
+
[ChainId.ETH]: {
|
|
1307
|
+
address: '0x5E8422345238F34275888049021821E8E08CAa1f',
|
|
1308
|
+
decimals: 18,
|
|
1309
|
+
},
|
|
1306
1310
|
[ChainId.FRA]: {
|
|
1307
1311
|
address: '0x0000000000000000000000000000000000000000',
|
|
1308
1312
|
decimals: 18,
|