From bb81731159530d818be40f8b46a6ebc7aaaafd30 Mon Sep 17 00:00:00 2001 From: andreivladbrg Date: Tue, 6 Aug 2024 13:42:54 +0300 Subject: [PATCH] build: correct sei testnet RPC --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 3a6303abc..cb583a9ad 100644 --- a/foundry.toml +++ b/foundry.toml @@ -141,6 +141,6 @@ polygon = "${POLYGON_RPC_URL}" scroll = "https://rpc.scroll.io/" sei = "https://evm-rpc.sei-apis.com" - sei_testnet = "https://evm-rpc-testnet.sei-apis.com" + sei_testnet = "https://evm-rpc.arctic-1.seinetwork.io" sepolia = "${SEPOLIA_RPC_URL}" taiko_hekla = "https://rpc.hekla.taiko.xyz" \ No newline at end of file