chain-registry 2.0.55 → 2.0.56
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/mainnet/sunrise/asset-list.js +1 -1
- package/esm/mainnet/sunrise/chain.js +36 -0
- package/esm/testnet/sunrisetestnet/asset-list.js +1 -1
- package/mainnet/sunrise/asset-list.js +1 -1
- package/mainnet/sunrise/chain.js +36 -0
- package/package.json +3 -3
- package/testnet/sunrisetestnet/asset-list.js +1 -1
|
@@ -71,7 +71,7 @@ const info = {
|
|
|
71
71
|
base: 'uusdrise',
|
|
72
72
|
name: 'Sunrise USDrise',
|
|
73
73
|
display: 'usdrise',
|
|
74
|
-
symbol: '
|
|
74
|
+
symbol: 'USDrise',
|
|
75
75
|
logoURIs: {
|
|
76
76
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
77
77
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
@@ -106,6 +106,14 @@ const info = {
|
|
|
106
106
|
{
|
|
107
107
|
address: 'https://sunrise-rpc.stakeandrelax.net',
|
|
108
108
|
provider: 'Stake&Relax 🦥'
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
address: 'https://sunrise.blocksync.me/rpc',
|
|
112
|
+
provider: 'BlockSync'
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
address: 'https://rpc-sunrise.winnode.xyz',
|
|
116
|
+
provider: 'Winnode'
|
|
109
117
|
}
|
|
110
118
|
],
|
|
111
119
|
rest: [
|
|
@@ -160,6 +168,14 @@ const info = {
|
|
|
160
168
|
{
|
|
161
169
|
address: 'https://sunrise-api.stakeandrelax.net',
|
|
162
170
|
provider: 'Stake&Relax 🦥'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
address: 'https://sunrise.blocksync.me/api',
|
|
174
|
+
provider: 'BlockSync'
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
address: 'https://api-sunrise.winnode.xyz',
|
|
178
|
+
provider: 'Winnode'
|
|
163
179
|
}
|
|
164
180
|
],
|
|
165
181
|
grpc: [
|
|
@@ -198,6 +214,14 @@ const info = {
|
|
|
198
214
|
{
|
|
199
215
|
address: 'http://sunrise-grpc.stakeandrelax.net:28390',
|
|
200
216
|
provider: 'Stake&Relax 🦥'
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
address: 'http://sunrise.blocksync.me:22090',
|
|
220
|
+
provider: 'BlockSync'
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
address: 'https://grpc-sunrise.winnode.xyz:443',
|
|
224
|
+
provider: 'Winnode'
|
|
201
225
|
}
|
|
202
226
|
]
|
|
203
227
|
},
|
|
@@ -260,6 +284,18 @@ const info = {
|
|
|
260
284
|
url: 'https://explorer.stakeandrelax.net/sunrise',
|
|
261
285
|
txPage: 'https://explorer.stakeandrelax.net/sunrise/tx/${txHash}',
|
|
262
286
|
accountPage: 'https://explorer.stakeandrelax.net/sunrise/account/${accountAddress}'
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
kind: 'BlockSync Explorer',
|
|
290
|
+
url: 'https://dashboard.blocksync.me/sunrise',
|
|
291
|
+
txPage: 'https://dashboard.blocksync.me/sunrise/tx/${txHash}',
|
|
292
|
+
accountPage: 'https://dashboard.blocksync.me/sunrise/account/${accountAddress}'
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
kind: 'Winnode explorer',
|
|
296
|
+
url: 'https://explorer.winnode.xyz/Sunrise-Mainnet',
|
|
297
|
+
txPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/tx/${txHash}',
|
|
298
|
+
accountPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/account/${accountAddress}'
|
|
263
299
|
}
|
|
264
300
|
],
|
|
265
301
|
images: [{
|
|
@@ -71,7 +71,7 @@ const info = {
|
|
|
71
71
|
base: 'uusdrise',
|
|
72
72
|
name: 'Sunrise USDrise',
|
|
73
73
|
display: 'usdrise',
|
|
74
|
-
symbol: '
|
|
74
|
+
symbol: 'USDrise',
|
|
75
75
|
logoURIs: {
|
|
76
76
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
77
77
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
@@ -73,7 +73,7 @@ const info = {
|
|
|
73
73
|
base: 'uusdrise',
|
|
74
74
|
name: 'Sunrise USDrise',
|
|
75
75
|
display: 'usdrise',
|
|
76
|
-
symbol: '
|
|
76
|
+
symbol: 'USDrise',
|
|
77
77
|
logoURIs: {
|
|
78
78
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
79
79
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
package/mainnet/sunrise/chain.js
CHANGED
|
@@ -108,6 +108,14 @@ const info = {
|
|
|
108
108
|
{
|
|
109
109
|
address: 'https://sunrise-rpc.stakeandrelax.net',
|
|
110
110
|
provider: 'Stake&Relax 🦥'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
address: 'https://sunrise.blocksync.me/rpc',
|
|
114
|
+
provider: 'BlockSync'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
address: 'https://rpc-sunrise.winnode.xyz',
|
|
118
|
+
provider: 'Winnode'
|
|
111
119
|
}
|
|
112
120
|
],
|
|
113
121
|
rest: [
|
|
@@ -162,6 +170,14 @@ const info = {
|
|
|
162
170
|
{
|
|
163
171
|
address: 'https://sunrise-api.stakeandrelax.net',
|
|
164
172
|
provider: 'Stake&Relax 🦥'
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
address: 'https://sunrise.blocksync.me/api',
|
|
176
|
+
provider: 'BlockSync'
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
address: 'https://api-sunrise.winnode.xyz',
|
|
180
|
+
provider: 'Winnode'
|
|
165
181
|
}
|
|
166
182
|
],
|
|
167
183
|
grpc: [
|
|
@@ -200,6 +216,14 @@ const info = {
|
|
|
200
216
|
{
|
|
201
217
|
address: 'http://sunrise-grpc.stakeandrelax.net:28390',
|
|
202
218
|
provider: 'Stake&Relax 🦥'
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
address: 'http://sunrise.blocksync.me:22090',
|
|
222
|
+
provider: 'BlockSync'
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
address: 'https://grpc-sunrise.winnode.xyz:443',
|
|
226
|
+
provider: 'Winnode'
|
|
203
227
|
}
|
|
204
228
|
]
|
|
205
229
|
},
|
|
@@ -262,6 +286,18 @@ const info = {
|
|
|
262
286
|
url: 'https://explorer.stakeandrelax.net/sunrise',
|
|
263
287
|
txPage: 'https://explorer.stakeandrelax.net/sunrise/tx/${txHash}',
|
|
264
288
|
accountPage: 'https://explorer.stakeandrelax.net/sunrise/account/${accountAddress}'
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
kind: 'BlockSync Explorer',
|
|
292
|
+
url: 'https://dashboard.blocksync.me/sunrise',
|
|
293
|
+
txPage: 'https://dashboard.blocksync.me/sunrise/tx/${txHash}',
|
|
294
|
+
accountPage: 'https://dashboard.blocksync.me/sunrise/account/${accountAddress}'
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
kind: 'Winnode explorer',
|
|
298
|
+
url: 'https://explorer.winnode.xyz/Sunrise-Mainnet',
|
|
299
|
+
txPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/tx/${txHash}',
|
|
300
|
+
accountPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/account/${accountAddress}'
|
|
265
301
|
}
|
|
266
302
|
],
|
|
267
303
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.56",
|
|
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.56"
|
|
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": "b6bacc582e13d21926aa07549a188f99d75229c9"
|
|
43
43
|
}
|
|
@@ -73,7 +73,7 @@ const info = {
|
|
|
73
73
|
base: 'uusdrise',
|
|
74
74
|
name: 'Sunrise USDrise',
|
|
75
75
|
display: 'usdrise',
|
|
76
|
-
symbol: '
|
|
76
|
+
symbol: 'USDrise',
|
|
77
77
|
logoURIs: {
|
|
78
78
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
79
79
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|