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