otterscan/src/ethersconfig.ts

7 lines
138 B
TypeScript
Raw Normal View History

2021-07-01 18:21:40 +00:00
import { ethers } from "ethers";
export const provider = new ethers.providers.JsonRpcProvider(
"http://127.0.0.1:8545",
"mainnet"
);