@chain-registry/osmosis 1.67.290 → 1.67.291
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 +3 -3
package/chain.js
CHANGED
|
@@ -811,12 +811,6 @@ const chain = {
|
|
|
811
811
|
tx_page: 'https://mainnet.whispernode.com/osmosis/tx/${txHash}',
|
|
812
812
|
account_page: 'https://mainnet.whispernode.com/osmosis/account/${accountAddress}'
|
|
813
813
|
},
|
|
814
|
-
{
|
|
815
|
-
kind: 'Chainroot',
|
|
816
|
-
url: 'https://explorer.chainroot.io/osmosis',
|
|
817
|
-
tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}',
|
|
818
|
-
account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}'
|
|
819
|
-
},
|
|
820
814
|
{
|
|
821
815
|
kind: 'Valopers',
|
|
822
816
|
url: 'https://osmosis.valopers.com/',
|
package/esm/chain.js
CHANGED
|
@@ -809,12 +809,6 @@ const chain = {
|
|
|
809
809
|
tx_page: 'https://mainnet.whispernode.com/osmosis/tx/${txHash}',
|
|
810
810
|
account_page: 'https://mainnet.whispernode.com/osmosis/account/${accountAddress}'
|
|
811
811
|
},
|
|
812
|
-
{
|
|
813
|
-
kind: 'Chainroot',
|
|
814
|
-
url: 'https://explorer.chainroot.io/osmosis',
|
|
815
|
-
tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}',
|
|
816
|
-
account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}'
|
|
817
|
-
},
|
|
818
812
|
{
|
|
819
813
|
kind: 'Valopers',
|
|
820
814
|
url: 'https://osmosis.valopers.com/',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.291",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.291"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "22c6fa6dd15a9cd8a0370d51c5c8436911631ea9"
|
|
42
42
|
}
|