@chain-registry/juno 1.64.96 → 1.64.97

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/chain.js CHANGED
@@ -46,10 +46,6 @@ const chain = {
46
46
  description: 'Juno is a completely community owned and operated smart contract platform.',
47
47
  apis: {
48
48
  rpc: [
49
- {
50
- address: 'https://rpc-juno.whispernode.com:443',
51
- provider: 'WhisperNode 🤐'
52
- },
53
49
  {
54
50
  address: 'https://rpc-juno.itastakers.com',
55
51
  provider: 'itastakers'
@@ -240,10 +236,6 @@ const chain = {
240
236
  address: 'https://juno-api.stake-town.com',
241
237
  provider: 'StakeTown'
242
238
  },
243
- {
244
- address: 'https://lcd-juno.whispernode.com:443',
245
- provider: 'WhisperNode 🤐'
246
- },
247
239
  {
248
240
  address: 'https://juno-api.stakeandrelax.net',
249
241
  provider: 'Stake&Relax 🦥'
package/esm/chain.js CHANGED
@@ -44,10 +44,6 @@ const chain = {
44
44
  description: 'Juno is a completely community owned and operated smart contract platform.',
45
45
  apis: {
46
46
  rpc: [
47
- {
48
- address: 'https://rpc-juno.whispernode.com:443',
49
- provider: 'WhisperNode 🤐'
50
- },
51
47
  {
52
48
  address: 'https://rpc-juno.itastakers.com',
53
49
  provider: 'itastakers'
@@ -238,10 +234,6 @@ const chain = {
238
234
  address: 'https://juno-api.stake-town.com',
239
235
  provider: 'StakeTown'
240
236
  },
241
- {
242
- address: 'https://lcd-juno.whispernode.com:443',
243
- provider: 'WhisperNode 🤐'
244
- },
245
237
  {
246
238
  address: 'https://juno-api.stakeandrelax.net',
247
239
  provider: 'Stake&Relax 🦥'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.64.96",
3
+ "version": "1.64.97",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.63.96"
32
+ "chain-registry": "^1.63.97"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.45.77"
35
+ "@chain-registry/types": "^0.45.78"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "1ee448076f0c088042a6694120d2e3798d61370c"
46
+ "gitHead": "95a22210f60bb7cddc57059da4b8634a131bc904"
47
47
  }