sepolia deployment

This commit is contained in:
hueso
2024-07-18 17:59:44 -03:00
parent c25fa24b2f
commit 4f1f8d6025
2 changed files with 12 additions and 1 deletions

View File

@@ -56,8 +56,11 @@ function getChainConfig(
jsonRpcUrl = "https://public-node.testnet.rsk.co/";
break;
case "rootstock":
jsonRpcUrl = "https://public-node.rsk.co/"
jsonRpcUrl = "https://public-node.rsk.co/";
break;
case "sepolia":
jsonRpcUrl = "https://rpc.sepolia.online";
break
default:
jsonRpcUrl =
"https://" + chain + ".infura.io/v3/" + infuraApiKey;