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.
defaultBlockId
.preConfirmed
1 parent 5beee9c commit f50c83dCopy full SHA for f50c83d
Sources/Starknet/Network/StarknetRequest.swift
@@ -3,7 +3,7 @@ public struct StarknetRequest<U: Decodable> {
3
let params: JsonRpcParams
4
}
5
6
-let defaultBlockId = StarknetBlockId.tag(.latest)
+let defaultBlockId = StarknetBlockId.tag(.preConfirmed)
7
let defaultSimulationFlagsForEstimateFee: Set<StarknetSimulationFlagForEstimateFee> = []
8
9
public enum RequestBuilder {
0 commit comments