@chain-registry/juno 1.70.417 → 1.70.418

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
@@ -119,6 +119,10 @@ const chain = {
119
119
  {
120
120
  address: 'https://juno-rpc.chainroot.io',
121
121
  provider: 'Chainroot'
122
+ },
123
+ {
124
+ address: 'https://juno.api.pocket.network',
125
+ provider: 'Pocket Network'
122
126
  }
123
127
  ],
124
128
  rest: [
@@ -169,6 +173,10 @@ const chain = {
169
173
  {
170
174
  address: 'https://juno-api.chainroot.io',
171
175
  provider: 'Chainroot'
176
+ },
177
+ {
178
+ address: 'https://juno.api.pocket.network',
179
+ provider: 'Pocket Network'
172
180
  }
173
181
  ],
174
182
  grpc: [
package/esm/chain.js CHANGED
@@ -117,6 +117,10 @@ const chain = {
117
117
  {
118
118
  address: 'https://juno-rpc.chainroot.io',
119
119
  provider: 'Chainroot'
120
+ },
121
+ {
122
+ address: 'https://juno.api.pocket.network',
123
+ provider: 'Pocket Network'
120
124
  }
121
125
  ],
122
126
  rest: [
@@ -167,6 +171,10 @@ const chain = {
167
171
  {
168
172
  address: 'https://juno-api.chainroot.io',
169
173
  provider: 'Chainroot'
174
+ },
175
+ {
176
+ address: 'https://juno.api.pocket.network',
177
+ provider: 'Pocket Network'
170
178
  }
171
179
  ],
172
180
  grpc: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.417",
3
+ "version": "1.70.418",
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.417"
32
+ "chain-registry": "^1.69.418"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.264"
35
+ "@chain-registry/types": "^0.50.265"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "7220c722e19faf570ea34bf09e8f8a55aeafd839"
46
+ "gitHead": "33b8f0e63c7156a59bd54558029f7c019546aa46"
47
47
  }