@chain-registry/juno 1.70.179 → 1.70.181

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
@@ -96,10 +96,6 @@ const chain = {
96
96
  address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
97
97
  provider: 'Notional'
98
98
  },
99
- {
100
- address: 'https://rpc.juno.chaintools.tech/',
101
- provider: 'ChainTools'
102
- },
103
99
  {
104
100
  address: 'https://juno-rpc.kleomedes.network',
105
101
  provider: 'Kleomedes'
@@ -202,10 +198,6 @@ const chain = {
202
198
  address: 'https://api-juno-ia.cosmosia.notional.ventures/',
203
199
  provider: 'Notional'
204
200
  },
205
- {
206
- address: 'https://api.juno.chaintools.tech/',
207
- provider: 'ChainTools'
208
- },
209
201
  {
210
202
  address: 'https://juno-api.polkachu.com',
211
203
  provider: 'Polkachu'
package/esm/chain.js CHANGED
@@ -94,10 +94,6 @@ const chain = {
94
94
  address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
95
95
  provider: 'Notional'
96
96
  },
97
- {
98
- address: 'https://rpc.juno.chaintools.tech/',
99
- provider: 'ChainTools'
100
- },
101
97
  {
102
98
  address: 'https://juno-rpc.kleomedes.network',
103
99
  provider: 'Kleomedes'
@@ -200,10 +196,6 @@ const chain = {
200
196
  address: 'https://api-juno-ia.cosmosia.notional.ventures/',
201
197
  provider: 'Notional'
202
198
  },
203
- {
204
- address: 'https://api.juno.chaintools.tech/',
205
- provider: 'ChainTools'
206
- },
207
199
  {
208
200
  address: 'https://juno-api.polkachu.com',
209
201
  provider: 'Polkachu'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.179",
3
+ "version": "1.70.181",
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.179"
32
+ "chain-registry": "^1.69.181"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.111"
35
+ "@chain-registry/types": "^0.50.113"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "5a9c4b31de55f8221b8407b5782313d583dc0b30"
46
+ "gitHead": "6f30e62f5298fc2e2024d9a8c3993c654cc219e4"
47
47
  }