@chain-registry/juno 1.70.460 → 1.70.462
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 +0 -6
- package/esm/chain.js +0 -6
- package/package.json +4 -4
package/chain.js
CHANGED
|
@@ -267,12 +267,6 @@ const chain = {
|
|
|
267
267
|
kind: 'Stake Hub by Kleomedes',
|
|
268
268
|
url: 'https://www.stake-hub.xyz/juno'
|
|
269
269
|
},
|
|
270
|
-
{
|
|
271
|
-
kind: 'Chainroot',
|
|
272
|
-
url: 'https://explorer.chainroot.io/juno',
|
|
273
|
-
tx_page: 'https://explorer.chainroot.io/juno/transactions/${txHash}',
|
|
274
|
-
account_page: 'https://explorer.chainroot.io/juno/accounts/${accountAddress}'
|
|
275
|
-
},
|
|
276
270
|
{
|
|
277
271
|
kind: 'Valopers',
|
|
278
272
|
url: 'https://juno.valopers.com/',
|
package/esm/chain.js
CHANGED
|
@@ -265,12 +265,6 @@ const chain = {
|
|
|
265
265
|
kind: 'Stake Hub by Kleomedes',
|
|
266
266
|
url: 'https://www.stake-hub.xyz/juno'
|
|
267
267
|
},
|
|
268
|
-
{
|
|
269
|
-
kind: 'Chainroot',
|
|
270
|
-
url: 'https://explorer.chainroot.io/juno',
|
|
271
|
-
tx_page: 'https://explorer.chainroot.io/juno/transactions/${txHash}',
|
|
272
|
-
account_page: 'https://explorer.chainroot.io/juno/accounts/${accountAddress}'
|
|
273
|
-
},
|
|
274
268
|
{
|
|
275
269
|
kind: 'Valopers',
|
|
276
270
|
url: 'https://juno.valopers.com/',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.462",
|
|
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.
|
|
32
|
+
"chain-registry": "^1.69.462"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.291"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "59ba37cc0249db218d0ba30cb3dc2d0ec2957c21"
|
|
47
47
|
}
|