@chain-registry/osmosis 1.67.372 → 1.67.374
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/esm/testnet.js +12 -3
- package/package.json +3 -3
- package/testnet.js +12 -3
package/esm/testnet.js
CHANGED
|
@@ -88,17 +88,26 @@ const testnet = {
|
|
|
88
88
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
89
89
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
90
90
|
},
|
|
91
|
-
explorers: [
|
|
91
|
+
explorers: [
|
|
92
|
+
{
|
|
92
93
|
kind: 'mintscan',
|
|
93
94
|
url: 'https://mintscan.io/osmosis-testnet',
|
|
94
95
|
tx_page: 'https://mintscan.io/osmosis-testnet/txs/${txHash}',
|
|
95
96
|
account_page: 'https://mintscan.io/osmosis-testnet/account/${accountAddress}'
|
|
96
|
-
},
|
|
97
|
+
},
|
|
98
|
+
{
|
|
97
99
|
kind: 'ping.pub',
|
|
98
100
|
url: 'https://explorer.osmotest5.osmosis.zone',
|
|
99
101
|
tx_page: 'https://explorer.osmotest5.osmosis.zone/osmo-test-5/tx/${txHash}',
|
|
100
102
|
account_page: 'https://explorer.osmotest5.osmosis.zone/osmo-test-5/account/${accountAddress}'
|
|
101
|
-
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
kind: 'Valopers',
|
|
106
|
+
url: 'https://testnet.osmosis.valopers.com/',
|
|
107
|
+
tx_page: 'https://testnet.osmosis.valopers.com/transactions/${txHash}',
|
|
108
|
+
account_page: 'https://testnet.osmosis.valopers.com/account/${accountAddress}'
|
|
109
|
+
}
|
|
110
|
+
],
|
|
102
111
|
keywords: ['dex', 'testnet'],
|
|
103
112
|
images: [{
|
|
104
113
|
image_sync: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.374",
|
|
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.374"
|
|
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": "f0172973ee7fb9e552ff6983c70b9bec3d2f2bcd"
|
|
42
42
|
}
|
package/testnet.js
CHANGED
|
@@ -90,17 +90,26 @@ const testnet = {
|
|
|
90
90
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
91
91
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
92
92
|
},
|
|
93
|
-
explorers: [
|
|
93
|
+
explorers: [
|
|
94
|
+
{
|
|
94
95
|
kind: 'mintscan',
|
|
95
96
|
url: 'https://mintscan.io/osmosis-testnet',
|
|
96
97
|
tx_page: 'https://mintscan.io/osmosis-testnet/txs/${txHash}',
|
|
97
98
|
account_page: 'https://mintscan.io/osmosis-testnet/account/${accountAddress}'
|
|
98
|
-
},
|
|
99
|
+
},
|
|
100
|
+
{
|
|
99
101
|
kind: 'ping.pub',
|
|
100
102
|
url: 'https://explorer.osmotest5.osmosis.zone',
|
|
101
103
|
tx_page: 'https://explorer.osmotest5.osmosis.zone/osmo-test-5/tx/${txHash}',
|
|
102
104
|
account_page: 'https://explorer.osmotest5.osmosis.zone/osmo-test-5/account/${accountAddress}'
|
|
103
|
-
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
kind: 'Valopers',
|
|
108
|
+
url: 'https://testnet.osmosis.valopers.com/',
|
|
109
|
+
tx_page: 'https://testnet.osmosis.valopers.com/transactions/${txHash}',
|
|
110
|
+
account_page: 'https://testnet.osmosis.valopers.com/account/${accountAddress}'
|
|
111
|
+
}
|
|
112
|
+
],
|
|
104
113
|
keywords: ['dex', 'testnet'],
|
|
105
114
|
images: [{
|
|
106
115
|
image_sync: {
|