@chain-registry/assets 1.64.11 → 1.64.12
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/esm/mainnet/aura.js +16 -2
- package/esm/mainnet/celestia.js +16 -2
- package/esm/mainnet/coreum.js +16 -2
- package/esm/mainnet/cosmoshub.js +16 -2
- package/esm/mainnet/cronos.js +16 -2
- package/esm/mainnet/dydx.js +16 -2
- package/esm/mainnet/dymension.js +16 -2
- package/esm/mainnet/evmos.js +16 -2
- package/esm/mainnet/haqq.js +16 -2
- package/esm/mainnet/injective.js +16 -2
- package/esm/mainnet/kujira.js +16 -2
- package/esm/mainnet/migaloo.js +16 -2
- package/esm/mainnet/neutron.js +16 -2
- package/esm/mainnet/onex.js +16 -2
- package/esm/mainnet/osmosis.js +13872 -648
- package/esm/mainnet/persistence.js +16 -2
- package/esm/mainnet/sei.js +16 -2
- package/esm/mainnet/terra2.js +16 -2
- package/esm/mainnet/umee.js +16 -2
- package/mainnet/aura.js +16 -2
- package/mainnet/celestia.js +16 -2
- package/mainnet/coreum.js +16 -2
- package/mainnet/cosmoshub.js +16 -2
- package/mainnet/cronos.js +16 -2
- package/mainnet/dydx.js +16 -2
- package/mainnet/dymension.js +16 -2
- package/mainnet/evmos.js +16 -2
- package/mainnet/haqq.js +16 -2
- package/mainnet/injective.js +16 -2
- package/mainnet/kujira.js +16 -2
- package/mainnet/migaloo.js +16 -2
- package/mainnet/neutron.js +16 -2
- package/mainnet/onex.js +16 -2
- package/mainnet/osmosis.js +13872 -648
- package/mainnet/persistence.js +16 -2
- package/mainnet/sei.js +16 -2
- package/mainnet/terra2.js +16 -2
- package/mainnet/umee.js +16 -2
- package/package.json +5 -5
package/mainnet/persistence.js
CHANGED
|
@@ -983,9 +983,16 @@ const assets = {
|
|
|
983
983
|
chain_name: 'ethereum',
|
|
984
984
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
985
985
|
},
|
|
986
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
987
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
988
|
+
theme: {
|
|
989
|
+
circle: true,
|
|
990
|
+
primary_color_hex: '#009393',
|
|
991
|
+
background_color_hex: '#009393'
|
|
992
|
+
}
|
|
987
993
|
}],
|
|
988
994
|
logo_URIs: {
|
|
995
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
989
996
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
990
997
|
}
|
|
991
998
|
},
|
|
@@ -2327,9 +2334,16 @@ const assets = {
|
|
|
2327
2334
|
chain_name: 'ethereum',
|
|
2328
2335
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
2329
2336
|
},
|
|
2330
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2337
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
2338
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2339
|
+
theme: {
|
|
2340
|
+
circle: true,
|
|
2341
|
+
primary_color_hex: '#009393',
|
|
2342
|
+
background_color_hex: '#009393'
|
|
2343
|
+
}
|
|
2331
2344
|
}],
|
|
2332
2345
|
logo_URIs: {
|
|
2346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2333
2347
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2334
2348
|
}
|
|
2335
2349
|
},
|
package/mainnet/sei.js
CHANGED
|
@@ -289,9 +289,16 @@ const assets = {
|
|
|
289
289
|
chain_name: 'ethereum',
|
|
290
290
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
291
291
|
},
|
|
292
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
293
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
294
|
+
theme: {
|
|
295
|
+
circle: true,
|
|
296
|
+
primary_color_hex: '#009393',
|
|
297
|
+
background_color_hex: '#009393'
|
|
298
|
+
}
|
|
293
299
|
}],
|
|
294
300
|
logo_URIs: {
|
|
301
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
295
302
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
296
303
|
}
|
|
297
304
|
},
|
|
@@ -1050,9 +1057,16 @@ const assets = {
|
|
|
1050
1057
|
chain_name: 'ethereum',
|
|
1051
1058
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1052
1059
|
},
|
|
1053
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1060
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1061
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1062
|
+
theme: {
|
|
1063
|
+
circle: true,
|
|
1064
|
+
primary_color_hex: '#009393',
|
|
1065
|
+
background_color_hex: '#009393'
|
|
1066
|
+
}
|
|
1054
1067
|
}],
|
|
1055
1068
|
logo_URIs: {
|
|
1069
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1056
1070
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1057
1071
|
}
|
|
1058
1072
|
},
|
package/mainnet/terra2.js
CHANGED
|
@@ -1248,9 +1248,16 @@ const assets = {
|
|
|
1248
1248
|
chain_name: 'ethereum',
|
|
1249
1249
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1250
1250
|
},
|
|
1251
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1251
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1252
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1253
|
+
theme: {
|
|
1254
|
+
circle: true,
|
|
1255
|
+
primary_color_hex: '#009393',
|
|
1256
|
+
background_color_hex: '#009393'
|
|
1257
|
+
}
|
|
1252
1258
|
}],
|
|
1253
1259
|
logo_URIs: {
|
|
1260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1254
1261
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1255
1262
|
}
|
|
1256
1263
|
},
|
|
@@ -4106,9 +4113,16 @@ const assets = {
|
|
|
4106
4113
|
chain_name: 'ethereum',
|
|
4107
4114
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
4108
4115
|
},
|
|
4109
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
4116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
4117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
4118
|
+
theme: {
|
|
4119
|
+
circle: true,
|
|
4120
|
+
primary_color_hex: '#009393',
|
|
4121
|
+
background_color_hex: '#009393'
|
|
4122
|
+
}
|
|
4110
4123
|
}],
|
|
4111
4124
|
logo_URIs: {
|
|
4125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
4112
4126
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
4113
4127
|
}
|
|
4114
4128
|
},
|
package/mainnet/umee.js
CHANGED
|
@@ -776,9 +776,16 @@ const assets = {
|
|
|
776
776
|
chain_name: 'ethereum',
|
|
777
777
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
778
778
|
},
|
|
779
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
779
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
780
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
781
|
+
theme: {
|
|
782
|
+
circle: true,
|
|
783
|
+
primary_color_hex: '#009393',
|
|
784
|
+
background_color_hex: '#009393'
|
|
785
|
+
}
|
|
780
786
|
}],
|
|
781
787
|
logo_URIs: {
|
|
788
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
782
789
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
783
790
|
}
|
|
784
791
|
},
|
|
@@ -2003,9 +2010,16 @@ const assets = {
|
|
|
2003
2010
|
chain_name: 'ethereum',
|
|
2004
2011
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
2005
2012
|
},
|
|
2006
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2013
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
2014
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2015
|
+
theme: {
|
|
2016
|
+
circle: true,
|
|
2017
|
+
primary_color_hex: '#009393',
|
|
2018
|
+
background_color_hex: '#009393'
|
|
2019
|
+
}
|
|
2007
2020
|
}],
|
|
2008
2021
|
logo_URIs: {
|
|
2022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2009
2023
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2010
2024
|
}
|
|
2011
2025
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.12",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.9",
|
|
33
|
+
"chain-registry": "^1.63.12"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.9"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "822c755b60f551fe9684c6c37c376cd6244926bc"
|
|
47
47
|
}
|