@chain-registry/osmosis 1.67.250 → 1.67.252
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 +12 -8
- package/assets.js +4 -1
- package/esm/asset_list.js +12 -8
- package/esm/assets.js +4 -1
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -4420,14 +4420,16 @@ const asset_list = {
|
|
|
4420
4420
|
name: 'KIMA',
|
|
4421
4421
|
display: 'KIMA',
|
|
4422
4422
|
symbol: 'KIMA',
|
|
4423
|
-
logo_URIs: {
|
|
4424
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4425
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4426
|
-
},
|
|
4427
4423
|
images: [{
|
|
4428
4424
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4429
4425
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4430
4426
|
}],
|
|
4427
|
+
logo_URIs: {
|
|
4428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4429
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4430
|
+
},
|
|
4431
|
+
coingecko_id: 'kima',
|
|
4432
|
+
keywords: ['interoperability'],
|
|
4431
4433
|
socials: {
|
|
4432
4434
|
github: 'https://github.com/kima-finance',
|
|
4433
4435
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -10709,14 +10711,16 @@ const asset_list = {
|
|
|
10709
10711
|
name: 'KIMA',
|
|
10710
10712
|
display: 'KIMA',
|
|
10711
10713
|
symbol: 'KIMA',
|
|
10712
|
-
logo_URIs: {
|
|
10713
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10714
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10715
|
-
},
|
|
10716
10714
|
images: [{
|
|
10717
10715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10718
10716
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10719
10717
|
}],
|
|
10718
|
+
logo_URIs: {
|
|
10719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10721
|
+
},
|
|
10722
|
+
coingecko_id: 'kima',
|
|
10723
|
+
keywords: ['interoperability'],
|
|
10720
10724
|
socials: {
|
|
10721
10725
|
github: 'https://github.com/kima-finance',
|
|
10722
10726
|
medium: 'https://medium.com/@kima_finance',
|
package/assets.js
CHANGED
|
@@ -21885,7 +21885,10 @@ const assets = {
|
|
|
21885
21885
|
chain_name: 'zcash',
|
|
21886
21886
|
base_denom: 'zatoshi'
|
|
21887
21887
|
},
|
|
21888
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21888
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
21889
|
+
theme: {
|
|
21890
|
+
circle: true
|
|
21891
|
+
}
|
|
21889
21892
|
}]
|
|
21890
21893
|
},
|
|
21891
21894
|
{
|
package/esm/asset_list.js
CHANGED
|
@@ -4418,14 +4418,16 @@ const asset_list = {
|
|
|
4418
4418
|
name: 'KIMA',
|
|
4419
4419
|
display: 'KIMA',
|
|
4420
4420
|
symbol: 'KIMA',
|
|
4421
|
-
logo_URIs: {
|
|
4422
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4423
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4424
|
-
},
|
|
4425
4421
|
images: [{
|
|
4426
4422
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4427
4423
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4428
4424
|
}],
|
|
4425
|
+
logo_URIs: {
|
|
4426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4428
|
+
},
|
|
4429
|
+
coingecko_id: 'kima',
|
|
4430
|
+
keywords: ['interoperability'],
|
|
4429
4431
|
socials: {
|
|
4430
4432
|
github: 'https://github.com/kima-finance',
|
|
4431
4433
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -10707,14 +10709,16 @@ const asset_list = {
|
|
|
10707
10709
|
name: 'KIMA',
|
|
10708
10710
|
display: 'KIMA',
|
|
10709
10711
|
symbol: 'KIMA',
|
|
10710
|
-
logo_URIs: {
|
|
10711
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10712
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10713
|
-
},
|
|
10714
10712
|
images: [{
|
|
10715
10713
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10716
10714
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10717
10715
|
}],
|
|
10716
|
+
logo_URIs: {
|
|
10717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10719
|
+
},
|
|
10720
|
+
coingecko_id: 'kima',
|
|
10721
|
+
keywords: ['interoperability'],
|
|
10718
10722
|
socials: {
|
|
10719
10723
|
github: 'https://github.com/kima-finance',
|
|
10720
10724
|
medium: 'https://medium.com/@kima_finance',
|
package/esm/assets.js
CHANGED
|
@@ -21883,7 +21883,10 @@ const assets = {
|
|
|
21883
21883
|
chain_name: 'zcash',
|
|
21884
21884
|
base_denom: 'zatoshi'
|
|
21885
21885
|
},
|
|
21886
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21886
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
21887
|
+
theme: {
|
|
21888
|
+
circle: true
|
|
21889
|
+
}
|
|
21887
21890
|
}]
|
|
21888
21891
|
},
|
|
21889
21892
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.252",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.252"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "ba7ef13177b31b3bf490a8e794baed0cb884572a"
|
|
42
42
|
}
|