From eab466e1e727a58c18880aed45f42f73a5b86a32 Mon Sep 17 00:00:00 2001 From: Sephiroth Date: Tue, 16 May 2023 04:51:40 +0000 Subject: [PATCH] Add PublicNode Fantom Testnet Endpoint (#2835) --- _data/chains/eip155-4002.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-4002.json b/_data/chains/eip155-4002.json index 65269797..fd76e5c8 100644 --- a/_data/chains/eip155-4002.json +++ b/_data/chains/eip155-4002.json @@ -1,7 +1,10 @@ { "name": "Fantom Testnet", "chain": "FTM", - "rpc": ["https://rpc.testnet.fantom.network"], + "rpc": [ + "https://rpc.testnet.fantom.network", + "https://fantom-testnet.publicnode.com" + ], "faucets": ["https://faucet.fantom.network"], "nativeCurrency": { "name": "Fantom",