@chain-registry/juno 1.70.610 → 1.70.612

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
@@ -1978,7 +1978,6 @@ const asset_list = {
1978
1978
  name: 'Noble Dollar',
1979
1979
  display: 'usdn',
1980
1980
  symbol: 'USDN',
1981
- coingecko_id: 'noble-dollar-usdn',
1982
1981
  logo_URIs: {
1983
1982
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
1984
1983
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
@@ -3741,7 +3740,6 @@ const asset_list = {
3741
3740
  name: 'Noble Dollar',
3742
3741
  display: 'usdn',
3743
3742
  symbol: 'USDN',
3744
- coingecko_id: 'noble-dollar-usdn',
3745
3743
  logo_URIs: {
3746
3744
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
3747
3745
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
package/esm/asset_list.js CHANGED
@@ -1976,7 +1976,6 @@ const asset_list = {
1976
1976
  name: 'Noble Dollar',
1977
1977
  display: 'usdn',
1978
1978
  symbol: 'USDN',
1979
- coingecko_id: 'noble-dollar-usdn',
1980
1979
  logo_URIs: {
1981
1980
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
1982
1981
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
@@ -3739,7 +3738,6 @@ const asset_list = {
3739
3738
  name: 'Noble Dollar',
3740
3739
  display: 'usdn',
3741
3740
  symbol: 'USDN',
3742
- coingecko_id: 'noble-dollar-usdn',
3743
3741
  logo_URIs: {
3744
3742
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
3745
3743
  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.610",
3
+ "version": "1.70.612",
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.610"
32
+ "chain-registry": "^1.69.612"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.374"
35
+ "@chain-registry/types": "^0.50.375"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "ea0cc43abee71b558ac0ef3eee29a192bc09fe88"
46
+ "gitHead": "ae00018a48a55039df2bba184bb0e272bb65bb3b"
47
47
  }