@chain-registry/osmosis
Advanced tools
Comparing version 1.67.24 to 1.67.25
18
chain.js
@@ -172,2 +172,6 @@ "use strict"; | ||
provider: 'dRPC' | ||
}, | ||
{ | ||
address: 'https://osmosis-rpc.chainroot.io', | ||
provider: 'Chainroot' | ||
} | ||
@@ -275,2 +279,6 @@ ], | ||
provider: '[NODERS]TEAM' | ||
}, | ||
{ | ||
address: 'https://osmosis-api.chainroot.io', | ||
provider: 'Chainroot' | ||
} | ||
@@ -346,2 +354,6 @@ ], | ||
provider: '[NODERS]TEAM' | ||
}, | ||
{ | ||
address: 'osmosis-grpc.chainroot.io:443', | ||
provider: 'Chainroot' | ||
} | ||
@@ -417,2 +429,8 @@ ] | ||
account_page: 'https://mainnet.whispernode.com/osmosis/account/${accountAddress}' | ||
}, | ||
{ | ||
kind: 'Chainroot', | ||
url: 'https://explorer.chainroot.io/osmosis', | ||
tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}', | ||
account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}' | ||
} | ||
@@ -419,0 +437,0 @@ ], |
@@ -170,2 +170,6 @@ const chain = { | ||
provider: 'dRPC' | ||
}, | ||
{ | ||
address: 'https://osmosis-rpc.chainroot.io', | ||
provider: 'Chainroot' | ||
} | ||
@@ -273,2 +277,6 @@ ], | ||
provider: '[NODERS]TEAM' | ||
}, | ||
{ | ||
address: 'https://osmosis-api.chainroot.io', | ||
provider: 'Chainroot' | ||
} | ||
@@ -344,2 +352,6 @@ ], | ||
provider: '[NODERS]TEAM' | ||
}, | ||
{ | ||
address: 'osmosis-grpc.chainroot.io:443', | ||
provider: 'Chainroot' | ||
} | ||
@@ -415,2 +427,8 @@ ] | ||
account_page: 'https://mainnet.whispernode.com/osmosis/account/${accountAddress}' | ||
}, | ||
{ | ||
kind: 'Chainroot', | ||
url: 'https://explorer.chainroot.io/osmosis', | ||
tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}', | ||
account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}' | ||
} | ||
@@ -417,0 +435,0 @@ ], |
{ | ||
"name": "@chain-registry/osmosis", | ||
"version": "1.67.24", | ||
"version": "1.67.25", | ||
"description": "Chain Registry info for Osmosis", | ||
@@ -32,3 +32,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"dependencies": { | ||
"@chain-registry/types": "^0.50.24" | ||
"@chain-registry/types": "^0.50.25" | ||
}, | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
], | ||
"gitHead": "ed59e69187b32c9ebaf9e52a36db456615e5c23b" | ||
"gitHead": "0aa3d24c45e63cff4af04d1eb4eb61d52cdafb70" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
6109884
138427
+ Added@chain-registry/types@0.50.71(transitive)
- Removed@chain-registry/types@0.50.73(transitive)