@lifi/data-types 6.29.1-beta.0 → 6.29.2
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 +2 -2
- package/src/_cjs/chains/supportedChains.evm.js +3 -3
- package/src/_cjs/chains/supportedChains.evm.js.map +1 -1
- package/src/_cjs/coins/coins.js +30 -6
- package/src/_cjs/coins/coins.js.map +1 -1
- package/src/_esm/chains/supportedChains.evm.js +3 -3
- package/src/_esm/chains/supportedChains.evm.js.map +1 -1
- package/src/_esm/coins/coins.js +30 -7
- package/src/_esm/coins/coins.js.map +1 -1
- package/src/_types/coins/coins.d.ts.map +1 -1
- package/src/chains/supportedChains.evm.ts +3 -3
- package/src/coins/coins.ts +30 -7
package/src/coins/coins.ts
CHANGED
|
@@ -1303,7 +1303,7 @@ export const basicCoins: BasicCoin[] = [
|
|
|
1303
1303
|
verified: true,
|
|
1304
1304
|
chains: {
|
|
1305
1305
|
[ChainId.FRA]: {
|
|
1306
|
-
address: '
|
|
1306
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
1307
1307
|
decimals: 18,
|
|
1308
1308
|
},
|
|
1309
1309
|
[ChainId.ETH]: {
|
|
@@ -1352,6 +1352,30 @@ export const basicCoins: BasicCoin[] = [
|
|
|
1352
1352
|
},
|
|
1353
1353
|
},
|
|
1354
1354
|
},
|
|
1355
|
+
{
|
|
1356
|
+
key: CoinKey.WFRAX,
|
|
1357
|
+
name: 'Wrapped FRAX',
|
|
1358
|
+
logoURI: 'https://static.frax.com/images/tokens/frax.png',
|
|
1359
|
+
verified: true,
|
|
1360
|
+
chains: {
|
|
1361
|
+
[ChainId.FRA]: {
|
|
1362
|
+
address: '0xfc00000000000000000000000000000000000002',
|
|
1363
|
+
decimals: 18,
|
|
1364
|
+
},
|
|
1365
|
+
},
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
key: CoinKey.frxETH,
|
|
1369
|
+
name: 'Frax Ether',
|
|
1370
|
+
logoURI: 'https://static.frax.com/images/tokens/frxeth.png',
|
|
1371
|
+
verified: true,
|
|
1372
|
+
chains: {
|
|
1373
|
+
[ChainId.FRA]: {
|
|
1374
|
+
address: '0xfc00000000000000000000000000000000000006',
|
|
1375
|
+
decimals: 18,
|
|
1376
|
+
},
|
|
1377
|
+
},
|
|
1378
|
+
},
|
|
1355
1379
|
|
|
1356
1380
|
// USDe
|
|
1357
1381
|
{
|
|
@@ -3167,15 +3191,14 @@ export const wrappedTokens: { [ChainId: string]: StaticToken } = {
|
|
|
3167
3191
|
logoURI: 'https://cdn.sei.io/sei-app/sei-icon.png',
|
|
3168
3192
|
},
|
|
3169
3193
|
[ChainId.FRA]: {
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
symbol: 'wfrxETH',
|
|
3194
|
+
address: '0xFc00000000000000000000000000000000000002',
|
|
3195
|
+
symbol: 'WFRAX',
|
|
3173
3196
|
decimals: 18,
|
|
3174
3197
|
chainId: ChainId.FRA,
|
|
3175
|
-
coinKey: CoinKey.
|
|
3176
|
-
name: 'Wrapped
|
|
3198
|
+
coinKey: CoinKey.WFRAX,
|
|
3199
|
+
name: 'Wrapped FRAX',
|
|
3177
3200
|
logoURI:
|
|
3178
|
-
'https://static.debank.com/image/
|
|
3201
|
+
'https://static.debank.com/image/coin/logo_url/frax/c9fc14504dda4d18f661628d56f73606.png',
|
|
3179
3202
|
},
|
|
3180
3203
|
[ChainId.TAI]: {
|
|
3181
3204
|
// https://taikoscan.io/address/0xa51894664a773981c6c112c43ce576f315d5b1b6
|