Skip to content

Commit 69d671b

Browse files
committed
build 🛠 build-20251209-013755
1 parent 6ac33e1 commit 69d671b

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

v1/packages/chain-registry/src/mainnet/atomone/chain.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ const info: Chain = {
184184
{
185185
address: 'https://atomone.api.pocket.network',
186186
provider: 'Pocket Network'
187+
},
188+
{
189+
address: 'https://atomone.blocksync.me/rpc',
190+
provider: 'BlockSync'
187191
}
188192
],
189193
rest: [
@@ -306,6 +310,10 @@ const info: Chain = {
306310
{
307311
address: 'https://atomone.api.pocket.network',
308312
provider: 'Pocket Network'
313+
},
314+
{
315+
address: 'https://atomone.blocksync.me/api',
316+
provider: 'BlockSync'
309317
}
310318
],
311319
grpc: [
@@ -388,6 +396,10 @@ const info: Chain = {
388396
{
389397
address: 'atomone-grpc.nyan-cat.net',
390398
provider: 'NyanCat'
399+
},
400+
{
401+
address: 'atomone-grpc.blocksync.me:443',
402+
provider: 'BlockSync'
391403
}
392404
]
393405
},
@@ -505,6 +517,12 @@ const info: Chain = {
505517
url: 'https://explorer.nyan-cat.net/atomone',
506518
tx_page: 'https://explorer.nyan-cat.net/atomone/tx/${txHash}',
507519
account_page: 'https://explorer.nyan-cat.net/atomone/account/${accountAddress}'
520+
},
521+
{
522+
kind: 'BlockSync',
523+
url: 'https://dashboard.blocksync.me/atomone',
524+
tx_page: 'https://dashboard.blocksync.me/atomone/tx/${txHash}',
525+
account_page: 'https://dashboard.blocksync.me/atomone/account/${accountAddress}'
508526
}
509527
],
510528
images: [{

v1/packages/chain-registry/src/mainnet/cosmoshub/chain.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ const info: Chain = {
6666
description: 'The Cosmos Hub is the flagship blockchain of the Cosmos ecosystem, launched in 2019. Today, it provides multichain services to other Cosmos blockchains, including the IBC Eureka bridge between the Cosmos ecosystem and Ethereum.',
6767
apis: {
6868
rpc: [
69+
{
70+
address: 'https://rpc.cosmoshub-main.ccvalidators.com:443',
71+
provider: 'CryptoCrew',
72+
archive: true
73+
},
6974
{
7075
address: 'https://cosmoshub.tendermintrpc.lava.build:443',
7176
provider: 'Lava'
@@ -228,6 +233,11 @@ const info: Chain = {
228233
}
229234
],
230235
rest: [
236+
{
237+
address: 'https://rest.cosmoshub-main.ccvalidators.com:443',
238+
provider: 'CryptoCrew',
239+
archive: true
240+
},
231241
{
232242
address: 'https://cosmoshub.lava.build:443',
233243
provider: 'Lava'
@@ -362,6 +372,11 @@ const info: Chain = {
362372
}
363373
],
364374
grpc: [
375+
{
376+
address: 'grpc.cosmoshub-main.ccvalidators.com:443',
377+
provider: 'CryptoCrew',
378+
archive: true
379+
},
365380
{
366381
address: 'cosmoshub.grpc.lava.build',
367382
provider: 'Lava'

0 commit comments

Comments
 (0)