@lifi/data-types 6.61.0 → 6.61.1
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/coins/coins.js +1 -1
- package/src/_esm/coins/coins.js +1 -1
- package/src/coins/coins.ts +1 -1
package/package.json
CHANGED
package/src/_cjs/coins/coins.js
CHANGED
|
@@ -2910,7 +2910,7 @@ exports.basicCoins = [
|
|
|
2910
2910
|
{
|
|
2911
2911
|
key: types_1.CoinKey.TLOS,
|
|
2912
2912
|
name: 'TLOS',
|
|
2913
|
-
logoURI: 'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/telos.
|
|
2913
|
+
logoURI: 'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/telos.svg',
|
|
2914
2914
|
verified: true,
|
|
2915
2915
|
chains: {
|
|
2916
2916
|
[types_1.ChainId.TLO]: {
|
package/src/_esm/coins/coins.js
CHANGED
|
@@ -3001,7 +3001,7 @@ export const basicCoins = [
|
|
|
3001
3001
|
{
|
|
3002
3002
|
key: CoinKey.TLOS,
|
|
3003
3003
|
name: 'TLOS',
|
|
3004
|
-
logoURI: 'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/telos.
|
|
3004
|
+
logoURI: 'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/telos.svg',
|
|
3005
3005
|
verified: true,
|
|
3006
3006
|
chains: {
|
|
3007
3007
|
[ChainId.TLO]: {
|
package/src/coins/coins.ts
CHANGED
|
@@ -3148,7 +3148,7 @@ export const basicCoins: BasicCoin[] = [
|
|
|
3148
3148
|
key: CoinKey.TLOS,
|
|
3149
3149
|
name: 'TLOS',
|
|
3150
3150
|
logoURI:
|
|
3151
|
-
'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/telos.
|
|
3151
|
+
'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/telos.svg',
|
|
3152
3152
|
verified: true,
|
|
3153
3153
|
chains: {
|
|
3154
3154
|
[ChainId.TLO]: {
|