chain-registry 2.0.126 → 2.0.127
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/atomone/chain.js +18 -0
- package/esm/mainnet/namada/chain.js +78 -20
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/namada/chain.js +78 -20
- package/package.json +3 -3
|
@@ -187,6 +187,10 @@ const info = {
|
|
|
187
187
|
{
|
|
188
188
|
address: 'https://atomone.blocksync.me/rpc',
|
|
189
189
|
provider: 'BlockSync'
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
address: 'https://atomone-mainnet-rpc.oshvank.xyz',
|
|
193
|
+
provider: '🏆OshVanK🏆'
|
|
190
194
|
}
|
|
191
195
|
],
|
|
192
196
|
rest: [
|
|
@@ -313,6 +317,10 @@ const info = {
|
|
|
313
317
|
{
|
|
314
318
|
address: 'https://atomone.blocksync.me/api',
|
|
315
319
|
provider: 'BlockSync'
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
address: 'https://atomone-mainnet-api.oshvank.xyz',
|
|
323
|
+
provider: '🏆OshVanK🏆'
|
|
316
324
|
}
|
|
317
325
|
],
|
|
318
326
|
grpc: [
|
|
@@ -399,6 +407,10 @@ const info = {
|
|
|
399
407
|
{
|
|
400
408
|
address: 'atomone-grpc.blocksync.me:443',
|
|
401
409
|
provider: 'BlockSync'
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
address: 'atomone-mainnet-grpc.oshvank.xyz:443',
|
|
413
|
+
provider: '🏆OshVanK🏆'
|
|
402
414
|
}
|
|
403
415
|
]
|
|
404
416
|
},
|
|
@@ -522,6 +534,12 @@ const info = {
|
|
|
522
534
|
url: 'https://dashboard.blocksync.me/atomone',
|
|
523
535
|
txPage: 'https://dashboard.blocksync.me/atomone/tx/${txHash}',
|
|
524
536
|
accountPage: 'https://dashboard.blocksync.me/atomone/account/${accountAddress}'
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
kind: '🏆OshVanK🏆',
|
|
540
|
+
url: 'https://explorer.oshvank.xyz/AtomOne',
|
|
541
|
+
txPage: 'https://explorer.oshvank.xyz/AtomOne/tx/${txHash}',
|
|
542
|
+
accountPage: 'https://explorer.oshvank.xyz/AtomOne/account/${accountAddress}'
|
|
525
543
|
}
|
|
526
544
|
],
|
|
527
545
|
images: [{
|
|
@@ -10,6 +10,7 @@ const info = {
|
|
|
10
10
|
slip44: 877,
|
|
11
11
|
bech32Prefix: 'tnam',
|
|
12
12
|
daemonName: 'unam',
|
|
13
|
+
nodeHome: '$HOME/.local/share/namada',
|
|
13
14
|
keyAlgos: ['ed25519'],
|
|
14
15
|
fees: {
|
|
15
16
|
feeTokens: [{
|
|
@@ -31,8 +32,13 @@ const info = {
|
|
|
31
32
|
codebase: {
|
|
32
33
|
gitRepo: 'https://github.com/namada-net/namada'
|
|
33
34
|
},
|
|
35
|
+
description: 'Namada is a composable privacy layer for the multichain ecosystem. It\'s a proof-of-stake Layer 1 designed to protect user data through a shielded asset hub and shielded cross-chain transactions. Namada can support any asset and helps bring data protection to existing chains, dapps, tokens, and NFTs. Built primarily in Rust, Namada uses CometBFT consensus and the IBC (Inter-Blockchain Communication) protocol for multichain interoperability, with the ability to expand to additional ecosystems beyond IBC. By leveraging advanced cryptography such as zk-SNARKs and a strong interoperability model, Namada serves as a privacy-preserving building block for users interacting across many blockchains and protocols.',
|
|
34
36
|
apis: {
|
|
35
37
|
rpc: [
|
|
38
|
+
{
|
|
39
|
+
provider: 'Heliax',
|
|
40
|
+
address: 'https://rpc.namada.net'
|
|
41
|
+
},
|
|
36
42
|
{
|
|
37
43
|
provider: 'TuDudes',
|
|
38
44
|
address: 'https://rpc.namada.tududes.com'
|
|
@@ -41,14 +47,6 @@ const info = {
|
|
|
41
47
|
provider: 'Mandragora',
|
|
42
48
|
address: 'https://namada-rpc.mandragora.io'
|
|
43
49
|
},
|
|
44
|
-
{
|
|
45
|
-
provider: 'PowerStaking',
|
|
46
|
-
address: 'https://namadam.powerstaking.tech'
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
provider: 'stake.systems',
|
|
50
|
-
address: 'https://namada-main.stakesystems.io'
|
|
51
|
-
},
|
|
52
50
|
{
|
|
53
51
|
provider: '5ElementsNodes',
|
|
54
52
|
address: 'https://rpc-namada.5elementsnodes.com'
|
|
@@ -57,10 +55,6 @@ const info = {
|
|
|
57
55
|
provider: 'itrocket-team',
|
|
58
56
|
address: 'https://namada-mainnet-rpc.itrocket.net'
|
|
59
57
|
},
|
|
60
|
-
{
|
|
61
|
-
provider: 'Sproutstake',
|
|
62
|
-
address: 'https://namada-rpc.sproutstake.space'
|
|
63
|
-
},
|
|
64
58
|
{
|
|
65
59
|
provider: 'Papadritta',
|
|
66
60
|
address: 'https://rpc.papadritta.com'
|
|
@@ -69,10 +63,6 @@ const info = {
|
|
|
69
63
|
provider: 'Decentrio',
|
|
70
64
|
address: 'https://namada.rpc.decentrio.ventures'
|
|
71
65
|
},
|
|
72
|
-
{
|
|
73
|
-
provider: 'StakePool',
|
|
74
|
-
address: 'https://rpc.namada.stakepool.dev.br'
|
|
75
|
-
},
|
|
76
66
|
{
|
|
77
67
|
provider: 'TNSO',
|
|
78
68
|
address: 'https://rpc.namadascan.io'
|
|
@@ -89,10 +79,6 @@ const info = {
|
|
|
89
79
|
provider: 'Loser',
|
|
90
80
|
address: 'https://namada.loserboy.xyz'
|
|
91
81
|
},
|
|
92
|
-
{
|
|
93
|
-
provider: 'jacky1988',
|
|
94
|
-
address: 'https://namada.itudou.xyz'
|
|
95
|
-
},
|
|
96
82
|
{
|
|
97
83
|
provider: 'Validatus',
|
|
98
84
|
address: 'https://rpc.namada.validatus.com'
|
|
@@ -100,6 +86,78 @@ const info = {
|
|
|
100
86
|
{
|
|
101
87
|
provider: 'anodeofzen',
|
|
102
88
|
address: 'https://namada-rpc.zenode.app'
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
provider: 'max-02',
|
|
92
|
+
address: 'https://rpc.namada.max-02.xyz'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
provider: 'Grand Valley',
|
|
96
|
+
address: 'https://lightnode-rpc-mainnet-namada.grandvalleys.com'
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
provider: 'deNodes',
|
|
100
|
+
address: 'https://namada-mainnet-rpc.denodes.xyz'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
provider: 'shield-crypto',
|
|
104
|
+
address: 'https://namada-public-rpc.shield-crypto.com'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
provider: 'EmberStake',
|
|
108
|
+
address: 'https://namada-rpc.emberstake.xyz'
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
provider: 'NODERS',
|
|
112
|
+
address: 'https://namada-rpc.noders.services'
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
provider: 'Wavefive',
|
|
116
|
+
address: 'https://namada-rpc.wavefive.xyz'
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
provider: 'Architect Nodes',
|
|
120
|
+
address: 'https://rpc-namada.architectnodes.com'
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
provider: 'Citizen Web3',
|
|
124
|
+
address: 'https://rpc.namada-archive.citizenweb3.com'
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
provider: 'Coverlet',
|
|
128
|
+
address: 'https://rpc.namada.coverlet.io'
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
provider: 'CroutonDigital',
|
|
132
|
+
address: 'https://namada-mainnet-rpc.crouton.digital'
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
provider: '0xWave',
|
|
136
|
+
address: 'https://namada-rpc.0xwave.com'
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
provider: 'Cosmic Validator',
|
|
140
|
+
address: 'https://namada-rpc.cosmicvalidator.com'
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
provider: 'Hadesguard',
|
|
144
|
+
address: 'https://namada-rpc.hadesguard.tech'
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
provider: 'LiveRaveN',
|
|
148
|
+
address: 'https://namada.rpc.liveraven.net'
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
provider: 'TdrSys',
|
|
152
|
+
address: 'https://namada.tdrsys.com'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
provider: 'Nodes.Guru',
|
|
156
|
+
address: 'https://rpc-1.namada.nodes.guru'
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
provider: 'StakeUp',
|
|
160
|
+
address: 'https://rpc.namada.stakeup.tech'
|
|
103
161
|
}
|
|
104
162
|
]
|
|
105
163
|
},
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -189,6 +189,10 @@ const info = {
|
|
|
189
189
|
{
|
|
190
190
|
address: 'https://atomone.blocksync.me/rpc',
|
|
191
191
|
provider: 'BlockSync'
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
address: 'https://atomone-mainnet-rpc.oshvank.xyz',
|
|
195
|
+
provider: '🏆OshVanK🏆'
|
|
192
196
|
}
|
|
193
197
|
],
|
|
194
198
|
rest: [
|
|
@@ -315,6 +319,10 @@ const info = {
|
|
|
315
319
|
{
|
|
316
320
|
address: 'https://atomone.blocksync.me/api',
|
|
317
321
|
provider: 'BlockSync'
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
address: 'https://atomone-mainnet-api.oshvank.xyz',
|
|
325
|
+
provider: '🏆OshVanK🏆'
|
|
318
326
|
}
|
|
319
327
|
],
|
|
320
328
|
grpc: [
|
|
@@ -401,6 +409,10 @@ const info = {
|
|
|
401
409
|
{
|
|
402
410
|
address: 'atomone-grpc.blocksync.me:443',
|
|
403
411
|
provider: 'BlockSync'
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
address: 'atomone-mainnet-grpc.oshvank.xyz:443',
|
|
415
|
+
provider: '🏆OshVanK🏆'
|
|
404
416
|
}
|
|
405
417
|
]
|
|
406
418
|
},
|
|
@@ -524,6 +536,12 @@ const info = {
|
|
|
524
536
|
url: 'https://dashboard.blocksync.me/atomone',
|
|
525
537
|
txPage: 'https://dashboard.blocksync.me/atomone/tx/${txHash}',
|
|
526
538
|
accountPage: 'https://dashboard.blocksync.me/atomone/account/${accountAddress}'
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
kind: '🏆OshVanK🏆',
|
|
542
|
+
url: 'https://explorer.oshvank.xyz/AtomOne',
|
|
543
|
+
txPage: 'https://explorer.oshvank.xyz/AtomOne/tx/${txHash}',
|
|
544
|
+
accountPage: 'https://explorer.oshvank.xyz/AtomOne/account/${accountAddress}'
|
|
527
545
|
}
|
|
528
546
|
],
|
|
529
547
|
images: [{
|
package/mainnet/namada/chain.js
CHANGED
|
@@ -12,6 +12,7 @@ const info = {
|
|
|
12
12
|
slip44: 877,
|
|
13
13
|
bech32Prefix: 'tnam',
|
|
14
14
|
daemonName: 'unam',
|
|
15
|
+
nodeHome: '$HOME/.local/share/namada',
|
|
15
16
|
keyAlgos: ['ed25519'],
|
|
16
17
|
fees: {
|
|
17
18
|
feeTokens: [{
|
|
@@ -33,8 +34,13 @@ const info = {
|
|
|
33
34
|
codebase: {
|
|
34
35
|
gitRepo: 'https://github.com/namada-net/namada'
|
|
35
36
|
},
|
|
37
|
+
description: 'Namada is a composable privacy layer for the multichain ecosystem. It\'s a proof-of-stake Layer 1 designed to protect user data through a shielded asset hub and shielded cross-chain transactions. Namada can support any asset and helps bring data protection to existing chains, dapps, tokens, and NFTs. Built primarily in Rust, Namada uses CometBFT consensus and the IBC (Inter-Blockchain Communication) protocol for multichain interoperability, with the ability to expand to additional ecosystems beyond IBC. By leveraging advanced cryptography such as zk-SNARKs and a strong interoperability model, Namada serves as a privacy-preserving building block for users interacting across many blockchains and protocols.',
|
|
36
38
|
apis: {
|
|
37
39
|
rpc: [
|
|
40
|
+
{
|
|
41
|
+
provider: 'Heliax',
|
|
42
|
+
address: 'https://rpc.namada.net'
|
|
43
|
+
},
|
|
38
44
|
{
|
|
39
45
|
provider: 'TuDudes',
|
|
40
46
|
address: 'https://rpc.namada.tududes.com'
|
|
@@ -43,14 +49,6 @@ const info = {
|
|
|
43
49
|
provider: 'Mandragora',
|
|
44
50
|
address: 'https://namada-rpc.mandragora.io'
|
|
45
51
|
},
|
|
46
|
-
{
|
|
47
|
-
provider: 'PowerStaking',
|
|
48
|
-
address: 'https://namadam.powerstaking.tech'
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
provider: 'stake.systems',
|
|
52
|
-
address: 'https://namada-main.stakesystems.io'
|
|
53
|
-
},
|
|
54
52
|
{
|
|
55
53
|
provider: '5ElementsNodes',
|
|
56
54
|
address: 'https://rpc-namada.5elementsnodes.com'
|
|
@@ -59,10 +57,6 @@ const info = {
|
|
|
59
57
|
provider: 'itrocket-team',
|
|
60
58
|
address: 'https://namada-mainnet-rpc.itrocket.net'
|
|
61
59
|
},
|
|
62
|
-
{
|
|
63
|
-
provider: 'Sproutstake',
|
|
64
|
-
address: 'https://namada-rpc.sproutstake.space'
|
|
65
|
-
},
|
|
66
60
|
{
|
|
67
61
|
provider: 'Papadritta',
|
|
68
62
|
address: 'https://rpc.papadritta.com'
|
|
@@ -71,10 +65,6 @@ const info = {
|
|
|
71
65
|
provider: 'Decentrio',
|
|
72
66
|
address: 'https://namada.rpc.decentrio.ventures'
|
|
73
67
|
},
|
|
74
|
-
{
|
|
75
|
-
provider: 'StakePool',
|
|
76
|
-
address: 'https://rpc.namada.stakepool.dev.br'
|
|
77
|
-
},
|
|
78
68
|
{
|
|
79
69
|
provider: 'TNSO',
|
|
80
70
|
address: 'https://rpc.namadascan.io'
|
|
@@ -91,10 +81,6 @@ const info = {
|
|
|
91
81
|
provider: 'Loser',
|
|
92
82
|
address: 'https://namada.loserboy.xyz'
|
|
93
83
|
},
|
|
94
|
-
{
|
|
95
|
-
provider: 'jacky1988',
|
|
96
|
-
address: 'https://namada.itudou.xyz'
|
|
97
|
-
},
|
|
98
84
|
{
|
|
99
85
|
provider: 'Validatus',
|
|
100
86
|
address: 'https://rpc.namada.validatus.com'
|
|
@@ -102,6 +88,78 @@ const info = {
|
|
|
102
88
|
{
|
|
103
89
|
provider: 'anodeofzen',
|
|
104
90
|
address: 'https://namada-rpc.zenode.app'
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
provider: 'max-02',
|
|
94
|
+
address: 'https://rpc.namada.max-02.xyz'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
provider: 'Grand Valley',
|
|
98
|
+
address: 'https://lightnode-rpc-mainnet-namada.grandvalleys.com'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
provider: 'deNodes',
|
|
102
|
+
address: 'https://namada-mainnet-rpc.denodes.xyz'
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
provider: 'shield-crypto',
|
|
106
|
+
address: 'https://namada-public-rpc.shield-crypto.com'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
provider: 'EmberStake',
|
|
110
|
+
address: 'https://namada-rpc.emberstake.xyz'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
provider: 'NODERS',
|
|
114
|
+
address: 'https://namada-rpc.noders.services'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
provider: 'Wavefive',
|
|
118
|
+
address: 'https://namada-rpc.wavefive.xyz'
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
provider: 'Architect Nodes',
|
|
122
|
+
address: 'https://rpc-namada.architectnodes.com'
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
provider: 'Citizen Web3',
|
|
126
|
+
address: 'https://rpc.namada-archive.citizenweb3.com'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
provider: 'Coverlet',
|
|
130
|
+
address: 'https://rpc.namada.coverlet.io'
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
provider: 'CroutonDigital',
|
|
134
|
+
address: 'https://namada-mainnet-rpc.crouton.digital'
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
provider: '0xWave',
|
|
138
|
+
address: 'https://namada-rpc.0xwave.com'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
provider: 'Cosmic Validator',
|
|
142
|
+
address: 'https://namada-rpc.cosmicvalidator.com'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
provider: 'Hadesguard',
|
|
146
|
+
address: 'https://namada-rpc.hadesguard.tech'
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
provider: 'LiveRaveN',
|
|
150
|
+
address: 'https://namada.rpc.liveraven.net'
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
provider: 'TdrSys',
|
|
154
|
+
address: 'https://namada.tdrsys.com'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
provider: 'Nodes.Guru',
|
|
158
|
+
address: 'https://rpc-1.namada.nodes.guru'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
provider: 'StakeUp',
|
|
162
|
+
address: 'https://rpc.namada.stakeup.tech'
|
|
105
163
|
}
|
|
106
164
|
]
|
|
107
165
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.127",
|
|
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.127"
|
|
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": "e4dbfdc9132dfae7a074709b580d358c1af8b21e"
|
|
43
43
|
}
|