@chain-registry/assets 1.70.229 → 1.70.230

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.
@@ -3124,6 +3124,7 @@ const assets = {
3124
3124
  }
3125
3125
  }],
3126
3126
  type_asset: 'sdk.coin',
3127
+ coingecko_id: 'hash-2',
3127
3128
  traces: [{
3128
3129
  type: 'ibc',
3129
3130
  counterparty: {
@@ -11179,6 +11180,7 @@ const assets = {
11179
11180
  }
11180
11181
  }],
11181
11182
  type_asset: 'sdk.coin',
11183
+ coingecko_id: 'hash-2',
11182
11184
  traces: [{
11183
11185
  type: 'ibc',
11184
11186
  counterparty: {
@@ -5554,6 +5554,7 @@ const assets = {
5554
5554
  }
5555
5555
  }],
5556
5556
  type_asset: 'sdk.coin',
5557
+ coingecko_id: 'hash-2',
5557
5558
  traces: [{
5558
5559
  type: 'ibc',
5559
5560
  counterparty: {
@@ -12715,6 +12716,7 @@ const assets = {
12715
12716
  }
12716
12717
  }],
12717
12718
  type_asset: 'sdk.coin',
12719
+ coingecko_id: 'hash-2',
12718
12720
  traces: [{
12719
12721
  type: 'ibc',
12720
12722
  counterparty: {
@@ -13396,6 +13396,7 @@ const assets = {
13396
13396
  }
13397
13397
  }],
13398
13398
  type_asset: 'sdk.coin',
13399
+ coingecko_id: 'hash-2',
13399
13400
  traces: [{
13400
13401
  type: 'ibc',
13401
13402
  counterparty: {
@@ -21590,6 +21591,7 @@ const assets = {
21590
21591
  }
21591
21592
  }],
21592
21593
  type_asset: 'sdk.coin',
21594
+ coingecko_id: 'hash-2',
21593
21595
  traces: [{
21594
21596
  type: 'ibc',
21595
21597
  counterparty: {
package/mainnet/axelar.js CHANGED
@@ -3126,6 +3126,7 @@ const assets = {
3126
3126
  }
3127
3127
  }],
3128
3128
  type_asset: 'sdk.coin',
3129
+ coingecko_id: 'hash-2',
3129
3130
  traces: [{
3130
3131
  type: 'ibc',
3131
3132
  counterparty: {
@@ -11181,6 +11182,7 @@ const assets = {
11181
11182
  }
11182
11183
  }],
11183
11184
  type_asset: 'sdk.coin',
11185
+ coingecko_id: 'hash-2',
11184
11186
  traces: [{
11185
11187
  type: 'ibc',
11186
11188
  counterparty: {
package/mainnet/noble.js CHANGED
@@ -5556,6 +5556,7 @@ const assets = {
5556
5556
  }
5557
5557
  }],
5558
5558
  type_asset: 'sdk.coin',
5559
+ coingecko_id: 'hash-2',
5559
5560
  traces: [{
5560
5561
  type: 'ibc',
5561
5562
  counterparty: {
@@ -12717,6 +12718,7 @@ const assets = {
12717
12718
  }
12718
12719
  }],
12719
12720
  type_asset: 'sdk.coin',
12721
+ coingecko_id: 'hash-2',
12720
12722
  traces: [{
12721
12723
  type: 'ibc',
12722
12724
  counterparty: {
@@ -13398,6 +13398,7 @@ const assets = {
13398
13398
  }
13399
13399
  }],
13400
13400
  type_asset: 'sdk.coin',
13401
+ coingecko_id: 'hash-2',
13401
13402
  traces: [{
13402
13403
  type: 'ibc',
13403
13404
  counterparty: {
@@ -21592,6 +21593,7 @@ const assets = {
21592
21593
  }
21593
21594
  }],
21594
21595
  type_asset: 'sdk.coin',
21596
+ coingecko_id: 'hash-2',
21595
21597
  traces: [{
21596
21598
  type: 'ibc',
21597
21599
  counterparty: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.229",
3
+ "version": "1.70.230",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.142",
33
- "chain-registry": "^1.69.229"
32
+ "@chain-registry/utils": "^1.51.143",
33
+ "chain-registry": "^1.69.230"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.142"
36
+ "@chain-registry/types": "^0.50.143"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "122357c061efde87b35f724ba923965c7cf30452"
46
+ "gitHead": "c1625b623e795bbcb671813ae9bb7e863443616e"
47
47
  }