-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updating deps for ethers v6 * Migrating to ethers-v6 wip * Fixing remaing type errors * hardhat tests running now * wip 2 * wip 3 * Updating ethers v6.13.0 and github actions * expect nonces to return bigints * Gas estimation should be bigint * Fixing test wallet deployment * Fixing bigint in LibBytes test * Fixing bigint in MainModule test * Fixing sig hash of interface functions * Fixing remaining tests * Updating github actions for node 20 * Fixing bench tests * Revert "Fixing bench tests" This reverts commit 436be02. * SequenceWallet deploy should just return ContractTransactionResponse
- Loading branch information
1 parent
145b79a
commit d58a16e
Showing
25 changed files
with
2,055 additions
and
1,523 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
{ | ||
"contractName": "WalletFactory", | ||
"address": "0xFaA5c0b14d1bED5C888Ca655B9a8A5911F78eF4A" | ||
}, | ||
{ | ||
"contractName": "MainModule", | ||
"address": "0xE1846F966D116B86d65481Fe81886219D698b60D" | ||
}, | ||
{ | ||
"contractName": "MainModuleUpgradable", | ||
"address": "0xB39E1ed61caC9E8eE8CDD3218765cF6a7fE390db" | ||
}, | ||
{ | ||
"contractName": "GuestModule", | ||
"address": "0x28Ec0675C7b40ed78EBcBBbDF39e5652c0787B18" | ||
}, | ||
{ | ||
"contractName": "SequenceUtils", | ||
"address": "0x4817Fe9f2352E88991A7c84E4385708Ccff05704" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.