From e27f8595b2d1c6910712bc5e4488b2570af34339 Mon Sep 17 00:00:00 2001 From: Florian Winkler Date: Mon, 19 Feb 2024 15:52:26 +0100 Subject: [PATCH] Update free rpc url --- Tests/Web3Tests/Web3Tests/Web3HttpTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Web3Tests/Web3Tests/Web3HttpTests.swift b/Tests/Web3Tests/Web3Tests/Web3HttpTests.swift index 10e4e156..4b8089e3 100644 --- a/Tests/Web3Tests/Web3Tests/Web3HttpTests.swift +++ b/Tests/Web3Tests/Web3Tests/Web3HttpTests.swift @@ -16,8 +16,8 @@ import PromiseKit class Web3HttpTests: QuickSpec { - let infuraUrl = "https://mainnet.infura.io/v3/362c324f295a4032b2fe87d910aaa33a" - let infuraWsUrl = "wss://mainnet.infura.io/ws/v3/362c324f295a4032b2fe87d910aaa33a" + let infuraUrl = "https://mainnet.infura.io/v3/0058461a5a1e47d3992ac9470168bcc3" + let infuraWsUrl = "wss://mainnet.infura.io/ws/v3/0058461a5a1e47d3992ac9470168bcc3" override func spec() { describe("http rpc requests") {