@chain-registry/assets 1.70.359 → 1.70.361

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.
@@ -149,6 +149,7 @@ const assets = {
149
149
  website: 'https://atom.one',
150
150
  twitter: 'https://x.com/_atomone'
151
151
  },
152
+ coingecko_id: 'photon-2',
152
153
  traces: [{
153
154
  type: 'ibc',
154
155
  counterparty: {
@@ -309,6 +310,7 @@ const assets = {
309
310
  website: 'https://atom.one',
310
311
  twitter: 'https://x.com/_atomone'
311
312
  },
313
+ coingecko_id: 'photon-2',
312
314
  traces: [{
313
315
  type: 'ibc',
314
316
  counterparty: {
@@ -660,6 +660,7 @@ const assets = {
660
660
  website: 'https://atom.one',
661
661
  twitter: 'https://x.com/_atomone'
662
662
  },
663
+ coingecko_id: 'photon-2',
663
664
  traces: [{
664
665
  type: 'ibc',
665
666
  counterparty: {
@@ -6888,6 +6889,7 @@ const assets = {
6888
6889
  website: 'https://atom.one',
6889
6890
  twitter: 'https://x.com/_atomone'
6890
6891
  },
6892
+ coingecko_id: 'photon-2',
6891
6893
  traces: [{
6892
6894
  type: 'ibc',
6893
6895
  counterparty: {
@@ -221,6 +221,7 @@ const assets = {
221
221
  website: 'https://atom.one',
222
222
  twitter: 'https://x.com/_atomone'
223
223
  },
224
+ coingecko_id: 'photon-2',
224
225
  traces: [{
225
226
  type: 'ibc',
226
227
  counterparty: {
@@ -1744,6 +1745,7 @@ const assets = {
1744
1745
  website: 'https://atom.one',
1745
1746
  twitter: 'https://x.com/_atomone'
1746
1747
  },
1748
+ coingecko_id: 'photon-2',
1747
1749
  traces: [{
1748
1750
  type: 'ibc',
1749
1751
  counterparty: {
package/mainnet/beezee.js CHANGED
@@ -151,6 +151,7 @@ const assets = {
151
151
  website: 'https://atom.one',
152
152
  twitter: 'https://x.com/_atomone'
153
153
  },
154
+ coingecko_id: 'photon-2',
154
155
  traces: [{
155
156
  type: 'ibc',
156
157
  counterparty: {
@@ -311,6 +312,7 @@ const assets = {
311
312
  website: 'https://atom.one',
312
313
  twitter: 'https://x.com/_atomone'
313
314
  },
315
+ coingecko_id: 'photon-2',
314
316
  traces: [{
315
317
  type: 'ibc',
316
318
  counterparty: {
@@ -662,6 +662,7 @@ const assets = {
662
662
  website: 'https://atom.one',
663
663
  twitter: 'https://x.com/_atomone'
664
664
  },
665
+ coingecko_id: 'photon-2',
665
666
  traces: [{
666
667
  type: 'ibc',
667
668
  counterparty: {
@@ -6890,6 +6891,7 @@ const assets = {
6890
6891
  website: 'https://atom.one',
6891
6892
  twitter: 'https://x.com/_atomone'
6892
6893
  },
6894
+ coingecko_id: 'photon-2',
6893
6895
  traces: [{
6894
6896
  type: 'ibc',
6895
6897
  counterparty: {
@@ -223,6 +223,7 @@ const assets = {
223
223
  website: 'https://atom.one',
224
224
  twitter: 'https://x.com/_atomone'
225
225
  },
226
+ coingecko_id: 'photon-2',
226
227
  traces: [{
227
228
  type: 'ibc',
228
229
  counterparty: {
@@ -1746,6 +1747,7 @@ const assets = {
1746
1747
  website: 'https://atom.one',
1747
1748
  twitter: 'https://x.com/_atomone'
1748
1749
  },
1750
+ coingecko_id: 'photon-2',
1749
1751
  traces: [{
1750
1752
  type: 'ibc',
1751
1753
  counterparty: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.359",
3
+ "version": "1.70.361",
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.223",
33
- "chain-registry": "^1.69.359"
32
+ "@chain-registry/utils": "^1.51.224",
33
+ "chain-registry": "^1.69.361"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.223"
36
+ "@chain-registry/types": "^0.50.224"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "bc532133df3eec52c4150791b10c660ae6595646"
46
+ "gitHead": "ee91b452fc9c6c803d43c5bf4623054ab5d00c99"
47
47
  }