minor change

This commit is contained in:
Thrilok Kumar 2021-12-06 01:41:21 +05:30
parent 447ada15bb
commit 236c1922f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { ethers, network } from "hardhat";
import { addressesPolygon } from "./polygon/addressesPolygon";
import { addresses } from "./mainnet/addresses";
import { addresses as addressesPolygon } from "./polygon/addresses";
import { abis } from "../constant/abis";
function getAddress(network: string | undefined) {

View File

@ -1,4 +1,4 @@
export const addressesPolygon = {
export const addresses = {
connectors: {
basic: "0x1cAF5EC802ca602E98139AD96A8f2B7BC524264E",
auth: "0xf6474aD0dA75A0dE15D2c915e601D9f754B9e6fe",