mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
update
This commit is contained in:
parent
236c1922f4
commit
65d9330a31
|
@ -2,7 +2,7 @@ import { ethers } from "hardhat";
|
||||||
|
|
||||||
const network = String(process.env.networkType);
|
const network = String(process.env.networkType);
|
||||||
|
|
||||||
import { addressesPolygon } from "./polygon/addressesPolygon";
|
import { addresses as addressesPolygon } from "./polygon/addresses";
|
||||||
import { addresses } from "./mainnet/addresses";
|
import { addresses } from "./mainnet/addresses";
|
||||||
import { abis } from "../constant/abis";
|
import { abis } from "../constant/abis";
|
||||||
import { abi } from "../../deployements/mainnet/Implementation_m1.sol/InstaImplementationM1.json";
|
import { abi } from "../../deployements/mainnet/Implementation_m1.sol/InstaImplementationM1.json";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { addressesPolygon } from "./polygon/addressesPolygon";
|
import { addresses as addressesPolygon } from "./polygon/addresses";
|
||||||
import { addresses } from "./mainnet/addresses";
|
import { addresses } from "./mainnet/addresses";
|
||||||
import { abis } from "../constant/abis";
|
import { abis } from "../constant/abis";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user