starknet-react
starknet-react copied to clipboard
Add the ability to pass blockNumber to contract call method
By default, starknet.js queries pending state of the blockchain.
It can be useful to query the latest state of the blockchain or even pass a block number, which the starknet.js lib supports.