mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor change
This commit is contained in:
parent
447ada15bb
commit
236c1922f4
|
@ -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) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const addressesPolygon = {
|
||||
export const addresses = {
|
||||
connectors: {
|
||||
basic: "0x1cAF5EC802ca602E98139AD96A8f2B7BC524264E",
|
||||
auth: "0xf6474aD0dA75A0dE15D2c915e601D9f754B9e6fe",
|
Loading…
Reference in New Issue
Block a user