Skip to content

Commit

Permalink
Add RPC endpoint for Neo X Mainnet (#5668)
Browse files Browse the repository at this point in the history
  • Loading branch information
mialbu authored Aug 12, 2024
1 parent 091165a commit 13bc7df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _data/chains/eip155-47763.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "Neo X Mainnet",
"chain": "Neo X",
"rpc": ["https://mainnet-1.rpc.banelabs.org"],
"rpc": [
"https://mainnet-1.rpc.banelabs.org",
"https://mainnet-2.rpc.banelabs.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Gas",
Expand Down

0 comments on commit 13bc7df

Please sign in to comment.