deps: bump SDK and Tendermint versions (#165)

* deps: bump SDK and Tendermint versions

* use header hash from context

* c++

* typo
This commit is contained in:
Federico Kunze
2021-06-22 04:25:38 -04:00
committed by GitHub
parent 95bd7563d4
commit 4ca7c43b62
8 changed files with 20 additions and 18 deletions
+8
View File
@@ -0,0 +1,8 @@
import { ethers } from "ethers";
// connects to localhost:8545
const provider = new ethers.providers.JsonRpcProvider()
// const signer = provider.getSigner();
const blockNumber = await provider.getBlockNumber()