chain-registry 2.0.217 → 2.0.218

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.
@@ -96,7 +96,7 @@ const info = {
96
96
  provider: 'Kleomedes'
97
97
  },
98
98
  {
99
- address: 'https://cheqd.srvs.vnodesv.net/rpc',
99
+ address: 'https://cheqd-rpc.vnodesv.net',
100
100
  provider: 'vNodes[V] Ser[V]ices'
101
101
  },
102
102
  {
@@ -150,7 +150,7 @@ const info = {
150
150
  provider: 'Kleomedes'
151
151
  },
152
152
  {
153
- address: 'https://api.cheqd.srvs.vnodesv.net',
153
+ address: 'https://cheqd-api.vnodesv.net',
154
154
  provider: 'vNodes[V] Ser[V]ices'
155
155
  },
156
156
  {
@@ -192,7 +192,7 @@ const info = {
192
192
  provider: 'Blockval'
193
193
  },
194
194
  {
195
- address: 'https://cheqd.srvs.vnodesv.net/grpc',
195
+ address: 'https://cheqd.vnodesv.net/grpc',
196
196
  provider: 'vNodes[V] Ser[V]ices'
197
197
  },
198
198
  {
@@ -1013,7 +1013,6 @@ const info = {
1013
1013
  name: 'dNTRN',
1014
1014
  display: 'dNTRN',
1015
1015
  symbol: 'dNTRN',
1016
- coingeckoId: 'drop-staked-ntrn',
1017
1016
  images: [{
1018
1017
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dNTRN.svg'
1019
1018
  }],
@@ -210,7 +210,6 @@ const info = {
210
210
  name: 'Noble Dollar',
211
211
  display: 'usdn',
212
212
  symbol: 'USDN',
213
- coingeckoId: 'noble-dollar-usdn',
214
213
  logoURIs: {
215
214
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
216
215
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
@@ -21574,8 +21574,7 @@ const info = {
21574
21574
  },
21575
21575
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
21576
21576
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
21577
- }],
21578
- coingeckoId: 'noble-dollar-usdn'
21577
+ }]
21579
21578
  },
21580
21579
  {
21581
21580
  description: 'Formation Of $hit Tokens',
@@ -98,7 +98,7 @@ const info = {
98
98
  provider: 'Kleomedes'
99
99
  },
100
100
  {
101
- address: 'https://cheqd.srvs.vnodesv.net/rpc',
101
+ address: 'https://cheqd-rpc.vnodesv.net',
102
102
  provider: 'vNodes[V] Ser[V]ices'
103
103
  },
104
104
  {
@@ -152,7 +152,7 @@ const info = {
152
152
  provider: 'Kleomedes'
153
153
  },
154
154
  {
155
- address: 'https://api.cheqd.srvs.vnodesv.net',
155
+ address: 'https://cheqd-api.vnodesv.net',
156
156
  provider: 'vNodes[V] Ser[V]ices'
157
157
  },
158
158
  {
@@ -194,7 +194,7 @@ const info = {
194
194
  provider: 'Blockval'
195
195
  },
196
196
  {
197
- address: 'https://cheqd.srvs.vnodesv.net/grpc',
197
+ address: 'https://cheqd.vnodesv.net/grpc',
198
198
  provider: 'vNodes[V] Ser[V]ices'
199
199
  },
200
200
  {
@@ -1015,7 +1015,6 @@ const info = {
1015
1015
  name: 'dNTRN',
1016
1016
  display: 'dNTRN',
1017
1017
  symbol: 'dNTRN',
1018
- coingeckoId: 'drop-staked-ntrn',
1019
1018
  images: [{
1020
1019
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dNTRN.svg'
1021
1020
  }],
@@ -212,7 +212,6 @@ const info = {
212
212
  name: 'Noble Dollar',
213
213
  display: 'usdn',
214
214
  symbol: 'USDN',
215
- coingeckoId: 'noble-dollar-usdn',
216
215
  logoURIs: {
217
216
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
218
217
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
@@ -21576,8 +21576,7 @@ const info = {
21576
21576
  },
21577
21577
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
21578
21578
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
21579
- }],
21580
- coingeckoId: 'noble-dollar-usdn'
21579
+ }]
21581
21580
  },
21582
21581
  {
21583
21582
  description: 'Formation Of $hit Tokens',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.217",
3
+ "version": "2.0.218",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.217"
32
+ "@chain-registry/types": "^2.0.218"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "2a18ea54e182c4906b5b01dec63f58eff5b22ab0"
42
+ "gitHead": "5cacbcabd2da82d1dd3211db4c96cc0c80b336c7"
43
43
  }