chain-registry 2.0.156 → 2.0.157
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.
|
@@ -112,10 +112,6 @@ const info = {
|
|
|
112
112
|
address: 'https://umee-rpc.stake-town.com',
|
|
113
113
|
provider: 'StakeTown'
|
|
114
114
|
},
|
|
115
|
-
{
|
|
116
|
-
address: 'https://umee-rpc.highstakes.ch',
|
|
117
|
-
provider: 'High Stakes 🇨🇭'
|
|
118
|
-
},
|
|
119
115
|
{
|
|
120
116
|
address: 'https://umee.rpc.stakevillage.net:443',
|
|
121
117
|
provider: 'Stake Village'
|
|
@@ -182,10 +178,6 @@ const info = {
|
|
|
182
178
|
address: 'https://umee-api.stake-town.com',
|
|
183
179
|
provider: 'StakeTown'
|
|
184
180
|
},
|
|
185
|
-
{
|
|
186
|
-
address: 'https://umee-api.highstakes.ch',
|
|
187
|
-
provider: 'High Stakes 🇨🇭'
|
|
188
|
-
},
|
|
189
181
|
{
|
|
190
182
|
address: 'https://umee.api.stakevillage.net',
|
|
191
183
|
provider: 'Stake Village'
|
package/mainnet/umee/chain.js
CHANGED
|
@@ -114,10 +114,6 @@ const info = {
|
|
|
114
114
|
address: 'https://umee-rpc.stake-town.com',
|
|
115
115
|
provider: 'StakeTown'
|
|
116
116
|
},
|
|
117
|
-
{
|
|
118
|
-
address: 'https://umee-rpc.highstakes.ch',
|
|
119
|
-
provider: 'High Stakes 🇨🇭'
|
|
120
|
-
},
|
|
121
117
|
{
|
|
122
118
|
address: 'https://umee.rpc.stakevillage.net:443',
|
|
123
119
|
provider: 'Stake Village'
|
|
@@ -184,10 +180,6 @@ const info = {
|
|
|
184
180
|
address: 'https://umee-api.stake-town.com',
|
|
185
181
|
provider: 'StakeTown'
|
|
186
182
|
},
|
|
187
|
-
{
|
|
188
|
-
address: 'https://umee-api.highstakes.ch',
|
|
189
|
-
provider: 'High Stakes 🇨🇭'
|
|
190
|
-
},
|
|
191
183
|
{
|
|
192
184
|
address: 'https://umee.api.stakevillage.net',
|
|
193
185
|
provider: 'Stake Village'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.157",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.157"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "b30781a6d2deb88216886fbc28d64a4423608efb"
|
|
43
43
|
}
|