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 042c85b commit 78a0f72Copy full SHA for 78a0f72
Tests/NetworkTests/Providers/ProviderTests.swift
@@ -12,6 +12,7 @@ final class ProviderTests: XCTestCase {
12
override func setUp() async throws {
13
try await super.setUp()
14
15
+ // TODO: Change this to internal node
16
provider = StarknetProvider(url: "https://rpc.pathfinder.equilibrium.co/testnet-sepolia/rpc/v0_9")
17
}
18
0 commit comments