chain-registry 1.69.67 β 1.69.68
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/composable/chain.js +8 -3
- package/esm/mainnet/dungeon/chain.js +0 -8
- package/esm/mainnet/elys/chain.js +30 -0
- package/esm/mainnet/empowerchain/chain.js +18 -0
- package/esm/mainnet/fetchhub/assets.js +6 -0
- package/esm/mainnet/gitopia/chain.js +6 -6
- package/esm/mainnet/jackal/chain.js +4 -0
- package/esm/mainnet/kopi/chain.js +6 -6
- package/esm/mainnet/realio/chain.js +14 -0
- package/esm/mainnet/source/chain.js +12 -8
- package/esm/mainnet/xion/chain.js +0 -14
- package/esm/mainnet/zetachain/chain.js +12 -0
- package/mainnet/composable/chain.js +8 -3
- package/mainnet/dungeon/chain.js +0 -8
- package/mainnet/elys/chain.js +30 -0
- package/mainnet/empowerchain/chain.js +18 -0
- package/mainnet/fetchhub/assets.js +6 -0
- package/mainnet/gitopia/chain.js +6 -6
- package/mainnet/jackal/chain.js +4 -0
- package/mainnet/kopi/chain.js +6 -6
- package/mainnet/realio/chain.js +14 -0
- package/mainnet/source/chain.js +12 -8
- package/mainnet/xion/chain.js +0 -14
- package/mainnet/zetachain/chain.js +12 -0
- package/package.json +4 -4
|
@@ -70,7 +70,7 @@ const info = {
|
|
|
70
70
|
provider: 'Bro_n_Bro'
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
|
-
address: 'https://
|
|
73
|
+
address: 'https://picasso-rpc.moonbridge.org',
|
|
74
74
|
provider: 'Moonbridge'
|
|
75
75
|
},
|
|
76
76
|
{
|
|
@@ -120,7 +120,7 @@ const info = {
|
|
|
120
120
|
provider: 'Bro_n_Bro'
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
address: 'https://
|
|
123
|
+
address: 'https://picasso-api.moonbridge.org',
|
|
124
124
|
provider: 'Moonbridge'
|
|
125
125
|
},
|
|
126
126
|
{
|
|
@@ -186,7 +186,7 @@ const info = {
|
|
|
186
186
|
provider: 'Bro_n_Bro'
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
|
-
address: 'https://
|
|
189
|
+
address: 'https://picasso-grpc.moonbridge.org',
|
|
190
190
|
provider: 'Moonbridge'
|
|
191
191
|
},
|
|
192
192
|
{
|
|
@@ -228,6 +228,11 @@ const info = {
|
|
|
228
228
|
url: 'https://mainnet.whispernode.com/picasso',
|
|
229
229
|
tx_page: 'https://mainnet.whispernode.com/picasso/tx/${txHash}',
|
|
230
230
|
account_page: 'https://mainnet.whispernode.com/picasso/account/${accountAddress}'
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
kind: 'Moonbridge',
|
|
234
|
+
url: 'https://explorer.moonbridge.org/picasso',
|
|
235
|
+
tx_page: 'https://explorer.moonbridge.org/picasso/tx/${txHash}'
|
|
231
236
|
}
|
|
232
237
|
],
|
|
233
238
|
images: [{
|
|
@@ -28,10 +28,6 @@ const info = {
|
|
|
28
28
|
address: 'https://rpc-dungeon-1.seraphim.zone',
|
|
29
29
|
provider: 'Seraphim'
|
|
30
30
|
},
|
|
31
|
-
{
|
|
32
|
-
address: 'https://rpc-dungeonchain.apeironnodes.com',
|
|
33
|
-
provider: 'ApeironNodes'
|
|
34
|
-
},
|
|
35
31
|
{
|
|
36
32
|
address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
37
33
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
@@ -46,10 +42,6 @@ const info = {
|
|
|
46
42
|
address: 'https://api-dungeon-1.seraphim.zone',
|
|
47
43
|
provider: 'Seraphim'
|
|
48
44
|
},
|
|
49
|
-
{
|
|
50
|
-
address: 'https://api-dungeonchain.apeironnodes.com',
|
|
51
|
-
provider: 'ApeironNodes'
|
|
52
|
-
},
|
|
53
45
|
{
|
|
54
46
|
address: 'https://api-archive-dungeonchain.apeironnodes.com',
|
|
55
47
|
provider: 'ApeironNodes (Archive)'
|
|
@@ -94,6 +94,14 @@ const info = {
|
|
|
94
94
|
{
|
|
95
95
|
address: 'https://elys-rpc.cogwheel.zone:443',
|
|
96
96
|
provider: 'Cogwheel βοΈ'
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
address: 'https://elys.rpc.quasarstaking.ai:443',
|
|
100
|
+
provider: 'Quasar'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'https://elys-rpc.moonbridge.org:443',
|
|
104
|
+
provider: 'Moonbridge'
|
|
97
105
|
}
|
|
98
106
|
],
|
|
99
107
|
rest: [
|
|
@@ -144,6 +152,14 @@ const info = {
|
|
|
144
152
|
{
|
|
145
153
|
address: 'https://elys-api.cogwheel.zone:443',
|
|
146
154
|
provider: 'Cogwheel βοΈ'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
address: 'https://elys.api.quasarstaking.ai:443',
|
|
158
|
+
provider: 'Quasar'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
address: 'https://elys-api.moonbridge.org',
|
|
162
|
+
provider: 'Moonbridge'
|
|
147
163
|
}
|
|
148
164
|
],
|
|
149
165
|
grpc: [
|
|
@@ -178,6 +194,14 @@ const info = {
|
|
|
178
194
|
{
|
|
179
195
|
address: 'elys-grpc.cogwheel.zone:443',
|
|
180
196
|
provider: 'Cogwheel βοΈ'
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
address: 'elys.grpc.quasarstaking.ai:443',
|
|
200
|
+
provider: 'Quasar'
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
address: 'elys-grpc.moonbridge.org:443',
|
|
204
|
+
provider: 'Moonbridge'
|
|
181
205
|
}
|
|
182
206
|
]
|
|
183
207
|
},
|
|
@@ -211,6 +235,12 @@ const info = {
|
|
|
211
235
|
url: 'https://explorer.stavr.tech/Elys-Mainnet',
|
|
212
236
|
tx_page: 'https://explorer.stavr.tech/Elys-Mainnet/tx/${txHash}',
|
|
213
237
|
account_page: 'https://explorer.stavr.tech/Elys-Mainnet/account/${accountAddress}'
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
kind: 'Moonbridge',
|
|
241
|
+
url: 'https://explorer.moonbridge.org/elys',
|
|
242
|
+
tx_page: 'https://explorer.moonbridge.org/elys/tx/${txHash}',
|
|
243
|
+
account_page: 'https://explorer.moonbridge.org/elys/account/${accountAddress}'
|
|
214
244
|
}
|
|
215
245
|
]
|
|
216
246
|
};
|
|
@@ -83,6 +83,10 @@ const info = {
|
|
|
83
83
|
{
|
|
84
84
|
address: 'https://empower-rpc.bluestake.net:443',
|
|
85
85
|
provider: 'BlueStake π'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
address: 'https://empower-rpc.moonbridge.org',
|
|
89
|
+
provider: 'Moonbridge'
|
|
86
90
|
}
|
|
87
91
|
],
|
|
88
92
|
rest: [
|
|
@@ -137,6 +141,10 @@ const info = {
|
|
|
137
141
|
{
|
|
138
142
|
address: 'https://empower-api.bluestake.net',
|
|
139
143
|
provider: 'BlueStake π'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
address: 'https://empower-api.moonbridge.org',
|
|
147
|
+
provider: 'Moonbridge'
|
|
140
148
|
}
|
|
141
149
|
],
|
|
142
150
|
grpc: [
|
|
@@ -183,6 +191,10 @@ const info = {
|
|
|
183
191
|
{
|
|
184
192
|
address: 'empower-grpc.noders.services:25090',
|
|
185
193
|
provider: '[NODERS]TEAM'
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
address: 'empower-grpc.moonbridge.org:443',
|
|
197
|
+
provider: 'Moonbridge'
|
|
186
198
|
}
|
|
187
199
|
]
|
|
188
200
|
},
|
|
@@ -222,6 +234,12 @@ const info = {
|
|
|
222
234
|
url: 'https://mainnet.whispernode.com/empowerchain',
|
|
223
235
|
tx_page: 'https://mainnet.whispernode.com/empowerchain/tx/${txHash}',
|
|
224
236
|
account_page: 'https://mainnet.whispernode.com/empowerchain/account/${accountAddress}'
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
kind: 'Moonbridge',
|
|
240
|
+
url: 'https://explorer.moonbridge.org/empower',
|
|
241
|
+
tx_page: 'https://explorer.moonbridge.org/empower/tx/${txHash}',
|
|
242
|
+
account_page: 'https://explorer.moonbridge.org/empower/account/${accountAddress}'
|
|
225
243
|
}
|
|
226
244
|
],
|
|
227
245
|
images: [{
|
|
@@ -44,6 +44,12 @@ const info = {
|
|
|
44
44
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
|
|
45
45
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg'
|
|
46
46
|
},
|
|
47
|
+
socials: {
|
|
48
|
+
website: 'https://mobix.ai',
|
|
49
|
+
twitter: 'https://twitter.com/mobixwallet',
|
|
50
|
+
telegram: 'https://t.me/mobix_ai',
|
|
51
|
+
github: 'https://github.com/MOBIX-ai'
|
|
52
|
+
},
|
|
47
53
|
images: [{
|
|
48
54
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
|
|
49
55
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg',
|
|
@@ -108,7 +108,7 @@ const info = {
|
|
|
108
108
|
provider: 'Roomit'
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
address: 'https://gitopia
|
|
111
|
+
address: 'https://gitopia-rpc.moonbridge.org',
|
|
112
112
|
provider: 'Moonbridge'
|
|
113
113
|
},
|
|
114
114
|
{
|
|
@@ -230,7 +230,7 @@ const info = {
|
|
|
230
230
|
provider: 'Roomit'
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
|
-
address: 'https://gitopia
|
|
233
|
+
address: 'https://gitopia-api.moonbridge.org',
|
|
234
234
|
provider: 'Moonbridge'
|
|
235
235
|
},
|
|
236
236
|
{
|
|
@@ -352,7 +352,7 @@ const info = {
|
|
|
352
352
|
provider: 'Roomit'
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
-
address: '
|
|
355
|
+
address: 'gitopia-grpc.moonbridge.org:443',
|
|
356
356
|
provider: 'Moonbridge'
|
|
357
357
|
},
|
|
358
358
|
{
|
|
@@ -464,9 +464,9 @@ const info = {
|
|
|
464
464
|
},
|
|
465
465
|
{
|
|
466
466
|
kind: 'Moonbridge',
|
|
467
|
-
url: 'https://explorer.moonbridge.
|
|
468
|
-
tx_page: 'https://explorer.moonbridge.
|
|
469
|
-
account_page: 'https://explorer.moonbridge.
|
|
467
|
+
url: 'https://explorer.moonbridge.org/gitopia',
|
|
468
|
+
tx_page: 'https://explorer.moonbridge.org/gitopia/tx/${txHash}',
|
|
469
|
+
account_page: 'https://explorer.moonbridge.org/gitopia/account/${accountAddress}'
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
472
|
kind: 'KonsorTech',
|
|
@@ -47,7 +47,7 @@ const info = {
|
|
|
47
47
|
provider: 'Stakerhouse'
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
|
-
address: 'https://kopi
|
|
50
|
+
address: 'https://kopi-rpc.moonbridge.org',
|
|
51
51
|
provider: 'Moonbridge'
|
|
52
52
|
},
|
|
53
53
|
{
|
|
@@ -101,7 +101,7 @@ const info = {
|
|
|
101
101
|
provider: 'Stakerhouse'
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
address: 'https://kopi
|
|
104
|
+
address: 'https://kopi-api.moonbridge.org',
|
|
105
105
|
provider: 'Moonbridge'
|
|
106
106
|
},
|
|
107
107
|
{
|
|
@@ -147,7 +147,7 @@ const info = {
|
|
|
147
147
|
provider: 'Stakerhouse'
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
|
-
address: '
|
|
150
|
+
address: 'kopi-grpc.moonbridge.org:443',
|
|
151
151
|
provider: 'Moonbridge'
|
|
152
152
|
},
|
|
153
153
|
{
|
|
@@ -197,9 +197,9 @@ const info = {
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
kind: 'Moonbridge Explorer',
|
|
200
|
-
url: 'https://explorer.moonbridge.
|
|
201
|
-
tx_page: 'https://explorer.moonbridge.
|
|
202
|
-
account_page: 'https://explorer.moonbridge.
|
|
200
|
+
url: 'https://explorer.moonbridge.org/kopi',
|
|
201
|
+
tx_page: 'https://explorer.moonbridge.org/kopi/txs/${txHash}',
|
|
202
|
+
account_page: 'https://explorer.moonbridge.org/kopi/account/${accountAddress}'
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
kind: 'Cosmoscan Explorer',
|
|
@@ -81,6 +81,10 @@ const info = {
|
|
|
81
81
|
{
|
|
82
82
|
address: 'https://realio_rio_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
83
83
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
address: 'https://realio-rpc.moonbridge.org',
|
|
87
|
+
provider: 'Moonbridge'
|
|
84
88
|
}
|
|
85
89
|
],
|
|
86
90
|
rest: [
|
|
@@ -131,6 +135,10 @@ const info = {
|
|
|
131
135
|
{
|
|
132
136
|
address: 'https://realio_rio_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
133
137
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
address: 'https://realio-api.moonbridge.org',
|
|
141
|
+
provider: 'Moonbridge'
|
|
134
142
|
}
|
|
135
143
|
],
|
|
136
144
|
grpc: [
|
|
@@ -248,6 +256,12 @@ const info = {
|
|
|
248
256
|
url: 'https://explorer.whenmoonwhenlambo.money/realio',
|
|
249
257
|
tx_page: 'https://explorer.whenmoonwhenlambo.money/realio/tx/${txHash}',
|
|
250
258
|
account_page: 'https://explorer.whenmoonwhenlambo.money/realio/account/${accountAddress}'
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
kind: 'Moonbridge',
|
|
262
|
+
url: 'https://explorer.moonbridge.org/realio',
|
|
263
|
+
tx_page: 'https://explorer.moonbridge.org/realio/tx/${txHash}',
|
|
264
|
+
account_page: 'https://explorer.moonbridge.org/realio/account/${accountAddress}'
|
|
251
265
|
}
|
|
252
266
|
],
|
|
253
267
|
images: [{
|
|
@@ -38,8 +38,8 @@ const info = {
|
|
|
38
38
|
provider: 'BccNodes'
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
address: 'https://source
|
|
42
|
-
provider: '
|
|
41
|
+
address: 'https://source-rpc.moonbridge.org',
|
|
42
|
+
provider: 'Moonbridge'
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
address: 'https://source.rpc.m.stavr.tech',
|
|
@@ -132,8 +132,8 @@ const info = {
|
|
|
132
132
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
address: 'https://source
|
|
136
|
-
provider: '
|
|
135
|
+
address: 'https://source-api.moonbridge.org',
|
|
136
|
+
provider: 'Moonbridge'
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
address: 'https://api-source.sr20de.xyz',
|
|
@@ -240,6 +240,10 @@ const info = {
|
|
|
240
240
|
{
|
|
241
241
|
address: 'https://source.declab.pro:9003',
|
|
242
242
|
provider: 'Decloud Nodes Lab'
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
address: 'source-grpc.moonbridge.org:443',
|
|
246
|
+
provider: 'Moonbridge'
|
|
243
247
|
}
|
|
244
248
|
]
|
|
245
249
|
},
|
|
@@ -257,10 +261,10 @@ const info = {
|
|
|
257
261
|
account_page: 'https://exp.nodeist.net/source/accounts/${accountAddress}'
|
|
258
262
|
},
|
|
259
263
|
{
|
|
260
|
-
kind: '
|
|
261
|
-
url: 'https://explorer.moonbridge.
|
|
262
|
-
tx_page: 'https://explorer.moonbridge.
|
|
263
|
-
account_page: 'https://explorer.moonbridge.
|
|
264
|
+
kind: 'Moonbridge',
|
|
265
|
+
url: 'https://explorer.moonbridge.org/source',
|
|
266
|
+
tx_page: 'https://explorer.moonbridge.org/source/tx/${txHash}',
|
|
267
|
+
account_page: 'https://explorer.moonbridge.org/source/accounts/${accountAddress}'
|
|
264
268
|
},
|
|
265
269
|
{
|
|
266
270
|
kind: 'NodeStake',
|
|
@@ -49,10 +49,6 @@ const info = {
|
|
|
49
49
|
address: 'https://xion-mainnet-rpc.autostake.com:443',
|
|
50
50
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
address: 'https://xion_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
54
|
-
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
55
|
-
},
|
|
56
52
|
{
|
|
57
53
|
address: 'https://rpc.xion.nodestake.org',
|
|
58
54
|
provider: 'NodeStake'
|
|
@@ -79,10 +75,6 @@ const info = {
|
|
|
79
75
|
address: 'https://xion-mainnet-lcd.autostake.com:443',
|
|
80
76
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
81
77
|
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://xion_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
84
|
-
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
85
|
-
},
|
|
86
78
|
{
|
|
87
79
|
address: 'https://api.xion.nodestake.org',
|
|
88
80
|
provider: 'NodeStake'
|
|
@@ -117,12 +109,6 @@ const info = {
|
|
|
117
109
|
tx_page: 'https://explorer.burnt.com/xion-mainnet-1/tx/${txHash}',
|
|
118
110
|
account_page: 'https://explorer.burnt.com/xion-mainnet-1/account/${accountAddress}'
|
|
119
111
|
},
|
|
120
|
-
{
|
|
121
|
-
kind: 'π WHEN MOON π WHEN LAMBO π₯',
|
|
122
|
-
url: 'https://explorer.whenmoonwhenlambo.money/xion',
|
|
123
|
-
tx_page: 'https://explorer.whenmoonwhenlambo.money/xion/tx/${txHash}',
|
|
124
|
-
account_page: 'https://explorer.whenmoonwhenlambo.money/xion/account/${accountAddress}'
|
|
125
|
-
},
|
|
126
112
|
{
|
|
127
113
|
kind: 'staking-explorer.com',
|
|
128
114
|
url: 'https://staking-explorer.com/explorer/xion',
|
|
@@ -59,6 +59,10 @@ const info = {
|
|
|
59
59
|
{
|
|
60
60
|
address: 'https://zeta.rpc.m.stavr.tech:443',
|
|
61
61
|
provider: 'π₯STAVRπ₯'
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
address: 'https://zetachain-mainnet-rpc.cosmonautstakes.com',
|
|
65
|
+
provider: 'Cosmonaut Stakes'
|
|
62
66
|
}
|
|
63
67
|
],
|
|
64
68
|
rest: [
|
|
@@ -89,6 +93,10 @@ const info = {
|
|
|
89
93
|
{
|
|
90
94
|
address: 'https://zeta.api.m.stavr.tech',
|
|
91
95
|
provider: 'π₯STAVRπ₯'
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
address: 'https://zetachain-mainnet-rest.cosmonautstakes.com',
|
|
99
|
+
provider: 'Cosmonaut Stakes'
|
|
92
100
|
}
|
|
93
101
|
],
|
|
94
102
|
grpc: [
|
|
@@ -111,6 +119,10 @@ const info = {
|
|
|
111
119
|
{
|
|
112
120
|
address: 'zeta.grpc.m.stavr.tech',
|
|
113
121
|
provider: 'π₯STAVRπ₯'
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
address: 'zetachain-mainnet-grpc.cosmonautstakes.com:15190',
|
|
125
|
+
provider: 'Cosmonaut Stakes'
|
|
114
126
|
}
|
|
115
127
|
]
|
|
116
128
|
},
|
|
@@ -72,7 +72,7 @@ const info = {
|
|
|
72
72
|
provider: 'Bro_n_Bro'
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
address: 'https://
|
|
75
|
+
address: 'https://picasso-rpc.moonbridge.org',
|
|
76
76
|
provider: 'Moonbridge'
|
|
77
77
|
},
|
|
78
78
|
{
|
|
@@ -122,7 +122,7 @@ const info = {
|
|
|
122
122
|
provider: 'Bro_n_Bro'
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
|
-
address: 'https://
|
|
125
|
+
address: 'https://picasso-api.moonbridge.org',
|
|
126
126
|
provider: 'Moonbridge'
|
|
127
127
|
},
|
|
128
128
|
{
|
|
@@ -188,7 +188,7 @@ const info = {
|
|
|
188
188
|
provider: 'Bro_n_Bro'
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
|
-
address: 'https://
|
|
191
|
+
address: 'https://picasso-grpc.moonbridge.org',
|
|
192
192
|
provider: 'Moonbridge'
|
|
193
193
|
},
|
|
194
194
|
{
|
|
@@ -230,6 +230,11 @@ const info = {
|
|
|
230
230
|
url: 'https://mainnet.whispernode.com/picasso',
|
|
231
231
|
tx_page: 'https://mainnet.whispernode.com/picasso/tx/${txHash}',
|
|
232
232
|
account_page: 'https://mainnet.whispernode.com/picasso/account/${accountAddress}'
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
kind: 'Moonbridge',
|
|
236
|
+
url: 'https://explorer.moonbridge.org/picasso',
|
|
237
|
+
tx_page: 'https://explorer.moonbridge.org/picasso/tx/${txHash}'
|
|
233
238
|
}
|
|
234
239
|
],
|
|
235
240
|
images: [{
|
package/mainnet/dungeon/chain.js
CHANGED
|
@@ -30,10 +30,6 @@ const info = {
|
|
|
30
30
|
address: 'https://rpc-dungeon-1.seraphim.zone',
|
|
31
31
|
provider: 'Seraphim'
|
|
32
32
|
},
|
|
33
|
-
{
|
|
34
|
-
address: 'https://rpc-dungeonchain.apeironnodes.com',
|
|
35
|
-
provider: 'ApeironNodes'
|
|
36
|
-
},
|
|
37
33
|
{
|
|
38
34
|
address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
39
35
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
@@ -48,10 +44,6 @@ const info = {
|
|
|
48
44
|
address: 'https://api-dungeon-1.seraphim.zone',
|
|
49
45
|
provider: 'Seraphim'
|
|
50
46
|
},
|
|
51
|
-
{
|
|
52
|
-
address: 'https://api-dungeonchain.apeironnodes.com',
|
|
53
|
-
provider: 'ApeironNodes'
|
|
54
|
-
},
|
|
55
47
|
{
|
|
56
48
|
address: 'https://api-archive-dungeonchain.apeironnodes.com',
|
|
57
49
|
provider: 'ApeironNodes (Archive)'
|
package/mainnet/elys/chain.js
CHANGED
|
@@ -96,6 +96,14 @@ const info = {
|
|
|
96
96
|
{
|
|
97
97
|
address: 'https://elys-rpc.cogwheel.zone:443',
|
|
98
98
|
provider: 'Cogwheel βοΈ'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
address: 'https://elys.rpc.quasarstaking.ai:443',
|
|
102
|
+
provider: 'Quasar'
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
address: 'https://elys-rpc.moonbridge.org:443',
|
|
106
|
+
provider: 'Moonbridge'
|
|
99
107
|
}
|
|
100
108
|
],
|
|
101
109
|
rest: [
|
|
@@ -146,6 +154,14 @@ const info = {
|
|
|
146
154
|
{
|
|
147
155
|
address: 'https://elys-api.cogwheel.zone:443',
|
|
148
156
|
provider: 'Cogwheel βοΈ'
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
address: 'https://elys.api.quasarstaking.ai:443',
|
|
160
|
+
provider: 'Quasar'
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
address: 'https://elys-api.moonbridge.org',
|
|
164
|
+
provider: 'Moonbridge'
|
|
149
165
|
}
|
|
150
166
|
],
|
|
151
167
|
grpc: [
|
|
@@ -180,6 +196,14 @@ const info = {
|
|
|
180
196
|
{
|
|
181
197
|
address: 'elys-grpc.cogwheel.zone:443',
|
|
182
198
|
provider: 'Cogwheel βοΈ'
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
address: 'elys.grpc.quasarstaking.ai:443',
|
|
202
|
+
provider: 'Quasar'
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
address: 'elys-grpc.moonbridge.org:443',
|
|
206
|
+
provider: 'Moonbridge'
|
|
183
207
|
}
|
|
184
208
|
]
|
|
185
209
|
},
|
|
@@ -213,6 +237,12 @@ const info = {
|
|
|
213
237
|
url: 'https://explorer.stavr.tech/Elys-Mainnet',
|
|
214
238
|
tx_page: 'https://explorer.stavr.tech/Elys-Mainnet/tx/${txHash}',
|
|
215
239
|
account_page: 'https://explorer.stavr.tech/Elys-Mainnet/account/${accountAddress}'
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
kind: 'Moonbridge',
|
|
243
|
+
url: 'https://explorer.moonbridge.org/elys',
|
|
244
|
+
tx_page: 'https://explorer.moonbridge.org/elys/tx/${txHash}',
|
|
245
|
+
account_page: 'https://explorer.moonbridge.org/elys/account/${accountAddress}'
|
|
216
246
|
}
|
|
217
247
|
]
|
|
218
248
|
};
|
|
@@ -85,6 +85,10 @@ const info = {
|
|
|
85
85
|
{
|
|
86
86
|
address: 'https://empower-rpc.bluestake.net:443',
|
|
87
87
|
provider: 'BlueStake π'
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
address: 'https://empower-rpc.moonbridge.org',
|
|
91
|
+
provider: 'Moonbridge'
|
|
88
92
|
}
|
|
89
93
|
],
|
|
90
94
|
rest: [
|
|
@@ -139,6 +143,10 @@ const info = {
|
|
|
139
143
|
{
|
|
140
144
|
address: 'https://empower-api.bluestake.net',
|
|
141
145
|
provider: 'BlueStake π'
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
address: 'https://empower-api.moonbridge.org',
|
|
149
|
+
provider: 'Moonbridge'
|
|
142
150
|
}
|
|
143
151
|
],
|
|
144
152
|
grpc: [
|
|
@@ -185,6 +193,10 @@ const info = {
|
|
|
185
193
|
{
|
|
186
194
|
address: 'empower-grpc.noders.services:25090',
|
|
187
195
|
provider: '[NODERS]TEAM'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
address: 'empower-grpc.moonbridge.org:443',
|
|
199
|
+
provider: 'Moonbridge'
|
|
188
200
|
}
|
|
189
201
|
]
|
|
190
202
|
},
|
|
@@ -224,6 +236,12 @@ const info = {
|
|
|
224
236
|
url: 'https://mainnet.whispernode.com/empowerchain',
|
|
225
237
|
tx_page: 'https://mainnet.whispernode.com/empowerchain/tx/${txHash}',
|
|
226
238
|
account_page: 'https://mainnet.whispernode.com/empowerchain/account/${accountAddress}'
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
kind: 'Moonbridge',
|
|
242
|
+
url: 'https://explorer.moonbridge.org/empower',
|
|
243
|
+
tx_page: 'https://explorer.moonbridge.org/empower/tx/${txHash}',
|
|
244
|
+
account_page: 'https://explorer.moonbridge.org/empower/account/${accountAddress}'
|
|
227
245
|
}
|
|
228
246
|
],
|
|
229
247
|
images: [{
|
|
@@ -46,6 +46,12 @@ const info = {
|
|
|
46
46
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
|
|
47
47
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg'
|
|
48
48
|
},
|
|
49
|
+
socials: {
|
|
50
|
+
website: 'https://mobix.ai',
|
|
51
|
+
twitter: 'https://twitter.com/mobixwallet',
|
|
52
|
+
telegram: 'https://t.me/mobix_ai',
|
|
53
|
+
github: 'https://github.com/MOBIX-ai'
|
|
54
|
+
},
|
|
49
55
|
images: [{
|
|
50
56
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
|
|
51
57
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg',
|
package/mainnet/gitopia/chain.js
CHANGED
|
@@ -110,7 +110,7 @@ const info = {
|
|
|
110
110
|
provider: 'Roomit'
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
address: 'https://gitopia
|
|
113
|
+
address: 'https://gitopia-rpc.moonbridge.org',
|
|
114
114
|
provider: 'Moonbridge'
|
|
115
115
|
},
|
|
116
116
|
{
|
|
@@ -232,7 +232,7 @@ const info = {
|
|
|
232
232
|
provider: 'Roomit'
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
|
-
address: 'https://gitopia
|
|
235
|
+
address: 'https://gitopia-api.moonbridge.org',
|
|
236
236
|
provider: 'Moonbridge'
|
|
237
237
|
},
|
|
238
238
|
{
|
|
@@ -354,7 +354,7 @@ const info = {
|
|
|
354
354
|
provider: 'Roomit'
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
|
-
address: '
|
|
357
|
+
address: 'gitopia-grpc.moonbridge.org:443',
|
|
358
358
|
provider: 'Moonbridge'
|
|
359
359
|
},
|
|
360
360
|
{
|
|
@@ -466,9 +466,9 @@ const info = {
|
|
|
466
466
|
},
|
|
467
467
|
{
|
|
468
468
|
kind: 'Moonbridge',
|
|
469
|
-
url: 'https://explorer.moonbridge.
|
|
470
|
-
tx_page: 'https://explorer.moonbridge.
|
|
471
|
-
account_page: 'https://explorer.moonbridge.
|
|
469
|
+
url: 'https://explorer.moonbridge.org/gitopia',
|
|
470
|
+
tx_page: 'https://explorer.moonbridge.org/gitopia/tx/${txHash}',
|
|
471
|
+
account_page: 'https://explorer.moonbridge.org/gitopia/account/${accountAddress}'
|
|
472
472
|
},
|
|
473
473
|
{
|
|
474
474
|
kind: 'KonsorTech',
|
package/mainnet/jackal/chain.js
CHANGED
package/mainnet/kopi/chain.js
CHANGED
|
@@ -49,7 +49,7 @@ const info = {
|
|
|
49
49
|
provider: 'Stakerhouse'
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
address: 'https://kopi
|
|
52
|
+
address: 'https://kopi-rpc.moonbridge.org',
|
|
53
53
|
provider: 'Moonbridge'
|
|
54
54
|
},
|
|
55
55
|
{
|
|
@@ -103,7 +103,7 @@ const info = {
|
|
|
103
103
|
provider: 'Stakerhouse'
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
|
-
address: 'https://kopi
|
|
106
|
+
address: 'https://kopi-api.moonbridge.org',
|
|
107
107
|
provider: 'Moonbridge'
|
|
108
108
|
},
|
|
109
109
|
{
|
|
@@ -149,7 +149,7 @@ const info = {
|
|
|
149
149
|
provider: 'Stakerhouse'
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
|
-
address: '
|
|
152
|
+
address: 'kopi-grpc.moonbridge.org:443',
|
|
153
153
|
provider: 'Moonbridge'
|
|
154
154
|
},
|
|
155
155
|
{
|
|
@@ -199,9 +199,9 @@ const info = {
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
kind: 'Moonbridge Explorer',
|
|
202
|
-
url: 'https://explorer.moonbridge.
|
|
203
|
-
tx_page: 'https://explorer.moonbridge.
|
|
204
|
-
account_page: 'https://explorer.moonbridge.
|
|
202
|
+
url: 'https://explorer.moonbridge.org/kopi',
|
|
203
|
+
tx_page: 'https://explorer.moonbridge.org/kopi/txs/${txHash}',
|
|
204
|
+
account_page: 'https://explorer.moonbridge.org/kopi/account/${accountAddress}'
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
kind: 'Cosmoscan Explorer',
|
package/mainnet/realio/chain.js
CHANGED
|
@@ -83,6 +83,10 @@ const info = {
|
|
|
83
83
|
{
|
|
84
84
|
address: 'https://realio_rio_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
85
85
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
address: 'https://realio-rpc.moonbridge.org',
|
|
89
|
+
provider: 'Moonbridge'
|
|
86
90
|
}
|
|
87
91
|
],
|
|
88
92
|
rest: [
|
|
@@ -133,6 +137,10 @@ const info = {
|
|
|
133
137
|
{
|
|
134
138
|
address: 'https://realio_rio_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
135
139
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
address: 'https://realio-api.moonbridge.org',
|
|
143
|
+
provider: 'Moonbridge'
|
|
136
144
|
}
|
|
137
145
|
],
|
|
138
146
|
grpc: [
|
|
@@ -250,6 +258,12 @@ const info = {
|
|
|
250
258
|
url: 'https://explorer.whenmoonwhenlambo.money/realio',
|
|
251
259
|
tx_page: 'https://explorer.whenmoonwhenlambo.money/realio/tx/${txHash}',
|
|
252
260
|
account_page: 'https://explorer.whenmoonwhenlambo.money/realio/account/${accountAddress}'
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
kind: 'Moonbridge',
|
|
264
|
+
url: 'https://explorer.moonbridge.org/realio',
|
|
265
|
+
tx_page: 'https://explorer.moonbridge.org/realio/tx/${txHash}',
|
|
266
|
+
account_page: 'https://explorer.moonbridge.org/realio/account/${accountAddress}'
|
|
253
267
|
}
|
|
254
268
|
],
|
|
255
269
|
images: [{
|
package/mainnet/source/chain.js
CHANGED
|
@@ -40,8 +40,8 @@ const info = {
|
|
|
40
40
|
provider: 'BccNodes'
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
|
-
address: 'https://source
|
|
44
|
-
provider: '
|
|
43
|
+
address: 'https://source-rpc.moonbridge.org',
|
|
44
|
+
provider: 'Moonbridge'
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
address: 'https://source.rpc.m.stavr.tech',
|
|
@@ -134,8 +134,8 @@ const info = {
|
|
|
134
134
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
|
-
address: 'https://source
|
|
138
|
-
provider: '
|
|
137
|
+
address: 'https://source-api.moonbridge.org',
|
|
138
|
+
provider: 'Moonbridge'
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
address: 'https://api-source.sr20de.xyz',
|
|
@@ -242,6 +242,10 @@ const info = {
|
|
|
242
242
|
{
|
|
243
243
|
address: 'https://source.declab.pro:9003',
|
|
244
244
|
provider: 'Decloud Nodes Lab'
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
address: 'source-grpc.moonbridge.org:443',
|
|
248
|
+
provider: 'Moonbridge'
|
|
245
249
|
}
|
|
246
250
|
]
|
|
247
251
|
},
|
|
@@ -259,10 +263,10 @@ const info = {
|
|
|
259
263
|
account_page: 'https://exp.nodeist.net/source/accounts/${accountAddress}'
|
|
260
264
|
},
|
|
261
265
|
{
|
|
262
|
-
kind: '
|
|
263
|
-
url: 'https://explorer.moonbridge.
|
|
264
|
-
tx_page: 'https://explorer.moonbridge.
|
|
265
|
-
account_page: 'https://explorer.moonbridge.
|
|
266
|
+
kind: 'Moonbridge',
|
|
267
|
+
url: 'https://explorer.moonbridge.org/source',
|
|
268
|
+
tx_page: 'https://explorer.moonbridge.org/source/tx/${txHash}',
|
|
269
|
+
account_page: 'https://explorer.moonbridge.org/source/accounts/${accountAddress}'
|
|
266
270
|
},
|
|
267
271
|
{
|
|
268
272
|
kind: 'NodeStake',
|
package/mainnet/xion/chain.js
CHANGED
|
@@ -51,10 +51,6 @@ const info = {
|
|
|
51
51
|
address: 'https://xion-mainnet-rpc.autostake.com:443',
|
|
52
52
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
53
53
|
},
|
|
54
|
-
{
|
|
55
|
-
address: 'https://xion_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
56
|
-
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
57
|
-
},
|
|
58
54
|
{
|
|
59
55
|
address: 'https://rpc.xion.nodestake.org',
|
|
60
56
|
provider: 'NodeStake'
|
|
@@ -81,10 +77,6 @@ const info = {
|
|
|
81
77
|
address: 'https://xion-mainnet-lcd.autostake.com:443',
|
|
82
78
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
83
79
|
},
|
|
84
|
-
{
|
|
85
|
-
address: 'https://xion_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
86
|
-
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
87
|
-
},
|
|
88
80
|
{
|
|
89
81
|
address: 'https://api.xion.nodestake.org',
|
|
90
82
|
provider: 'NodeStake'
|
|
@@ -119,12 +111,6 @@ const info = {
|
|
|
119
111
|
tx_page: 'https://explorer.burnt.com/xion-mainnet-1/tx/${txHash}',
|
|
120
112
|
account_page: 'https://explorer.burnt.com/xion-mainnet-1/account/${accountAddress}'
|
|
121
113
|
},
|
|
122
|
-
{
|
|
123
|
-
kind: 'π WHEN MOON π WHEN LAMBO π₯',
|
|
124
|
-
url: 'https://explorer.whenmoonwhenlambo.money/xion',
|
|
125
|
-
tx_page: 'https://explorer.whenmoonwhenlambo.money/xion/tx/${txHash}',
|
|
126
|
-
account_page: 'https://explorer.whenmoonwhenlambo.money/xion/account/${accountAddress}'
|
|
127
|
-
},
|
|
128
114
|
{
|
|
129
115
|
kind: 'staking-explorer.com',
|
|
130
116
|
url: 'https://staking-explorer.com/explorer/xion',
|
|
@@ -61,6 +61,10 @@ const info = {
|
|
|
61
61
|
{
|
|
62
62
|
address: 'https://zeta.rpc.m.stavr.tech:443',
|
|
63
63
|
provider: 'π₯STAVRπ₯'
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
address: 'https://zetachain-mainnet-rpc.cosmonautstakes.com',
|
|
67
|
+
provider: 'Cosmonaut Stakes'
|
|
64
68
|
}
|
|
65
69
|
],
|
|
66
70
|
rest: [
|
|
@@ -91,6 +95,10 @@ const info = {
|
|
|
91
95
|
{
|
|
92
96
|
address: 'https://zeta.api.m.stavr.tech',
|
|
93
97
|
provider: 'π₯STAVRπ₯'
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
address: 'https://zetachain-mainnet-rest.cosmonautstakes.com',
|
|
101
|
+
provider: 'Cosmonaut Stakes'
|
|
94
102
|
}
|
|
95
103
|
],
|
|
96
104
|
grpc: [
|
|
@@ -113,6 +121,10 @@ const info = {
|
|
|
113
121
|
{
|
|
114
122
|
address: 'zeta.grpc.m.stavr.tech',
|
|
115
123
|
provider: 'π₯STAVRπ₯'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
address: 'zetachain-mainnet-grpc.cosmonautstakes.com:15190',
|
|
127
|
+
provider: 'Cosmonaut Stakes'
|
|
116
128
|
}
|
|
117
129
|
]
|
|
118
130
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.68",
|
|
4
4
|
"description": "Cosmos chain registry βοΈ",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.39",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.39"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "bcb3d128982fba6c5e8209ce6b6c34c82ea35089"
|
|
47
47
|
}
|