@chain-registry/osmosis 1.62.65 → 1.62.66

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.
Files changed (3) hide show
  1. package/assets.js +11 -2
  2. package/esm/assets.js +11 -2
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -7181,6 +7181,7 @@ const assets = {
7181
7181
  },
7182
7182
  {
7183
7183
  description: 'nRide Token',
7184
+ extended_description: 'nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.',
7184
7185
  denom_units: [{
7185
7186
  denom: 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C',
7186
7187
  exponent: 0,
@@ -18482,10 +18483,18 @@ const assets = {
18482
18483
  provider: 'Router'
18483
18484
  }],
18484
18485
  logo_URIs: {
18485
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
18486
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
18486
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
18487
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.png'
18487
18488
  },
18488
18489
  images: [{
18490
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
18491
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.png',
18492
+ theme: {
18493
+ circle: true,
18494
+ primary_color_hex: '#009393',
18495
+ background_color_hex: '#009393'
18496
+ }
18497
+ }, {
18489
18498
  image_sync: {
18490
18499
  chain_name: 'ethereum',
18491
18500
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
package/esm/assets.js CHANGED
@@ -7179,6 +7179,7 @@ const assets = {
7179
7179
  },
7180
7180
  {
7181
7181
  description: 'nRide Token',
7182
+ extended_description: 'nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.',
7182
7183
  denom_units: [{
7183
7184
  denom: 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C',
7184
7185
  exponent: 0,
@@ -18480,10 +18481,18 @@ const assets = {
18480
18481
  provider: 'Router'
18481
18482
  }],
18482
18483
  logo_URIs: {
18483
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
18484
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
18484
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
18485
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.png'
18485
18486
  },
18486
18487
  images: [{
18488
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
18489
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.png',
18490
+ theme: {
18491
+ circle: true,
18492
+ primary_color_hex: '#009393',
18493
+ background_color_hex: '#009393'
18494
+ }
18495
+ }, {
18487
18496
  image_sync: {
18488
18497
  chain_name: 'ethereum',
18489
18498
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.62.65",
3
+ "version": "1.62.66",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -30,7 +30,7 @@
30
30
  "test:watch": "jest --watch"
31
31
  },
32
32
  "dependencies": {
33
- "@chain-registry/types": "^0.45.65"
33
+ "@chain-registry/types": "^0.45.66"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "c81a28d5963c678dd8f0f02a146d2fc99e455c4b"
42
+ "gitHead": "ea482d1c2653bfbaf75c2a55ca17579c306caecf"
43
43
  }