@chain-registry/assets 1.70.276 → 1.70.278

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/mainnet/terra2.js CHANGED
@@ -2149,6 +2149,11 @@ const assets = {
2149
2149
  }
2150
2150
  }],
2151
2151
  type_asset: 'sdk.coin',
2152
+ coingecko_id: 'pryzm',
2153
+ socials: {
2154
+ website: 'https://pryzm.zone/',
2155
+ twitter: 'https://twitter.com/Pryzm_Zone'
2156
+ },
2152
2157
  traces: [{
2153
2158
  type: 'ibc',
2154
2159
  counterparty: {
@@ -12172,6 +12177,11 @@ const assets = {
12172
12177
  }
12173
12178
  }],
12174
12179
  type_asset: 'sdk.coin',
12180
+ coingecko_id: 'pryzm',
12181
+ socials: {
12182
+ website: 'https://pryzm.zone/',
12183
+ twitter: 'https://twitter.com/Pryzm_Zone'
12184
+ },
12175
12185
  traces: [{
12176
12186
  type: 'ibc',
12177
12187
  counterparty: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.276",
3
+ "version": "1.70.278",
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.172",
33
- "chain-registry": "^1.69.276"
32
+ "@chain-registry/utils": "^1.51.174",
33
+ "chain-registry": "^1.69.278"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.172"
36
+ "@chain-registry/types": "^0.50.174"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "8424c7b32129820a2854984b747dc170b14fce88"
46
+ "gitHead": "6c3603695acda5d5c25f84e65744d34d4e72e084"
47
47
  }