Skip to content

Commit f50c83d

Browse files
Update defaultBlockId to .preConfirmed (#247)
1 parent 5beee9c commit f50c83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Starknet/Network/StarknetRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ public struct StarknetRequest<U: Decodable> {
33
let params: JsonRpcParams
44
}
55

6-
let defaultBlockId = StarknetBlockId.tag(.latest)
6+
let defaultBlockId = StarknetBlockId.tag(.preConfirmed)
77
let defaultSimulationFlagsForEstimateFee: Set<StarknetSimulationFlagForEstimateFee> = []
88

99
public enum RequestBuilder {

0 commit comments

Comments
 (0)