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 3395c78 commit 35b12f1Copy full SHA for 35b12f1
Tests/StarknetTests/Utils/DevnetClient/DevnetClient.swift
@@ -34,6 +34,7 @@ protocol DevnetClientProtocol {
34
}
35
36
extension DevnetClientProtocol {
37
+ // 0x84595161401484A000000 = 10_000_000_000_000_000_000_000_000
38
func prefundAccount(address: Felt, amount: UInt128AsHex = UInt128AsHex(fromHex: "0x84595161401484A000000")!, unit: StarknetPriceUnit = .fri) async throws {
39
try await prefundAccount(address: address, amount: amount, unit: unit)
40
0 commit comments