@chain-registry/juno 1.42.0 → 1.42.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/asset_list.js +0 -2
- package/esm/asset_list.js +0 -2
- package/package.json +4 -4
package/asset_list.js
CHANGED
|
@@ -2134,7 +2134,6 @@ const asset_list = {
|
|
|
2134
2134
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
2135
2135
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
2136
2136
|
},
|
|
2137
|
-
coingecko_id: 'terrakrw',
|
|
2138
2137
|
images: [{
|
|
2139
2138
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
2140
2139
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
@@ -3729,7 +3728,6 @@ const asset_list = {
|
|
|
3729
3728
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
3730
3729
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
3731
3730
|
},
|
|
3732
|
-
coingecko_id: 'terrakrw',
|
|
3733
3731
|
images: [{
|
|
3734
3732
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
3735
3733
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
package/esm/asset_list.js
CHANGED
|
@@ -2132,7 +2132,6 @@ const asset_list = {
|
|
|
2132
2132
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
2133
2133
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
2134
2134
|
},
|
|
2135
|
-
coingecko_id: 'terrakrw',
|
|
2136
2135
|
images: [{
|
|
2137
2136
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
2138
2137
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
@@ -3727,7 +3726,6 @@ const asset_list = {
|
|
|
3727
3726
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
3728
3727
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
3729
3728
|
},
|
|
3730
|
-
coingecko_id: 'terrakrw',
|
|
3731
3729
|
images: [{
|
|
3732
3730
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
3733
3731
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.2",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.41.
|
|
32
|
+
"chain-registry": "^1.41.2"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.25.
|
|
35
|
+
"@chain-registry/types": "^0.25.1"
|
|
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": "ccf04d674c881a49d48e36743502b0cd360d4311"
|
|
47
47
|
}
|