We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa79f5 commit df80fb7Copy full SHA for df80fb7
Tests/web3swiftTests/localTests/LocalTestCase.swift
@@ -9,7 +9,7 @@ import web3swift
9
// while this class does show up in the navigator, it has no associated tests
10
class LocalTestCase: XCTestCase {
11
12
- static let url = URL(string: "http://proxyman.local:8545")!
+ static let url = URL(string: "http://127.0.0.1:8545")!
13
14
override func setUp() async throws {
15
let web3 = try! await Web3.new(LocalTestCase.url)
0 commit comments