Skip to content

Commit

Permalink
Merge pull request #33 from Stakely/feature/chain-registry-cron
Browse files Browse the repository at this point in the history
Automatic pull request to update lcd and rpc from chain-registry
  • Loading branch information
iicc1 authored Feb 11, 2025
2 parents aae9ccc + d9b898c commit 911dced
Show file tree
Hide file tree
Showing 18 changed files with 194 additions and 8 deletions.
8 changes: 7 additions & 1 deletion agoric/lcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,11 @@
"url": "https://agoric.api.m.stavr.tech",
"website": "https://stavr.tech",
"weight": 1
},
{
"name": "NodeStake",
"url": "https://api.agoric.nodestake.org",
"website": "https://nodestake.org",
"weight": 1
}
]
]
6 changes: 6 additions & 0 deletions agoric/rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,11 @@
"url": "https://rpc.agoric.bronbro.io:443",
"website": "https://bronbro.io",
"weight": 1
},
{
"name": "NodeStake",
"url": "https://rpc.agoric.nodestake.org",
"website": "https://nodestake.org",
"weight": 1
}
]
8 changes: 7 additions & 1 deletion archway/lcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,11 @@
"url": "https://archway-api.noders.services",
"website": "https://noders.services",
"weight": 1
},
{
"name": "Chainroot",
"url": "https://archway-api.chainroot.io",
"website": "https://chainroot.io",
"weight": 1
}
]
]
8 changes: 7 additions & 1 deletion archway/rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,11 @@
"url": "https://archway-rpc.noders.services",
"website": "https://noders.services",
"weight": 1
},
{
"name": "Chainroot",
"url": "https://archway-rpc.chainroot.io",
"website": "https://chainroot.io",
"weight": 1
}
]
]
12 changes: 12 additions & 0 deletions celestia/lcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,17 @@
"url": "https://api.celestia.mainnet.dteam.tech:443",
"website": "https://dteam.tech",
"weight": 1
},
{
"name": "NodeStake",
"url": "https://api.celestia.nodestake.org",
"website": "https://nodestake.org",
"weight": 1
},
{
"name": "Stake&Relax Validator 🦥",
"url": "https://celestia-api.stakeandrelax.net",
"website": "https://stakeandrelax.net",
"weight": 1
}
]
12 changes: 12 additions & 0 deletions celestia/rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,17 @@
"url": "https://rpc.celestia.mainnet.dteam.tech:443",
"website": "https://dteam.tech",
"weight": 1
},
{
"name": "NodeStake",
"url": "https://rpc.celestia.nodestake.org",
"website": "https://nodestake.org",
"weight": 1
},
{
"name": "Stake&Relax Validator 🦥",
"url": "https://celestia-rpc.stakeandrelax.net",
"website": "https://stakeandrelax.net",
"weight": 1
}
]
36 changes: 36 additions & 0 deletions cosmoshub/lcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,41 @@
"url": "https://cosmos-api.stakeandrelax.net",
"website": "https://stakeandrelax.net",
"weight": 1
},
{
"name": "Lava",
"url": "https://cosmoshub.lava.build:443",
"website": "https://lava.build",
"weight": 1
},
{
"name": "NodeStake",
"url": "https://api.cosmos.nodestake.org",
"website": "https://nodestake.org",
"weight": 1
},
{
"name": "ITRocket",
"url": "https://cosmoshub-mainnet-api.itrocket.net",
"website": "https://itrocket.net",
"weight": 1
},
{
"name": "Quasar",
"url": "https://cosmoshub.api.quasarstaking.ai",
"website": "https://quasarstaking.ai",
"weight": 1
},
{
"name": "Inter Blockchain Services",
"url": "https://cosmos-api.ibs.team",
"website": "https://ibs.team",
"weight": 1
},
{
"name": "Citizen Web3",
"url": "https://api.cosmoshub-4-archive.citizenweb3.com:443",
"website": "https://citizenweb3.com",
"weight": 1
}
]
32 changes: 31 additions & 1 deletion cosmoshub/rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
},
{
"name": "Citizen Web3",
"url": "https://rpc.cosmoshub-4.citizenweb3.com",
"url": "https://rpc.cosmoshub-4-archive.citizenweb3.com:443",
"website": "https://citizenweb3.com",
"weight": 1
},
Expand All @@ -270,5 +270,35 @@
"url": "https://cosmos-hub.drpc.org",
"website": "https://drpc.org",
"weight": 1
},
{
"name": "Lava",
"url": "https://cosmoshub.tendermintrpc.lava.build:443",
"website": "https://lava.build",
"weight": 1
},
{
"name": "NodeStake",
"url": "https://rpc.cosmos.nodestake.org",
"website": "https://nodestake.org",
"weight": 1
},
{
"name": "ITRocket",
"url": "https://cosmoshub-mainnet-rpc.itrocket.net",
"website": "https://itrocket.net",
"weight": 1
},
{
"name": "Quasar",
"url": "https://cosmoshub.rpc.quasarstaking.ai",
"website": "https://quasarstaking.ai",
"weight": 1
},
{
"name": "Inter Blockchain Services",
"url": "https://cosmos-rpc.ibs.team",
"website": "https://ibs.team",
"weight": 1
}
]
8 changes: 7 additions & 1 deletion juno/lcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,11 @@
"url": "https://rest.lavenderfive.com:443/juno",
"website": "https://lavenderfive.com:443/juno",
"weight": 1
},
{
"name": "Chainroot",
"url": "https://juno-api.chainroot.io",
"website": "https://chainroot.io",
"weight": 1
}
]
]
8 changes: 7 additions & 1 deletion juno/rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,11 @@
"url": "https://juno.rpc.nodeshub.online:443",
"website": "https://nodeshub.online",
"weight": 1
},
{
"name": "Chainroot",
"url": "https://juno-rpc.chainroot.io",
"website": "https://chainroot.io",
"weight": 1
}
]
]
12 changes: 12 additions & 0 deletions osmosis/lcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,17 @@
"url": "https://rest.lavenderfive.com:443/osmosis",
"website": "https://lavenderfive.com:443/osmosis",
"weight": 1
},
{
"name": "Chainroot",
"url": "https://osmosis-api.chainroot.io",
"website": "https://chainroot.io",
"weight": 1
},
{
"name": "Quasar",
"url": "https://osmosis.api.quasarstaking.ai:443",
"website": "https://quasarstaking.ai",
"weight": 1
}
]
12 changes: 12 additions & 0 deletions osmosis/rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,17 @@
"url": "https://osmosis.drpc.org",
"website": "https://drpc.org",
"weight": 1
},
{
"name": "Chainroot",
"url": "https://osmosis-rpc.chainroot.io",
"website": "https://chainroot.io",
"weight": 1
},
{
"name": "Quasar",
"url": "https://osmosis.rpc.quasarstaking.ai:443",
"website": "https://quasarstaking.ai",
"weight": 1
}
]
6 changes: 6 additions & 0 deletions quasar/lcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,11 @@
"url": "https://rest.lavenderfive.com:443/quasar",
"website": "https://lavenderfive.com:443/quasar",
"weight": 1
},
{
"name": "Chainroot",
"url": "https://quasar-api.chainroot.io",
"website": "https://chainroot.io",
"weight": 1
}
]
6 changes: 6 additions & 0 deletions quasar/rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,11 @@
"url": "https://quasar-rpc.genznodes.dev",
"website": "https://genznodes.dev",
"weight": 1
},
{
"name": "Chainroot",
"url": "https://quasar-rpc.chainroot.io",
"website": "https://chainroot.io",
"weight": 1
}
]
2 changes: 1 addition & 1 deletion secretnetwork/lcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@
"website": "https://lavenderfive.com:443/secretnetwork",
"weight": 1
}
]
]
2 changes: 1 addition & 1 deletion secretnetwork/rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
"website": "https://stakewolle.com/cosmos/secretnetwork/rpc",
"weight": 1
}
]
]
12 changes: 12 additions & 0 deletions terra/lcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,17 @@
"url": "https://terra-api.cosmosrescue.dev:8443",
"website": "https://cosmosrescue.dev",
"weight": 1
},
{
"name": "r93AX Nodes",
"url": "https://api-archive-terra.r93axnodes.cloud:443",
"website": "https://r93axnodes.cloud",
"weight": 1
},
{
"name": "Chainroot",
"url": "https://terra-api.chainroot.io",
"website": "https://chainroot.io",
"weight": 1
}
]
12 changes: 12 additions & 0 deletions terra/rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,17 @@
"url": "https://terra-rpc.cosmosrescue.dev:8443",
"website": "https://cosmosrescue.dev",
"weight": 1
},
{
"name": "r93AX Nodes",
"url": "https://rpc-archive-terra.r93axnodes.cloud:443",
"website": "https://r93axnodes.cloud",
"weight": 1
},
{
"name": "Chainroot",
"url": "https://terra-rpc.chainroot.io",
"website": "https://chainroot.io",
"weight": 1
}
]

0 comments on commit 911dced

Please sign in to comment.