chain-registry 2.0.50 → 2.0.52
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/bitsong/ibc-data.js +29 -0
- package/esm/mainnet/cosmoshub/asset-list.js +20 -0
- package/esm/mainnet/neutron/ibc-data.js +29 -0
- package/esm/mainnet/seda/chain.js +18 -0
- package/esm/mainnet/sunrise/chain.js +84 -0
- package/mainnet/bitsong/ibc-data.js +29 -0
- package/mainnet/cosmoshub/asset-list.js +20 -0
- package/mainnet/neutron/ibc-data.js +29 -0
- package/mainnet/seda/chain.js +18 -0
- package/mainnet/sunrise/chain.js +84 -0
- package/package.json +3 -3
|
@@ -143,6 +143,35 @@ const info = [
|
|
|
143
143
|
}
|
|
144
144
|
}]
|
|
145
145
|
},
|
|
146
|
+
{
|
|
147
|
+
$schema: '../ibc_data.schema.json',
|
|
148
|
+
chain1: {
|
|
149
|
+
chainName: 'bitsong',
|
|
150
|
+
clientId: '07-tendermint-83',
|
|
151
|
+
connectionId: 'connection-58'
|
|
152
|
+
},
|
|
153
|
+
chain2: {
|
|
154
|
+
chainName: 'neutron',
|
|
155
|
+
clientId: '07-tendermint-182',
|
|
156
|
+
connectionId: 'connection-136'
|
|
157
|
+
},
|
|
158
|
+
channels: [{
|
|
159
|
+
chain1: {
|
|
160
|
+
channelId: 'channel-39',
|
|
161
|
+
portId: 'transfer'
|
|
162
|
+
},
|
|
163
|
+
chain2: {
|
|
164
|
+
channelId: 'channel-7232',
|
|
165
|
+
portId: 'transfer'
|
|
166
|
+
},
|
|
167
|
+
ordering: 'unordered',
|
|
168
|
+
version: 'ics20-1',
|
|
169
|
+
tags: {
|
|
170
|
+
status: 'live',
|
|
171
|
+
preferred: true
|
|
172
|
+
}
|
|
173
|
+
}]
|
|
174
|
+
},
|
|
146
175
|
{
|
|
147
176
|
$schema: '../ibc_data.schema.json',
|
|
148
177
|
chain1: {
|
|
@@ -733,6 +733,26 @@ const info = {
|
|
|
733
733
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
734
734
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
735
735
|
}
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
description: 'Quark ($QUARK) is the first permissionless CosmWasm token launched on the Cosmos Hub.',
|
|
739
|
+
denomUnits: [{
|
|
740
|
+
denom: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
|
|
741
|
+
exponent: 0
|
|
742
|
+
}, {
|
|
743
|
+
denom: 'quark',
|
|
744
|
+
exponent: 6
|
|
745
|
+
}],
|
|
746
|
+
typeAsset: 'sdk.coin',
|
|
747
|
+
base: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
|
|
748
|
+
name: 'Quark',
|
|
749
|
+
display: 'quark',
|
|
750
|
+
symbol: 'QUARK',
|
|
751
|
+
logoURIs: {
|
|
752
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.png',
|
|
753
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.svg'
|
|
754
|
+
},
|
|
755
|
+
keywords: ['memecoin']
|
|
736
756
|
}
|
|
737
757
|
]
|
|
738
758
|
};
|
|
@@ -115,6 +115,35 @@ const info = [
|
|
|
115
115
|
}
|
|
116
116
|
}]
|
|
117
117
|
},
|
|
118
|
+
{
|
|
119
|
+
$schema: '../ibc_data.schema.json',
|
|
120
|
+
chain1: {
|
|
121
|
+
chainName: 'bitsong',
|
|
122
|
+
clientId: '07-tendermint-83',
|
|
123
|
+
connectionId: 'connection-58'
|
|
124
|
+
},
|
|
125
|
+
chain2: {
|
|
126
|
+
chainName: 'neutron',
|
|
127
|
+
clientId: '07-tendermint-182',
|
|
128
|
+
connectionId: 'connection-136'
|
|
129
|
+
},
|
|
130
|
+
channels: [{
|
|
131
|
+
chain1: {
|
|
132
|
+
channelId: 'channel-39',
|
|
133
|
+
portId: 'transfer'
|
|
134
|
+
},
|
|
135
|
+
chain2: {
|
|
136
|
+
channelId: 'channel-7232',
|
|
137
|
+
portId: 'transfer'
|
|
138
|
+
},
|
|
139
|
+
ordering: 'unordered',
|
|
140
|
+
version: 'ics20-1',
|
|
141
|
+
tags: {
|
|
142
|
+
status: 'live',
|
|
143
|
+
preferred: true
|
|
144
|
+
}
|
|
145
|
+
}]
|
|
146
|
+
},
|
|
118
147
|
{
|
|
119
148
|
$schema: '../ibc_data.schema.json',
|
|
120
149
|
chain1: {
|
|
@@ -141,6 +141,10 @@ const info = {
|
|
|
141
141
|
{
|
|
142
142
|
address: 'https://rpc.seda.tcnetwork.io',
|
|
143
143
|
provider: 'TC Network'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
address: 'https://seda-rpc.stakeandrelax.net',
|
|
147
|
+
provider: 'Stake&Relax 🦥'
|
|
144
148
|
}
|
|
145
149
|
],
|
|
146
150
|
rest: [
|
|
@@ -219,6 +223,10 @@ const info = {
|
|
|
219
223
|
{
|
|
220
224
|
address: 'https://rest.seda.tcnetwork.io',
|
|
221
225
|
provider: 'TC Network'
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
address: 'https://seda-api.stakeandrelax.net',
|
|
229
|
+
provider: 'Stake&Relax 🦥'
|
|
222
230
|
}
|
|
223
231
|
],
|
|
224
232
|
grpc: [
|
|
@@ -265,6 +273,10 @@ const info = {
|
|
|
265
273
|
{
|
|
266
274
|
address: 'seda.grpc.cumulo.org.es:443',
|
|
267
275
|
provider: 'Cumulo'
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
address: 'http://seda-grpc.stakeandrelax.net:25890',
|
|
279
|
+
provider: 'Stake&Relax 🦥'
|
|
268
280
|
}
|
|
269
281
|
]
|
|
270
282
|
},
|
|
@@ -321,6 +333,12 @@ const info = {
|
|
|
321
333
|
url: 'https://explorer.node39.top/Seda',
|
|
322
334
|
txPage: 'https://explorer.node39.top/Seda/tx/${txHash}',
|
|
323
335
|
accountPage: 'https://explorer.node39.top/Seda/account/${accountAddress}'
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
kind: 'Stake&Relax 🦥 explorer',
|
|
339
|
+
url: 'https://explorer.stakeandrelax.net/seda',
|
|
340
|
+
txPage: 'https://explorer.stakeandrelax.net/seda/tx/${txHash}',
|
|
341
|
+
accountPage: 'https://explorer.stakeandrelax.net/seda/account/${accountAddress}'
|
|
324
342
|
}
|
|
325
343
|
],
|
|
326
344
|
images: [{
|
|
@@ -63,6 +63,10 @@ const info = {
|
|
|
63
63
|
address: 'https://sunrise-mainnet-rpc.mekonglabs.tech',
|
|
64
64
|
provider: 'MekongLabs'
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
address: 'https://sunrise-rpc.noders.services',
|
|
68
|
+
provider: '[NODERS]'
|
|
69
|
+
},
|
|
66
70
|
{
|
|
67
71
|
address: 'https://rpc-sunrise.nodeist.net',
|
|
68
72
|
provider: 'Nodeist'
|
|
@@ -83,9 +87,25 @@ const info = {
|
|
|
83
87
|
address: 'https://sunrise-rpc-2.krews.xyz',
|
|
84
88
|
provider: 'Krews'
|
|
85
89
|
},
|
|
90
|
+
{
|
|
91
|
+
address: 'https://sunrise-mainnet-rpc.denodes.xyz/',
|
|
92
|
+
provider: 'deNodes'
|
|
93
|
+
},
|
|
86
94
|
{
|
|
87
95
|
address: 'http://sunrise.rpc.decentrio.ventures',
|
|
88
96
|
provider: 'Decentrio'
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
address: 'https://sunrise-rpc.synergynodes.com',
|
|
100
|
+
provider: 'Synergy Nodes'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'https://sunrise.rpc.m.anode.team',
|
|
104
|
+
provider: 'Anode.team'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
address: 'https://sunrise-rpc.stakeandrelax.net',
|
|
108
|
+
provider: 'Stake&Relax 🦥'
|
|
89
109
|
}
|
|
90
110
|
],
|
|
91
111
|
rest: [
|
|
@@ -93,6 +113,10 @@ const info = {
|
|
|
93
113
|
address: 'https://a.consensus.sunrise-1.sunriselayer.io:1318',
|
|
94
114
|
provider: 'Sunrise Team'
|
|
95
115
|
},
|
|
116
|
+
{
|
|
117
|
+
address: 'https://sunrise-api.noders.services',
|
|
118
|
+
provider: '[NODERS]'
|
|
119
|
+
},
|
|
96
120
|
{
|
|
97
121
|
address: 'https://sunrise-mainnet-api.mekonglabs.tech',
|
|
98
122
|
provider: 'MekongLabs'
|
|
@@ -117,9 +141,25 @@ const info = {
|
|
|
117
141
|
address: 'https://sunrise-api-2.krews.xyz',
|
|
118
142
|
provider: 'Krews'
|
|
119
143
|
},
|
|
144
|
+
{
|
|
145
|
+
address: 'https://sunrise-mainnet-api.denodes.xyz/',
|
|
146
|
+
provider: 'deNodes'
|
|
147
|
+
},
|
|
120
148
|
{
|
|
121
149
|
address: 'https://sunrise.api.decentrio.ventures',
|
|
122
150
|
provider: 'Decentrio'
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
address: 'https://sunrise-api.synergynodes.com',
|
|
154
|
+
provider: 'Synergy Nodes'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
address: 'https://sunrise.api.m.anode.team',
|
|
158
|
+
provider: 'Anode.team'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
address: 'https://sunrise-api.stakeandrelax.net',
|
|
162
|
+
provider: 'Stake&Relax 🦥'
|
|
123
163
|
}
|
|
124
164
|
],
|
|
125
165
|
grpc: [
|
|
@@ -131,13 +171,33 @@ const info = {
|
|
|
131
171
|
address: 'https://grpc-sunrise.nodeist.net',
|
|
132
172
|
provider: 'Nodeist'
|
|
133
173
|
},
|
|
174
|
+
{
|
|
175
|
+
address: 'https://sunrise-grpc.noders.services:443',
|
|
176
|
+
provider: '[NODERS]'
|
|
177
|
+
},
|
|
134
178
|
{
|
|
135
179
|
address: 'https://grpc.sunrise.nodestake.org:443',
|
|
136
180
|
provider: 'NodeStake'
|
|
137
181
|
},
|
|
182
|
+
{
|
|
183
|
+
address: 'https://sunrise-mainnet-grpc.denodes.xyz:443',
|
|
184
|
+
provider: 'deNodes'
|
|
185
|
+
},
|
|
138
186
|
{
|
|
139
187
|
address: 'https://sunrise.grpc.decentrio.ventures:443',
|
|
140
188
|
provider: 'Decentrio'
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
address: 'https://sunrise-grpc.synergynodes.com:443',
|
|
192
|
+
provider: 'Synergy Nodes'
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
address: 'http://sunrise.grpc.m.anode.team',
|
|
196
|
+
provider: 'Anode.team'
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
address: 'http://sunrise-grpc.stakeandrelax.net:28390',
|
|
200
|
+
provider: 'Stake&Relax 🦥'
|
|
141
201
|
}
|
|
142
202
|
]
|
|
143
203
|
},
|
|
@@ -176,6 +236,30 @@ const info = {
|
|
|
176
236
|
url: 'https://risescan.krews.xyz',
|
|
177
237
|
txPage: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
|
|
178
238
|
accountPage: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
kind: 'deNodes',
|
|
242
|
+
url: 'https://risescan.denodes.app/',
|
|
243
|
+
txPage: 'https://risescan.denodes.app/sunrise/tx/${txHash}',
|
|
244
|
+
accountPage: 'https://risescan.denodes.app/sunrise/account/${accountAddress}'
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
kind: 'Synergy Nodes Explorer',
|
|
248
|
+
url: 'https://cosmosrun.info/sunrise',
|
|
249
|
+
txPage: 'https://cosmosrun.info/sunrise/tx/${txHash}',
|
|
250
|
+
accountPage: 'https://cosmosrun.info/sunrise/account/${accountAddress}'
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
kind: 'Anode.team',
|
|
254
|
+
url: 'https://main.anode.team/sunrise',
|
|
255
|
+
txPage: 'https://main.anode.team/sunrise/tx/${txHash}',
|
|
256
|
+
accountPage: 'https://main.anode.team/sunrise/account/${accountAddress}'
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
kind: 'Stake&Relax 🦥 explorer',
|
|
260
|
+
url: 'https://explorer.stakeandrelax.net/sunrise',
|
|
261
|
+
txPage: 'https://explorer.stakeandrelax.net/sunrise/tx/${txHash}',
|
|
262
|
+
accountPage: 'https://explorer.stakeandrelax.net/sunrise/account/${accountAddress}'
|
|
179
263
|
}
|
|
180
264
|
],
|
|
181
265
|
images: [{
|
|
@@ -145,6 +145,35 @@ const info = [
|
|
|
145
145
|
}
|
|
146
146
|
}]
|
|
147
147
|
},
|
|
148
|
+
{
|
|
149
|
+
$schema: '../ibc_data.schema.json',
|
|
150
|
+
chain1: {
|
|
151
|
+
chainName: 'bitsong',
|
|
152
|
+
clientId: '07-tendermint-83',
|
|
153
|
+
connectionId: 'connection-58'
|
|
154
|
+
},
|
|
155
|
+
chain2: {
|
|
156
|
+
chainName: 'neutron',
|
|
157
|
+
clientId: '07-tendermint-182',
|
|
158
|
+
connectionId: 'connection-136'
|
|
159
|
+
},
|
|
160
|
+
channels: [{
|
|
161
|
+
chain1: {
|
|
162
|
+
channelId: 'channel-39',
|
|
163
|
+
portId: 'transfer'
|
|
164
|
+
},
|
|
165
|
+
chain2: {
|
|
166
|
+
channelId: 'channel-7232',
|
|
167
|
+
portId: 'transfer'
|
|
168
|
+
},
|
|
169
|
+
ordering: 'unordered',
|
|
170
|
+
version: 'ics20-1',
|
|
171
|
+
tags: {
|
|
172
|
+
status: 'live',
|
|
173
|
+
preferred: true
|
|
174
|
+
}
|
|
175
|
+
}]
|
|
176
|
+
},
|
|
148
177
|
{
|
|
149
178
|
$schema: '../ibc_data.schema.json',
|
|
150
179
|
chain1: {
|
|
@@ -735,6 +735,26 @@ const info = {
|
|
|
735
735
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
736
736
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
737
737
|
}
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
description: 'Quark ($QUARK) is the first permissionless CosmWasm token launched on the Cosmos Hub.',
|
|
741
|
+
denomUnits: [{
|
|
742
|
+
denom: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
|
|
743
|
+
exponent: 0
|
|
744
|
+
}, {
|
|
745
|
+
denom: 'quark',
|
|
746
|
+
exponent: 6
|
|
747
|
+
}],
|
|
748
|
+
typeAsset: 'sdk.coin',
|
|
749
|
+
base: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
|
|
750
|
+
name: 'Quark',
|
|
751
|
+
display: 'quark',
|
|
752
|
+
symbol: 'QUARK',
|
|
753
|
+
logoURIs: {
|
|
754
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.png',
|
|
755
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.svg'
|
|
756
|
+
},
|
|
757
|
+
keywords: ['memecoin']
|
|
738
758
|
}
|
|
739
759
|
]
|
|
740
760
|
};
|
|
@@ -117,6 +117,35 @@ const info = [
|
|
|
117
117
|
}
|
|
118
118
|
}]
|
|
119
119
|
},
|
|
120
|
+
{
|
|
121
|
+
$schema: '../ibc_data.schema.json',
|
|
122
|
+
chain1: {
|
|
123
|
+
chainName: 'bitsong',
|
|
124
|
+
clientId: '07-tendermint-83',
|
|
125
|
+
connectionId: 'connection-58'
|
|
126
|
+
},
|
|
127
|
+
chain2: {
|
|
128
|
+
chainName: 'neutron',
|
|
129
|
+
clientId: '07-tendermint-182',
|
|
130
|
+
connectionId: 'connection-136'
|
|
131
|
+
},
|
|
132
|
+
channels: [{
|
|
133
|
+
chain1: {
|
|
134
|
+
channelId: 'channel-39',
|
|
135
|
+
portId: 'transfer'
|
|
136
|
+
},
|
|
137
|
+
chain2: {
|
|
138
|
+
channelId: 'channel-7232',
|
|
139
|
+
portId: 'transfer'
|
|
140
|
+
},
|
|
141
|
+
ordering: 'unordered',
|
|
142
|
+
version: 'ics20-1',
|
|
143
|
+
tags: {
|
|
144
|
+
status: 'live',
|
|
145
|
+
preferred: true
|
|
146
|
+
}
|
|
147
|
+
}]
|
|
148
|
+
},
|
|
120
149
|
{
|
|
121
150
|
$schema: '../ibc_data.schema.json',
|
|
122
151
|
chain1: {
|
package/mainnet/seda/chain.js
CHANGED
|
@@ -143,6 +143,10 @@ const info = {
|
|
|
143
143
|
{
|
|
144
144
|
address: 'https://rpc.seda.tcnetwork.io',
|
|
145
145
|
provider: 'TC Network'
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
address: 'https://seda-rpc.stakeandrelax.net',
|
|
149
|
+
provider: 'Stake&Relax 🦥'
|
|
146
150
|
}
|
|
147
151
|
],
|
|
148
152
|
rest: [
|
|
@@ -221,6 +225,10 @@ const info = {
|
|
|
221
225
|
{
|
|
222
226
|
address: 'https://rest.seda.tcnetwork.io',
|
|
223
227
|
provider: 'TC Network'
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
address: 'https://seda-api.stakeandrelax.net',
|
|
231
|
+
provider: 'Stake&Relax 🦥'
|
|
224
232
|
}
|
|
225
233
|
],
|
|
226
234
|
grpc: [
|
|
@@ -267,6 +275,10 @@ const info = {
|
|
|
267
275
|
{
|
|
268
276
|
address: 'seda.grpc.cumulo.org.es:443',
|
|
269
277
|
provider: 'Cumulo'
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
address: 'http://seda-grpc.stakeandrelax.net:25890',
|
|
281
|
+
provider: 'Stake&Relax 🦥'
|
|
270
282
|
}
|
|
271
283
|
]
|
|
272
284
|
},
|
|
@@ -323,6 +335,12 @@ const info = {
|
|
|
323
335
|
url: 'https://explorer.node39.top/Seda',
|
|
324
336
|
txPage: 'https://explorer.node39.top/Seda/tx/${txHash}',
|
|
325
337
|
accountPage: 'https://explorer.node39.top/Seda/account/${accountAddress}'
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
kind: 'Stake&Relax 🦥 explorer',
|
|
341
|
+
url: 'https://explorer.stakeandrelax.net/seda',
|
|
342
|
+
txPage: 'https://explorer.stakeandrelax.net/seda/tx/${txHash}',
|
|
343
|
+
accountPage: 'https://explorer.stakeandrelax.net/seda/account/${accountAddress}'
|
|
326
344
|
}
|
|
327
345
|
],
|
|
328
346
|
images: [{
|
package/mainnet/sunrise/chain.js
CHANGED
|
@@ -65,6 +65,10 @@ const info = {
|
|
|
65
65
|
address: 'https://sunrise-mainnet-rpc.mekonglabs.tech',
|
|
66
66
|
provider: 'MekongLabs'
|
|
67
67
|
},
|
|
68
|
+
{
|
|
69
|
+
address: 'https://sunrise-rpc.noders.services',
|
|
70
|
+
provider: '[NODERS]'
|
|
71
|
+
},
|
|
68
72
|
{
|
|
69
73
|
address: 'https://rpc-sunrise.nodeist.net',
|
|
70
74
|
provider: 'Nodeist'
|
|
@@ -85,9 +89,25 @@ const info = {
|
|
|
85
89
|
address: 'https://sunrise-rpc-2.krews.xyz',
|
|
86
90
|
provider: 'Krews'
|
|
87
91
|
},
|
|
92
|
+
{
|
|
93
|
+
address: 'https://sunrise-mainnet-rpc.denodes.xyz/',
|
|
94
|
+
provider: 'deNodes'
|
|
95
|
+
},
|
|
88
96
|
{
|
|
89
97
|
address: 'http://sunrise.rpc.decentrio.ventures',
|
|
90
98
|
provider: 'Decentrio'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
address: 'https://sunrise-rpc.synergynodes.com',
|
|
102
|
+
provider: 'Synergy Nodes'
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
address: 'https://sunrise.rpc.m.anode.team',
|
|
106
|
+
provider: 'Anode.team'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://sunrise-rpc.stakeandrelax.net',
|
|
110
|
+
provider: 'Stake&Relax 🦥'
|
|
91
111
|
}
|
|
92
112
|
],
|
|
93
113
|
rest: [
|
|
@@ -95,6 +115,10 @@ const info = {
|
|
|
95
115
|
address: 'https://a.consensus.sunrise-1.sunriselayer.io:1318',
|
|
96
116
|
provider: 'Sunrise Team'
|
|
97
117
|
},
|
|
118
|
+
{
|
|
119
|
+
address: 'https://sunrise-api.noders.services',
|
|
120
|
+
provider: '[NODERS]'
|
|
121
|
+
},
|
|
98
122
|
{
|
|
99
123
|
address: 'https://sunrise-mainnet-api.mekonglabs.tech',
|
|
100
124
|
provider: 'MekongLabs'
|
|
@@ -119,9 +143,25 @@ const info = {
|
|
|
119
143
|
address: 'https://sunrise-api-2.krews.xyz',
|
|
120
144
|
provider: 'Krews'
|
|
121
145
|
},
|
|
146
|
+
{
|
|
147
|
+
address: 'https://sunrise-mainnet-api.denodes.xyz/',
|
|
148
|
+
provider: 'deNodes'
|
|
149
|
+
},
|
|
122
150
|
{
|
|
123
151
|
address: 'https://sunrise.api.decentrio.ventures',
|
|
124
152
|
provider: 'Decentrio'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
address: 'https://sunrise-api.synergynodes.com',
|
|
156
|
+
provider: 'Synergy Nodes'
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
address: 'https://sunrise.api.m.anode.team',
|
|
160
|
+
provider: 'Anode.team'
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
address: 'https://sunrise-api.stakeandrelax.net',
|
|
164
|
+
provider: 'Stake&Relax 🦥'
|
|
125
165
|
}
|
|
126
166
|
],
|
|
127
167
|
grpc: [
|
|
@@ -133,13 +173,33 @@ const info = {
|
|
|
133
173
|
address: 'https://grpc-sunrise.nodeist.net',
|
|
134
174
|
provider: 'Nodeist'
|
|
135
175
|
},
|
|
176
|
+
{
|
|
177
|
+
address: 'https://sunrise-grpc.noders.services:443',
|
|
178
|
+
provider: '[NODERS]'
|
|
179
|
+
},
|
|
136
180
|
{
|
|
137
181
|
address: 'https://grpc.sunrise.nodestake.org:443',
|
|
138
182
|
provider: 'NodeStake'
|
|
139
183
|
},
|
|
184
|
+
{
|
|
185
|
+
address: 'https://sunrise-mainnet-grpc.denodes.xyz:443',
|
|
186
|
+
provider: 'deNodes'
|
|
187
|
+
},
|
|
140
188
|
{
|
|
141
189
|
address: 'https://sunrise.grpc.decentrio.ventures:443',
|
|
142
190
|
provider: 'Decentrio'
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
address: 'https://sunrise-grpc.synergynodes.com:443',
|
|
194
|
+
provider: 'Synergy Nodes'
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
address: 'http://sunrise.grpc.m.anode.team',
|
|
198
|
+
provider: 'Anode.team'
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
address: 'http://sunrise-grpc.stakeandrelax.net:28390',
|
|
202
|
+
provider: 'Stake&Relax 🦥'
|
|
143
203
|
}
|
|
144
204
|
]
|
|
145
205
|
},
|
|
@@ -178,6 +238,30 @@ const info = {
|
|
|
178
238
|
url: 'https://risescan.krews.xyz',
|
|
179
239
|
txPage: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
|
|
180
240
|
accountPage: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
kind: 'deNodes',
|
|
244
|
+
url: 'https://risescan.denodes.app/',
|
|
245
|
+
txPage: 'https://risescan.denodes.app/sunrise/tx/${txHash}',
|
|
246
|
+
accountPage: 'https://risescan.denodes.app/sunrise/account/${accountAddress}'
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
kind: 'Synergy Nodes Explorer',
|
|
250
|
+
url: 'https://cosmosrun.info/sunrise',
|
|
251
|
+
txPage: 'https://cosmosrun.info/sunrise/tx/${txHash}',
|
|
252
|
+
accountPage: 'https://cosmosrun.info/sunrise/account/${accountAddress}'
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
kind: 'Anode.team',
|
|
256
|
+
url: 'https://main.anode.team/sunrise',
|
|
257
|
+
txPage: 'https://main.anode.team/sunrise/tx/${txHash}',
|
|
258
|
+
accountPage: 'https://main.anode.team/sunrise/account/${accountAddress}'
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
kind: 'Stake&Relax 🦥 explorer',
|
|
262
|
+
url: 'https://explorer.stakeandrelax.net/sunrise',
|
|
263
|
+
txPage: 'https://explorer.stakeandrelax.net/sunrise/tx/${txHash}',
|
|
264
|
+
accountPage: 'https://explorer.stakeandrelax.net/sunrise/account/${accountAddress}'
|
|
181
265
|
}
|
|
182
266
|
],
|
|
183
267
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.52",
|
|
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.52"
|
|
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": "b8ebb4365cb658b15ca687b0335386d1c624efc3"
|
|
43
43
|
}
|