Skip to content

Commit

Permalink
refactor: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
0xlucian committed Aug 23, 2023
1 parent 616b30f commit 8325c80
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 693 deletions.
2 changes: 1 addition & 1 deletion deploy/015-transfer-funds-ownership.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface Config {
[key: string]: string;
}

//TODO: double check addresses before deploying to sepolia and ethereum
// TODO: double check addresses before deploying to sepolia and ethereum
const TESTNET_MNEMONIC_SIGNER = "0xFA747c4a62c4D168276329F822d004026A1c05E9"; // signer[1] from testnet mnemonic

const targetOwners: Config = {
Expand Down
Loading

0 comments on commit 8325c80

Please sign in to comment.