Skip to content

Commit

Permalink
fix ssl rpc address (#3223)
Browse files Browse the repository at this point in the history
forgot the 's' on the first commit
  • Loading branch information
masayoshikob authored Jul 25, 2023
1 parent 4972f9e commit 025971c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/chains/eip155-210.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Bitnet",
"chain": "BTN",
"rpc": ["http://rpc.bitnet.money"],
"rpc": ["https://rpc.bitnet.money"],
"faucets": ["https://bitnet.money/forum/showthread.php?tid=2"],
"nativeCurrency": {
"name": "Bitnet",
Expand Down

0 comments on commit 025971c

Please sign in to comment.