@chain-registry/osmosis 1.67.249 → 1.67.251

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/asset_list.js CHANGED
@@ -4029,7 +4029,7 @@ const asset_list = {
4029
4029
  }]
4030
4030
  },
4031
4031
  {
4032
- description: 'The native token of INTENTO',
4032
+ description: 'The native token of Intento',
4033
4033
  denom_units: [{
4034
4034
  denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
4035
4035
  exponent: 0,
@@ -4051,6 +4051,10 @@ const asset_list = {
4051
4051
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
4052
4052
  }],
4053
4053
  type_asset: 'sdk.coin',
4054
+ socials: {
4055
+ website: 'https://intento.zone',
4056
+ x: 'https://x.com/intentozone'
4057
+ },
4054
4058
  traces: [{
4055
4059
  type: 'ibc',
4056
4060
  counterparty: {
@@ -10314,7 +10318,7 @@ const asset_list = {
10314
10318
  }]
10315
10319
  },
10316
10320
  {
10317
- description: 'The native token of INTENTO',
10321
+ description: 'The native token of Intento',
10318
10322
  denom_units: [{
10319
10323
  denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
10320
10324
  exponent: 0,
@@ -10336,6 +10340,10 @@ const asset_list = {
10336
10340
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
10337
10341
  }],
10338
10342
  type_asset: 'sdk.coin',
10343
+ socials: {
10344
+ website: 'https://intento.zone',
10345
+ x: 'https://x.com/intentozone'
10346
+ },
10339
10347
  traces: [{
10340
10348
  type: 'ibc',
10341
10349
  counterparty: {
package/assets.js CHANGED
@@ -21885,7 +21885,10 @@ const assets = {
21885
21885
  chain_name: 'zcash',
21886
21886
  base_denom: 'zatoshi'
21887
21887
  },
21888
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
21888
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
21889
+ theme: {
21890
+ circle: true
21891
+ }
21889
21892
  }]
21890
21893
  },
21891
21894
  {
package/esm/asset_list.js CHANGED
@@ -4027,7 +4027,7 @@ const asset_list = {
4027
4027
  }]
4028
4028
  },
4029
4029
  {
4030
- description: 'The native token of INTENTO',
4030
+ description: 'The native token of Intento',
4031
4031
  denom_units: [{
4032
4032
  denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
4033
4033
  exponent: 0,
@@ -4049,6 +4049,10 @@ const asset_list = {
4049
4049
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
4050
4050
  }],
4051
4051
  type_asset: 'sdk.coin',
4052
+ socials: {
4053
+ website: 'https://intento.zone',
4054
+ x: 'https://x.com/intentozone'
4055
+ },
4052
4056
  traces: [{
4053
4057
  type: 'ibc',
4054
4058
  counterparty: {
@@ -10312,7 +10316,7 @@ const asset_list = {
10312
10316
  }]
10313
10317
  },
10314
10318
  {
10315
- description: 'The native token of INTENTO',
10319
+ description: 'The native token of Intento',
10316
10320
  denom_units: [{
10317
10321
  denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
10318
10322
  exponent: 0,
@@ -10334,6 +10338,10 @@ const asset_list = {
10334
10338
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
10335
10339
  }],
10336
10340
  type_asset: 'sdk.coin',
10341
+ socials: {
10342
+ website: 'https://intento.zone',
10343
+ x: 'https://x.com/intentozone'
10344
+ },
10337
10345
  traces: [{
10338
10346
  type: 'ibc',
10339
10347
  counterparty: {
package/esm/assets.js CHANGED
@@ -21883,7 +21883,10 @@ const assets = {
21883
21883
  chain_name: 'zcash',
21884
21884
  base_denom: 'zatoshi'
21885
21885
  },
21886
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
21886
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
21887
+ theme: {
21888
+ circle: true
21889
+ }
21887
21890
  }]
21888
21891
  },
21889
21892
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.249",
3
+ "version": "1.67.251",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.249"
32
+ "@chain-registry/types": "^0.50.251"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "f5f17e8e3028ba843d6499f4b3c55bd4a9914569"
41
+ "gitHead": "cf09c2d07b0e1c4a0f50a9915a128cd6902c39bd"
42
42
  }