@lifi/data-types 2.1.1 → 2.1.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/dist/cjs/coins/coins.js +1 -1
- package/dist/coins/coins.js +1 -1
- package/package.json +1 -1
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -1240,7 +1240,7 @@ exports.basicCoins = [
|
|
|
1240
1240
|
{
|
|
1241
1241
|
key: types_1.CoinKey.SUSHI,
|
|
1242
1242
|
name: types_1.CoinKey.SUSHI,
|
|
1243
|
-
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/
|
|
1243
|
+
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/logo.png',
|
|
1244
1244
|
verified: true,
|
|
1245
1245
|
chains: {
|
|
1246
1246
|
[types_1.ChainId.ETH]: {
|
package/dist/coins/coins.js
CHANGED
|
@@ -1237,7 +1237,7 @@ export const basicCoins = [
|
|
|
1237
1237
|
{
|
|
1238
1238
|
key: CoinKey.SUSHI,
|
|
1239
1239
|
name: CoinKey.SUSHI,
|
|
1240
|
-
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/
|
|
1240
|
+
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/logo.png',
|
|
1241
1241
|
verified: true,
|
|
1242
1242
|
chains: {
|
|
1243
1243
|
[ChainId.ETH]: {
|