@chain-registry/osmosis 1.67.256 → 1.67.257

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 +22 -0
  2. package/esm/assets.js +22 -0
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -22719,6 +22719,28 @@ const assets = {
22719
22719
  },
22720
22720
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
22721
22721
  }]
22722
+ },
22723
+ {
22724
+ description: '$9 Dollers is programmed\n\nMade with ❤️',
22725
+ denom_units: [{
22726
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
22727
+ exponent: 0
22728
+ }, {
22729
+ denom: 'NINEDOLLERS',
22730
+ exponent: 6
22731
+ }],
22732
+ type_asset: 'sdk.coin',
22733
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
22734
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
22735
+ name: 'Nine Dollers',
22736
+ display: 'NINEDOLLERS',
22737
+ symbol: 'NINEDOLLERS',
22738
+ logo_URIs: {
22739
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
22740
+ },
22741
+ images: [{
22742
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
22743
+ }]
22722
22744
  }
22723
22745
  ]
22724
22746
  };
package/esm/assets.js CHANGED
@@ -22717,6 +22717,28 @@ const assets = {
22717
22717
  },
22718
22718
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
22719
22719
  }]
22720
+ },
22721
+ {
22722
+ description: '$9 Dollers is programmed\n\nMade with ❤️',
22723
+ denom_units: [{
22724
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
22725
+ exponent: 0
22726
+ }, {
22727
+ denom: 'NINEDOLLERS',
22728
+ exponent: 6
22729
+ }],
22730
+ type_asset: 'sdk.coin',
22731
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
22732
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
22733
+ name: 'Nine Dollers',
22734
+ display: 'NINEDOLLERS',
22735
+ symbol: 'NINEDOLLERS',
22736
+ logo_URIs: {
22737
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
22738
+ },
22739
+ images: [{
22740
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
22741
+ }]
22720
22742
  }
22721
22743
  ]
22722
22744
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.256",
3
+ "version": "1.67.257",
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.256"
32
+ "@chain-registry/types": "^0.50.257"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "ffb7e588f8150b3f90f0e1acc12510a94c7451eb"
41
+ "gitHead": "6637b0eedd31364fd929bcb553abda053f1b9159"
42
42
  }