@chain-registry/assets 1.47.2 → 1.47.4
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/assets.js +2 -1
- package/esm/mainnet/conscious.js +16 -16
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/kava.js +70 -0
- package/esm/mainnet/noble.js +70 -0
- package/esm/mainnet/onex.js +666 -0
- package/esm/mainnet/osmosis.js +78 -8
- package/mainnet/assets.js +2 -1
- package/mainnet/conscious.js +16 -16
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/kava.js +70 -0
- package/mainnet/noble.js +70 -0
- package/mainnet/onex.d.ts +3 -0
- package/mainnet/onex.js +668 -0
- package/mainnet/osmosis.js +78 -8
- package/package.json +5 -5
package/mainnet/osmosis.js
CHANGED
|
@@ -1409,14 +1409,14 @@ const assets = {
|
|
|
1409
1409
|
{
|
|
1410
1410
|
description: 'Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
1411
1411
|
denom_units: [{
|
|
1412
|
-
denom: 'ibc/
|
|
1412
|
+
denom: 'ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A',
|
|
1413
1413
|
exponent: 0,
|
|
1414
1414
|
aliases: ['acvnt']
|
|
1415
1415
|
}, {
|
|
1416
1416
|
denom: 'cvnt',
|
|
1417
1417
|
exponent: 18
|
|
1418
1418
|
}],
|
|
1419
|
-
base: 'ibc/
|
|
1419
|
+
base: 'ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A',
|
|
1420
1420
|
name: 'Cvn',
|
|
1421
1421
|
display: 'cvnt',
|
|
1422
1422
|
symbol: 'CVN',
|
|
@@ -1436,12 +1436,12 @@ const assets = {
|
|
|
1436
1436
|
traces: [{
|
|
1437
1437
|
type: 'ibc',
|
|
1438
1438
|
counterparty: {
|
|
1439
|
-
channel_id: 'channel-
|
|
1439
|
+
channel_id: 'channel-6',
|
|
1440
1440
|
base_denom: 'acvnt',
|
|
1441
1441
|
chain_name: 'conscious'
|
|
1442
1442
|
},
|
|
1443
1443
|
chain: {
|
|
1444
|
-
channel_id: 'channel-
|
|
1444
|
+
channel_id: 'channel-73971'
|
|
1445
1445
|
}
|
|
1446
1446
|
}]
|
|
1447
1447
|
},
|
|
@@ -4402,6 +4402,41 @@ const assets = {
|
|
|
4402
4402
|
}
|
|
4403
4403
|
}]
|
|
4404
4404
|
},
|
|
4405
|
+
{
|
|
4406
|
+
description: 'The native token of ONEX',
|
|
4407
|
+
denom_units: [{
|
|
4408
|
+
denom: 'ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99',
|
|
4409
|
+
exponent: 0,
|
|
4410
|
+
aliases: ['aonex']
|
|
4411
|
+
}, {
|
|
4412
|
+
denom: 'onex',
|
|
4413
|
+
exponent: 18
|
|
4414
|
+
}],
|
|
4415
|
+
base: 'ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99',
|
|
4416
|
+
name: 'ONEX',
|
|
4417
|
+
display: 'onex',
|
|
4418
|
+
symbol: 'ONEX',
|
|
4419
|
+
logo_URIs: {
|
|
4420
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
4421
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
4422
|
+
},
|
|
4423
|
+
keywords: ['dex'],
|
|
4424
|
+
images: [{
|
|
4425
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
4426
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
4427
|
+
}],
|
|
4428
|
+
traces: [{
|
|
4429
|
+
type: 'ibc',
|
|
4430
|
+
counterparty: {
|
|
4431
|
+
channel_id: 'channel-145',
|
|
4432
|
+
base_denom: 'aonex',
|
|
4433
|
+
chain_name: 'onex'
|
|
4434
|
+
},
|
|
4435
|
+
chain: {
|
|
4436
|
+
channel_id: 'channel-74628'
|
|
4437
|
+
}
|
|
4438
|
+
}]
|
|
4439
|
+
},
|
|
4405
4440
|
{
|
|
4406
4441
|
description: 'The native token of Onomy Protocol',
|
|
4407
4442
|
denom_units: [{
|
|
@@ -5884,14 +5919,14 @@ const assets = {
|
|
|
5884
5919
|
{
|
|
5885
5920
|
description: 'Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
5886
5921
|
denom_units: [{
|
|
5887
|
-
denom: 'ibc/
|
|
5922
|
+
denom: 'ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A',
|
|
5888
5923
|
exponent: 0,
|
|
5889
5924
|
aliases: ['acvnt']
|
|
5890
5925
|
}, {
|
|
5891
5926
|
denom: 'cvnt',
|
|
5892
5927
|
exponent: 18
|
|
5893
5928
|
}],
|
|
5894
|
-
base: 'ibc/
|
|
5929
|
+
base: 'ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A',
|
|
5895
5930
|
name: 'Cvn',
|
|
5896
5931
|
display: 'cvnt',
|
|
5897
5932
|
symbol: 'CVN',
|
|
@@ -5911,12 +5946,12 @@ const assets = {
|
|
|
5911
5946
|
traces: [{
|
|
5912
5947
|
type: 'ibc',
|
|
5913
5948
|
counterparty: {
|
|
5914
|
-
channel_id: 'channel-
|
|
5949
|
+
channel_id: 'channel-6',
|
|
5915
5950
|
base_denom: 'acvnt',
|
|
5916
5951
|
chain_name: 'conscious'
|
|
5917
5952
|
},
|
|
5918
5953
|
chain: {
|
|
5919
|
-
channel_id: 'channel-
|
|
5954
|
+
channel_id: 'channel-73971'
|
|
5920
5955
|
}
|
|
5921
5956
|
}]
|
|
5922
5957
|
},
|
|
@@ -8877,6 +8912,41 @@ const assets = {
|
|
|
8877
8912
|
}
|
|
8878
8913
|
}]
|
|
8879
8914
|
},
|
|
8915
|
+
{
|
|
8916
|
+
description: 'The native token of ONEX',
|
|
8917
|
+
denom_units: [{
|
|
8918
|
+
denom: 'ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99',
|
|
8919
|
+
exponent: 0,
|
|
8920
|
+
aliases: ['aonex']
|
|
8921
|
+
}, {
|
|
8922
|
+
denom: 'onex',
|
|
8923
|
+
exponent: 18
|
|
8924
|
+
}],
|
|
8925
|
+
base: 'ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99',
|
|
8926
|
+
name: 'ONEX',
|
|
8927
|
+
display: 'onex',
|
|
8928
|
+
symbol: 'ONEX',
|
|
8929
|
+
logo_URIs: {
|
|
8930
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
8931
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
8932
|
+
},
|
|
8933
|
+
keywords: ['dex'],
|
|
8934
|
+
images: [{
|
|
8935
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
8936
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
8937
|
+
}],
|
|
8938
|
+
traces: [{
|
|
8939
|
+
type: 'ibc',
|
|
8940
|
+
counterparty: {
|
|
8941
|
+
channel_id: 'channel-145',
|
|
8942
|
+
base_denom: 'aonex',
|
|
8943
|
+
chain_name: 'onex'
|
|
8944
|
+
},
|
|
8945
|
+
chain: {
|
|
8946
|
+
channel_id: 'channel-74628'
|
|
8947
|
+
}
|
|
8948
|
+
}]
|
|
8949
|
+
},
|
|
8880
8950
|
{
|
|
8881
8951
|
description: 'The native token of Onomy Protocol',
|
|
8882
8952
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.4",
|
|
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.29.
|
|
33
|
-
"chain-registry": "^1.46.
|
|
32
|
+
"@chain-registry/utils": "^1.29.9",
|
|
33
|
+
"chain-registry": "^1.46.4"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.28.
|
|
36
|
+
"@chain-registry/types": "^0.28.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": "99abe76b70c8833b05aca2cac40614a33f9c4340"
|
|
47
47
|
}
|