Skip to content

Commit

Permalink
Merge pull request #1 from EvmosGov/master
Browse files Browse the repository at this point in the history
add: more RPC endpoints
  • Loading branch information
LPX55 authored Oct 20, 2023
2 parents 626adcb + ee90ad2 commit 3656e41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,9 @@ No technical knowledge necessary, just run in your *modern* web browser. [WebCon

## Contributing

- **Add your JSONRPC Endpoint** - Edit the .json file in `/data/rpcs.json` and create a pull request. Once github actions are set up it should trigger a fresh benchmark.

- **Code** - Yes please.
- **Add your JSONRPC Endpoint** - Edit the .json file in `/data/rpcs.json` and create a pull request. Once github actions are set up it should trigger a fresh benchmark.
- **Submit your benchmarks** - User contribution for benchmark data is highly appreciated! Simply take the files from the `log` folder and drop it in this repository; lastly, make a pull request.
- **Code** - Yes please. We need.

---

Expand Down
5 changes: 4 additions & 1 deletion data/rpcs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"PublicNode": "https://evmos-evm.publicnode.com",
"NodeStake": "https://jsonrpc.evmos.nodestake.top",
"OnFinality": "https://evmos.api.onfinality.io/public",
"Silknodes.io": "https://evmos.json-rpc.silknodes.io"
"Silknodes.io": "https://evmos.json-rpc.silknodes.io",
"POKT": "https://evmos-rpc.gateway.pokt.network",
"MMS": "https://jsonrpc-evmos.mms.team:443",
"Blockspaces": "https://web3endpoints.com/evmos-mainnet"
}

0 comments on commit 3656e41

Please sign in to comment.