From 641eb7a31e8a4f3418d9b59eb97e5307a265e195 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 10 Jan 2023 18:07:40 +0100 Subject: [PATCH] Update RCP url. --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 8a8b811..b0c4c4d 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -6,7 +6,7 @@ use std::process::Command; const HUB_ADDRESS: &str = "0x29b9a7fBb8995b2423a71cC17cf9810798F6C543"; const TRANSFER_THROUGH_SIG: &str = "transferThrough(address[],address[],address[],uint256[])"; -const RPC_URL: &str = "https://rpc.gnosischain.com"; +const RPC_URL: &str = "https://rpc.circlesubi.id"; #[test] fn test_flow_chris_martin() {