Skip to content

Commit 35b12f1

Browse files
committed
Add comment
1 parent 3395c78 commit 35b12f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/StarknetTests/Utils/DevnetClient/DevnetClient.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ protocol DevnetClientProtocol {
3434
}
3535

3636
extension DevnetClientProtocol {
37+
// 0x84595161401484A000000 = 10_000_000_000_000_000_000_000_000
3738
func prefundAccount(address: Felt, amount: UInt128AsHex = UInt128AsHex(fromHex: "0x84595161401484A000000")!, unit: StarknetPriceUnit = .fri) async throws {
3839
try await prefundAccount(address: address, amount: amount, unit: unit)
3940
}

0 commit comments

Comments
 (0)