@chain-registry/juno 1.70.264 → 1.70.266

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
@@ -2064,6 +2064,7 @@ const asset_list = {
2064
2064
  name: 'Noble Dollar',
2065
2065
  display: 'usdn',
2066
2066
  symbol: 'USDN',
2067
+ coingecko_id: 'noble-dollar-usdn',
2067
2068
  logo_URIs: {
2068
2069
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
2069
2070
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
@@ -3959,6 +3960,7 @@ const asset_list = {
3959
3960
  name: 'Noble Dollar',
3960
3961
  display: 'usdn',
3961
3962
  symbol: 'USDN',
3963
+ coingecko_id: 'noble-dollar-usdn',
3962
3964
  logo_URIs: {
3963
3965
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
3964
3966
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
package/esm/asset_list.js CHANGED
@@ -2062,6 +2062,7 @@ const asset_list = {
2062
2062
  name: 'Noble Dollar',
2063
2063
  display: 'usdn',
2064
2064
  symbol: 'USDN',
2065
+ coingecko_id: 'noble-dollar-usdn',
2065
2066
  logo_URIs: {
2066
2067
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
2067
2068
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
@@ -3957,6 +3958,7 @@ const asset_list = {
3957
3958
  name: 'Noble Dollar',
3958
3959
  display: 'usdn',
3959
3960
  symbol: 'USDN',
3961
+ coingecko_id: 'noble-dollar-usdn',
3960
3962
  logo_URIs: {
3961
3963
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
3962
3964
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.264",
3
+ "version": "1.70.266",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.69.264"
32
+ "chain-registry": "^1.69.266"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.165"
35
+ "@chain-registry/types": "^0.50.167"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "d25c9c9d8d9dc63dbd175a3cbad17e37ce62c552"
46
+ "gitHead": "e308d96db6d217fac905c34c5fd16e989d723760"
47
47
  }