├── README.md ├── agoric ├── lcd.json └── rpc.json ├── archway ├── lcd.json └── rpc.json ├── celestia ├── lcd.json └── rpc.json ├── celo └── json-rpc.json ├── cosmoshub ├── lcd.json └── rpc.json ├── evmos ├── json-rpc.json ├── lcd.json └── rpc.json ├── fantom └── json-rpc.json ├── hyperliquid └── json-rpc.json ├── initia ├── lcd.json └── rpc.json ├── injective ├── lcd.json └── rpc.json ├── juno ├── lcd.json └── rpc.json ├── namada └── rpc.json ├── osmosis ├── lcd.json └── rpc.json ├── secretnetwork ├── lcd.json └── rpc.json ├── sonic └── json-rpc.json ├── taiko └── json-rpc.json └── terra ├── lcd.json └── rpc.json /README.md: -------------------------------------------------------------------------------- 1 | # Stakely Web3 load balancer configuration 2 | ### Public configuration files for the multi-chain intelligent load balancer 3 | 4 |
5 | 6 | 7 | This work has been possible thanks of all the community members that expose blockchain APIs to the public ❤️ 8 | 9 | All these contributors are displayed on the load balancer home page. 10 | 11 | 12 |
13 | 14 | ## Main features of this load balancer: 15 | - Node health monitoring 16 | - CORS access enabled 17 | - Re-routing requests on failures 18 | - Re-trying requests on 10s node timeout 19 | - Intelligent request caching mechanism 20 | - Deployed on a distributed infrastructure 21 | - Webpage with stats and contributors for each service 22 | - Multiple chains and service available 23 | - Built from scratch 24 | 25 |
26 | 27 | Feel free to include, edit or remove your RPCs, LCDs, and other APIs in the proper configuration files by submitting a pull request. The load balancer will update its configuration when these files are modified. 28 | 29 | Any contribution is highly appreciated. 30 | 31 |
32 | 33 | ## Usage 34 | Use the available endpoints as if they were normal APIs. The load balancer will take care of the rest. 35 | 36 |
37 | 38 | ## Available endpoints and stats page 39 | - Cosmos Hub: 40 | - LCD: https://cosmoshub-lcd.stakely.io 41 | - RPC: https://cosmoshub-rpc.stakely.io 42 | - Terra: 43 | - LCD: https://terra-lcd.stakely.io 44 | - RPC: https://terra-rpc.stakely.io 45 | - Juno: 46 | - LCD: https://juno-lcd.stakely.io 47 | - RPC: https://juno-rpc.stakely.io 48 | - Secret Network: 49 | - LCD: https://secretnetwork-lcd.stakely.io 50 | - RPC: https://secretnetwork-rpc.stakely.io 51 | - Evmos: 52 | - JSON-RPC: https://evmos-json-rpc.stakely.io 53 | - LCD: https://evmos-lcd.stakely.io 54 | - RPC: https://evmos-rpc.stakely.io 55 | - Agoric: 56 | - LCD: https://agoric-lcd.stakely.io 57 | - RPC: https://agoric-rpc.stakely.io 58 | - Osmosis: 59 | - LCD: https://osmosis-lcd.stakely.io 60 | - RPC: https://osmosis-lcd.stakely.io 61 | - Taiko: 62 | - JSON-RPC: https://taiko-json-rpc.stakely.io 63 | - Fantom: 64 | - JSON-RPC: https://fantom-json-rpc.stakely.io 65 | - Hyperliquid 66 | - JSON-RPC: https://hyperliquid-json-rpc.stakely.io 67 | - Celo 68 | - JSON-RPC: https://celo-json-rpc.stakely.io 69 | -------------------------------------------------------------------------------- /agoric/lcd.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://agoric-lcd-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1 8 | }, 9 | { 10 | "name": "Polkachu", 11 | "website": "https://polkachu.com", 12 | "url": "https://agoric-api.polkachu.com", 13 | "keybase": "0A6AF02D1557E5B4", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "Agoric", 18 | "website": "https://agoric.net", 19 | "url": "https://main.api.agoric.net:443", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Nodes Guru", 24 | "website": "https://nodes.guru", 25 | "url": "https://api-agoric.nodes.guru", 26 | "keybase": "28B672FCE6BBD562", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "Sgtstake", 31 | "website": "https://sgtstake.com", 32 | "url": "https://api.agoric.sgtstake.com", 33 | "keybase": "19185C91586D50DC", 34 | "weight": 1 35 | }, 36 | { 37 | "name": "Stakesystems", 38 | "website": "https://stakesystems.io", 39 | "url": "https://agoric.stakesystems.io", 40 | "weight": 1 41 | }, 42 | { 43 | "name": "kjnodes", 44 | "website": "https://kjnodes.com", 45 | "url": "https://agoric.api.kjnodes.com", 46 | "keybase": "1C5ACD2EEF363C3A", 47 | "weight": 1 48 | }, 49 | { 50 | "name": "NodeStake", 51 | "url": "https://api.agoric.nodestake.top", 52 | "website": "https://nodestake.top", 53 | "weight": 1 54 | }, 55 | { 56 | "name": "AutoStake 🛡️ Slash Protected", 57 | "url": "https://agoric-mainnet-lcd.autostake.com:443", 58 | "website": "https://autostake.com", 59 | "weight": 1 60 | }, 61 | { 62 | "name": "Stakeflow", 63 | "url": "https://api-agoric-01.stakeflow.io", 64 | "website": "https://stakeflow.io", 65 | "weight": 1 66 | }, 67 | { 68 | "name": "0base.vc", 69 | "url": "https://agoric-rest.0base.dev", 70 | "website": "https://0base.dev", 71 | "weight": 1 72 | }, 73 | { 74 | "name": "w3coins", 75 | "url": "https://agoric-api.w3coins.io", 76 | "website": "https://w3coins.io", 77 | "weight": 1 78 | }, 79 | { 80 | "name": "StakeWithUs", 81 | "url": "https://api.agoric.stakewith.us", 82 | "website": "https://stakewith.us", 83 | "weight": 1 84 | }, 85 | { 86 | "name": "Notional", 87 | "url": "https://api-agoric-ia.cosmosia.notional.ventures", 88 | "website": "https://notional.ventures", 89 | "weight": 1 90 | }, 91 | { 92 | "name": "Stake&Relax 🦥", 93 | "url": "https://agoric-api.stakeandrelax.net", 94 | "website": "https://stakeandrelax.net", 95 | "weight": 1 96 | }, 97 | { 98 | "name": "Bro_n_Bro", 99 | "url": "https://lcd.agoric.bronbro.io:443", 100 | "website": "https://bronbro.io", 101 | "weight": 1 102 | }, 103 | { 104 | "name": "STAVR", 105 | "url": "https://agoric.api.m.stavr.tech", 106 | "website": "https://stavr.tech", 107 | "weight": 1 108 | }, 109 | { 110 | "name": "NodeStake", 111 | "url": "https://api.agoric.nodestake.org", 112 | "website": "https://nodestake.org", 113 | "weight": 1 114 | } 115 | ] -------------------------------------------------------------------------------- /agoric/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://agoric-rpc-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1 8 | }, 9 | { 10 | "name": "Polkachu", 11 | "website": "https://polkachu.com", 12 | "url": "https://agoric-rpc.polkachu.com", 13 | "keybase": "0A6AF02D1557E5B4", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "Agoric", 18 | "website": "https://agoric.net", 19 | "url": "https://main.rpc.agoric.net:443", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Stakeangle", 24 | "website": "https://stakeangle.com", 25 | "url": "https://agoric-rpc.stakeangle.com", 26 | "keybase": "0C2EBFF70582B725", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "Sgtstake", 31 | "website": "https://sgtstake.com", 32 | "url": "https://rpc.agoric.sgtstake.com", 33 | "keybase": "19185C91586D50DC", 34 | "weight": 1 35 | }, 36 | { 37 | "name": "Nodeasy", 38 | "website": "https://www.nodeasy.com", 39 | "url": "http://agoric-rpc.nodeasy.com:31261", 40 | "weight": 1 41 | }, 42 | { 43 | "name": "Nodes Guru", 44 | "website": "https://nodes.guru", 45 | "url": "https://rpc-agoric.nodes.guru", 46 | "keybase": "28B672FCE6BBD562", 47 | "weight": 1 48 | }, 49 | { 50 | "name": "Earnx", 51 | "website": "https://earnx.io", 52 | "url": "https://agoric-rpc.earnx.io/public", 53 | "keybase": "4B0D604AB7A4E480", 54 | "weight": 1 55 | }, 56 | { 57 | "name": "Pathrocknetwork", 58 | "website": "https://pathrocknetwork.org", 59 | "url": "https://agoric.pathrocknetwork.org", 60 | "keybase": "8E9797A900A7A429", 61 | "weight": 1 62 | }, 63 | { 64 | "name": "Stakesystems", 65 | "website": "https://stakesystems.io", 66 | "url": "https://agoric.stakesystems.io:2053", 67 | "weight": 1 68 | }, 69 | { 70 | "name": "kjnodes", 71 | "website": "https://kjnodes.com", 72 | "url": "https://agoric.rpc.kjnodes.com", 73 | "keybase": "1C5ACD2EEF363C3A", 74 | "weight": 1 75 | }, 76 | { 77 | "name": "NodeStake", 78 | "url": "https://rpc.agoric.nodestake.top", 79 | "website": "https://nodestake.top", 80 | "weight": 1 81 | }, 82 | { 83 | "name": "AutoStake 🛡️ Slash Protected", 84 | "url": "https://agoric-mainnet-rpc.autostake.com:443", 85 | "website": "https://autostake.com", 86 | "weight": 1 87 | }, 88 | { 89 | "name": "Stakeflow", 90 | "url": "https://rpc-agoric-01.stakeflow.io", 91 | "website": "https://stakeflow.io", 92 | "weight": 1 93 | }, 94 | { 95 | "name": "0base.vc", 96 | "url": "https://agoric-rpc.0base.dev", 97 | "website": "https://0base.dev", 98 | "weight": 1 99 | }, 100 | { 101 | "name": "w3coins", 102 | "url": "https://agoric-rpc.w3coins.io", 103 | "website": "https://w3coins.io", 104 | "weight": 1 105 | }, 106 | { 107 | "name": "StakeWithUs", 108 | "url": "https://rpc.agoric.stakewith.us", 109 | "website": "https://stakewith.us", 110 | "weight": 1 111 | }, 112 | { 113 | "name": "Notional", 114 | "url": "https://rpc-agoric-ia.cosmosia.notional.ventures", 115 | "website": "https://notional.ventures", 116 | "weight": 1 117 | }, 118 | { 119 | "name": "Stake&Relax 🦥", 120 | "url": "https://agoric-rpc.stakeandrelax.net", 121 | "website": "https://stakeandrelax.net", 122 | "weight": 1 123 | }, 124 | { 125 | "name": "Bro_n_Bro", 126 | "url": "https://rpc.agoric.bronbro.io:443", 127 | "website": "https://bronbro.io", 128 | "weight": 1 129 | }, 130 | { 131 | "name": "NodeStake", 132 | "url": "https://rpc.agoric.nodestake.org", 133 | "website": "https://nodestake.org", 134 | "weight": 1 135 | } 136 | ] 137 | -------------------------------------------------------------------------------- /archway/lcd.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://archway-lcd-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "url": "https://m-archway.api.utsa.tech", 11 | "name": "lesnik | UTSA", 12 | "website": "https://utsa.tech", 13 | "weight": 1 14 | }, 15 | { 16 | "url": "https://api-archway.mzonder.com", 17 | "name": "MZONDER", 18 | "website": "https://mzonder.com", 19 | "weight": 1 20 | }, 21 | { 22 | "name": "Stake&Relax 🦥", 23 | "website": "https://stakeandrelax.net", 24 | "url": "https://archway-api.stakeandrelax.net", 25 | "weight": 1 26 | }, 27 | { 28 | "name": "L0vd.com", 29 | "website": "https://l0vd.com", 30 | "url": "https://archway-mainnet.api.l0vd.com", 31 | "weight": 1 32 | }, 33 | { 34 | "name": "Nodes Guru", 35 | "website": "https://nodes.guru", 36 | "url": "https://api-1.archway.nodes.guru", 37 | "keybase": "28B672FCE6BBD562", 38 | "weight": 1 39 | }, 40 | { 41 | "name": "Openbitlab", 42 | "website": "https://openbitlab.com", 43 | "url": "https://archway-api.openbitlab.com", 44 | "keybase": "0C293487659F3386", 45 | "weight": 1 46 | }, 47 | { 48 | "url": "https://archway-api.stake-town.com", 49 | "name": "StakeTown", 50 | "website": "https://stake-town.com", 51 | "keybase": "FE38D8D1E0E5011F", 52 | "weight": 1 53 | }, 54 | { 55 | "name": "Luganodes", 56 | "url": "https://rest.archway.lgns.net", 57 | "website": "https://www.luganodes.com/", 58 | "keybase": "3CE24C948DE662E6", 59 | "weight": 1 60 | }, 61 | { 62 | "name": "WhisperNode 🤐", 63 | "url": "https://lcd-archway.whispernode.com:443", 64 | "website": "https://whispernode.com", 65 | "weight": 1 66 | }, 67 | { 68 | "url": "https://archway-api.lavenderfive.com:443", 69 | "name": "Lavender.Five Nodes 🐝", 70 | "website": "https://www.lavenderfive.com", 71 | "keybase": "F87ADDB700C0CC94", 72 | "weight": 1 73 | }, 74 | { 75 | "name": "Validatrium", 76 | "url": "https://api-archway.mainnet.validatrium.club", 77 | "website": "https://validatrium.club", 78 | "weight": 1 79 | }, 80 | { 81 | "url": "http://archway.api.nodersteam.com:29657", 82 | "name": "[NODERS]TEAM", 83 | "website": "https://nodersteam.com", 84 | "keybase": "220491ADDD660741", 85 | "weight": 1 86 | }, 87 | { 88 | "name": "StakeUp", 89 | "url": "https://api.archway.stakeup.tech", 90 | "website": "https://stakeup.tech", 91 | "weight": 1 92 | }, 93 | { 94 | "name": "w3coins", 95 | "url": "https://archway-api.w3coins.io", 96 | "website": "https://w3coins.io", 97 | "weight": 1 98 | }, 99 | { 100 | "name": "AM Solutions", 101 | "website": "https://theamsolutions.info", 102 | "url": "https://rest.archway.lgns.net", 103 | "weight": 1 104 | }, 105 | { 106 | "name": "kjnodes", 107 | "website": "https://kjnodes.com", 108 | "url": "https://archway.api.kjnodes.com", 109 | "keybase": "1C5ACD2EEF363C3A", 110 | "weight": 1 111 | }, 112 | { 113 | "name": "0base.vc", 114 | "website": "https://0base.dev/", 115 | "url": "https://archway-rest.0base.dev", 116 | "weight": 1 117 | }, 118 | { 119 | "name": "Cryptech", 120 | "url": "https://api-archway.cryptech.com.ua", 121 | "website": "https://cryptech.com.ua", 122 | "weight": 1 123 | }, 124 | { 125 | "url": "https://api.mainnet.archway.io", 126 | "name": "Archway Foundation", 127 | "website": "https://archway.io", 128 | "weight": 1 129 | }, 130 | { 131 | "name": "Silk Nodes", 132 | "url": "https://archway.api.silknodes.io/", 133 | "website": "https://silknodes.io", 134 | "keybase": "1326A75B9148A214", 135 | "weight": 1 136 | }, 137 | { 138 | "name": "NodeStake", 139 | "url": "https://api.archway.nodestake.top", 140 | "website": "https://nodestake.top", 141 | "weight": 1 142 | }, 143 | { 144 | "name": "AM Solutions", 145 | "url": "https://rest-archway.theamsolutions.info", 146 | "website": "https://theamsolutions.info", 147 | "weight": 1 148 | }, 149 | { 150 | "name": "Lavender.Five Nodes 🐝", 151 | "url": "https://rest.lavenderfive.com:443/archway", 152 | "website": "https://lavenderfive.com:443/archway", 153 | "weight": 1 154 | }, 155 | { 156 | "name": "MMS", 157 | "url": "https://api-archway.mms.team", 158 | "website": "https://mms.team", 159 | "weight": 1 160 | }, 161 | { 162 | "name": "All That Node", 163 | "url": "https://archway-mainnet-archive.allthatnode.com:1317", 164 | "website": "https://allthatnode.com", 165 | "weight": 1 166 | }, 167 | { 168 | "name": "TienThuatToan", 169 | "url": "https://archway-api.tienthuattoan.ventures", 170 | "website": "https://tienthuattoan.ventures", 171 | "weight": 1 172 | }, 173 | { 174 | "name": "Bro_n_Bro", 175 | "url": "https://lcd.archway.bronbro.io:443", 176 | "website": "https://bronbro.io", 177 | "weight": 1 178 | }, 179 | { 180 | "name": "[NODERS]TEAM", 181 | "url": "https://archway-api.noders.services", 182 | "website": "https://noders.services", 183 | "weight": 1 184 | }, 185 | { 186 | "name": "Chainroot", 187 | "url": "https://archway-api.chainroot.io", 188 | "website": "https://chainroot.io", 189 | "weight": 1 190 | } 191 | ] -------------------------------------------------------------------------------- /archway/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://archway-rpc-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "url": "https://rpc.mainnet.archway.io", 11 | "name": "Archway Foundation", 12 | "website": "https://archway.io", 13 | "weight": 1 14 | }, 15 | { 16 | "url": "https://archway.api.trivium.network:26657", 17 | "name": "Trivium", 18 | "website": "https://trivium.network", 19 | "keybase": "1DAC06C56C7B2AC9", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Silk Nodes", 24 | "url": "https://archway.rpc.silknodes.io/", 25 | "website": "https://silknodes.io", 26 | "keybase": "1326A75B9148A214", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "Cryptech", 31 | "url": "https://rpc-archway.cryptech.com.ua", 32 | "website": "https://cryptech.com.ua", 33 | "weight": 1 34 | }, 35 | { 36 | "name": "kjnodes", 37 | "website": "https://kjnodes.com", 38 | "url": "https://archway.rpc.kjnodes.com", 39 | "keybase": "1C5ACD2EEF363C3A", 40 | "weight": 1 41 | }, 42 | { 43 | "name": "0base.vc", 44 | "website": "https://0base.dev/", 45 | "url": "https://archway-rpc.0base.dev", 46 | "weight": 1 47 | }, 48 | { 49 | "url": "https://rpc.lavenderfive.com:443/archway", 50 | "name": "Lavender.Five Nodes 🐝", 51 | "website": "https://www.lavenderfive.com", 52 | "keybase": "F87ADDB700C0CC94", 53 | "weight": 1 54 | }, 55 | { 56 | "name": "AM Solutions", 57 | "website": "https://theamsolutions.info", 58 | "url": "https://rpc-archway.theamsolutions.info", 59 | "weight": 1 60 | }, 61 | { 62 | "name": "WhisperNode 🤐", 63 | "url": "https://rpc-archway.whispernode.com:443", 64 | "website": "https://whispernode.com", 65 | "weight": 1 66 | }, 67 | { 68 | "name": "StakeUp", 69 | "url": "https://rpc.archway.stakeup.tech", 70 | "website": "https://stakeup.tech", 71 | "weight": 1 72 | }, 73 | { 74 | "name": "Luganodes", 75 | "url": "https://rpc.archway.lgns.net", 76 | "website": "https://www.luganodes.com/", 77 | "keybase": "3CE24C948DE662E6", 78 | "weight": 1 79 | }, 80 | { 81 | "url": "http://archway.rpc.nodersteam.com:29657", 82 | "name": "[NODERS]TEAM", 83 | "website": "https://nodersteam.com", 84 | "keybase": "220491ADDD660741", 85 | "weight": 1 86 | }, 87 | { 88 | "name": "Validatrium", 89 | "url": "https://rpc-archway.mainnet.validatrium.club", 90 | "website": "https://validatrium.club", 91 | "weight": 1 92 | }, 93 | { 94 | "name": "w3coins", 95 | "url": "https://archway-rpc.w3coins.io", 96 | "website": "https://w3coins.io", 97 | "weight": 1 98 | }, 99 | { 100 | "url": "https://archway-rpc.stake-town.com", 101 | "name": "StakeTown", 102 | "website": "https://stake-town.com", 103 | "keybase": "FE38D8D1E0E5011F", 104 | "weight": 1 105 | }, 106 | { 107 | "name": "Nodes Guru", 108 | "website": "https://nodes.guru", 109 | "url": "https://rpc-1.archway.nodes.guru", 110 | "keybase": "28B672FCE6BBD562", 111 | "weight": 1 112 | }, 113 | { 114 | "name": "Openbitlab", 115 | "website": "https://openbitlab.com", 116 | "url": "https://archway-rpc.openbitlab.com", 117 | "keybase": "0C293487659F3386", 118 | "weight": 1 119 | }, 120 | { 121 | "name": "L0vd.com", 122 | "website": "https://l0vd.com", 123 | "url": "https://archway-mainnet.rpc.l0vd.com", 124 | "weight": 1 125 | }, 126 | { 127 | "name": "Stake&Relax 🦥", 128 | "website": "https://stakeandrelax.net", 129 | "url": "https://archway-rpc.stakeandrelax.net", 130 | "weight": 1 131 | }, 132 | { 133 | "url": "https://rpc-archway.mzonder.com", 134 | "name": "MZONDER", 135 | "website": "https://mzonder.com", 136 | "weight": 1 137 | }, 138 | { 139 | "url": "https://m-archway.rpc.utsa.tech", 140 | "name": "lesnik | UTSA", 141 | "website": "https://utsa.tech", 142 | "weight": 1 143 | }, 144 | { 145 | "name": "All That Node", 146 | "url": "https://archway-mainnet-archive.allthatnode.com:26657", 147 | "website": "https://allthatnode.com", 148 | "weight": 1 149 | }, 150 | { 151 | "name": "NodeStake", 152 | "url": "https://rpc.archway.nodestake.top", 153 | "website": "https://nodestake.top", 154 | "weight": 1 155 | }, 156 | { 157 | "name": "MMS", 158 | "url": "https://rpc-archway.mms.team", 159 | "website": "https://mms.team", 160 | "weight": 1 161 | }, 162 | { 163 | "name": "Bro_n_Bro", 164 | "url": "https://rpc.archway.bronbro.io:443", 165 | "website": "https://bronbro.io", 166 | "weight": 1 167 | }, 168 | { 169 | "name": "GlobalStake", 170 | "url": "https://rpc-archway.luckyfriday.io/", 171 | "website": "https://luckyfriday.io/", 172 | "weight": 1 173 | }, 174 | { 175 | "name": "[NODERS]TEAM", 176 | "url": "https://archway-rpc.noders.services", 177 | "website": "https://noders.services", 178 | "weight": 1 179 | }, 180 | { 181 | "name": "Chainroot", 182 | "url": "https://archway-rpc.chainroot.io", 183 | "website": "https://chainroot.io", 184 | "weight": 1 185 | } 186 | ] -------------------------------------------------------------------------------- /celestia/lcd.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://celestia-lcd-server-01.stakely.io/", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "url": "https://public-celestia-lcd.numia.xyz", 11 | "name": "Numia", 12 | "website": "https://numia.xyz", 13 | "weight": 1 14 | }, 15 | { 16 | "url": "https://celestia-rest.mesa.newmetric.xyz", 17 | "name": "Newmetric", 18 | "website": "https://newmetric.xyz", 19 | "weight": 1 20 | }, 21 | { 22 | "url": "http://celestia.rpc.nodersteam.com:1617", 23 | "name": "[NODERS]TEAM", 24 | "website": "https://nodersteam.com", 25 | "keybase": "220491ADDD660741", 26 | "weight": 1 27 | }, 28 | { 29 | "url": "https://api.lunaroasis.net", 30 | "name": "Lunar Oasis", 31 | "website": "https://lunaroasis.net", 32 | "weight": 1 33 | }, 34 | { 35 | "url": "https://api.celestia.nodestake.top", 36 | "name": "NodeStake", 37 | "website": "https://nodestake.top", 38 | "keybase": "94EFE192B2C52424", 39 | "weight": 1 40 | }, 41 | { 42 | "url": "https://celestia-api.lavenderfive.com:443", 43 | "name": "Lavender.Five Nodes 🐝", 44 | "website": "https://www.lavenderfive.com", 45 | "keybase": "F87ADDB700C0CC94", 46 | "weight": 1 47 | }, 48 | { 49 | "url": "https://api-celestia-01.stakeflow.io", 50 | "name": "Stakeflow", 51 | "website": "https://stakeflow.io", 52 | "keybase": "205B591721D10A73", 53 | "weight": 1 54 | }, 55 | { 56 | "url": "https://api-celestia.cosmos-spaces.cloud", 57 | "name": "Cosmos Spaces", 58 | "website": "https://cosmos-spaces.cloud", 59 | "keybase": "06B033BAC39DA21C", 60 | "weight": 1 61 | }, 62 | { 63 | "url": "https://celestia.rest.interchain.validao.xyz", 64 | "name": "ValiDAO", 65 | "website": "https://validao.xyz", 66 | "keybase": "7B0C7424E7138692", 67 | "weight": 1 68 | }, 69 | { 70 | "url": "https://celestia-rest.publicnode.com", 71 | "name": "Publicnode", 72 | "website": "https://publicnode.com", 73 | "weight": 1 74 | }, 75 | { 76 | "url": "https://celestia.rest.stakin-nodes.com", 77 | "name": "Stakin", 78 | "website": "https://stakin.com", 79 | "keybase": "83D300CB42D06962", 80 | "weight": 1 81 | }, 82 | { 83 | "url": "https://celestia.api.kjnodes.com", 84 | "name": "kjnodes", 85 | "website": "https://kjnodes.com", 86 | "keybase": "1C5ACD2EEF363C3A", 87 | "weight": 1 88 | }, 89 | { 90 | "url": "https://api-celestia.mzonder.com", 91 | "name": "MZONDER", 92 | "website": "https://mzonder.com", 93 | "weight": 1 94 | }, 95 | { 96 | "url": "https://celestia-lcd.enigma-validator.com", 97 | "name": "Enigma", 98 | "website": "https://enigma-validator.com", 99 | "weight": 1 100 | }, 101 | { 102 | "url": "https://rest-celestia.theamsolutions.info", 103 | "name": "AM Solutions", 104 | "website": "https://theamsolutions.info", 105 | "weight": 1 106 | }, 107 | { 108 | "url": "https://api.celestia.validatus.com", 109 | "name": "Validatus", 110 | "website": "https://validatus.com", 111 | "keybase": "DEF3590B1DCD96A4", 112 | "weight": 1 113 | }, 114 | { 115 | "url": "https://celestia-api.sr20de.xyz", 116 | "name": "Sr20de", 117 | "website": "https://sr20de.xyz", 118 | "weight": 1 119 | }, 120 | { 121 | "url": "https://celestia-mainnet-lcd.autostake.com:443", 122 | "name": "AutoStake", 123 | "website": "https://autostake.com/", 124 | "keybase": "4D3303E20A4D2C32", 125 | "weight": 1 126 | }, 127 | { 128 | "url": "https://api-celestia-full.avril14th.org", 129 | "name": "Avril 14th", 130 | "website": "https://avril14th.org", 131 | "weight": 1 132 | }, 133 | { 134 | "url": "https://celestia.api.cumulo.org.es", 135 | "name": "Cumulo", 136 | "website": "https://cumulo.org.es", 137 | "weight": 1 138 | }, 139 | { 140 | "url": "https://celestia-api.stake-town.com", 141 | "name": "StakeTown", 142 | "website": "https://stake-town.com", 143 | "keybase": "FE38D8D1E0E5011F", 144 | "weight": 1 145 | }, 146 | { 147 | "url": "https://lcd.celestia-app.bronbro.io", 148 | "name": "Bro_n_Bro", 149 | "website": "https://bronbro.io", 150 | "keybase": "A57DAB9B09C7215D", 151 | "weight": 1 152 | }, 153 | { 154 | "name": "[NODERS]TEAM", 155 | "url": "https://celestia-api.noders.services", 156 | "website": "https://noders.services", 157 | "weight": 1 158 | }, 159 | { 160 | "name": "Lavender.Five Nodes 🐝", 161 | "url": "https://rest.lavenderfive.com:443/celestia", 162 | "website": "https://lavenderfive.com:443/celestia", 163 | "weight": 1 164 | }, 165 | { 166 | "name": "itrocket", 167 | "url": "https://celestia-mainnet-api.itrocket.net", 168 | "website": "https://itrocket.net", 169 | "weight": 1 170 | }, 171 | { 172 | "name": "DTEAM", 173 | "url": "https://api.celestia.mainnet.dteam.tech:443", 174 | "website": "https://dteam.tech", 175 | "weight": 1 176 | }, 177 | { 178 | "name": "NodeStake", 179 | "url": "https://api.celestia.nodestake.org", 180 | "website": "https://nodestake.org", 181 | "weight": 1 182 | }, 183 | { 184 | "name": "Stake&Relax Validator 🦥", 185 | "url": "https://celestia-api.stakeandrelax.net", 186 | "website": "https://stakeandrelax.net", 187 | "weight": 1 188 | } 189 | ] 190 | -------------------------------------------------------------------------------- /celestia/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://celestia-rpc-server-01.stakely.io/", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "url": "https://public-celestia-rpc.numia.xyz", 11 | "name": "Numia", 12 | "website": "https://numia.xyz", 13 | "weight": 1 14 | }, 15 | { 16 | "url": "https://celestia-rpc.mesa.newmetric.xyz", 17 | "name": "Newmetric", 18 | "website": "https://newmetric.xyz", 19 | "weight": 1 20 | }, 21 | { 22 | "url": "https://rpc.lunaroasis.net", 23 | "name": "Lunar Oasis", 24 | "website": "https://lunaroasis.net", 25 | "weight": 1 26 | }, 27 | { 28 | "url": "https://rpc.celestia.nodestake.top", 29 | "name": "NodeStake", 30 | "website": "https://nodestake.top", 31 | "keybase": "94EFE192B2C52424", 32 | "weight": 1 33 | }, 34 | { 35 | "url": "https://rpc.lavenderfive.com:443/celestia", 36 | "name": "Lavender.Five Nodes 🐝", 37 | "website": "https://www.lavenderfive.com", 38 | "keybase": "F87ADDB700C0CC94", 39 | "weight": 1 40 | }, 41 | { 42 | "url": "https://rpc-celestia-01.stakeflow.io", 43 | "name": "Stakeflow", 44 | "website": "https://stakeflow.io", 45 | "keybase": "205B591721D10A73", 46 | "weight": 1 47 | }, 48 | { 49 | "url": "https://rpc-celestia.cosmos-spaces.cloud", 50 | "name": "Cosmos Spaces", 51 | "website": "https://cosmos-spaces.cloud", 52 | "keybase": "06B033BAC39DA21C", 53 | "weight": 1 54 | }, 55 | { 56 | "url": "http://celestia.rpc.nodersteam.com:29657", 57 | "name": "[NODERS]TEAM", 58 | "website": "https://nodersteam.com", 59 | "keybase": "220491ADDD660741", 60 | "weight": 1 61 | }, 62 | { 63 | "url": "https://celestia.rpc.interchain.validao.xyz", 64 | "name": "ValiDAO", 65 | "website": "https://validao.xyz", 66 | "keybase": "7B0C7424E7138692", 67 | "weight": 1 68 | }, 69 | { 70 | "url": "https://celestia-rpc.publicnode.com:443", 71 | "name": "Publicnode", 72 | "website": "https://publicnode.com", 73 | "weight": 1 74 | }, 75 | { 76 | "url": "https://celestia.rpc.stakin-nodes.com", 77 | "name": "Stakin", 78 | "website": "https://stakin.com", 79 | "keybase": "83D300CB42D06962", 80 | "weight": 1 81 | }, 82 | { 83 | "url": "https://celestia.rpc.kjnodes.com", 84 | "name": "Kjnodes", 85 | "website": "https://kjnodes.com", 86 | "keybase": "1C5ACD2EEF363C3A", 87 | "weight": 1 88 | }, 89 | { 90 | "url": "https://celestia-rpc.polkachu.com", 91 | "name": "Polkachu", 92 | "website": "https://polkachu.com", 93 | "keybase": "0A6AF02D1557E5B4", 94 | "weight": 1 95 | }, 96 | { 97 | "url": "https://rpc-celestia.mzonder.com", 98 | "name": "MZONDER", 99 | "website": "https://mzonder.com", 100 | "weight": 1 101 | }, 102 | { 103 | "url": "https://celestia-rpc.enigma-validator.com", 104 | "name": "Enigma", 105 | "website": "https://enigma-validator.com", 106 | "weight": 1 107 | }, 108 | { 109 | "url": "https://rpc-celestia.theamsolutions.info", 110 | "name": "AM Solutions", 111 | "website": "https://theamsolutions.info", 112 | "weight": 1 113 | }, 114 | { 115 | "url": "https://celestia-mainnet-rpc.autostake.com:443", 116 | "name": "AutoStake", 117 | "website": "https://autostake.com/", 118 | "keybase": "4D3303E20A4D2C32", 119 | "weight": 1 120 | }, 121 | { 122 | "url": "https://rpc.celestia.validatus.com", 123 | "name": "Validatus", 124 | "website": "https://validatus.com", 125 | "keybase": "DEF3590B1DCD96A4", 126 | "weight": 1 127 | }, 128 | { 129 | "url": "https://celestia-rpc.sr20de.xyz", 130 | "name": "Sr20de", 131 | "website": "https://sr20de.xyz", 132 | "weight": 1 133 | }, 134 | { 135 | "url": "https://rpc-celestia-full.avril14th.org", 136 | "name": "Avril 14th", 137 | "website": "https://avril14th.org", 138 | "weight": 1 139 | }, 140 | { 141 | "url": "https://rpc.freshstaking.com/celestia", 142 | "name": "FreshSTAKING", 143 | "website": "https://freshstaking.com", 144 | "weight": 1 145 | }, 146 | { 147 | "url": "https://celestia.cumulo.org.es/", 148 | "name": "Cumulo", 149 | "website": "https://cumulo.pro", 150 | "keybase": "77158D6796D16CD0", 151 | "weight": 1 152 | }, 153 | { 154 | "url": "https://celestia-rpc.stake-town.com", 155 | "name": "StakeTown", 156 | "website": "https://stake-town.com", 157 | "keybase": "FE38D8D1E0E5011F", 158 | "weight": 1 159 | }, 160 | { 161 | "url": "https://rpc.celestia-app.bronbro.io", 162 | "name": "Bro_n_Bro", 163 | "website": "https://bronbro.io", 164 | "keybase": "A57DAB9B09C7215D", 165 | "weight": 1 166 | }, 167 | { 168 | "name": "[NODERS]TEAM", 169 | "url": "https://celestia-rpc.noders.services", 170 | "website": "https://noders.services", 171 | "weight": 1 172 | }, 173 | { 174 | "name": "Citizen Web3", 175 | "url": "https://rpc.celestia.citizenweb3.com", 176 | "website": "https://citizenweb3.com", 177 | "weight": 1 178 | }, 179 | { 180 | "name": "itrocket", 181 | "url": "https://celestia-mainnet-rpc.itrocket.net", 182 | "website": "https://itrocket.net", 183 | "weight": 1 184 | }, 185 | { 186 | "name": "DTEAM", 187 | "url": "https://rpc.celestia.mainnet.dteam.tech:443", 188 | "website": "https://dteam.tech", 189 | "weight": 1 190 | }, 191 | { 192 | "name": "NodeStake", 193 | "url": "https://rpc.celestia.nodestake.org", 194 | "website": "https://nodestake.org", 195 | "weight": 1 196 | }, 197 | { 198 | "name": "Stake&Relax Validator 🦥", 199 | "url": "https://celestia-rpc.stakeandrelax.net", 200 | "website": "https://stakeandrelax.net", 201 | "weight": 1 202 | } 203 | ] 204 | -------------------------------------------------------------------------------- /celo/json-rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely.io", 4 | "website": "https://stakely.io", 5 | "url": "https://celo-rpc-01.stakely.io/", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Chainvibes", 11 | "website": "https://chainvibes.nl", 12 | "url": "https://celo.chainvibes.nl", 13 | "keybase": "FBB4DB16FAE99C41", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "Impactmarket 3", 18 | "website": "https://impactmarket.io", 19 | "url": "https://celo-rpc-3.impactmarket.io", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Validator.Capital 2", 24 | "website": "https://validator.capital", 25 | "url": "https://rpc-v2.validator.capital", 26 | "weight": 1 27 | }, 28 | { 29 | "name": "Figment Networks 1", 30 | "website": "https://figment.io", 31 | "url": "https://celo-mainnet-rpc--figment-1.staking.production.figment.io", 32 | "weight": 1 33 | }, 34 | { 35 | "name": "Censusworks .2", 36 | "website": "https://census.works", 37 | "url": "https://r2.census.works", 38 | "weight": 1 39 | }, 40 | { 41 | "name": "Validator.Capital1", 42 | "website": "https://validator.capital", 43 | "url": "https://rpc-v1.validator.capital", 44 | "weight": 1 45 | }, 46 | { 47 | "name": "Figment Networks 4", 48 | "website": "https://figment.io", 49 | "url": "https://celo-mainnet-rpc--figment-4.staking.production.figment.io", 50 | "weight": 1 51 | }, 52 | { 53 | "name": "DSRV-1", 54 | "website": "https://dsrvlabs.com", 55 | "url": "https://nonce-validator-01.celo.dsrvlabs.net", 56 | "keybase": "CC434B6FE536F51B", 57 | "weight": 1 58 | }, 59 | { 60 | "name": "DSRV-2", 61 | "website": "https://dsrvlabs.net", 62 | "url": "https://dsrv-validator-02.celo.dsrvlabs.net", 63 | "keybase": "CC434B6FE536F51B", 64 | "weight": 1 65 | }, 66 | { 67 | "name": "Ryabina Validator 1", 68 | "website": "https://ryabina.io", 69 | "url": "https://celo-rpc-1.ryabina.io", 70 | "keybase": "6B1C8FDD84CF4ACD", 71 | "weight": 1 72 | }, 73 | { 74 | "name": "Ledger by Figment 1", 75 | "website": "https://figment.io", 76 | "url": "https://celo-mainnet-rpc--ledger-3.staking.production.figment.io", 77 | "keybase": "8687EB49D3AC9208", 78 | "weight": 1 79 | }, 80 | { 81 | "name": "Wotrust 2", 82 | "website": "https://wotrust.us", 83 | "url": "https://rpc-celo2.wotrust.us", 84 | "weight": 1 85 | }, 86 | { 87 | "name": "Atweb3-3", 88 | "website": "https://atweb3.dev", 89 | "url": "https://celo-rpc-03.atweb3.dev", 90 | "weight": 1 91 | }, 92 | { 93 | "name": "Perfect_Stake.1", 94 | "website": "https://perfectstake.com", 95 | "url": "https://celo-rpc1.perfectstake.com", 96 | "keybase": "671A36F80118D52E", 97 | "weight": 1 98 | }, 99 | { 100 | "name": "Moonli.me_2", 101 | "website": "https://moonli.me", 102 | "url": "https://celo-rpc2.moonli.me", 103 | "keybase": "662AEC27BD90D036", 104 | "weight": 1 105 | }, 106 | { 107 | "name": "GrassrootsEconomics-2", 108 | "website": "https://grassecon.org", 109 | "url": "https://r2.celo.grassecon.org", 110 | "weight": 1 111 | }, 112 | { 113 | "name": "Making.cash", 114 | "website": "https://making.cash", 115 | "url": "https://celo-rpc1.making.cash", 116 | "keybase": "D21C8FB25FE081AA", 117 | "weight": 1 118 | }, 119 | { 120 | "name": "Eat Pray Validate 1", 121 | "website": "https://epv.lol", 122 | "url": "https://rpc1.epv.lol", 123 | "weight": 1 124 | }, 125 | { 126 | "name": "Censusworks.0", 127 | "website": "https://census.works", 128 | "url": "https://r0.census.works", 129 | "weight": 1 130 | }, 131 | { 132 | "name": "Zanshin-v1", 133 | "website": "https://zanshindojo.org", 134 | "url": "https://celo-rpc-v1.zanshindojo.org", 135 | "keybase": "AE59018091EEC534", 136 | "weight": 1 137 | }, 138 | { 139 | "name": "ImpactMarket-5", 140 | "website": "https://impactmarket.io", 141 | "url": "https://celo-rpc-5.impactmarket.io", 142 | "weight": 1 143 | }, 144 | { 145 | "name": "Atalma-2", 146 | "website": "https://atalma.io", 147 | "url": "https://miami-2.rpc.celo.atalma.io", 148 | "keybase": "04EFE449EB6414B5", 149 | "weight": 1 150 | }, 151 | { 152 | "name": "TPT3", 153 | "website": "https://thepassivetrust.com", 154 | "url": "https://celo-rpc-2.thepassivetrust.com", 155 | "keybase": "B8F71360621FA22F", 156 | "weight": 1 157 | }, 158 | { 159 | "name": "Validator.Capital3", 160 | "website": "https://validator.capital", 161 | "url": "https://rpc-v3.validator.capital", 162 | "weight": 1 163 | }, 164 | { 165 | "name": "Blockdaemon-0", 166 | "website": "https://blockdaemon.tech", 167 | "url": "https://celo-mainnet-rpcaas-2.blockdaemon.tech", 168 | "keybase": "35892AC552B8A0A8", 169 | "weight": 1 170 | }, 171 | { 172 | "name": "Zanshindojo", 173 | "website": "https://zanshindojo.org", 174 | "url": "https://celo-rpc-v0.zanshindojo.org", 175 | "keybase": "AE59018091EEC534", 176 | "weight": 1 177 | }, 178 | { 179 | "name": "Atalma-3", 180 | "website": "https://atalma.io", 181 | "url": "https://tokyo-1.rpc.celo.atalma.io", 182 | "keybase": "04EFE449EB6414B5", 183 | "weight": 1 184 | }, 185 | { 186 | "name": "StakeService.com", 187 | "website": "https://stakeservice.com", 188 | "url": "https://celo-rpc1.stakeservice.com", 189 | "keybase": "7128D72DD6CE51AC", 190 | "weight": 1 191 | }, 192 | { 193 | "name": "Atweb3-2", 194 | "website": "https://atweb3.dev", 195 | "url": "https://celo-rpc-02.atweb3.dev", 196 | "weight": 1 197 | }, 198 | { 199 | "name": "Cypher Core", 200 | "website": "https://cyphercore.io", 201 | "url": "https://celo-rpc.cyphercore.io", 202 | "weight": 1 203 | }, 204 | { 205 | "name": "ChainLayer", 206 | "website": "https://quickapi.com", 207 | "url": "https://celo-rpc.quickapi.com", 208 | "keybase": "AD3CDBC91802F94A", 209 | "weight": 1 210 | }, 211 | { 212 | "name": "PlusV N2", 213 | "website": "https://plusv.io", 214 | "url": "https://cr1.plusv.io", 215 | "weight": 1 216 | }, 217 | { 218 | "name": "CypherCore-2", 219 | "website": "https://cyphercore.io", 220 | "url": "https://celo-rpc-2.cyphercore.io", 221 | "weight": 1 222 | }, 223 | 224 | { 225 | "name": "Ledger by Figment 3", 226 | "website": "https://figment.io", 227 | "url": "https://celo-mainnet-rpc--ledger-1.staking.production.figment.io", 228 | "keybase": "8687EB49D3AC9208", 229 | "weight": 1 230 | }, 231 | { 232 | "name": "DSRV-1", 233 | "website": "https://dsrvlabs.net", 234 | "url": "https://dsrv-validator-01.celo.dsrvlabs.net", 235 | "keybase": "CC434B6FE536F51B", 236 | "weight": 1 237 | }, 238 | { 239 | "name": "Impactmarket 4", 240 | "website": "https://impactmarket.io", 241 | "url": "https://celo-rpc-4.impactmarket.io", 242 | "weight": 1 243 | }, 244 | { 245 | "name": "ZKV", 246 | "website": "https://zkv.xyz", 247 | "url": "https://celo-mainnet.zkv.xyz", 248 | "keybase": "3E38E52A12F94561", 249 | "weight": 1 250 | }, 251 | { 252 | "name": "Staking Fund #2", 253 | "website": "https://staking.fund", 254 | "url": "https://celo-2.staking.fund", 255 | "keybase": "805F39B20E881861", 256 | "weight": 1 257 | }, 258 | { 259 | "name": "Stakecito", 260 | "website": "https://stakecito.com", 261 | "url": "https://celo-rpc.stakecito.com", 262 | "keybase": "D16E26E5C8154E17", 263 | "weight": 1 264 | }, 265 | { 266 | "name": "Wotrust 1", 267 | "website": "https://wotrust.us", 268 | "url": "https://rpc-celo1.wotrust.us", 269 | "weight": 1 270 | }, 271 | { 272 | "name": "Hashkey cloud", 273 | "website": "https://hashkey.cloud", 274 | "url": "https://celo-rpc.hashkey.cloud", 275 | "keybase": "CB79CF86DBD56A19", 276 | "weight": 1 277 | }, 278 | { 279 | "name": "Swiftstaking", 280 | "website": "https://swiftstaking.com", 281 | "url": "https://celo-rpc-mainnet-1.swiftstaking.com", 282 | "keybase": "B98ACE8628D71DD4", 283 | "weight": 1 284 | }, 285 | { 286 | "name": "Censusworks.1", 287 | "website": "https://census.works", 288 | "url": "https://r1.census.works", 289 | "weight": 1 290 | }, 291 | { 292 | "name": "Usopp", 293 | "website": "https://usopp.club", 294 | "url": "https://rpcm1.usopp.club", 295 | "weight": 1 296 | }, 297 | { 298 | "name": "Staking Fund #1", 299 | "website": "https://staking.fund", 300 | "url": "https://celo-1.staking.fund", 301 | "keybase": "805F39B20E881861", 302 | "weight": 1 303 | }, 304 | { 305 | "name": "GrassrootsEconomics-3", 306 | "website": "https://grassecon.org", 307 | "url": "https://r3.celo.grassecon.org", 308 | "weight": 1 309 | }, 310 | { 311 | "name": "Impactmarket 1", 312 | "website": "https://impactmarket.io", 313 | "url": "https://celo-rpc-1.impactmarket.io", 314 | "weight": 1 315 | }, 316 | { 317 | "name": "Usopp", 318 | "website": "https://usopp.club", 319 | "url": "https://rpcm4.usopp.club", 320 | "weight": 1 321 | }, 322 | { 323 | "name": "Celvaly 2", 324 | "website": "https://celvaly.com", 325 | "url": "https://rpc2.celvaly.com", 326 | "weight": 1 327 | }, 328 | { 329 | "name": "Cloud9ers 2", 330 | "website": "https://cloud9ers.com", 331 | "url": "https://celo02.cloud9ers.com", 332 | "weight": 1 333 | }, 334 | { 335 | "name": "Validator.ag AGx1-Arnold", 336 | "website": "https://validator.ag", 337 | "url": "https://celo-mainnet-agx1-arnold-rpc.validator.ag", 338 | "keybase": "4835DE7701A216D4", 339 | "weight": 1 340 | }, 341 | { 342 | "name": "Celvaly 1", 343 | "website": "https://celvaly.com", 344 | "url": "https://rpc1.celvaly.com", 345 | "weight": 1 346 | }, 347 | { 348 | "name": "Thecelo", 349 | "website": "https://thecelo.com", 350 | "url": "https://rpc.thecelo.com", 351 | "weight": 1 352 | }, 353 | { 354 | "name": "Wotrust 5", 355 | "website": "https://wotrust.us", 356 | "url": "https://rpc-celo5.wotrust.us", 357 | "weight": 1 358 | }, 359 | { 360 | "name": "Eat Pray Validate 2", 361 | "website": "https://epv.lol", 362 | "url": "https://rpc2.epv.lol", 363 | "weight": 1 364 | }, 365 | { 366 | "name": "Ryabina Validator 3", 367 | "website": "https://ryabina.io", 368 | "url": "https://celo-rpc-3.ryabina.io", 369 | "keybase": "6B1C8FDD84CF4ACD", 370 | "weight": 1 371 | }, 372 | { 373 | "name": "Validator.ag AGx2-Bruce", 374 | "website": "https://validator.ag", 375 | "url": "https://celo-mainnet-agx2-bruce-rpc.validator.ag", 376 | "keybase": "4835DE7701A216D4", 377 | "weight": 1 378 | }, 379 | { 380 | "name": "Wotrust 3", 381 | "website": "https://wotrust.us", 382 | "url": "https://rpc-celo3.wotrust.us", 383 | "weight": 1 384 | }, 385 | { 386 | "name": "Ministryofblocks", 387 | "website": "https://ministryofblocks.com", 388 | "url": "https://celo-rpc.ministryofblocks.com", 389 | "weight": 1 390 | }, 391 | { 392 | "name": "HappyCelo-val-2", 393 | "website": "https://happycelo.com", 394 | "url": "https://mainnet-rpc-2.happycelo.com/", 395 | "weight": 1 396 | }, 397 | { 398 | "name": "Censusworks.3", 399 | "website": "https://census.works", 400 | "url": "https://r3.census.works", 401 | "weight": 1 402 | }, 403 | { 404 | "name": "kytzu", 405 | "website": "https://kytzu.com", 406 | "url": "https://celo-rpc.kytzu.com", 407 | "keybase": "909A480D5643CCC5", 408 | "weight": 1 409 | }, 410 | { 411 | "name": "Validator.ag AGx3-Chuck", 412 | "website": "https://validator.ag", 413 | "url": "https://celo-mainnet-agx3-chuck-rpc.validator.ag", 414 | "keybase": "4835DE7701A216D4", 415 | "weight": 1 416 | }, 417 | { 418 | "name": "Perfect_Stake.2", 419 | "website": "https://perfectstake.com", 420 | "url": "https://celo-rpc2.perfectstake.com", 421 | "keybase": "671A36F80118D52E", 422 | "weight": 1 423 | }, 424 | { 425 | "name": "Blockdaemon-1", 426 | "website": "https://blockdaemon.tech", 427 | "url": "https://celo-mainnet-rpcaas-1.blockdaemon.tech", 428 | "keybase": "35892AC552B8A0A8", 429 | "weight": 1 430 | }, 431 | { 432 | "name": "Swiftstaking-v2", 433 | "website": "https://swiftstaking.com", 434 | "url": "https://celo-rpc-mainnet-2.swiftstaking.com", 435 | "keybase": "B98ACE8628D71DD4", 436 | "weight": 1 437 | }, 438 | { 439 | "name": "GrassrootsEconomics-1", 440 | "website": "https://grassecon.org", 441 | "url": "https://r1.celo.grassecon.org", 442 | "weight": 1 443 | }, 444 | { 445 | "name": "Wotrust 4", 446 | "website": "https://wotrust.us", 447 | "url": "https://rpc-celo4.wotrust.us", 448 | "weight": 1 449 | }, 450 | { 451 | "name": "Syncnode", 452 | "website": "https://syncnode.ro", 453 | "url": "https://rpccelo.syncnode.ro", 454 | "keybase": "F422F328C14AFBFA", 455 | "weight": 1 456 | }, 457 | { 458 | "name": "Ledger by Figment 2", 459 | "website": "https://figment.io", 460 | "url": "https://celo-mainnet-rpc--ledger-2.staking.production.figment.io", 461 | "keybase": "8687EB49D3AC9208", 462 | "weight": 1 463 | }, 464 | { 465 | "name": "StakeService.com-2", 466 | "website": "https://stakeservice.com", 467 | "url": "https://celo-rpc2.stakeservice.com", 468 | "keybase": "7128D72DD6CE51AC", 469 | "weight": 1 470 | }, 471 | { 472 | "name": "Ryabina Validator 2", 473 | "website": "https://ryabina.io", 474 | "url": "https://celo-rpc-2.ryabina.io", 475 | "keybase": "6B1C8FDD84CF4ACD", 476 | "weight": 1 477 | }, 478 | { 479 | "name": "Cloud9ers 1", 480 | "website": "https://cloud9ers.com", 481 | "url": "https://celo01.cloud9ers.com", 482 | "weight": 1 483 | }, 484 | { 485 | "name": "Moonli.me 1", 486 | "website": "https://moonli.me", 487 | "url": "https://celo-rpc1.moonli.me", 488 | "keybase": "662AEC27BD90D036", 489 | "weight": 1 490 | }, 491 | { 492 | "name": "Impactmarket 2", 493 | "website": "https://impactmarket.io", 494 | "url": "https://celo-rpc-2.impactmarket.io", 495 | "keybase": "FBB4DB16FAE99C41", 496 | "weight": 1 497 | }, 498 | { 499 | "name": "GrassrootsEconomics-4", 500 | "website": "https://grassecon.org", 501 | "url": "https://r4.celo.grassecon.org", 502 | "weight": 1 503 | }, 504 | { 505 | "name": "Atweb3-1", 506 | "website": "https://atweb3.dev", 507 | "url": "https://celo-rpc-01.atweb3.dev", 508 | "weight": 1 509 | }, 510 | { 511 | "name": "Celvaly-0", 512 | "website": "https://celvaly.com", 513 | "url": "https://rpc0.celvaly.com", 514 | "weight": 1 515 | }, 516 | { 517 | "name": "Thepassivetrust TPT2", 518 | "website": "https://thepassivetrust.com", 519 | "url": "https://celo-rpc-1.thepassivetrust.com", 520 | "keybase": "B8F71360621FA22F", 521 | "weight": 1 522 | }, 523 | { 524 | "name": "HappyCelo-val-1", 525 | "website": "https://happycelo.com", 526 | "url": "https://mainnet-rpc-1.happycelo.com/", 527 | "weight": 1 528 | }, 529 | { 530 | "name": "NewroadNetwork", 531 | "website": "https://newroad.network", 532 | "url": "https://celo.newroad.network", 533 | "keybase": "F898ACE263EC1C4E", 534 | "weight": 1 535 | }, 536 | { 537 | "name": "0xFEA3a9f2b28E9EeA5EB14bE130c7C79459B2AA5e", 538 | "website": "https://usopp.club", 539 | "url": "https://rpcm3.usopp.club", 540 | "keybase": "", 541 | "weight": 1 542 | }, 543 | { 544 | "name": "Atalma-1", 545 | "website": "https://atalma.io", 546 | "url": "https://miami-1.rpc.celo.atalma.io", 547 | "keybase": "04EFE449EB6414B5", 548 | "weight": 1 549 | } 550 | ] 551 | -------------------------------------------------------------------------------- /cosmoshub/lcd.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://cosmoshub-lcd-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Cosmos", 11 | "website": "https://cosmos.network", 12 | "url": "https://api.cosmos.network", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "Stakesystems", 17 | "website": "https://stakesystems.io", 18 | "url": "https://cosmoshub.stakesystems.io", 19 | "weight": 1 20 | }, 21 | { 22 | "name": "Blockapsis", 23 | "website": "https://blockapsis.com", 24 | "url": "https://lcd-cosmoshub.blockapsis.com", 25 | "keybase": "55AE6F8C61BF4749", 26 | "weight": 1 27 | }, 28 | { 29 | "name": "Atomscan", 30 | "website": "https://atomscan.com", 31 | "url": "https://node.atomscan.com", 32 | "keybase": "70AA008324D8AFC9", 33 | "weight": 1 34 | }, 35 | { 36 | "name": "SG-1", 37 | "website": "https://sg-1.online", 38 | "url": "https://cosmos.sg-1.online", 39 | "keybase": "48608633F99D1B60", 40 | "weight": 1 41 | }, 42 | { 43 | "name": "Ping Pub", 44 | "website": "https://ping.pub", 45 | "url": "https://cosmos.api.ping.pub", 46 | "weight": 1 47 | }, 48 | { 49 | "name": "chainapsis", 50 | "website": "https://blockapsis.com", 51 | "url": "https://lcd-cosmoshub.blockapsis.com", 52 | "weight": 1 53 | }, 54 | { 55 | "name": "DragonStake", 56 | "website": "https://dragonstake.io", 57 | "url": "https://lcd.cosmos.dragonstake.io", 58 | "keybase": "EA61A46F31742B22", 59 | "weight": 1 60 | }, 61 | { 62 | "name": "PUPMØS", 63 | "website": "https://twitter.com/pupmos", 64 | "url": "https://api-cosmoshub.pupmos.network", 65 | "keybase": "69A46F39FB01F4D4", 66 | "weight": 1 67 | }, 68 | { 69 | "name": "Stakin", 70 | "website": "https://stakin.com", 71 | "url": "https://cosmoshub.rest.stakin-nodes.com", 72 | "keybase": "83D300CB42D06962", 73 | "weight": 1 74 | }, 75 | { 76 | "name": "Architect Nodes", 77 | "website": "https://architectnodes.com", 78 | "url": "https://rest-cosmoshub.architectnodes.com", 79 | "keybase": "AB730C3A241BB718", 80 | "weight": 1 81 | }, 82 | { 83 | "name": "Chainlayer", 84 | "url": "https://cosmos-lcd.quickapi.com:443", 85 | "website": "https://quickapi.com", 86 | "weight": 1 87 | }, 88 | { 89 | "name": "Golden Ratio Staking", 90 | "url": "https://rest.cosmoshub.goldenratiostaking.net", 91 | "website": "https://goldenratiostaking.net", 92 | "weight": 1 93 | }, 94 | { 95 | "name": "Lavender.Five Nodes 🐝", 96 | "url": "https://cosmoshub-api.lavenderfive.com:443", 97 | "website": "https://lavenderfive.com", 98 | "weight": 1 99 | }, 100 | { 101 | "name": "Cosmos Spaces", 102 | "url": "https://api-cosmoshub.cosmos-spaces.cloud", 103 | "website": "https://cosmos-spaces.cloud", 104 | "weight": 1 105 | }, 106 | { 107 | "name": "Notional", 108 | "url": "https://api-cosmoshub-ia.cosmosia.notional.ventures/", 109 | "website": "https://notional.ventures/", 110 | "weight": 1 111 | }, 112 | { 113 | "name": "Staketab", 114 | "url": "https://cosmos-rest.staketab.org", 115 | "website": "https://staketab.org", 116 | "weight": 1 117 | }, 118 | { 119 | "name": "ecostake", 120 | "url": "https://rest-cosmoshub.ecostake.com", 121 | "website": "https://ecostake.com", 122 | "weight": 1 123 | }, 124 | { 125 | "name": "WhisperNode 🤐", 126 | "url": "https://lcd-cosmoshub.whispernode.com:443", 127 | "website": "https://whispernode.com", 128 | "weight": 1 129 | }, 130 | { 131 | "name": "Easy 2 Stake", 132 | "url": "https://cosmos-lcd.easy2stake.com", 133 | "website": "https://easy2stake.com", 134 | "weight": 1 135 | }, 136 | { 137 | "name": "NodeStake", 138 | "url": "https://api.cosmos.nodestake.top", 139 | "website": "https://nodestake.top", 140 | "weight": 1 141 | }, 142 | { 143 | "name": "Silk Nodes", 144 | "url": "https://cosmos.api.silknodes.io", 145 | "website": "https://silknodes.io", 146 | "weight": 1 147 | }, 148 | { 149 | "name": "Allnodes ⚡️ Nodes & Staking", 150 | "url": "https://cosmos-rest.publicnode.com", 151 | "website": "https://publicnode.com", 152 | "weight": 1 153 | }, 154 | { 155 | "name": "kjnodes", 156 | "url": "https://cosmoshub.api.kjnodes.com", 157 | "website": "https://kjnodes.com", 158 | "weight": 1 159 | }, 160 | { 161 | "name": "Stakeflow", 162 | "url": "https://api-cosmos-hub-01.stakeflow.io", 163 | "website": "https://stakeflow.io", 164 | "weight": 1 165 | }, 166 | { 167 | "name": "w3coins", 168 | "url": "https://cosmos-api.w3coins.io", 169 | "website": "https://w3coins.io", 170 | "weight": 1 171 | }, 172 | { 173 | "name": "MMS", 174 | "url": "https://api-cosmoshub.mms.team", 175 | "website": "https://mms.team", 176 | "weight": 1 177 | }, 178 | { 179 | "name": "TienThuatToan", 180 | "url": "https://cosmos-api.tienthuattoan.ventures", 181 | "website": "https://tienthuattoan.ventures", 182 | "weight": 1 183 | }, 184 | { 185 | "name": "PRO Delegators", 186 | "url": "https://community.nuxian-node.ch:6797/gaia/crpc", 187 | "website": "https://nuxian-node.ch:6797/gaia/crpc", 188 | "weight": 1 189 | }, 190 | { 191 | "name": "High Stakes 🇨🇭", 192 | "url": "https://cosmos-api.highstakes.ch", 193 | "website": "https://highstakes.ch", 194 | "weight": 1 195 | }, 196 | { 197 | "name": "cosmosrescue", 198 | "url": "https://cosmoshub-api.cosmosrescue.dev", 199 | "website": "https://cosmosrescue.dev", 200 | "weight": 1 201 | }, 202 | { 203 | "name": "Interstellar Lounge 🍸", 204 | "url": "https://cosmos-rest.interstellar-lounge.org", 205 | "website": "https://interstellar-lounge.org", 206 | "weight": 1 207 | }, 208 | { 209 | "name": "Stakewolle", 210 | "url": "https://public.stakewolle.com/cosmos/cosmoshub/rest", 211 | "website": "https://stakewolle.com/cosmos/cosmoshub/rest", 212 | "weight": 1 213 | }, 214 | { 215 | "name": "Kewr Node", 216 | "url": "https://rest-cosmos.kewrnode.com", 217 | "website": "https://kewrnode.com", 218 | "weight": 0 219 | }, 220 | { 221 | "name": "Lavender.Five Nodes 🐝", 222 | "url": "https://rest.lavenderfive.com:443/cosmoshub", 223 | "website": "https://lavenderfive.com:443/cosmoshub", 224 | "weight": 1 225 | }, 226 | { 227 | "name": "Stake&Relax 🦥", 228 | "url": "https://cosmos-api.stakeandrelax.net", 229 | "website": "https://stakeandrelax.net", 230 | "weight": 1 231 | }, 232 | { 233 | "name": "Lava", 234 | "url": "https://cosmoshub.lava.build:443", 235 | "website": "https://lava.build", 236 | "weight": 1 237 | }, 238 | { 239 | "name": "NodeStake", 240 | "url": "https://api.cosmos.nodestake.org", 241 | "website": "https://nodestake.org", 242 | "weight": 1 243 | }, 244 | { 245 | "name": "ITRocket", 246 | "url": "https://cosmoshub-mainnet-api.itrocket.net", 247 | "website": "https://itrocket.net", 248 | "weight": 1 249 | }, 250 | { 251 | "name": "Quasar", 252 | "url": "https://cosmoshub.api.quasarstaking.ai", 253 | "website": "https://quasarstaking.ai", 254 | "weight": 1 255 | }, 256 | { 257 | "name": "Inter Blockchain Services", 258 | "url": "https://cosmos-api.ibs.team", 259 | "website": "https://ibs.team", 260 | "weight": 1 261 | }, 262 | { 263 | "name": "Citizen Web3", 264 | "url": "https://api.cosmoshub-4-archive.citizenweb3.com:443", 265 | "website": "https://citizenweb3.com", 266 | "weight": 1 267 | } 268 | ] 269 | -------------------------------------------------------------------------------- /cosmoshub/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://cosmoshub-rpc-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Cosmos", 11 | "website": "https://cosmos.network", 12 | "url": "https://rpc.cosmos.network", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "Stakesystems", 17 | "website": "https://stakesystems.io", 18 | "url": "https://cosmoshub.stakesystems.io:2053", 19 | "weight": 1 20 | }, 21 | { 22 | "name": "Blockapsis", 23 | "website": "https://blockapsis.com", 24 | "url": "https://rpc-cosmoshub.blockapsis.com", 25 | "keybase": "55AE6F8C61BF4749", 26 | "weight": 1 27 | }, 28 | { 29 | "name": "Atomscan", 30 | "website": "https://atomscan.com", 31 | "url": "https://rpc.atomscan.com", 32 | "keybase": "70AA008324D8AFC9", 33 | "weight": 1 34 | }, 35 | { 36 | "name": "chainapsis", 37 | "website": "https://blockapsis.com", 38 | "url": "https://rpc-cosmoshub.blockapsis.com", 39 | "weight": 1 40 | }, 41 | { 42 | "name": "DragonStake", 43 | "website": "https://dragonstake.io", 44 | "url": "https://rpc.cosmos.dragonstake.io", 45 | "keybase": "EA61A46F31742B22", 46 | "weight": 1 47 | }, 48 | { 49 | "name": "PUPMØS", 50 | "website": "https://twitter.com/pupmos", 51 | "url": "https://rpc-cosmoshub.pupmos.network", 52 | "keybase": "69A46F39FB01F4D4", 53 | "weight": 1 54 | }, 55 | { 56 | "name": "Stakin", 57 | "website": "https://stakin.com", 58 | "url": "https://cosmoshub.rpc.stakin-nodes.com", 59 | "keybase": "83D300CB42D06962", 60 | "weight": 1 61 | }, 62 | { 63 | "name": "Architect Nodes", 64 | "website": "https://architectnodes.com", 65 | "url": "https://rpc-cosmoshub.architectnodes.com", 66 | "keybase": "AB730C3A241BB718", 67 | "weight": 1 68 | }, 69 | { 70 | "name": "Chainlayer", 71 | "url": "https://cosmos-rpc.quickapi.com:443", 72 | "website": "https://quickapi.com", 73 | "weight": 1 74 | }, 75 | { 76 | "name": "Oni Validator ⛩️", 77 | "url": "https://cosmos-rpc.onivalidator.com", 78 | "website": "https://onivalidator.com", 79 | "weight": 1 80 | }, 81 | { 82 | "name": "WhisperNode 🤐", 83 | "url": "https://rpc-cosmoshub.whispernode.com:443", 84 | "website": "https://whispernode.com", 85 | "weight": 1 86 | }, 87 | { 88 | "name": "Lavender.Five Nodes 🐝", 89 | "url": "https://rpc.lavenderfive.com:443/cosmoshub", 90 | "website": "https://lavenderfive.com", 91 | "weight": 1 92 | }, 93 | { 94 | "name": "strangelove-ventures", 95 | "url": "https://rpc.cosmoshub.strange.love", 96 | "website": "https://strange.love", 97 | "weight": 1 98 | }, 99 | { 100 | "name": "ecostake", 101 | "url": "https://rpc-cosmoshub.ecostake.com", 102 | "website": "https://ecostake.com", 103 | "weight": 1 104 | }, 105 | { 106 | "name": "Cosmos Spaces", 107 | "url": "https://rpc-cosmoshub.cosmos-spaces.cloud", 108 | "website": "https://cosmos-spaces.cloud", 109 | "weight": 1 110 | }, 111 | { 112 | "name": "Polkachu", 113 | "url": "https://cosmos-rpc.polkachu.com", 114 | "website": "https://polkachu.com", 115 | "weight": 1 116 | }, 117 | { 118 | "name": "Staketab", 119 | "url": "https://cosmos-rpc.staketab.org:443", 120 | "website": "https://staketab.org", 121 | "weight": 1 122 | }, 123 | { 124 | "name": "Notional", 125 | "url": "https://rpc-cosmoshub-ia.cosmosia.notional.ventures/", 126 | "website": "https://notional.ventures/", 127 | "weight": 1 128 | }, 129 | { 130 | "name": "BlockHunters 🎯", 131 | "url": "https://rpc.cosmos.bh.rocks", 132 | "website": "https://bh.rocks", 133 | "weight": 1 134 | }, 135 | { 136 | "name": "RockawayX Infra", 137 | "url": "https://cosmos-rpc.rockrpc.net", 138 | "website": "https://rockrpc.net", 139 | "weight": 1 140 | }, 141 | { 142 | "name": "FreshSTAKING", 143 | "url": "http://rpc-cosmoshub.freshstaking.com:26657", 144 | "website": "https://freshstaking.com", 145 | "weight": 1 146 | }, 147 | { 148 | "name": "Easy 2 Stake", 149 | "url": "https://cosmos-rpc.easy2stake.com/", 150 | "website": "https://easy2stake.com/", 151 | "weight": 1 152 | }, 153 | { 154 | "name": "NodeStake", 155 | "url": "https://rpc.cosmos.nodestake.top", 156 | "website": "https://nodestake.top", 157 | "weight": 1 158 | }, 159 | { 160 | "name": "Silk Nodes", 161 | "url": "https://cosmos.rpc.silknodes.io", 162 | "website": "https://silknodes.io", 163 | "weight": 1 164 | }, 165 | { 166 | "name": "Allnodes ⚡️ Nodes & Staking", 167 | "url": "https://cosmos-rpc.publicnode.com:443", 168 | "website": "https://publicnode.com", 169 | "weight": 1 170 | }, 171 | { 172 | "name": "kjnodes", 173 | "url": "https://cosmoshub.rpc.kjnodes.com", 174 | "website": "https://kjnodes.com", 175 | "weight": 1 176 | }, 177 | { 178 | "name": "Golden Ratio Staking", 179 | "url": "https://rpc.cosmoshub.goldenratiostaking.net", 180 | "website": "https://goldenratiostaking.net", 181 | "weight": 1 182 | }, 183 | { 184 | "name": "Stakeflow", 185 | "url": "https://rpc-cosmos-hub-01.stakeflow.io", 186 | "website": "https://stakeflow.io", 187 | "weight": 1 188 | }, 189 | { 190 | "name": "w3coins", 191 | "url": "https://cosmos-rpc.w3coins.io", 192 | "website": "https://w3coins.io", 193 | "weight": 1 194 | }, 195 | { 196 | "name": "MMS", 197 | "url": "https://rpc-cosmoshub.mms.team", 198 | "website": "https://mms.team", 199 | "weight": 1 200 | }, 201 | { 202 | "name": "TienThuatToan", 203 | "url": "https://cosmos-rpc.tienthuattoan.ventures", 204 | "website": "https://tienthuattoan.ventures", 205 | "weight": 1 206 | }, 207 | { 208 | "name": "PRO Delegators", 209 | "url": "https://community.nuxian-node.ch:6797/gaia/trpc", 210 | "website": "https://nuxian-node.ch:6797/gaia/trpc", 211 | "weight": 1 212 | }, 213 | { 214 | "name": "High Stakes 🇨🇭", 215 | "url": "https://cosmos-rpc.highstakes.ch", 216 | "website": "https://highstakes.ch", 217 | "weight": 1 218 | }, 219 | { 220 | "name": "cosmosrescue", 221 | "url": "https://cosmoshub-rpc.cosmosrescue.dev", 222 | "website": "https://cosmosrescue.dev", 223 | "weight": 1 224 | }, 225 | { 226 | "name": "Interstellar Lounge 🍸", 227 | "url": "https://cosmos.interstellar-lounge.org", 228 | "website": "https://interstellar-lounge.org", 229 | "weight": 1 230 | }, 231 | { 232 | "name": "Stakewolle", 233 | "url": "https://public.stakewolle.com/cosmos/cosmoshub/rpc", 234 | "website": "https://stakewolle.com/cosmos/cosmoshub/rpc", 235 | "weight": 1 236 | }, 237 | { 238 | "name": "Kewr Node", 239 | "url": "https://rpc-cosmos.kewrnode.com", 240 | "website": "https://kewrnode.com", 241 | "weight": 0 242 | }, 243 | { 244 | "name": "GetBlock RPC Nodes", 245 | "url": "https://go.getblock.io/17515cb3ec0e43b7817f182e5de6066a", 246 | "website": "https://getblock.io/17515cb3ec0e43b7817f182e5de6066a", 247 | "weight": 1 248 | }, 249 | { 250 | "name": "TTT 🇻🇳", 251 | "url": "https://cosmos-rpc.tienthuattoan.com", 252 | "website": "https://tienthuattoan.com", 253 | "weight": 1 254 | }, 255 | { 256 | "name": "Citizen Web3", 257 | "url": "https://rpc.cosmoshub-4-archive.citizenweb3.com:443", 258 | "website": "https://citizenweb3.com", 259 | "weight": 1 260 | }, 261 | { 262 | "name": "Stake&Relax 🦥", 263 | "url": "https://cosmos-rpc.stakeandrelax.net", 264 | "website": "https://stakeandrelax.net", 265 | "weight": 1 266 | }, 267 | { 268 | "name": "dRPC", 269 | "url": "https://cosmos-hub.drpc.org", 270 | "website": "https://drpc.org", 271 | "weight": 1 272 | }, 273 | { 274 | "name": "Lava", 275 | "url": "https://cosmoshub.tendermintrpc.lava.build:443", 276 | "website": "https://lava.build", 277 | "weight": 1 278 | }, 279 | { 280 | "name": "NodeStake", 281 | "url": "https://rpc.cosmos.nodestake.org", 282 | "website": "https://nodestake.org", 283 | "weight": 1 284 | }, 285 | { 286 | "name": "ITRocket", 287 | "url": "https://cosmoshub-mainnet-rpc.itrocket.net", 288 | "website": "https://itrocket.net", 289 | "weight": 1 290 | }, 291 | { 292 | "name": "Quasar", 293 | "url": "https://cosmoshub.rpc.quasarstaking.ai", 294 | "website": "https://quasarstaking.ai", 295 | "weight": 1 296 | }, 297 | { 298 | "name": "Inter Blockchain Services", 299 | "url": "https://cosmos-rpc.ibs.team", 300 | "website": "https://ibs.team", 301 | "weight": 1 302 | } 303 | ] -------------------------------------------------------------------------------- /evmos/json-rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Evmos", 4 | "website": "https://evmos.org", 5 | "url": "https://eth.bd.evmos.org:8545", 6 | "weight": 1 7 | }, 8 | { 9 | "name": "Notional", 10 | "website": "https://notional.ventures", 11 | "url": "https://jsonrpc-evmos-ia.cosmosia.notional.ventures", 12 | "keybase": "0E480E2B83B23D80", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "NodeStake", 17 | "website": "https://nodestake.top", 18 | "url": "https://jsonrpc.evmos.nodestake.top", 19 | "keybase": "94EFE192B2C52424", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Blastapi", 24 | "website": "https://blastapi.io", 25 | "url": "https://evmos-mainnet.public.blastapi.io", 26 | "weight": 1 27 | }, 28 | { 29 | "name": "Publicnode", 30 | "website": "https://publicnode.com", 31 | "url": "https://evmos-evm.publicnode.com", 32 | "weight": 1 33 | }, 34 | { 35 | "name": "Nodies app", 36 | "website": "https://nodies.app", 37 | "url": "https://evmos-pokt.nodies.app", 38 | "weight": 1 39 | }, 40 | { 41 | "name": "Alphab AI", 42 | "website": "https://alphab.ai", 43 | "url": "https://alphab.ai/rpc/eth/evmos", 44 | "weight": 1 45 | }, 46 | { 47 | "name": "Lava build", 48 | "website": "https://lava.build", 49 | "url": "https://evmos.lava.build", 50 | "weight": 1 51 | }, 52 | { 53 | "name": "Dragonstake", 54 | "website": "https://dragonstake.io", 55 | "url": "https://rpc-evm.evmos.dragonstake.io", 56 | "weight": 1, 57 | "keybase": "EA61A46F31742B22" 58 | }, 59 | { 60 | "name": "StakeTown", 61 | "url": "https://evmos-jsonrpc.stake-town.com", 62 | "website": "https://stake-town.com", 63 | "keybase": "FE38D8D1E0E5011F", 64 | "weight": 1 65 | }, 66 | { 67 | "name": "Alkadeta", 68 | "website": "https://alkadeta.com/", 69 | "url": "https://evmos-jsonrpc.alkadeta.com", 70 | "weight": 1 71 | }, 72 | { 73 | "name": "AM Solutions", 74 | "url": "https://evmos-jsonrpc.theamsolutions.info", 75 | "website": "https://theamsolutions.info", 76 | "weight": 1 77 | }, 78 | { 79 | "url": "https://jsonrpc-evmos.mzonder.com", 80 | "name": "MZONDER", 81 | "website": "https://mzonder.com", 82 | "weight": 1 83 | }, 84 | { 85 | "name": "DRPC", 86 | "url": "https://evmos.drpc.org", 87 | "website": "https://fantom.drpc.org", 88 | "weight": 1 89 | }, 90 | { 91 | "name": "Publicnode", 92 | "url": "https://evmos-evm-rpc.publicnode.com", 93 | "website": "https://publicnode.com", 94 | "weight": 1 95 | } 96 | ] 97 | -------------------------------------------------------------------------------- /evmos/lcd.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Evmos", 4 | "website": "https://evmos.org", 5 | "url": "https://rest.bd.evmos.org:1317", 6 | "weight": 1 7 | }, 8 | { 9 | "name": "Notional", 10 | "website": "https://notional.ventures", 11 | "url": "https://api-evmos-ia.cosmosia.notional.ventures/", 12 | "keybase": "0E480E2B83B23D80", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "NodeStake", 17 | "website": "https://nodestake.top", 18 | "url": "https://api.evmos.nodestake.top", 19 | "keybase": "94EFE192B2C52424", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "ChainTools", 24 | "website": "https://chaintools.tech", 25 | "url": "https://api.evmos.chaintools.tech", 26 | "keybase": "1857FF1BC2EA6A69", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "Silk Nodes", 31 | "website": "https://silknodes.io", 32 | "url": "https://api.evmos.silknodes.io", 33 | "keybase": "1326A75B9148A214", 34 | "weight": 1 35 | }, 36 | { 37 | "name": "Publicnode", 38 | "website": "https://publicnode.com", 39 | "url": "https://evmos-rest.publicnode.com", 40 | "weight": 1 41 | }, 42 | { 43 | "name": "Lavender.Five Nodes 🐝", 44 | "url": "https://evmos-api.lavenderfive.com:443", 45 | "website": "https://lavenderfive.com", 46 | "weight": 1 47 | }, 48 | { 49 | "name": "Polkachu", 50 | "url": "https://evmos-api.polkachu.com", 51 | "website": "https://polkachu.com", 52 | "weight": 1 53 | }, 54 | { 55 | "name": "silent", 56 | "url": "https://api.evmos.silentvalidator.com/", 57 | "website": "https://silentvalidator.com/", 58 | "weight": 1 59 | }, 60 | { 61 | "name": "TC Network", 62 | "url": "https://rest.evmos.tcnetwork.io", 63 | "website": "https://tcnetwork.io", 64 | "weight": 1 65 | }, 66 | { 67 | "name": "Stakin", 68 | "url": "https://evmos.rest.stakin-nodes.com", 69 | "website": "https://stakin-nodes.com", 70 | "weight": 1 71 | }, 72 | { 73 | "name": "Architect Nodes", 74 | "url": "https://rest-evmos.architectnodes.com", 75 | "website": "https://architectnodes.com", 76 | "weight": 1 77 | }, 78 | { 79 | "name": "Validatrium", 80 | "url": "https://evmos-api.validatrium.club", 81 | "website": "https://validatrium.club", 82 | "weight": 1 83 | }, 84 | { 85 | "name": "ecostake", 86 | "url": "https://rest-evmos.ecostake.com", 87 | "website": "https://ecostake.com", 88 | "weight": 1 89 | }, 90 | { 91 | "name": "Stakeflow", 92 | "url": "https://api-evmos-01.stakeflow.io", 93 | "website": "https://stakeflow.io", 94 | "weight": 1 95 | }, 96 | { 97 | "name": "AM Solutions", 98 | "url": "https://evmos-api.theamsolutions.info", 99 | "website": "https://theamsolutions.info", 100 | "weight": 1 101 | }, 102 | { 103 | "name": "Validavia", 104 | "url": "https://lcd-evmos.validavia.me", 105 | "website": "https://validavia.me", 106 | "weight": 1 107 | }, 108 | { 109 | "name": "w3coins", 110 | "url": "https://evmos-api.w3coins.io", 111 | "website": "https://w3coins.io", 112 | "weight": 1 113 | }, 114 | { 115 | "name": "StakeTown", 116 | "url": "https://evmos-api.stake-town.com", 117 | "website": "https://stake-town.com", 118 | "weight": 1 119 | }, 120 | { 121 | "name": "LiveRaveN", 122 | "url": "https://evmos.api.liveraven.net", 123 | "website": "https://liveraven.net", 124 | "weight": 1 125 | }, 126 | { 127 | "name": "Antrix Validators", 128 | "url": "https://evmos-rest.antrixy.org/", 129 | "website": "https://antrixy.org/", 130 | "weight": 1 131 | }, 132 | { 133 | "name": "Stake Village", 134 | "url": "https://evmos-mainnet.api.stakevillage.net", 135 | "website": "https://stakevillage.net", 136 | "weight": 1 137 | }, 138 | { 139 | "name": "Validatus", 140 | "url": "https://api.evmos.validatus.com", 141 | "website": "https://validatus.com", 142 | "weight": 1 143 | }, 144 | { 145 | "name": "Bro_n_Bro", 146 | "url": "https://lcd.evmos.bronbro.io:443", 147 | "website": "https://bronbro.io", 148 | "weight": 1 149 | }, 150 | { 151 | "name": "Lavender.Five Nodes 🐝", 152 | "url": "https://rest.lavenderfive.com:443/evmos", 153 | "website": "https://lavenderfive.com:443/evmos", 154 | "weight": 1 155 | } 156 | ] -------------------------------------------------------------------------------- /evmos/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Evmos", 4 | "website": "https://evmos.org", 5 | "url": "https://tendermint.bd.evmos.org:26657", 6 | "weight": 1 7 | }, 8 | { 9 | "name": "Notional", 10 | "website": "https://notional.ventures", 11 | "url": "https://rpc-evmos-ia.cosmosia.notional.ventures:443", 12 | "keybase": "0E480E2B83B23D80", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "NodeStake", 17 | "website": "https://nodestake.top", 18 | "url": "https://rpc.evmos.nodestake.top", 19 | "keybase": "94EFE192B2C52424", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "ChainTools", 24 | "website": "https://chaintools.tech", 25 | "url": "https://rpc.evmos.chaintools.tech/", 26 | "keybase": "1857FF1BC2EA6A69", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "Silk Nodes", 31 | "website": "https://silknodes.io", 32 | "url": "https://rpc.evmos.silknodes.io", 33 | "keybase": "1326A75B9148A214", 34 | "weight": 1 35 | }, 36 | { 37 | "name": "Publicnode", 38 | "website": "https://publicnode.com", 39 | "url": "https://evmos-rpc.publicnode.com:443", 40 | "weight": 1 41 | }, 42 | { 43 | "name": "ecostake", 44 | "url": "https://rpc-evmos.ecostake.com", 45 | "website": "https://ecostake.com", 46 | "weight": 1 47 | }, 48 | { 49 | "name": "Lavender.Five Nodes 🐝", 50 | "url": "https://rpc.lavenderfive.com:443/evmos", 51 | "website": "https://lavenderfive.com", 52 | "weight": 1 53 | }, 54 | { 55 | "name": "TestNetRun", 56 | "url": "https://rpc.evmos.testnet.run", 57 | "website": "https://testnet.run", 58 | "weight": 1 59 | }, 60 | { 61 | "name": "Polkachu", 62 | "url": "https://evmos-rpc.polkachu.com", 63 | "website": "https://polkachu.com", 64 | "weight": 1 65 | }, 66 | { 67 | "name": "silent", 68 | "url": "https://rpc.evmos.silentvalidator.com/", 69 | "website": "https://silentvalidator.com/", 70 | "weight": 1 71 | }, 72 | { 73 | "name": "TC Network", 74 | "url": "https://rpc.evmos.tcnetwork.io", 75 | "website": "https://tcnetwork.io", 76 | "weight": 1 77 | }, 78 | { 79 | "name": "Stakin", 80 | "url": "https://evmos.rpc.stakin-nodes.com", 81 | "website": "https://stakin-nodes.com", 82 | "weight": 1 83 | }, 84 | { 85 | "name": "Architect Nodes", 86 | "url": "https://rpc-evmos.architectnodes.com", 87 | "website": "https://architectnodes.com", 88 | "weight": 1 89 | }, 90 | { 91 | "name": "Validatrium", 92 | "url": "https://evmos-rpc.validatrium.club", 93 | "website": "https://validatrium.club", 94 | "weight": 1 95 | }, 96 | { 97 | "name": "Stakeflow", 98 | "url": "https://rpc-evmos-01.stakeflow.io", 99 | "website": "https://stakeflow.io", 100 | "weight": 1 101 | }, 102 | { 103 | "name": "AM Solutions", 104 | "url": "https://evmos-rpc.theamsolutions.info", 105 | "website": "https://theamsolutions.info", 106 | "weight": 1 107 | }, 108 | { 109 | "name": "Validavia", 110 | "url": "https://rpc-evmos.validavia.me", 111 | "website": "https://validavia.me", 112 | "weight": 1 113 | }, 114 | { 115 | "name": "w3coins", 116 | "url": "https://evmos-rpc.w3coins.io", 117 | "website": "https://w3coins.io", 118 | "weight": 1 119 | }, 120 | { 121 | "name": "StakeTown", 122 | "url": "https://evmos-rpc.stake-town.com", 123 | "website": "https://stake-town.com", 124 | "weight": 1 125 | }, 126 | { 127 | "name": "LiveRaveN", 128 | "url": "https://evmos.rpc.liveraven.net", 129 | "website": "https://liveraven.net", 130 | "weight": 1 131 | }, 132 | { 133 | "name": "Antrix Validators", 134 | "url": "https://evmos-rpc.antrixy.org/", 135 | "website": "https://antrixy.org/", 136 | "weight": 1 137 | }, 138 | { 139 | "name": "Stake Village", 140 | "url": "https://evmos-mainnet.rpc.stakevillage.net:443", 141 | "website": "https://stakevillage.net", 142 | "weight": 1 143 | }, 144 | { 145 | "name": "Validatus", 146 | "url": "https://rpc.evmos.validatus.com", 147 | "website": "https://validatus.com", 148 | "weight": 1 149 | }, 150 | { 151 | "name": "Bro_n_Bro", 152 | "url": "https://rpc.evmos.bronbro.io:443", 153 | "website": "https://bronbro.io", 154 | "weight": 1 155 | }, 156 | { 157 | "name": "Citizen Web3", 158 | "url": "https://rpc.evmos.citizenweb3.com:443", 159 | "website": "https://citizenweb3.com", 160 | "weight": 1 161 | }, 162 | { 163 | "name": "dRPC", 164 | "url": "https://evmos.drpc.org", 165 | "website": "https://drpc.org", 166 | "weight": 1 167 | } 168 | ] -------------------------------------------------------------------------------- /fantom/json-rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Publicnode", 4 | "website": "https://publicnode.com", 5 | "url": "https://fantom-rpc.publicnode.com", 6 | "weight": 1 7 | }, 8 | { 9 | "name": "Fantom network api", 10 | "website": "https://fantom.foundation/", 11 | "url": "https://rpcapi.fantom.network", 12 | "weight": 1 13 | }, 14 | { 15 | "name": "Fantom network", 16 | "website": "https://fantom.foundation/", 17 | "url": "https://rpc.fantom.network", 18 | "weight": 1 19 | }, 20 | { 21 | "name": "Nodies app", 22 | "website": "https://nodies.app", 23 | "url": "https://fantom-pokt.nodies.app", 24 | "weight": 1 25 | }, 26 | { 27 | "name": "Ftm tools", 28 | "website": "https://rpc.ftm.tools", 29 | "url": "https://rpc.ftm.tools", 30 | "weight": 1 31 | }, 32 | { 33 | "name": "Blastapi", 34 | "website": "https://blastapi.io/", 35 | "url": " https://fantom-mainnet.public.blastapi.io", 36 | "weight": 1 37 | }, 38 | { 39 | "name": "Blockpi", 40 | "website": "https://blockpi.io/", 41 | "url": "https://fantom.blockpi.network/v1/rpc/public", 42 | "keybase": "DE72F17D1D7586D1", 43 | "weight": 1 44 | }, 45 | { 46 | "name": "1RPC", 47 | "website": "https://1rpc.io/", 48 | "url": "https://1rpc.io/ftm", 49 | "weight": 1 50 | }, 51 | { 52 | "name": "DRPC", 53 | "website": "https://drpc.org/", 54 | "url": "https://fantom.drpc.org", 55 | "weight": 1 56 | } 57 | ] 58 | 59 | -------------------------------------------------------------------------------- /hyperliquid/json-rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://hyperliquid-json-rpc-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "HyperLiquid", 11 | "website": "https://hyperfoundation.org/", 12 | "url": "https://rpc.hyperliquid.xyz/evm", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "Hypurrscan", 17 | "website": "https://hypurrscan.io", 18 | "url": "https://rpc.hypurrscan.io", 19 | "weight": 1 20 | } 21 | ] -------------------------------------------------------------------------------- /initia/lcd.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://initia-lcd-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Initia", 11 | "website": "https://initia.xyz", 12 | "url": "https://rest.initia.xyz", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "Autostake", 17 | "website": "https://autostake.com", 18 | "url": "https://initia-mainnet-lcd.autostake.com/", 19 | "weight": 1 20 | }, 21 | { 22 | "name": "Polkachu", 23 | "website": "https://polkachu.com", 24 | "url": "https://initia-api.polkachu.com", 25 | "keybase": "0A6AF02D1557E5B4", 26 | "weight": 1 27 | } 28 | ] -------------------------------------------------------------------------------- /initia/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://initia-rpc-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Initia", 11 | "website": "https://initia.xyz", 12 | "url": "https://rpc.initia.xyz", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "Autostake", 17 | "website": "https://autostake.com", 18 | "url": "https://initia-mainnet-rpc.autostake.com/", 19 | "weight": 1 20 | }, 21 | { 22 | "name": "Polkachu", 23 | "website": "https://polkachu.com", 24 | "url": "https://initia-rpc.polkachu.com", 25 | "keybase": "0A6AF02D1557E5B4", 26 | "weight": 1 27 | } 28 | ] -------------------------------------------------------------------------------- /injective/lcd.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://injective-lcd-server-01.stakely.io/", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Polkachu", 11 | "website": "https://polkachu.com", 12 | "url": "https://injective-api.polkachu.com", 13 | "keybase": "0A6AF02D1557E5B4", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "Publicnode", 18 | "website": "https://publicnode.com", 19 | "url": "https://injective-rest.publicnode.com", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Lavender.Five Nodes 🐝", 24 | "website": "https://www.lavenderfive.com", 25 | "url": "https://injective-api.lavenderfive.com:443", 26 | "keybase": "F87ADDB700C0CC94", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "High Stakes Switzerland", 31 | "website": "https://highstakes.ch/", 32 | "url": "https://injective-api.highstakes.ch", 33 | "keybase": "2CB281A714F6133B", 34 | "weight": 1 35 | }, 36 | { 37 | "name": "Whispernode", 38 | "website": "https://www.whispernode.com", 39 | "url": "https://lcd-injective.whispernode.com:443", 40 | "keybase": "C99B3A6836BF0CB8", 41 | "weight": 1 42 | }, 43 | { 44 | "name": "Golden Ratio Staking", 45 | "website": "https://www.goldenstaking.com/", 46 | "url": "https://rest.injective.goldenratiostaking.net", 47 | "keybase": "1C32EF4035953E8B", 48 | "weight": 1 49 | }, 50 | { 51 | "name": "Stake Wolle", 52 | "website": "https://stakewolle.com/", 53 | "url": "https://public.stakewolle.com/cosmos/injective/rest", 54 | "keybase": "6386E8C1B6217AC2", 55 | "weight": 1 56 | }, 57 | { 58 | "name": "Injective", 59 | "website": "https://injective.com/", 60 | "url": "https://lcd.injective.network/", 61 | "keybase": "54EEBB62B7D58830", 62 | "weight": 1 63 | }, 64 | { 65 | "name": "NewMetric", 66 | "url": "https://6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-rest.newmetric.xyz", 67 | "website": "https://newmetric.xyz", 68 | "weight": 1 69 | }, 70 | { 71 | "name": "Notional", 72 | "url": "https://api-injective-ia.cosmosia.notional.ventures/", 73 | "website": "https://notional.ventures/", 74 | "weight": 1 75 | }, 76 | { 77 | "name": "Stakeflow", 78 | "url": "https://api-injective-01.stakeflow.io", 79 | "website": "https://stakeflow.io", 80 | "weight": 1 81 | }, 82 | { 83 | "name": "AutoStake 🛡️ Slash Protected", 84 | "url": "https://injective-mainnet-lcd.autostake.com:443", 85 | "website": "https://autostake.com", 86 | "weight": 1 87 | }, 88 | { 89 | "name": "Bro_n_Bro", 90 | "url": "https://lcd.injective.bronbro.io/", 91 | "website": "https://bronbro.io/", 92 | "weight": 1 93 | }, 94 | { 95 | "name": "[NODERS]TEAM", 96 | "url": "https://injective-api.noders.services", 97 | "website": "https://noders.services", 98 | "weight": 1 99 | }, 100 | { 101 | "name": "Lavender.Five Nodes 🐝", 102 | "url": "https://rest.lavenderfive.com:443/injective", 103 | "website": "https://lavenderfive.com:443/injective", 104 | "weight": 1 105 | }, 106 | { 107 | "name": "ecostake", 108 | "url": "https://rest-injective.ecostake.com", 109 | "website": "https://ecostake.com", 110 | "weight": 1 111 | }, 112 | { 113 | "name": "Kewr Node", 114 | "url": "https://rest-injective.kewrnode.com", 115 | "website": "https://kewrnode.com", 116 | "weight": 1 117 | } 118 | ] -------------------------------------------------------------------------------- /injective/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://injective-rpc-server-01.stakely.io/", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Polkachu", 11 | "website": "https://polkachu.com", 12 | "url": "https://injective-rpc.polkachu.com", 13 | "keybase": "0A6AF02D1557E5B4", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "Publicnode", 18 | "website": "https://publicnode.com", 19 | "url": "https://injective-rpc.publicnode.com:443", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Lavender.Five Nodes 🐝", 24 | "website": "https://www.lavenderfive.com", 25 | "url": "https://rpc.lavenderfive.com:443/injective", 26 | "keybase": "F87ADDB700C0CC94", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "High Stakes Switzerland", 31 | "website": "https://highstakes.ch/", 32 | "url": "https://injective-rpc.highstakes.ch", 33 | "keybase": "2CB281A714F6133B", 34 | "weight": 1 35 | }, 36 | { 37 | "name": "Autostake", 38 | "website": "https://autostake.com/", 39 | "url": "https://injective-mainnet-rpc.autostake.com:443", 40 | "keybase": "4D3303E20A4D2C32", 41 | "weight": 1 42 | }, 43 | { 44 | "name": "Whispernode", 45 | "website": "https://www.whispernode.com", 46 | "url": "https://rpc-injective.whispernode.com:443", 47 | "keybase": "C99B3A6836BF0CB8", 48 | "weight": 1 49 | }, 50 | { 51 | "name": "Golden Ratio Staking", 52 | "website": "https://www.goldenstaking.com/", 53 | "url": "https://rpc.injective.goldenratiostaking.net", 54 | "keybase": "1C32EF4035953E8B", 55 | "weight": 1 56 | }, 57 | { 58 | "name": "Stake Wolle", 59 | "website": "https://stakewolle.com/", 60 | "url": "https://public.stakewolle.com/cosmos/injective/rpc", 61 | "keybase": "6386E8C1B6217AC2", 62 | "weight": 1 63 | }, 64 | { 65 | "name": "Injective", 66 | "website": "https://injective.com/", 67 | "url": "https://tm.injective.network/", 68 | "keybase": "54EEBB62B7D58830", 69 | "weight": 1 70 | }, 71 | { 72 | "name": "NewMetric", 73 | "url": "https://6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-rpc.newmetric.xyz", 74 | "website": "https://newmetric.xyz", 75 | "weight": 1 76 | }, 77 | { 78 | "name": "Notional", 79 | "url": "https://rpc-injective-ia.cosmosia.notional.ventures/", 80 | "website": "https://notional.ventures/", 81 | "weight": 1 82 | }, 83 | { 84 | "name": "Stakeflow", 85 | "url": "https://rpc-injective-01.stakeflow.io", 86 | "website": "https://stakeflow.io", 87 | "weight": 1 88 | }, 89 | { 90 | "name": "Bro_n_Bro", 91 | "url": "https://rpc.injective.bronbro.io/", 92 | "website": "https://bronbro.io/", 93 | "weight": 1 94 | }, 95 | { 96 | "name": "[NODERS]TEAM", 97 | "url": "https://injective-rpc.noders.services", 98 | "website": "https://noders.services", 99 | "weight": 1 100 | }, 101 | { 102 | "name": "ecostake", 103 | "url": "https://rpc-injective.ecostake.com", 104 | "website": "https://ecostake.com", 105 | "weight": 1 106 | }, 107 | { 108 | "name": "Kewr Node", 109 | "url": "https://rpc-injective.kewrnode.com", 110 | "website": "https://kewrnode.com", 111 | "weight": 1 112 | } 113 | ] -------------------------------------------------------------------------------- /juno/lcd.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Omniflix", 4 | "website": "https://omniflix.co", 5 | "url": "https://api.juno.omniflix.co", 6 | "keybase": "535BF8D68742ACED", 7 | "weight": 0.4 8 | }, 9 | { 10 | "name": "Itastakers", 11 | "website": "https://itastakers.com", 12 | "url": "https://lcd-juno.itastakers.com", 13 | "keybase": "06E7A073C20F48EA", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "Nodes Guru", 18 | "website": "https://nodes.guru", 19 | "url": "https://api-juno.nodes.guru", 20 | "keybase": "28B672FCE6BBD562", 21 | "weight": 1 22 | }, 23 | { 24 | "name": "Stakesystems", 25 | "website": "https://stakesystems.io", 26 | "url": "https://juno.stakesystems.io", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "Polkachu", 31 | "website": "https://polkachu.com", 32 | "url": "https://juno-api.polkachu.com", 33 | "keybase": "0A6AF02D1557E5B4", 34 | "weight": 1 35 | }, 36 | { 37 | "name": "ecostake", 38 | "url": "https://rest-juno.ecostake.com", 39 | "website": "https://ecostake.com", 40 | "weight": 1 41 | }, 42 | { 43 | "name": "Lavender.Five Nodes 🐝", 44 | "url": "https://juno-api.lavenderfive.com:443", 45 | "website": "https://lavenderfive.com", 46 | "weight": 1 47 | }, 48 | { 49 | "name": "STAVR", 50 | "url": "https://juno.api.m.stavr.tech", 51 | "website": "https://stavr.tech", 52 | "weight": 1 53 | }, 54 | { 55 | "name": "PUPMØS", 56 | "url": "https://api-juno.pupmos.network", 57 | "website": "https://pupmos.network", 58 | "weight": 1 59 | }, 60 | { 61 | "name": "Notional", 62 | "url": "https://api-juno-ia.cosmosia.notional.ventures/", 63 | "website": "https://notional.ventures/", 64 | "weight": 1 65 | }, 66 | { 67 | "name": "ChainTools", 68 | "url": "https://api.juno.chaintools.tech/", 69 | "website": "https://chaintools.tech/", 70 | "weight": 1 71 | }, 72 | { 73 | "name": "Cosmos Spaces", 74 | "url": "https://api-juno.cosmos-spaces.cloud", 75 | "website": "https://cosmos-spaces.cloud", 76 | "weight": 1 77 | }, 78 | { 79 | "name": "Kleomedes", 80 | "url": "https://juno-api.kleomedes.network", 81 | "website": "https://kleomedes.network", 82 | "weight": 1 83 | }, 84 | { 85 | "name": "BlockHunters 🎯", 86 | "url": "https://api.juno.bh.rocks", 87 | "website": "https://bh.rocks", 88 | "weight": 1 89 | }, 90 | { 91 | "name": "kingnodes 👑", 92 | "url": "https://juno-rest.kingnodes.com", 93 | "website": "https://kingnodes.com", 94 | "weight": 1 95 | }, 96 | { 97 | "name": "Stake&Relax Validator 🦥", 98 | "url": "https://juno-api.stakeandrelax.net", 99 | "website": "https://stakeandrelax.net", 100 | "weight": 1 101 | }, 102 | { 103 | "name": "Architect Nodes", 104 | "url": "https://rest-juno.architectnodes.com", 105 | "website": "https://architectnodes.com", 106 | "weight": 1 107 | }, 108 | { 109 | "name": "Stakeflow", 110 | "url": "https://api-juno-01.stakeflow.io", 111 | "website": "https://stakeflow.io", 112 | "weight": 1 113 | }, 114 | { 115 | "name": "Validavia", 116 | "url": "https://lcd-juno.validavia.me", 117 | "website": "https://validavia.me", 118 | "weight": 1 119 | }, 120 | { 121 | "name": "w3coins", 122 | "url": "https://juno-api.w3coins.io", 123 | "website": "https://w3coins.io", 124 | "weight": 1 125 | }, 126 | { 127 | "name": "Allnodes ⚡️ Nodes & Staking", 128 | "url": "https://juno-rest.publicnode.com", 129 | "website": "https://publicnode.com", 130 | "weight": 1 131 | }, 132 | { 133 | "name": "StakeTown", 134 | "url": "https://juno-api.stake-town.com", 135 | "website": "https://stake-town.com", 136 | "weight": 1 137 | }, 138 | { 139 | "name": "WhisperNode 🤐", 140 | "url": "https://lcd-juno.whispernode.com:443", 141 | "website": "https://whispernode.com", 142 | "weight": 1 143 | }, 144 | { 145 | "name": "Validatus", 146 | "url": "https://api.juno.validatus.com", 147 | "website": "https://validatus.com", 148 | "weight": 1 149 | }, 150 | { 151 | "name": "Bro_n_Bro", 152 | "url": "https://lcd.juno.bronbro.io:443", 153 | "website": "https://bronbro.io", 154 | "weight": 1 155 | }, 156 | { 157 | "name": "Cogwheel", 158 | "url": "https://juno-api.cogwheel.zone", 159 | "website": "https://cogwheel.zone", 160 | "weight": 1 161 | }, 162 | { 163 | "name": "Decloud Nodes Lab", 164 | "url": "https://juno.declab.pro:443", 165 | "website": "https://declab.pro", 166 | "weight": 1 167 | }, 168 | { 169 | "name": "Daily DROP", 170 | "url": "http://juno.api.staking-explorer.com", 171 | "website": "https://staking-explorer.com", 172 | "weight": 1 173 | }, 174 | { 175 | "name": "Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅", 176 | "url": "https://juno.api.nodeshub.online:443", 177 | "website": "https://nodeshub.online", 178 | "weight": 1 179 | }, 180 | { 181 | "name": "Lavender.Five Nodes 🐝", 182 | "url": "https://rest.lavenderfive.com:443/juno", 183 | "website": "https://lavenderfive.com:443/juno", 184 | "weight": 1 185 | }, 186 | { 187 | "name": "Chainroot", 188 | "url": "https://juno-api.chainroot.io", 189 | "website": "https://chainroot.io", 190 | "weight": 1 191 | } 192 | ] -------------------------------------------------------------------------------- /juno/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Omniflix", 4 | "website": "https://omniflix.co", 5 | "url": "https://rpc.juno.omniflix.co", 6 | "keybase": "535BF8D68742ACED", 7 | "weight": 0.4 8 | }, 9 | { 10 | "name": "Itastakers", 11 | "website": "https://itastakers.com", 12 | "url": "https://rpc-juno.itastakers.com", 13 | "keybase": "06E7A073C20F48EA", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "Nodes Guru", 18 | "website": "https://nodes.guru", 19 | "url": "https://rpc-juno.nodes.guru", 20 | "keybase": "28B672FCE6BBD562", 21 | "weight": 1 22 | }, 23 | { 24 | "name": "Stakesystems", 25 | "website": "https://stakesystems.io", 26 | "url": "https://juno.stakesystems.io:2053", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "Polkachu", 31 | "website": "https://polkachu.com", 32 | "url": "https://juno-rpc.polkachu.com", 33 | "keybase": "0A6AF02D1557E5B4", 34 | "weight": 1 35 | }, 36 | { 37 | "name": "WhisperNode 🤐", 38 | "url": "https://rpc-juno.whispernode.com:443", 39 | "website": "https://whispernode.com", 40 | "weight": 1 41 | }, 42 | { 43 | "name": "STAVR", 44 | "url": "http://juno.rpc.m.stavr.tech:1067", 45 | "website": "https://stavr.tech", 46 | "weight": 1 47 | }, 48 | { 49 | "name": "ecostake", 50 | "url": "https://rpc-juno.ecostake.com", 51 | "website": "https://ecostake.com", 52 | "weight": 1 53 | }, 54 | { 55 | "name": "Lavender.Five Nodes 🐝", 56 | "url": "https://rpc.lavenderfive.com:443/juno", 57 | "website": "https://lavenderfive.com", 58 | "weight": 1 59 | }, 60 | { 61 | "name": "PUPMØS", 62 | "url": "https://rpc-juno.pupmos.network", 63 | "website": "https://pupmos.network", 64 | "weight": 1 65 | }, 66 | { 67 | "name": "Cosmos Spaces", 68 | "url": "https://rpc-juno.cosmos-spaces.cloud", 69 | "website": "https://cosmos-spaces.cloud", 70 | "weight": 1 71 | }, 72 | { 73 | "name": "Notional", 74 | "url": "https://rpc-juno-ia.cosmosia.notional.ventures/", 75 | "website": "https://notional.ventures/", 76 | "weight": 1 77 | }, 78 | { 79 | "name": "ChainTools", 80 | "url": "https://rpc.juno.chaintools.tech/", 81 | "website": "https://chaintools.tech/", 82 | "weight": 1 83 | }, 84 | { 85 | "name": "Kleomedes", 86 | "url": "https://juno-rpc.kleomedes.network", 87 | "website": "https://kleomedes.network", 88 | "weight": 1 89 | }, 90 | { 91 | "name": "IcyCRO 🧊", 92 | "url": "https://juno-rpc.icycro.org", 93 | "website": "https://icycro.org", 94 | "weight": 1 95 | }, 96 | { 97 | "name": "BlockHunters 🎯", 98 | "url": "https://rpc.juno.bh.rocks", 99 | "website": "https://bh.rocks", 100 | "weight": 1 101 | }, 102 | { 103 | "name": "kingnodes 👑", 104 | "url": "https://juno-rpc.kingnodes.com", 105 | "website": "https://kingnodes.com", 106 | "weight": 1 107 | }, 108 | { 109 | "name": "Reecepbcups", 110 | "url": "https://juno-rpc.reece.sh", 111 | "website": "https://reece.sh", 112 | "weight": 1 113 | }, 114 | { 115 | "name": "Stake&Relax Validator 🦥", 116 | "url": "https://juno-rpc.stakeandrelax.net", 117 | "website": "https://stakeandrelax.net", 118 | "weight": 1 119 | }, 120 | { 121 | "name": "Architect Nodes", 122 | "url": "https://rpc-juno.architectnodes.com", 123 | "website": "https://architectnodes.com", 124 | "weight": 1 125 | }, 126 | { 127 | "name": "Stakeflow", 128 | "url": "https://rpc-juno-01.stakeflow.io", 129 | "website": "https://stakeflow.io", 130 | "weight": 1 131 | }, 132 | { 133 | "name": "Validavia", 134 | "url": "https://rpc-juno.validavia.me", 135 | "website": "https://validavia.me", 136 | "weight": 1 137 | }, 138 | { 139 | "name": "w3coins", 140 | "url": "https://juno-rpc.w3coins.io", 141 | "website": "https://w3coins.io", 142 | "weight": 1 143 | }, 144 | { 145 | "name": "Allnodes ⚡️ Nodes & Staking", 146 | "url": "https://juno-rpc.publicnode.com:443", 147 | "website": "https://publicnode.com", 148 | "weight": 1 149 | }, 150 | { 151 | "name": "StakeTown", 152 | "url": "https://juno-rpc.stake-town.com", 153 | "website": "https://stake-town.com", 154 | "weight": 1 155 | }, 156 | { 157 | "name": "Validatrium", 158 | "url": "https://rpc-juno.mainnet.validatrium.club:443", 159 | "website": "https://validatrium.club", 160 | "weight": 1 161 | }, 162 | { 163 | "name": "Validatus", 164 | "url": "https://rpc.juno.validatus.com", 165 | "website": "https://validatus.com", 166 | "weight": 1 167 | }, 168 | { 169 | "name": "Bro_n_Bro", 170 | "url": "https://rpc.juno.bronbro.io:443", 171 | "website": "https://bronbro.io", 172 | "weight": 1 173 | }, 174 | { 175 | "name": "Cogwheel", 176 | "url": "https://juno-rpc.cogwheel.zone", 177 | "website": "https://cogwheel.zone", 178 | "weight": 1 179 | }, 180 | { 181 | "name": "Decloud Nodes Lab", 182 | "url": "https://juno.declab.pro:26610", 183 | "website": "https://declab.pro", 184 | "weight": 1 185 | }, 186 | { 187 | "name": "Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅", 188 | "url": "https://juno.rpc.nodeshub.online:443", 189 | "website": "https://nodeshub.online", 190 | "weight": 1 191 | }, 192 | { 193 | "name": "Chainroot", 194 | "url": "https://juno-rpc.chainroot.io", 195 | "website": "https://chainroot.io", 196 | "weight": 1 197 | } 198 | ] -------------------------------------------------------------------------------- /namada/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://namada-rpc-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Mandragora", 11 | "website": "https://mandragora.io", 12 | "url": "https://namada-rpc.mandragora.io/", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "DTEAM", 17 | "url": "https://rpc.namada.mainnet.dteam.tech/", 18 | "website": "https://dteam.tech", 19 | "weight": 1 20 | }, 21 | { 22 | "name": "MurphyNode", 23 | "url": "https://namada-rpc.murphynode.net/", 24 | "website": "https://murphynode.net", 25 | "weight": 1, 26 | "keybase": "A6BA1EDB718724AE" 27 | }, 28 | { 29 | "name": "Originstake", 30 | "url": "https://namada-rpc-01.originstake.com/", 31 | "website": "https://originstake.com", 32 | "weight": 1, 33 | "keybase": "8708AC95F44038A2" 34 | }, 35 | { 36 | "name": "Konsortech", 37 | "url": "https://mainnet-namada-rpc.konsortech.xyz/", 38 | "website": "https://konsortech.xyz", 39 | "weight": 1, 40 | "keybase": "2DA657BCEA9489C2" 41 | }, 42 | { 43 | "name": "P2P", 44 | "url": "https://namada-archive.tm.p2p.org/", 45 | "website": "https://p2p.org", 46 | "weight": 1 47 | }, 48 | { 49 | "name": "CitizenWeb3", 50 | "url": "https://rpc.namada.citizenweb3.com/", 51 | "website": "https://citizenweb3.com", 52 | "weight": 1 53 | }, 54 | { 55 | "name": "Validatus", 56 | "url": "https://rpc.namada.validatus.com/", 57 | "website": "https://validatus.com", 58 | "weight": 1, 59 | "keybase": "DEF3590B1DCD96A4" 60 | }, 61 | { 62 | "name": "5ElementsNodes", 63 | "url": "https://rpc-namada.5elementsnodes.com/", 64 | "website": "https://5elementsnodes.com", 65 | "weight": 1 66 | }, 67 | { 68 | "name": "Palamar", 69 | "url": "https://namada-rpc.palamar.io/", 70 | "website": "https://palamar.io", 71 | "weight": 1 72 | }, 73 | { 74 | "name": "Stakeup", 75 | "url": "https://rpc.namada.stakeup.tech/", 76 | "website": "https://stakeup.tech", 77 | "weight": 1 78 | }, 79 | { 80 | "name": "L0vd", 81 | "url": "https://namada-mainnet.rpc.l0vd.com/", 82 | "website": "https://l0vd.com", 83 | "weight": 1 84 | }, 85 | { 86 | "name": "Stakepool", 87 | "url": "https://rpc.namada.stakepool.dev.br/", 88 | "website": "https://stakepool.dev.br", 89 | "weight": 1, 90 | "keybase": "370034D7C9E4A0B1" 91 | }, 92 | { 93 | "name": "Emberstake", 94 | "url": "https://namada-rpc.emberstake.xyz/", 95 | "website": "https://emberstake.xyz", 96 | "weight": 1, 97 | "keybase": "D9D76FF1153010A5" 98 | }, 99 | { 100 | "name": "Mellifera", 101 | "url": "https://namada-mainnet-rpc.mellifera.network/", 102 | "website": "https://mellifera.network", 103 | "weight": 1 104 | }, 105 | { 106 | "name": "Stakeflow", 107 | "url": "https://rpc-namada-01.stakeflow.io/", 108 | "website": "https://stakeflow.io", 109 | "weight": 1, 110 | "keybase": "205B591721D10A73" 111 | } 112 | ] 113 | -------------------------------------------------------------------------------- /osmosis/lcd.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://osmosis-lcd-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1 8 | }, 9 | { 10 | "name": "Osmosis Foundation", 11 | "website": "https://osmosis.zone", 12 | "url": "https://lcd.osmosis.zone/", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "Blockapsis", 17 | "website": "https://blockapsis.com", 18 | "url": "https://lcd-osmosis.blockapsis.com", 19 | "keybase": "55AE6F8C61BF4749", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Polkachu", 24 | "website": "https://polkachu.com", 25 | "url": "https://osmosis-api.polkachu.com", 26 | "keybase": "0A6AF02D1557E5B4", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "Quickapi", 31 | "website": "https://quickapi.com", 32 | "url": "https://osmosis-lcd.quickapi.com:443", 33 | "weight": 1 34 | }, 35 | { 36 | "name": "Ecostake", 37 | "website": "https://ecostake.com", 38 | "url": "https://rest-osmosis.ecostake.com", 39 | "keybase": "5992A6D423A406D6", 40 | "weight": 1 41 | }, 42 | { 43 | "name": "Notional", 44 | "website": "https://notional.ventures", 45 | "url": "https://api-osmosis-ia.cosmosia.notional.ventures", 46 | "keybase": "0E480E2B83B23D80", 47 | "weight": 1 48 | }, 49 | { 50 | "name": "Interbloc", 51 | "website": "https://interbloc.org", 52 | "url": "https://api.osmosis.interbloc.org", 53 | "weight": 1 54 | }, 55 | { 56 | "name": "Silknodes", 57 | "website": "https://www.silknodes.io", 58 | "url": "https://api.osmosis.silknodes.io", 59 | "keybase": "1326A75B9148A214", 60 | "weight": 1 61 | }, 62 | { 63 | "name": "Lavender.Five Nodes 🐝", 64 | "url": "https://osmosis-api.lavenderfive.com:443", 65 | "website": "https://lavenderfive.com", 66 | "weight": 1 67 | }, 68 | { 69 | "name": "Cosmos Spaces", 70 | "url": "https://api-osmosis.cosmos-spaces.cloud", 71 | "website": "https://cosmos-spaces.cloud", 72 | "weight": 1 73 | }, 74 | { 75 | "name": "Stakin", 76 | "url": "https://osmosis.rest.stakin-nodes.com", 77 | "website": "https://stakin-nodes.com", 78 | "weight": 1 79 | }, 80 | { 81 | "name": "AutoStake 🛡️ Slash Protected", 82 | "url": "https://osmosis-mainnet-lcd.autostake.com:443", 83 | "website": "https://autostake.com", 84 | "weight": 1 85 | }, 86 | { 87 | "name": "Stakeflow", 88 | "url": "https://api-osmosis-01.stakeflow.io", 89 | "website": "https://stakeflow.io", 90 | "weight": 1 91 | }, 92 | { 93 | "name": "w3coins", 94 | "url": "https://osmosis-api.w3coins.io", 95 | "website": "https://w3coins.io", 96 | "weight": 1 97 | }, 98 | { 99 | "name": "WhisperNode 🤐", 100 | "url": "https://lcd-osmosis.whispernode.com:443", 101 | "website": "https://whispernode.com", 102 | "weight": 1 103 | }, 104 | { 105 | "name": "Allnodes ⚡️ Nodes & Staking", 106 | "url": "https://osmosis-rest.publicnode.com", 107 | "website": "https://publicnode.com", 108 | "weight": 1 109 | }, 110 | { 111 | "name": "PRO Delegators", 112 | "url": "https://community.nuxian-node.ch:6797/osmosis/crpc", 113 | "website": "https://nuxian-node.ch:6797/osmosis/crpc", 114 | "weight": 1 115 | }, 116 | { 117 | "name": "StakeTown", 118 | "url": "https://osmosis-api.stake-town.com", 119 | "website": "https://stake-town.com", 120 | "weight": 1 121 | }, 122 | { 123 | "name": "Reecepbcups", 124 | "url": "https://osmosis-api.reece.sh", 125 | "website": "https://reece.sh", 126 | "weight": 1 127 | }, 128 | { 129 | "name": "Validatus", 130 | "url": "https://api.osmosis.validatus.com:443", 131 | "website": "https://validatus.com", 132 | "weight": 1 133 | }, 134 | { 135 | "name": "Bro_n_Bro", 136 | "url": "https://lcd.osmosis.bronbro.io:443", 137 | "website": "https://bronbro.io", 138 | "weight": 1 139 | }, 140 | { 141 | "name": "Interstellar Lounge 🍸", 142 | "url": "https://osmosis-rest.interstellar-lounge.org", 143 | "website": "https://interstellar-lounge.org", 144 | "weight": 1 145 | }, 146 | { 147 | "name": "Stakewolle", 148 | "url": "https://public.stakewolle.com/cosmos/osmosis/rest", 149 | "website": "https://stakewolle.com/cosmos/osmosis/rest", 150 | "weight": 1 151 | }, 152 | { 153 | "name": "Crosnest", 154 | "url": "https://rest.cros-nest.com/osmosis", 155 | "website": "https://cros-nest.com/osmosis", 156 | "weight": 1 157 | }, 158 | { 159 | "name": "Kewr Node", 160 | "url": "https://rest-osmo.kewrnode.com", 161 | "website": "https://kewrnode.com", 162 | "weight": 1 163 | }, 164 | { 165 | "name": "[NODERS]TEAM", 166 | "url": "https://osmosis-api.noders.services", 167 | "website": "https://noders.services", 168 | "weight": 1 169 | }, 170 | { 171 | "name": "Golden Ratio Staking", 172 | "url": "https://rest.osmosis.goldenratiostaking.net", 173 | "website": "https://goldenratiostaking.net", 174 | "weight": 1 175 | }, 176 | { 177 | "name": "Lavender.Five Nodes 🐝", 178 | "url": "https://rest.lavenderfive.com:443/osmosis", 179 | "website": "https://lavenderfive.com:443/osmosis", 180 | "weight": 1 181 | }, 182 | { 183 | "name": "Chainroot", 184 | "url": "https://osmosis-api.chainroot.io", 185 | "website": "https://chainroot.io", 186 | "weight": 1 187 | }, 188 | { 189 | "name": "Quasar", 190 | "url": "https://osmosis.api.quasarstaking.ai:443", 191 | "website": "https://quasarstaking.ai", 192 | "weight": 1 193 | } 194 | ] -------------------------------------------------------------------------------- /osmosis/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://osmosis-rpc-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1 8 | }, 9 | { 10 | "name": "Osmosis Foundation", 11 | "website": "https://osmosis.zone", 12 | "url": "https://rpc.osmosis.zone/", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "Blockapsis", 17 | "website": "https://blockapsis.com", 18 | "url": "https://rpc-osmosis.blockapsis.com", 19 | "keybase": "55AE6F8C61BF4749", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Polkachu", 24 | "website": "https://polkachu.com", 25 | "url": "https://osmosis-rpc.polkachu.com", 26 | "keybase": "0A6AF02D1557E5B4", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "Quickapi", 31 | "website": "https://quickapi.com", 32 | "url": "https://osmosis-rpc.quickapi.com:443", 33 | "weight": 1 34 | }, 35 | { 36 | "name": "Ecostake", 37 | "website": "https://ecostake.com", 38 | "url": "https://rpc-osmosis.ecostake.com", 39 | "keybase": "5992A6D423A406D6", 40 | "weight": 1 41 | }, 42 | { 43 | "name": "Notional", 44 | "website": "https://notional.ventures", 45 | "url": "https://rpc-osmosis-ia.cosmosia.notional.ventures", 46 | "keybase": "0E480E2B83B23D80", 47 | "weight": 1 48 | }, 49 | { 50 | "name": "Interbloc", 51 | "website": "https://interbloc.org", 52 | "url": "https://rpc.osmosis.interbloc.org", 53 | "weight": 1 54 | }, 55 | { 56 | "name": "Silknodes", 57 | "website": "https://www.silknodes.io", 58 | "url": "https://rpc.osmosis.silknodes.io", 59 | "keybase": "1326A75B9148A214", 60 | "weight": 1 61 | }, 62 | { 63 | "name": "Oni Validator ⛩️", 64 | "url": "https://osmosis-rpc.onivalidator.com", 65 | "website": "https://onivalidator.com", 66 | "weight": 1 67 | }, 68 | { 69 | "name": "WhisperNode 🤐", 70 | "url": "https://rpc-osmosis.whispernode.com:443", 71 | "website": "https://whispernode.com", 72 | "weight": 1 73 | }, 74 | { 75 | "name": "Lavender.Five Nodes 🐝", 76 | "url": "https://rpc.lavenderfive.com:443/osmosis", 77 | "website": "https://lavenderfive.com", 78 | "weight": 1 79 | }, 80 | { 81 | "name": "Cosmos Spaces", 82 | "url": "https://rpc-osmosis.cosmos-spaces.cloud", 83 | "website": "https://cosmos-spaces.cloud", 84 | "weight": 1 85 | }, 86 | { 87 | "name": "Stakin", 88 | "url": "https://osmosis.rpc.stakin-nodes.com", 89 | "website": "https://stakin-nodes.com", 90 | "weight": 1 91 | }, 92 | { 93 | "name": "AutoStake 🛡️ Slash Protected", 94 | "url": "https://osmosis-mainnet-rpc.autostake.com:443", 95 | "website": "https://autostake.com", 96 | "weight": 1 97 | }, 98 | { 99 | "name": "OnFinality", 100 | "url": "https://osmosis.api.onfinality.io/public", 101 | "website": "https://onfinality.io/public", 102 | "weight": 1 103 | }, 104 | { 105 | "name": "Stakeflow", 106 | "url": "https://rpc-osmosis-01.stakeflow.io", 107 | "website": "https://stakeflow.io", 108 | "weight": 1 109 | }, 110 | { 111 | "name": "w3coins", 112 | "url": "https://osmosis-rpc.w3coins.io", 113 | "website": "https://w3coins.io", 114 | "weight": 1 115 | }, 116 | { 117 | "name": "Allnodes ⚡️ Nodes & Staking", 118 | "url": "https://osmosis-rpc.publicnode.com:443", 119 | "website": "https://publicnode.com", 120 | "weight": 1 121 | }, 122 | { 123 | "name": "PRO Delegators", 124 | "url": "https://community.nuxian-node.ch:6797/osmosis/trpc", 125 | "website": "https://nuxian-node.ch:6797/osmosis/trpc", 126 | "weight": 1 127 | }, 128 | { 129 | "name": "FreshSTAKING", 130 | "url": "http://rpc-osmosis.freshstaking.com:31657", 131 | "website": "https://freshstaking.com", 132 | "weight": 1 133 | }, 134 | { 135 | "name": "StakeTown", 136 | "url": "https://osmosis-rpc.stake-town.com", 137 | "website": "https://stake-town.com", 138 | "weight": 1 139 | }, 140 | { 141 | "name": "L0vd.com ❤️", 142 | "url": "https://osmosis-mainnet.rpc.l0vd.com:443", 143 | "website": "https://l0vd.com", 144 | "weight": 1 145 | }, 146 | { 147 | "name": "Reecepbcups", 148 | "url": "https://osmosis-rpc.reece.sh", 149 | "website": "https://reece.sh", 150 | "weight": 1 151 | }, 152 | { 153 | "name": "Validatus", 154 | "url": "https://rpc.osmosis.validatus.com", 155 | "website": "https://validatus.com", 156 | "weight": 1 157 | }, 158 | { 159 | "name": "Bro_n_Bro", 160 | "url": "https://rpc.osmosis.bronbro.io:443", 161 | "website": "https://bronbro.io", 162 | "weight": 1 163 | }, 164 | { 165 | "name": "Interstellar Lounge 🍸", 166 | "url": "https://osmosis.interstellar-lounge.org", 167 | "website": "https://interstellar-lounge.org", 168 | "weight": 1 169 | }, 170 | { 171 | "name": "Stakewolle", 172 | "url": "https://public.stakewolle.com/cosmos/osmosis/rpc", 173 | "website": "https://stakewolle.com/cosmos/osmosis/rpc", 174 | "weight": 1 175 | }, 176 | { 177 | "name": "Crosnest", 178 | "url": "https://rpc.cros-nest.com/osmosis", 179 | "website": "https://cros-nest.com/osmosis", 180 | "weight": 1 181 | }, 182 | { 183 | "name": "Kewr Node", 184 | "url": "https://rpc-osmo.kewrnode.com", 185 | "website": "https://kewrnode.com", 186 | "weight": 1 187 | }, 188 | { 189 | "name": "[NODERS]TEAM", 190 | "url": "https://osmosis-rpc.noders.services", 191 | "website": "https://noders.services", 192 | "weight": 1 193 | }, 194 | { 195 | "name": "Golden Ratio Staking", 196 | "url": "https://rpc.osmosis.goldenratiostaking.net", 197 | "website": "https://goldenratiostaking.net", 198 | "weight": 1 199 | }, 200 | { 201 | "name": "dRPC", 202 | "url": "https://osmosis.drpc.org", 203 | "website": "https://drpc.org", 204 | "weight": 1 205 | }, 206 | { 207 | "name": "Chainroot", 208 | "url": "https://osmosis-rpc.chainroot.io", 209 | "website": "https://chainroot.io", 210 | "weight": 1 211 | }, 212 | { 213 | "name": "Quasar", 214 | "url": "https://osmosis.rpc.quasarstaking.ai:443", 215 | "website": "https://quasarstaking.ai", 216 | "weight": 1 217 | } 218 | ] -------------------------------------------------------------------------------- /secretnetwork/lcd.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Trivium", 4 | "website": "https://trivium.network", 5 | "url": "https://secret-4.api.trivium.network:1317", 6 | "keybase": "1DAC06C56C7B2AC9", 7 | "weight": 1 8 | }, 9 | { 10 | "name": "Blockpane", 11 | "website": "https://blockpane.com", 12 | "url": "https://scrt-lcd.blockpane.com", 13 | "keybase": "D75509198CE782A6", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "Forbole", 18 | "website": "https://forbole.com", 19 | "url": "https://api.secret.forbole.com", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Consensus One", 24 | "website": "https://consensus.one", 25 | "url": "https://secret.api.consensus.one", 26 | "keybase": "38172502B043D302", 27 | "weight": 2.5 28 | }, 29 | { 30 | "name": "SCRT Network", 31 | "website": "https://scrt.network", 32 | "url": "https://api.scrt.network", 33 | "weight": 1 34 | }, 35 | { 36 | "name": "Spartanapi", 37 | "website": "https://spartanapi.dev", 38 | "url": "https://lcd.spartanapi.dev", 39 | "weight": 1 40 | }, 41 | { 42 | "name": "Agoranodes", 43 | "website": "https://agoranodes.com", 44 | "url": "https://scrt-lcd.agoranodes.com", 45 | "keybase": "89BE1A153AC17E34", 46 | "weight": 1 47 | }, 48 | { 49 | "name": "Scrtlabs", 50 | "website": "https://www.scrtlabs.com", 51 | "url": "https://keplr-gateway.scrtlabs.com/lcd", 52 | "weight": 1 53 | }, 54 | { 55 | "name": "Unknown", 56 | "website": "https://scrt.network", 57 | "url": "https://bridgeapi.azure-api.net/lb/lcd", 58 | "weight": 1 59 | }, 60 | { 61 | "name": "Secret Express API", 62 | "website": "https://secret.express", 63 | "url": "https://lcd.secret.express", 64 | "weight": 1 65 | }, 66 | { 67 | "name": "High Stakes Switzerland", 68 | "website": "https://highstakes.ch/", 69 | "url": "https://secretnetwork-api.highstakes.ch:1317", 70 | "keybase": "2CB281A714F6133B", 71 | "weight": 1 72 | }, 73 | { 74 | "name": "Secret Saturn", 75 | "website": "https://github.com/secretsaturn", 76 | "url": "https://lcd.mainnet.secretsaturn.net", 77 | "keybase": "C5DEF76D88D11E5F", 78 | "weight": 1 79 | }, 80 | { 81 | "name": "01 Node", 82 | "website": "https://01node.com/", 83 | "url": "https://rest-secret.01node.com", 84 | "keybase": "7BDD4C2E94392626", 85 | "weight": 1 86 | }, 87 | { 88 | "name": "AutoStake 🛡️ Slash Protected", 89 | "url": "http://secretnetwork-mainnet-lcd.autostake.com:1317", 90 | "website": "https://autostake.com", 91 | "weight": 1 92 | }, 93 | { 94 | "name": "1RPC - Automata Network", 95 | "url": "https://1rpc.io/scrt-lcd", 96 | "website": "https://https://1rpc.io/scrt-lcd", 97 | "weight": 1 98 | }, 99 | { 100 | "name": "Stakewolle", 101 | "url": "https://public.stakewolle.com/cosmos/secretnetwork/rest", 102 | "website": "https://stakewolle.com", 103 | "weight": 1 104 | }, 105 | { 106 | "name": "Lavender.Five Nodes 🐝", 107 | "url": "https://secretnetwork-api.lavenderfive.com:443", 108 | "website": "https://lavenderfive.com", 109 | "weight": 1 110 | }, 111 | { 112 | "name": "Ankr", 113 | "url": "https://rpc.ankr.com/http/scrt_cosmos", 114 | "website": "https://ankr.com", 115 | "weight": 1 116 | } 117 | ] -------------------------------------------------------------------------------- /secretnetwork/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Trivium", 4 | "website": "https://trivium.network", 5 | "url": "https://secret-4.api.trivium.network:26657", 6 | "keybase": "1DAC06C56C7B2AC9", 7 | "weight": 1 8 | }, 9 | { 10 | "name": "Blockpane", 11 | "website": "https://blockpane.com", 12 | "url": "https://scrt-rpc.blockpane.com", 13 | "keybase": "D75509198CE782A6", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "Forbole", 18 | "website": "https://forbole.com", 19 | "url": "https://rpc.secret.forbole.com", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Consensus One", 24 | "website": "https://consensus.one", 25 | "url": "https://secret.rpc.consensus.one", 26 | "keybase": "38172502B043D302", 27 | "weight": 2.5 28 | }, 29 | { 30 | "name": "SCRT Network", 31 | "website": "https://scrt.network", 32 | "url": "https://rpc.scrt.network", 33 | "weight": 1 34 | }, 35 | { 36 | "name": "Digiline", 37 | "website": "https://scrt-validator.digiline.io", 38 | "url": "https://scrt-validator.digiline.io:26657", 39 | "keybase": "B79C4CC2CE03C4A3", 40 | "weight": 1 41 | }, 42 | { 43 | "name": "Agoranodes", 44 | "website": "https://agoranodes.com", 45 | "url": "https://scrt-rpc.agoranodes.com", 46 | "keybase": "89BE1A153AC17E34", 47 | "weight": 1 48 | }, 49 | { 50 | "name": "Spartanapi", 51 | "website": "https://spartanapi.dev", 52 | "url": "https://rpc.spartanapi.dev", 53 | "weight": 1 54 | }, 55 | { 56 | "name": "SCRT Labs", 57 | "website": "https://scrtlabs.com", 58 | "url": "https://lcd-secret.scrtlabs.com/rpc", 59 | "keybase": "56D76B2DB6E742DC", 60 | "weight": 1 61 | }, 62 | { 63 | "name": "Secret Express API", 64 | "website": "https://secret.express", 65 | "url": "https://rpc.secret.express", 66 | "weight": 1 67 | }, 68 | { 69 | "name": "Secret Saturn", 70 | "website": "https://github.com/secretsaturn", 71 | "url": "https://rpc.mainnet.secretsaturn.net", 72 | "keybase": "C5DEF76D88D11E5F", 73 | "weight": 1 74 | }, 75 | { 76 | "name": "01 Node", 77 | "website": "https://01node.com/", 78 | "url": "https://rpc-secret.01node.com", 79 | "keybase": "7BDD4C2E94392626", 80 | "weight": 1 81 | }, 82 | { 83 | "name": "ANKR", 84 | "url": "https://scrt.public-rpc.com", 85 | "website": "https://public-rpc.com", 86 | "weight": 1 87 | }, 88 | { 89 | "name": "1RPC - Automata Network", 90 | "url": "https://1rpc.io/scrt-rpc", 91 | "website": "https://https://1rpc.io/scrt-rpc", 92 | "weight": 1 93 | }, 94 | { 95 | "name": "Stakewolle", 96 | "url": "https://public.stakewolle.com/cosmos/secretnetwork/rpc", 97 | "website": "https://stakewolle.com/cosmos/secretnetwork/rpc", 98 | "weight": 1 99 | }, 100 | { 101 | "name": "Whispernode", 102 | "url": "https://rpc-secret.whispernode.com:443", 103 | "website": "https://whispernode.com", 104 | "weight": 1 105 | }, 106 | { 107 | "name": "Lavender.Five Nodes 🐝", 108 | "website": "https://www.lavenderfive.com", 109 | "url": "https://secretnetwork-rpc.lavenderfive.com:443", 110 | "keybase": "F87ADDB700C0CC94", 111 | "weight": 1 112 | }, 113 | { 114 | "name": "High Stakes 🇨🇭", 115 | "website": "https://highstakes.ch/", 116 | "url": "https://secretnetwork-rpc.highstakes.ch:26657", 117 | "keybase": "2CB281A714F6133B", 118 | "weight": 1 119 | } 120 | ] -------------------------------------------------------------------------------- /sonic/json-rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://sonic-json-rpc-server-01.stakely.io/", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Publicnode", 11 | "website": "https://publicnode.com", 12 | "url": "https://sonic-rpc.publicnode.com", 13 | "weight": 1 14 | }, 15 | { 16 | "name": "Sonic labs", 17 | "website": "https://soniclabs.com", 18 | "url": "https://rpc.soniclabs.com", 19 | "weight": 1 20 | }, 21 | { 22 | "name": "The RPC", 23 | "website": "https://therpc.io", 24 | "url": "https://rpc.therpc.io/sonic", 25 | "weight": 1 26 | }, 27 | { 28 | "name": "Ankr", 29 | "website": "https://ankr.com", 30 | "url": "https://rpc.ankr.com/sonic_mainnet", 31 | "weight": 1 32 | }, 33 | { 34 | "name": "Onfinality", 35 | "website": "https://onfinality.io", 36 | "url": "https://sonic.api.onfinality.io/public", 37 | "weight": 1 38 | }, 39 | { 40 | "name": "DRPC", 41 | "website": "https://drpc.org/", 42 | "url": "https://sonic.drpc.org", 43 | "weight": 1 44 | } 45 | ] 46 | 47 | -------------------------------------------------------------------------------- /taiko/json-rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://taiko-json-rpc-server-01.stakely.io/", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Taiko", 11 | "website": "https://taiko.xyz/", 12 | "url": "https://rpc.mainnet.taiko.xyz", 13 | "keybase": "E3D9F8FE982037C8", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "Taiko Tools", 18 | "website": "https://taiko.tools/", 19 | "url": "https://rpc.taiko.tools", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "Block Pi Network", 24 | "website": "https://blockpi.network", 25 | "url": "https://taiko.blockpi.network/v1/rpc/public", 26 | "keybase": "DE72F17D1D7586D1", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "Ankr", 31 | "website": "https://www.ankr.com/", 32 | "url": "https://rpc.ankr.com/taiko", 33 | "weight": 1 34 | } 35 | ] -------------------------------------------------------------------------------- /terra/lcd.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://terra-lcd-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Polkachu", 11 | "website": "https://polkachu.com", 12 | "url": "https://terra-api.polkachu.com", 13 | "keybase": "0A6AF02D1557E5B4", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "Terra", 18 | "website": "https://terra.money", 19 | "url": "https://phoenix-lcd.terra.dev:443", 20 | "weight": 1 21 | }, 22 | { 23 | "name": "CryptoCrew", 24 | "website": "https://ccvalidators.com", 25 | "url": "https://fcd.terrav2.ccvalidators.com", 26 | "keybase": "9AE70F9E3EDA8956", 27 | "weight": 1 28 | }, 29 | { 30 | "name": "TdrSys", 31 | "website": "https://www.tdrsys.com", 32 | "url": "https://terra2.tdrsys.com", 33 | "keybase": "CE1C601631C41781", 34 | "weight": 1 35 | }, 36 | { 37 | "name": "WildSage Labs", 38 | "website": "https://wildsage.io", 39 | "url": "https://lcd-terra.wildsage.io", 40 | "keybase": "7DBC72A959DA01D8", 41 | "weight": 1 42 | }, 43 | { 44 | "name": "Lavender.Five Nodes 🐝", 45 | "website": "https://lavenderfive.com", 46 | "url": "https://terra-api.lavenderfive.com", 47 | "keybase": "F87ADDB700C0CC94", 48 | "weight": 1 49 | }, 50 | { 51 | "name": "Cosmos Spaces", 52 | "url": "https://api-terra.cosmos-spaces.cloud", 53 | "website": "https://cosmos-spaces.cloud", 54 | "weight": 1 55 | }, 56 | { 57 | "name": "Allnodes ⚡️ Nodes & Staking", 58 | "url": "https://terra-rest.publicnode.com", 59 | "website": "https://publicnode.com", 60 | "weight": 1 61 | }, 62 | { 63 | "name": "Stakeflow", 64 | "url": "https://api-terra-01.stakeflow.io", 65 | "website": "https://stakeflow.io", 66 | "weight": 1 67 | }, 68 | { 69 | "name": "High Stakes 🇨🇭", 70 | "url": "https://terra-phoenix-api.highstakes.ch", 71 | "website": "https://highstakes.ch", 72 | "weight": 1 73 | }, 74 | { 75 | "name": "Interstellar Lounge 🍸", 76 | "url": "https://terra-rest.interstellar-lounge.org", 77 | "website": "https://interstellar-lounge.org", 78 | "weight": 1 79 | }, 80 | { 81 | "name": "cosmosrescue", 82 | "url": "https://terra-api.cosmosrescue.dev:8443", 83 | "website": "https://cosmosrescue.dev", 84 | "weight": 1 85 | }, 86 | { 87 | "name": "r93AX Nodes", 88 | "url": "https://api-archive-terra.r93axnodes.cloud:443", 89 | "website": "https://r93axnodes.cloud", 90 | "weight": 1 91 | }, 92 | { 93 | "name": "Chainroot", 94 | "url": "https://terra-api.chainroot.io", 95 | "website": "https://chainroot.io", 96 | "weight": 1 97 | } 98 | ] -------------------------------------------------------------------------------- /terra/rpc.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Stakely", 4 | "website": "https://stakely.io", 5 | "url": "https://terra-rpc-server-01.stakely.io", 6 | "keybase": "55A5F88B4ED52D3E", 7 | "weight": 1.1 8 | }, 9 | { 10 | "name": "Polkachu", 11 | "website": "https://polkachu.com", 12 | "url": "https://terra-rpc.polkachu.com", 13 | "keybase": "0A6AF02D1557E5B4", 14 | "weight": 1 15 | }, 16 | { 17 | "name": "CryptoCrew", 18 | "website": "https://ccvalidators.com", 19 | "url": "https://rpc.terrav2.ccvalidators.com", 20 | "keybase": "9AE70F9E3EDA8956", 21 | "weight": 1 22 | }, 23 | { 24 | "name": "TdrSys", 25 | "website": "https://www.tdrsys.com", 26 | "url": "https://terra2.tdrsys.com:2053", 27 | "keybase": "CE1C601631C41781", 28 | "weight": 1 29 | }, 30 | { 31 | "name": "WildSage Labs", 32 | "website": "https://wildsage.io", 33 | "url": "https://rpc-terra.wildsage.io", 34 | "keybase": "7DBC72A959DA01D8", 35 | "weight": 1 36 | }, 37 | { 38 | "name": "Lavender.Five Nodes 🐝", 39 | "website": "https://lavenderfive.com", 40 | "url": "https://rpc.lavenderfive.com:443/terra2", 41 | "keybase": "F87ADDB700C0CC94", 42 | "weight": 1 43 | }, 44 | { 45 | "name": "stakely", 46 | "url": "https://terra-rpc.stakely.io:443/", 47 | "website": "https://stakely.io:443/", 48 | "weight": 1 49 | }, 50 | { 51 | "name": "Terraform Labs", 52 | "url": "https://phoenix-rpc.terra.dev:443", 53 | "website": "https://terra.dev", 54 | "weight": 1 55 | }, 56 | { 57 | "name": "Allnodes ⚡️ Nodes & Staking", 58 | "url": "https://terra-rpc.publicnode.com:443", 59 | "website": "https://publicnode.com", 60 | "weight": 1 61 | }, 62 | { 63 | "name": "Stakeflow", 64 | "url": "https://rpc-terra-01.stakeflow.io", 65 | "website": "https://stakeflow.io", 66 | "weight": 1 67 | }, 68 | { 69 | "name": "Cosmos Spaces", 70 | "url": "https://rpc-terra.cosmos-spaces.cloud", 71 | "website": "https://cosmos-spaces.cloud", 72 | "weight": 1 73 | }, 74 | { 75 | "name": "High Stakes 🇨🇭", 76 | "url": "https://terra-phoenix-rpc.highstakes.ch", 77 | "website": "https://highstakes.ch", 78 | "weight": 1 79 | }, 80 | { 81 | "name": "Interstellar Lounge 🍸", 82 | "url": "https://terra.interstellar-lounge.org", 83 | "website": "https://interstellar-lounge.org", 84 | "weight": 1 85 | }, 86 | { 87 | "name": "cosmosrescue", 88 | "url": "https://terra-rpc.cosmosrescue.dev:8443", 89 | "website": "https://cosmosrescue.dev", 90 | "weight": 1 91 | }, 92 | { 93 | "name": "r93AX Nodes", 94 | "url": "https://rpc-archive-terra.r93axnodes.cloud:443", 95 | "website": "https://r93axnodes.cloud", 96 | "weight": 1 97 | }, 98 | { 99 | "name": "Chainroot", 100 | "url": "https://terra-rpc.chainroot.io", 101 | "website": "https://chainroot.io", 102 | "weight": 1 103 | } 104 | ] --------------------------------------------------------------------------------