Skip to content

Commit

Permalink
fix addresses path
Browse files Browse the repository at this point in the history
  • Loading branch information
hashxtree committed Oct 15, 2024
1 parent bc6cff2 commit 75556ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type TAddresses = {
};

export function getAddresses(network: string): TAddresses {
const addresses: TAddressesWithNetwork = require("../../addresses.json");
const addresses: TAddressesWithNetwork = require("../../addresses-mainnet.json");
if (!addresses[network]) {
throw Error(`network ${network} not supported`);
}
Expand Down

0 comments on commit 75556ec

Please sign in to comment.