Skip to content

Commit

Permalink
add new rpc url (ethereum-lists#5305)
Browse files Browse the repository at this point in the history
* Add Borachain mainnet

* modify eip155-77001.json (added slip44, modified rpc url)

* changed native currency info (name, symbol)

* modified rpc url

* added new rpc url

---------

Co-authored-by: ERIC-HWANG <[email protected]>
Co-authored-by: ligi <[email protected]>
Co-authored-by: 황준홍 <[email protected]>
  • Loading branch information
4 people authored Jun 15, 2024
1 parent c2e8432 commit d15565e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _data/chains/eip155-77001.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "BORAchain mainnet",
"chain": "BORA",
"icon": "bora",
"rpc": ["https://public-node.api.boraportal.com/bora/mainnet"],
"rpc": [
"https://public-node.api.boraportal.com/bora/mainnet",
"https://public-node.api.boraportal.io/bora/mainnet"
],
"faucets": [],
"nativeCurrency": {
"name": "BORA",
Expand Down

0 comments on commit d15565e

Please sign in to comment.