Skip to content

Commit

Permalink
Add PublicNode RPC for Fraxtal Holesky (#6508)
Browse files Browse the repository at this point in the history
* Add PublicNode RPC for Fraxtal Holesky

* Add PublicNode RPC for Fraxtal
  • Loading branch information
3eph1r0th authored Dec 26, 2024
1 parent 8217a92 commit 3b07691
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion _data/chains/eip155-252.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "Fraxtal",
"chain": "FRAX",
"rpc": ["https://rpc.frax.com"],
"rpc": [
"https://rpc.frax.com",
"https://fraxtal-rpc.publicnode.com",
"wss://fraxtal-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Frax Ether",
Expand Down
6 changes: 5 additions & 1 deletion _data/chains/eip155-2522.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "Fraxtal Testnet",
"chain": "FRAX",
"rpc": ["https://rpc.testnet.frax.com"],
"rpc": [
"https://rpc.testnet.frax.com",
"https://fraxtal-holesky-rpc.publicnode.com",
"wss://fraxtal-holesky-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Frax Ether",
Expand Down

0 comments on commit 3b07691

Please sign in to comment.