mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
feat: update ethers@6
fix: bigint errors fix: TS errors fix: gasLimit fetch fix: review comments fix: contracts errors chore: bump rc version fix: revert wrong fix fix: ts config fix: ts config fix: ts config feat: update signer
This commit is contained in:
@@ -28,7 +28,7 @@ import { BaseProvider } from "@metamask/providers";
|
||||
import { ethers } from "ethers";
|
||||
|
||||
const startApp = async (provider: BaseProvider) => {
|
||||
const web3Provider = new ethers.providers.Web3Provider(provider);
|
||||
const web3Provider = new ethers.Web3Provider(provider);
|
||||
await web3Provider.ready;
|
||||
const signer = web3Provider.getSigner(); // ready to go
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user