@chain-registry/juno 1.70.615 → 1.70.617
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/asset_list.js +0 -2
- package/esm/asset_list.js +0 -2
- package/package.json +4 -4
package/asset_list.js
CHANGED
|
@@ -382,7 +382,6 @@ const asset_list = {
|
|
|
382
382
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
383
383
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
384
384
|
},
|
|
385
|
-
coingecko_id: 'comdex',
|
|
386
385
|
images: [{
|
|
387
386
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
388
387
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
@@ -1200,7 +1199,6 @@ const asset_list = {
|
|
|
1200
1199
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
1201
1200
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
1202
1201
|
},
|
|
1203
|
-
coingecko_id: 'comdex',
|
|
1204
1202
|
images: [{
|
|
1205
1203
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
1206
1204
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
package/esm/asset_list.js
CHANGED
|
@@ -380,7 +380,6 @@ const asset_list = {
|
|
|
380
380
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
381
381
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
382
382
|
},
|
|
383
|
-
coingecko_id: 'comdex',
|
|
384
383
|
images: [{
|
|
385
384
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
386
385
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
@@ -1198,7 +1197,6 @@ const asset_list = {
|
|
|
1198
1197
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
1199
1198
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
1200
1199
|
},
|
|
1201
|
-
coingecko_id: 'comdex',
|
|
1202
1200
|
images: [{
|
|
1203
1201
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
1204
1202
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.617",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"chain-registry": "^1.69.617"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.379"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "5abb1bd721272620c80ff9cce7fe13b486ce054f"
|
|
47
47
|
}
|