@chain-registry/assets 1.47.1 → 1.47.3

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.
@@ -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: [{
@@ -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.1",
3
+ "version": "1.47.3",
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.6",
33
- "chain-registry": "^1.46.1"
32
+ "@chain-registry/utils": "^1.29.8",
33
+ "chain-registry": "^1.46.3"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.28.6"
36
+ "@chain-registry/types": "^0.28.8"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "3c05e0b0fd00534f041f4b94b91073d93e0d8ded"
46
+ "gitHead": "a412aec4178b5ff9bd280bd43265c5d9f86055b5"
47
47
  }