@chain-registry/juno
Advanced tools
Comparing version 1.70.47 to 1.70.48
18
chain.js
@@ -152,2 +152,6 @@ "use strict"; | ||
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅' | ||
}, | ||
{ | ||
address: 'https://juno-rpc.chainroot.io', | ||
provider: 'Chainroot' | ||
} | ||
@@ -251,2 +255,6 @@ ], | ||
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅' | ||
}, | ||
{ | ||
address: 'https://juno-api.chainroot.io', | ||
provider: 'Chainroot' | ||
} | ||
@@ -338,2 +346,6 @@ ], | ||
provider: 'Nodes Hub' | ||
}, | ||
{ | ||
address: 'juno-grpc.chainroot.io:443', | ||
provider: 'Chainroot' | ||
} | ||
@@ -409,2 +421,8 @@ ] | ||
account_page: 'https://mainnet.whispernode.com/juno/account/${accountAddress}' | ||
}, | ||
{ | ||
kind: 'Chainroot', | ||
url: 'https://explorer.chainroot.io/juno', | ||
tx_page: 'https://explorer.chainroot.io/juno/transactions/${txHash}', | ||
account_page: 'https://explorer.chainroot.io/juno/accounts/${accountAddress}' | ||
} | ||
@@ -411,0 +429,0 @@ ], |
@@ -150,2 +150,6 @@ const chain = { | ||
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅' | ||
}, | ||
{ | ||
address: 'https://juno-rpc.chainroot.io', | ||
provider: 'Chainroot' | ||
} | ||
@@ -249,2 +253,6 @@ ], | ||
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅' | ||
}, | ||
{ | ||
address: 'https://juno-api.chainroot.io', | ||
provider: 'Chainroot' | ||
} | ||
@@ -336,2 +344,6 @@ ], | ||
provider: 'Nodes Hub' | ||
}, | ||
{ | ||
address: 'juno-grpc.chainroot.io:443', | ||
provider: 'Chainroot' | ||
} | ||
@@ -407,2 +419,8 @@ ] | ||
account_page: 'https://mainnet.whispernode.com/juno/account/${accountAddress}' | ||
}, | ||
{ | ||
kind: 'Chainroot', | ||
url: 'https://explorer.chainroot.io/juno', | ||
tx_page: 'https://explorer.chainroot.io/juno/transactions/${txHash}', | ||
account_page: 'https://explorer.chainroot.io/juno/accounts/${accountAddress}' | ||
} | ||
@@ -409,0 +427,0 @@ ], |
{ | ||
"name": "@chain-registry/juno", | ||
"version": "1.70.47", | ||
"version": "1.70.48", | ||
"description": "Chain Registry info for Juno", | ||
@@ -32,6 +32,6 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"devDependencies": { | ||
"chain-registry": "^1.69.47" | ||
"chain-registry": "^1.69.48" | ||
}, | ||
"dependencies": { | ||
"@chain-registry/types": "^0.50.24" | ||
"@chain-registry/types": "^0.50.25" | ||
}, | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
], | ||
"gitHead": "ed59e69187b32c9ebaf9e52a36db456615e5c23b" | ||
"gitHead": "0aa3d24c45e63cff4af04d1eb4eb61d52cdafb70" | ||
} |
769470
18021