chain-registry 2.0.106 → 2.0.108
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/althea/chain.js +34 -2
- package/esm/mainnet/atomone/chain.js +29 -11
- package/esm/mainnet/axone/chain.js +36 -3
- package/esm/mainnet/bostrom/chain.js +6 -0
- package/esm/mainnet/chihuahua/chain.js +0 -8
- package/esm/mainnet/cosmoshub/chain.js +15 -1
- package/esm/mainnet/dydx/chain.js +0 -8
- package/esm/mainnet/dymension/chain.js +6 -0
- package/esm/mainnet/empowerchain/chain.js +0 -8
- package/esm/mainnet/gravitybridge/chain.js +18 -0
- package/esm/mainnet/injective/chain.js +0 -8
- package/esm/mainnet/lava/chain.js +32 -0
- package/esm/mainnet/likecoin/chain.js +6 -0
- package/esm/mainnet/namada/asset-list.js +42 -0
- package/esm/mainnet/neutron/chain.js +6 -0
- package/esm/mainnet/nillion/chain.js +6 -0
- package/esm/mainnet/nomic/chain.js +5 -0
- package/esm/mainnet/nyx/chain.js +6 -0
- package/esm/mainnet/osmosis/chain.js +18 -0
- package/esm/mainnet/paxi/asset-list.js +126 -8
- package/esm/mainnet/quicksilver/chain.js +18 -0
- package/esm/mainnet/seda/chain.js +8 -82
- package/esm/mainnet/stride/chain.js +18 -0
- package/esm/mainnet/symphony/chain.js +24 -3
- package/esm/mainnet/teritori/chain.js +0 -8
- package/esm/mainnet/union/chain.js +12 -3
- package/esm/mainnet/uptick/chain.js +18 -0
- package/esm/testnet/kyvetestnet/chain.js +6 -20
- package/mainnet/althea/chain.js +34 -2
- package/mainnet/atomone/chain.js +29 -11
- package/mainnet/axone/chain.js +36 -3
- package/mainnet/bostrom/chain.js +6 -0
- package/mainnet/chihuahua/chain.js +0 -8
- package/mainnet/cosmoshub/chain.js +15 -1
- package/mainnet/dydx/chain.js +0 -8
- package/mainnet/dymension/chain.js +6 -0
- package/mainnet/empowerchain/chain.js +0 -8
- package/mainnet/gravitybridge/chain.js +18 -0
- package/mainnet/injective/chain.js +0 -8
- package/mainnet/lava/chain.js +32 -0
- package/mainnet/likecoin/chain.js +6 -0
- package/mainnet/namada/asset-list.js +42 -0
- package/mainnet/neutron/chain.js +6 -0
- package/mainnet/nillion/chain.js +6 -0
- package/mainnet/nomic/chain.js +5 -0
- package/mainnet/nyx/chain.js +6 -0
- package/mainnet/osmosis/chain.js +18 -0
- package/mainnet/paxi/asset-list.js +126 -8
- package/mainnet/quicksilver/chain.js +18 -0
- package/mainnet/seda/chain.js +8 -82
- package/mainnet/stride/chain.js +18 -0
- package/mainnet/symphony/chain.js +24 -3
- package/mainnet/teritori/chain.js +0 -8
- package/mainnet/union/chain.js +12 -3
- package/mainnet/uptick/chain.js +18 -0
- package/package.json +3 -3
- package/testnet/kyvetestnet/chain.js +6 -20
package/mainnet/althea/chain.js
CHANGED
|
@@ -63,6 +63,14 @@ const info = {
|
|
|
63
63
|
{
|
|
64
64
|
address: 'https://althea_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
65
65
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
address: 'https://api.althea.citizenweb3.com',
|
|
69
|
+
provider: 'Citizen Web3'
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
address: 'https://api.althea-archive.citizenweb3.com',
|
|
73
|
+
provider: 'Citizen Web3'
|
|
66
74
|
}
|
|
67
75
|
],
|
|
68
76
|
rpc: [
|
|
@@ -81,12 +89,30 @@ const info = {
|
|
|
81
89
|
{
|
|
82
90
|
address: 'https://althea_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
83
91
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
address: 'https://rpc.althea.citizenweb3.com',
|
|
95
|
+
provider: 'Citizen Web3'
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
address: 'https://rpc.althea-archive.citizenweb3.com',
|
|
99
|
+
provider: 'Citizen Web3'
|
|
84
100
|
}
|
|
85
101
|
],
|
|
86
|
-
grpc: [
|
|
102
|
+
grpc: [
|
|
103
|
+
{
|
|
87
104
|
address: 'althea.lavenderfive.com:443',
|
|
88
105
|
provider: 'Lavender.Five Nodes 🐝'
|
|
89
|
-
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
address: 'grpc.althea.citizenweb3.com:443',
|
|
109
|
+
provider: 'Citizen Web3'
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
address: 'grpc.althea-archive.citizenweb3.com:443',
|
|
113
|
+
provider: 'Citizen Web3'
|
|
114
|
+
}
|
|
115
|
+
]
|
|
90
116
|
},
|
|
91
117
|
explorers: [
|
|
92
118
|
{
|
|
@@ -118,6 +144,12 @@ const info = {
|
|
|
118
144
|
url: 'https://explorer.whenmoonwhenlambo.money/althea',
|
|
119
145
|
txPage: 'https://explorer.whenmoonwhenlambo.money/althea/tx/${txHash}',
|
|
120
146
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/althea/account/${accountAddress}'
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
kind: 'Validatorinfo',
|
|
150
|
+
url: 'https://validatorinfo.com/networks/althea/overview',
|
|
151
|
+
validatorPage: 'https://validatorinfo.com/networks/althea/validators',
|
|
152
|
+
proposalPage: 'https://validatorinfo.com/networks/althea/governance'
|
|
121
153
|
}
|
|
122
154
|
]
|
|
123
155
|
};
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -36,28 +36,28 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
gitRepo: 'https://github.com/atomone-hub/atomone',
|
|
39
|
-
recommendedVersion: '
|
|
40
|
-
compatibleVersions: ['
|
|
39
|
+
recommendedVersion: 'v3.0.3',
|
|
40
|
+
compatibleVersions: ['v3.0.3'],
|
|
41
41
|
binaries: {
|
|
42
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
43
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
44
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
45
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
46
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
47
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
42
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-amd64',
|
|
43
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-arm64',
|
|
44
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-amd64',
|
|
45
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-arm64',
|
|
46
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-amd64.exe',
|
|
47
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-arm64.exe'
|
|
48
48
|
},
|
|
49
49
|
genesis: {
|
|
50
50
|
genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
|
|
51
51
|
},
|
|
52
52
|
consensus: {
|
|
53
53
|
type: 'cometbft',
|
|
54
|
-
version: 'v0.37.
|
|
54
|
+
version: 'v0.37.16'
|
|
55
55
|
},
|
|
56
56
|
sdk: {
|
|
57
57
|
type: 'cosmos',
|
|
58
58
|
version: 'v0.47.17'
|
|
59
59
|
},
|
|
60
|
-
tag: '
|
|
60
|
+
tag: 'v3.0.3'
|
|
61
61
|
},
|
|
62
62
|
logoURIs: {
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
@@ -169,6 +169,10 @@ const info = {
|
|
|
169
169
|
{
|
|
170
170
|
address: 'https://mainnet-atomone-rpc.konsortech.xyz/',
|
|
171
171
|
provider: 'KonsorTech'
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
address: 'https://rpc.atomone-archive.citizenweb3.com:443',
|
|
175
|
+
provider: 'Citizen Web3'
|
|
172
176
|
}
|
|
173
177
|
],
|
|
174
178
|
rest: [
|
|
@@ -275,6 +279,10 @@ const info = {
|
|
|
275
279
|
{
|
|
276
280
|
address: 'https://mainnet-atomone-api.konsortech.xyz/',
|
|
277
281
|
provider: 'KonsorTech'
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
address: 'https://api.atomone-archive.citizenweb3.com',
|
|
285
|
+
provider: 'Citizen Web3'
|
|
278
286
|
}
|
|
279
287
|
],
|
|
280
288
|
grpc: [
|
|
@@ -311,7 +319,7 @@ const info = {
|
|
|
311
319
|
provider: '🔥STAVR🔥'
|
|
312
320
|
},
|
|
313
321
|
{
|
|
314
|
-
address: '
|
|
322
|
+
address: 'grpc.atomone.citizenweb3.com:443',
|
|
315
323
|
provider: 'Citizen Web3'
|
|
316
324
|
},
|
|
317
325
|
{
|
|
@@ -349,6 +357,10 @@ const info = {
|
|
|
349
357
|
{
|
|
350
358
|
address: 'mainnet-atomone.konsortech.xyz:12090',
|
|
351
359
|
provider: 'KonsorTech'
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
address: 'grpc.atomone-archive.citizenweb3.com:443',
|
|
363
|
+
provider: 'Citizen Web3'
|
|
352
364
|
}
|
|
353
365
|
]
|
|
354
366
|
},
|
|
@@ -448,6 +460,12 @@ const info = {
|
|
|
448
460
|
url: 'https://explorer.konsortech.xyz/atomone',
|
|
449
461
|
txPage: 'https://explorer.konsortech.xyz/atomone/tx/${txHash}',
|
|
450
462
|
accountPage: 'https://explorer.konsortech.xyz/atomone/account/${accountAddress}'
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
kind: 'Validatorinfo',
|
|
466
|
+
url: 'https://validatorinfo.com/networks/atomone/overview',
|
|
467
|
+
validatorPage: 'https://validatorinfo.com/networks/atomone/validators',
|
|
468
|
+
proposalPage: 'https://validatorinfo.com/networks/atomone/governance'
|
|
451
469
|
}
|
|
452
470
|
],
|
|
453
471
|
images: [{
|
package/mainnet/axone/chain.js
CHANGED
|
@@ -81,6 +81,14 @@ const info = {
|
|
|
81
81
|
{
|
|
82
82
|
address: 'https://rpc.cros-nest.com:443/axone',
|
|
83
83
|
provider: 'crosnest'
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
address: 'https://rpc.axone.citizenweb3.com',
|
|
87
|
+
provider: 'Citizen Web3'
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
address: 'https://rpc.axone-archive.citizenweb3.com',
|
|
91
|
+
provider: 'Citizen Web3'
|
|
84
92
|
}
|
|
85
93
|
],
|
|
86
94
|
rest: [
|
|
@@ -103,6 +111,14 @@ const info = {
|
|
|
103
111
|
{
|
|
104
112
|
address: 'https://rest.cros-nest.com:443/axone',
|
|
105
113
|
provider: 'crosnest'
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
address: 'https://api.axone.citizenweb3.com',
|
|
117
|
+
provider: 'Citizen Web3'
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
address: 'https://api.axone-archive.citizenweb3.com',
|
|
121
|
+
provider: 'Citizen Web3'
|
|
106
122
|
}
|
|
107
123
|
],
|
|
108
124
|
grpc: [
|
|
@@ -121,20 +137,37 @@ const info = {
|
|
|
121
137
|
{
|
|
122
138
|
address: 'grpc.axone.nodestake.org:443',
|
|
123
139
|
provider: 'NodeStake'
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
address: 'grpc.axone.citizenweb3.com:443',
|
|
143
|
+
provider: 'Citizen Web3'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
address: 'grpc.axone-archive.citizenweb3.com:443',
|
|
147
|
+
provider: 'Citizen Web3'
|
|
124
148
|
}
|
|
125
149
|
]
|
|
126
150
|
},
|
|
127
|
-
explorers: [
|
|
151
|
+
explorers: [
|
|
152
|
+
{
|
|
128
153
|
kind: 'valopers',
|
|
129
154
|
url: 'https://axone.valopers.com/',
|
|
130
155
|
txPage: 'https://axone.valopers.com/transactions/${txHash}',
|
|
131
156
|
accountPage: 'https://axone.valopers.com/account/${accountAddress}'
|
|
132
|
-
},
|
|
157
|
+
},
|
|
158
|
+
{
|
|
133
159
|
kind: 'NodeStake',
|
|
134
160
|
url: 'https://explorer.nodestake.org/axone',
|
|
135
161
|
txPage: 'https://explorer.nodestake.org/axone/tx/${txHash}',
|
|
136
162
|
accountPage: 'https://explorer.nodestake.org/axone/account/${accountAddress}'
|
|
137
|
-
}
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
kind: 'Validatorinfo',
|
|
166
|
+
url: 'https://validatorinfo.com/networks/axone/overview',
|
|
167
|
+
validatorPage: 'https://validatorinfo.com/networks/axone/validators',
|
|
168
|
+
proposalPage: 'https://validatorinfo.com/networks/axone/governance'
|
|
169
|
+
}
|
|
170
|
+
],
|
|
138
171
|
images: [{
|
|
139
172
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
|
|
140
173
|
}],
|
package/mainnet/bostrom/chain.js
CHANGED
|
@@ -109,6 +109,12 @@ const info = {
|
|
|
109
109
|
url: 'https://atomscan.com/bostrom',
|
|
110
110
|
txPage: 'https://atomscan.com/bostrom/transactions/${txHash}',
|
|
111
111
|
accountPage: 'https://atomscan.com/bostrom/accounts/${accountAddress}'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
kind: 'Validatorinfo',
|
|
115
|
+
url: 'https://validatorinfo.com/networks/bostrom/overview',
|
|
116
|
+
validatorPage: 'https://validatorinfo.com/networks/bostrom/validators',
|
|
117
|
+
proposalPage: 'https://validatorinfo.com/networks/bostrom/governance'
|
|
112
118
|
}
|
|
113
119
|
],
|
|
114
120
|
images: [{
|
|
@@ -63,10 +63,6 @@ const info = {
|
|
|
63
63
|
address: 'https://rpc.chihuahua.wtf',
|
|
64
64
|
provider: 'Chihuahua'
|
|
65
65
|
},
|
|
66
|
-
{
|
|
67
|
-
address: 'https://rpc-chihuahua.ecostake.com',
|
|
68
|
-
provider: 'ecostake'
|
|
69
|
-
},
|
|
70
66
|
{
|
|
71
67
|
address: 'https://chihua.rpc.m.stavr.tech',
|
|
72
68
|
provider: '🔥STAVR🔥'
|
|
@@ -121,10 +117,6 @@ const info = {
|
|
|
121
117
|
address: 'https://api.chihuahua.wtf',
|
|
122
118
|
provider: 'Chihuahua'
|
|
123
119
|
},
|
|
124
|
-
{
|
|
125
|
-
address: 'https://rest-chihuahua.ecostake.com',
|
|
126
|
-
provider: 'ecostake'
|
|
127
|
-
},
|
|
128
120
|
{
|
|
129
121
|
address: 'https://chihua.api.m.stavr.tech',
|
|
130
122
|
provider: '🔥STAVR🔥'
|
|
@@ -356,6 +356,10 @@ const info = {
|
|
|
356
356
|
{
|
|
357
357
|
address: 'https://api.cosmoshub-4-archive.citizenweb3.com:443',
|
|
358
358
|
provider: 'Citizen Web3'
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
address: 'https://api.cosmoshub-4.citizenweb3.com:443',
|
|
362
|
+
provider: 'Citizen Web3'
|
|
359
363
|
}
|
|
360
364
|
],
|
|
361
365
|
grpc: [
|
|
@@ -444,7 +448,11 @@ const info = {
|
|
|
444
448
|
provider: 'Quasar'
|
|
445
449
|
},
|
|
446
450
|
{
|
|
447
|
-
address: 'grpc.cosmoshub-4-archive.citizenweb3.com',
|
|
451
|
+
address: 'grpc.cosmoshub-4-archive.citizenweb3.com:443',
|
|
452
|
+
provider: 'Citizen Web3'
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
address: 'grpc.cosmoshub-4.citizenweb3.com:443',
|
|
448
456
|
provider: 'Citizen Web3'
|
|
449
457
|
}
|
|
450
458
|
]
|
|
@@ -563,6 +571,12 @@ const info = {
|
|
|
563
571
|
url: 'https://cosmos.valopers.com/',
|
|
564
572
|
txPage: 'https://cosmos.valopers.com/transactions/${txHash}',
|
|
565
573
|
accountPage: 'https://cosmos.valopers.com/account/${accountAddress}'
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
kind: 'Validatorinfo',
|
|
577
|
+
url: 'https://validatorinfo.com/networks/cosmoshub/overview',
|
|
578
|
+
validatorPage: 'https://validatorinfo.com/networks/cosmoshub/validators',
|
|
579
|
+
proposalPage: 'https://validatorinfo.com/networks/cosmoshub/governance'
|
|
566
580
|
}
|
|
567
581
|
],
|
|
568
582
|
images: [{
|
package/mainnet/dydx/chain.js
CHANGED
|
@@ -89,10 +89,6 @@ const info = {
|
|
|
89
89
|
address: 'https://dydx-mainnet-rpc.autostake.com:443',
|
|
90
90
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
91
91
|
},
|
|
92
|
-
{
|
|
93
|
-
address: 'https://rpc-dydx.ecostake.com:443',
|
|
94
|
-
provider: 'ecostake'
|
|
95
|
-
},
|
|
96
92
|
{
|
|
97
93
|
address: 'https://rpc-dydx.cosmos-spaces.cloud',
|
|
98
94
|
provider: 'Cosmos Spaces'
|
|
@@ -147,10 +143,6 @@ const info = {
|
|
|
147
143
|
address: 'https://dydx-mainnet-lcd.autostake.com:443',
|
|
148
144
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
149
145
|
},
|
|
150
|
-
{
|
|
151
|
-
address: 'https://rest-dydx.ecostake.com:443',
|
|
152
|
-
provider: 'ecostake'
|
|
153
|
-
},
|
|
154
146
|
{
|
|
155
147
|
address: 'https://api-dydx.cosmos-spaces.cloud',
|
|
156
148
|
provider: 'Cosmos Spaces'
|
|
@@ -511,6 +511,12 @@ const info = {
|
|
|
511
511
|
url: 'https://dymension.valopers.com/',
|
|
512
512
|
txPage: 'https://dymension.valopers.com/transactions/${txHash}',
|
|
513
513
|
accountPage: 'https://dymension.valopers.com/account/${accountAddress}'
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
kind: 'Validatorinfo',
|
|
517
|
+
url: 'https://validatorinfo.com/networks/dymension/overview',
|
|
518
|
+
validatorPage: 'https://validatorinfo.com/networks/dymension/validators',
|
|
519
|
+
proposalPage: 'https://validatorinfo.com/networks/dymension/governance'
|
|
514
520
|
}
|
|
515
521
|
]
|
|
516
522
|
};
|
|
@@ -41,10 +41,6 @@ const info = {
|
|
|
41
41
|
},
|
|
42
42
|
apis: {
|
|
43
43
|
rpc: [
|
|
44
|
-
{
|
|
45
|
-
address: 'https://rpc-empowerchain.ecostake.com:443',
|
|
46
|
-
provider: 'ecostake'
|
|
47
|
-
},
|
|
48
44
|
{
|
|
49
45
|
address: 'https://empowerchain-mainnet-rpc.autostake.com:443',
|
|
50
46
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -99,10 +95,6 @@ const info = {
|
|
|
99
95
|
}
|
|
100
96
|
],
|
|
101
97
|
rest: [
|
|
102
|
-
{
|
|
103
|
-
address: 'https://rest-empowerchain.ecostake.com:443',
|
|
104
|
-
provider: 'ecostake'
|
|
105
|
-
},
|
|
106
98
|
{
|
|
107
99
|
address: 'https://empowerchain-mainnet-lcd.autostake.com:443',
|
|
108
100
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -106,6 +106,10 @@ const info = {
|
|
|
106
106
|
{
|
|
107
107
|
address: 'https://rpc.gravity-bridge-3.gravity.aviaone.com:443',
|
|
108
108
|
provider: 'AviaOne 🟢'
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
address: 'https://rpc.gravity.citizenweb3.com',
|
|
112
|
+
provider: 'Citizen Web3'
|
|
109
113
|
}
|
|
110
114
|
],
|
|
111
115
|
rest: [
|
|
@@ -152,6 +156,10 @@ const info = {
|
|
|
152
156
|
{
|
|
153
157
|
address: 'https://api.gravity-bridge-3.gravity.aviaone.com',
|
|
154
158
|
provider: 'AviaOne 🟢'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
address: 'https://api.gravity.citizenweb3.com',
|
|
162
|
+
provider: 'Citizen Web3'
|
|
155
163
|
}
|
|
156
164
|
],
|
|
157
165
|
grpc: [
|
|
@@ -194,6 +202,10 @@ const info = {
|
|
|
194
202
|
{
|
|
195
203
|
address: 'grpc.gravity-bridge-3.gravity.aviaone.com:9200',
|
|
196
204
|
provider: 'AviaOne 🟢'
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
address: 'grpc.gravity.citizenweb3.com:443',
|
|
208
|
+
provider: 'Citizen Web3'
|
|
197
209
|
}
|
|
198
210
|
]
|
|
199
211
|
},
|
|
@@ -253,6 +265,12 @@ const info = {
|
|
|
253
265
|
url: 'https://mainnet.explorer.aviaone.com/gravity-bridge',
|
|
254
266
|
txPage: 'https://mainnet.explorer.aviaone.com/gravity-bridge/tx/${txHash}',
|
|
255
267
|
accountPage: 'https://mainnet.explorer.aviaone.com/gravity-bridge/accounts/${accountAddress}'
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
kind: 'Validatorinfo',
|
|
271
|
+
url: 'https://validatorinfo.com/networks/gravitybridge/overview',
|
|
272
|
+
validatorPage: 'https://validatorinfo.com/networks/gravitybridge/validators',
|
|
273
|
+
proposalPage: 'https://validatorinfo.com/networks/gravitybridge/governance'
|
|
256
274
|
}
|
|
257
275
|
],
|
|
258
276
|
images: [{
|
|
@@ -99,10 +99,6 @@ const info = {
|
|
|
99
99
|
address: 'https://injective-rpc.noders.services',
|
|
100
100
|
provider: '[NODERS]TEAM'
|
|
101
101
|
},
|
|
102
|
-
{
|
|
103
|
-
address: 'https://rpc-injective.ecostake.com',
|
|
104
|
-
provider: 'ecostake'
|
|
105
|
-
},
|
|
106
102
|
{
|
|
107
103
|
address: 'https://rpc-injective.kewrnode.com',
|
|
108
104
|
provider: 'Kewr Node'
|
|
@@ -161,10 +157,6 @@ const info = {
|
|
|
161
157
|
address: 'https://injective-api.noders.services',
|
|
162
158
|
provider: '[NODERS]TEAM'
|
|
163
159
|
},
|
|
164
|
-
{
|
|
165
|
-
address: 'https://rest-injective.ecostake.com',
|
|
166
|
-
provider: 'ecostake'
|
|
167
|
-
},
|
|
168
160
|
{
|
|
169
161
|
address: 'https://rest-injective.kewrnode.com',
|
|
170
162
|
provider: 'Kewr Node'
|
package/mainnet/lava/chain.js
CHANGED
|
@@ -74,6 +74,10 @@ const info = {
|
|
|
74
74
|
description: 'Lava (LAVA) is the data access layer of the modular stack. developers and ecosystems permissionlessly add services to be served or accessed through lava. featuring a fully decentralized open source sdk integrable in frontends and a battle tested fully scalable open source server kit and can be used locally or through managed endpoints. Lava features rpc data access, indexing services, debug apis, archive access and more. Service providers can join the network, earn rewards either in the native token of the chain via token bought subscriptions on chain or through any ibc transferred token via incentive pools created and funded by ecosystems and DAOs. Developers can use the abstraction and go multi chain in seconds, not needing to choose what tools to use, having the access aggregated for them. Build whatever, wherever.',
|
|
75
75
|
apis: {
|
|
76
76
|
rpc: [
|
|
77
|
+
{
|
|
78
|
+
address: 'https://rpc-lava.onenov.xyz',
|
|
79
|
+
provider: 'OneNov'
|
|
80
|
+
},
|
|
77
81
|
{
|
|
78
82
|
address: 'https://lava.tendermintrpc.lava.build',
|
|
79
83
|
provider: 'Lava Over Lava'
|
|
@@ -137,9 +141,17 @@ const info = {
|
|
|
137
141
|
{
|
|
138
142
|
address: 'https://rpc-lava.maouam.xyz:443',
|
|
139
143
|
provider: 'MaouamNodelab'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
address: 'https://rpc-lava.winnode.xyz',
|
|
147
|
+
provider: 'Winnode'
|
|
140
148
|
}
|
|
141
149
|
],
|
|
142
150
|
rest: [
|
|
151
|
+
{
|
|
152
|
+
address: 'https://api-lava.onenov.xyz',
|
|
153
|
+
provider: 'OneNov'
|
|
154
|
+
},
|
|
143
155
|
{
|
|
144
156
|
address: 'https://lava-api.finteh.org:443',
|
|
145
157
|
provider: 'finteh'
|
|
@@ -199,6 +211,10 @@ const info = {
|
|
|
199
211
|
{
|
|
200
212
|
address: 'https://api-lava.maouam.xyz:443',
|
|
201
213
|
provider: 'MaouamNodelab'
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
address: 'https://api-lava.winnode.xyz',
|
|
217
|
+
provider: 'Winnode'
|
|
202
218
|
}
|
|
203
219
|
],
|
|
204
220
|
grpc: [
|
|
@@ -245,10 +261,20 @@ const info = {
|
|
|
245
261
|
{
|
|
246
262
|
address: 'grpc-lava.maouam.xyz:443',
|
|
247
263
|
provider: 'MaouamNodelab'
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
address: 'grpc-lava.winnode.xyz:443',
|
|
267
|
+
provider: 'Winnode'
|
|
248
268
|
}
|
|
249
269
|
]
|
|
250
270
|
},
|
|
251
271
|
explorers: [
|
|
272
|
+
{
|
|
273
|
+
kind: 'OneNov',
|
|
274
|
+
url: 'https://explorer.onenov.xyz/lava',
|
|
275
|
+
txPage: 'https://explorer.onenov.xyz/lava/transactions/${txHash}',
|
|
276
|
+
accountPage: 'https://explorer.onenov.xyz/lava/accounts/${accountAddress}'
|
|
277
|
+
},
|
|
252
278
|
{
|
|
253
279
|
kind: 'Chainroot',
|
|
254
280
|
url: 'https://explorer.chainroot.io/lava',
|
|
@@ -302,6 +328,12 @@ const info = {
|
|
|
302
328
|
url: 'https://explorer.maouam.xyz/lava-mainnet',
|
|
303
329
|
txPage: 'https://explorer.maouam.xyz/lava-mainnet/tx/${txHash}',
|
|
304
330
|
accountPage: 'https://explorer.maouam.xyz/lava-mainnet/account/${accountAddress}'
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
kind: 'Winnode',
|
|
334
|
+
url: 'https://winnode.xyz/explorer/lava',
|
|
335
|
+
txPage: 'https://winnode.xyz/explorer/lava/tx/${txHash}',
|
|
336
|
+
accountPage: 'https://winnode.xyz/explorer/lava/account/${accountAddress}'
|
|
305
337
|
}
|
|
306
338
|
],
|
|
307
339
|
keywords: [
|
|
@@ -168,6 +168,12 @@ const info = {
|
|
|
168
168
|
url: 'https://atomscan.com/likecoin',
|
|
169
169
|
txPage: 'https://atomscan.com/likecoin/transactions/${txHash}',
|
|
170
170
|
accountPage: 'https://atomscan.com/likecoin/accounts/${accountAddress}'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
kind: 'Validatorinfo',
|
|
174
|
+
url: 'https://validatorinfo.com/networks/likecoin/overview',
|
|
175
|
+
validatorPage: 'https://validatorinfo.com/networks/likecoin/validators',
|
|
176
|
+
proposalPage: 'https://validatorinfo.com/networks/likecoin/governance'
|
|
171
177
|
}
|
|
172
178
|
],
|
|
173
179
|
logoURIs: {
|
|
@@ -366,6 +366,48 @@ const info = {
|
|
|
366
366
|
}
|
|
367
367
|
}]
|
|
368
368
|
},
|
|
369
|
+
{
|
|
370
|
+
description: 'USDN token',
|
|
371
|
+
extendedDescription: 'USDN is a yielding stablecoin collateral-backed by short-duration U.S. Treasury Bills.',
|
|
372
|
+
denomUnits: [{
|
|
373
|
+
denom: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
374
|
+
exponent: 0,
|
|
375
|
+
aliases: ['microusdn']
|
|
376
|
+
}, {
|
|
377
|
+
denom: 'usdn',
|
|
378
|
+
exponent: 6
|
|
379
|
+
}],
|
|
380
|
+
typeAsset: 'ics20',
|
|
381
|
+
base: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
382
|
+
name: 'Noble Dollar',
|
|
383
|
+
display: 'usdn',
|
|
384
|
+
symbol: 'USDN',
|
|
385
|
+
address: 'tnam1phl5mjmejq20geyzxrp4d63uecacclfj3crmrdat',
|
|
386
|
+
traces: [{
|
|
387
|
+
type: 'ibc',
|
|
388
|
+
counterparty: {
|
|
389
|
+
chainName: 'noble',
|
|
390
|
+
baseDenom: 'uusdn',
|
|
391
|
+
channelId: 'channel-136'
|
|
392
|
+
},
|
|
393
|
+
chain: {
|
|
394
|
+
channelId: 'channel-5',
|
|
395
|
+
path: 'transfer/channel-5/uusdn'
|
|
396
|
+
}
|
|
397
|
+
}],
|
|
398
|
+
logoURIs: {
|
|
399
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
400
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
401
|
+
},
|
|
402
|
+
images: [{
|
|
403
|
+
imageSync: {
|
|
404
|
+
chainName: 'noble',
|
|
405
|
+
baseDenom: 'uusdn'
|
|
406
|
+
},
|
|
407
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
408
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
409
|
+
}]
|
|
410
|
+
},
|
|
369
411
|
{
|
|
370
412
|
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
371
413
|
denomUnits: [{
|
package/mainnet/neutron/chain.js
CHANGED
|
@@ -256,6 +256,12 @@ const info = {
|
|
|
256
256
|
url: 'https://mainnet.whispernode.com/neutron',
|
|
257
257
|
txPage: 'https://mainnet.whispernode.com/neutron/tx/${txHash}',
|
|
258
258
|
accountPage: 'https://mainnet.whispernode.com/neutron/account/${accountAddress}'
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
kind: 'Validatorinfo',
|
|
262
|
+
url: 'https://validatorinfo.com/networks/neutron/overview',
|
|
263
|
+
validatorPage: 'https://validatorinfo.com/networks/neutron/validators',
|
|
264
|
+
proposalPage: 'https://validatorinfo.com/networks/neutron/governance'
|
|
259
265
|
}
|
|
260
266
|
],
|
|
261
267
|
images: [{
|
package/mainnet/nillion/chain.js
CHANGED
|
@@ -121,6 +121,12 @@ const info = {
|
|
|
121
121
|
url: 'https://explorer.nodestake.org/nillion/',
|
|
122
122
|
txPage: 'https://explorer.nodestake.org/nillion/txs/${txHash}',
|
|
123
123
|
accountPage: 'https://explorer.nodestake.org/nillion/account/${accountAddress}'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
kind: 'Validatorinfo',
|
|
127
|
+
url: 'https://validatorinfo.com/networks/nillion/overview',
|
|
128
|
+
validatorPage: 'https://validatorinfo.com/networks/nillion/validators',
|
|
129
|
+
proposalPage: 'https://validatorinfo.com/networks/nillion/governance'
|
|
124
130
|
}
|
|
125
131
|
],
|
|
126
132
|
images: [{
|
package/mainnet/nomic/chain.js
CHANGED
|
@@ -93,6 +93,11 @@ const info = {
|
|
|
93
93
|
url: 'https://mainnet.whispernode.com/nomic',
|
|
94
94
|
txPage: 'https://mainnet.whispernode.com/nomic/tx/${txHash}',
|
|
95
95
|
accountPage: 'https://mainnet.whispernode.com/nomic/account/${accountAddress}'
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
kind: 'Validatorinfo',
|
|
99
|
+
url: 'https://validatorinfo.com/networks/nomic/overview',
|
|
100
|
+
validatorPage: 'https://validatorinfo.com/networks/nomic/validators'
|
|
96
101
|
}
|
|
97
102
|
],
|
|
98
103
|
images: [{
|
package/mainnet/nyx/chain.js
CHANGED
|
@@ -135,6 +135,12 @@ const info = {
|
|
|
135
135
|
kind: 'ping.pub',
|
|
136
136
|
url: 'https://ping.pub/nyx',
|
|
137
137
|
txPage: 'https://ping.pub/nyx/tx/${txHash}'
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
kind: 'Validatorinfo',
|
|
141
|
+
url: 'https://validatorinfo.com/networks/nym/overview',
|
|
142
|
+
validatorPage: 'https://validatorinfo.com/networks/nym/validators',
|
|
143
|
+
proposalPage: 'https://validatorinfo.com/networks/nym/governance'
|
|
138
144
|
}
|
|
139
145
|
],
|
|
140
146
|
images: [
|
package/mainnet/osmosis/chain.js
CHANGED
|
@@ -636,6 +636,10 @@ const info = {
|
|
|
636
636
|
{
|
|
637
637
|
address: 'https://osmosis-rpc.highstakes.ch',
|
|
638
638
|
provider: 'High Stakes 🇨🇭'
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
address: 'https://rpc.osmosis.citizenweb3.com/',
|
|
642
|
+
provider: 'Citizen Web3'
|
|
639
643
|
}
|
|
640
644
|
],
|
|
641
645
|
rest: [
|
|
@@ -694,6 +698,10 @@ const info = {
|
|
|
694
698
|
{
|
|
695
699
|
address: 'https://osmosis-api.highstakes.ch',
|
|
696
700
|
provider: 'High Stakes 🇨🇭'
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
address: 'https://api.osmosis.citizenweb3.com/',
|
|
704
|
+
provider: 'Citizen Web3'
|
|
697
705
|
}
|
|
698
706
|
],
|
|
699
707
|
grpc: [
|
|
@@ -720,6 +728,10 @@ const info = {
|
|
|
720
728
|
{
|
|
721
729
|
address: 'grpc.osmosis.validatus.com:443',
|
|
722
730
|
provider: 'Validatus'
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
address: 'grpc.osmosis.citizenweb3.com:443',
|
|
734
|
+
provider: 'Citizen Web3'
|
|
723
735
|
}
|
|
724
736
|
]
|
|
725
737
|
},
|
|
@@ -802,6 +814,12 @@ const info = {
|
|
|
802
814
|
url: 'https://osmosis.valopers.com/',
|
|
803
815
|
txPage: 'https://osmosis.valopers.com/transactions/${txHash}',
|
|
804
816
|
accountPage: 'https://osmosis.valopers.com/account/${accountAddress}'
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
kind: 'Validatorinfo',
|
|
820
|
+
url: 'https://validatorinfo.com/networks/osmosis/overview',
|
|
821
|
+
validatorPage: 'https://validatorinfo.com/networks/osmosis/validators',
|
|
822
|
+
proposalPage: 'https://validatorinfo.com/networks/osmosis/governance'
|
|
805
823
|
}
|
|
806
824
|
],
|
|
807
825
|
keywords: ['dex']
|