-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/smr 2372 #64
Open
shirren
wants to merge
6
commits into
main
Choose a base branch
from
feat/SMR-2372
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat/smr 2372 #64
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c6405d8
Updated grant-executor-role to use a programmatic wallet
shirren 39713a7
Not sure this last commit is required
shirren a852ccd
Tmp test to verify Passport change
shirren a6f135d
Removed an uneccessary file
shirren 123beae
Removed a tmp test
shirren 131e617
Update post L1 devnet deploy
shirren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ | ||
v18.17.0 |
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
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,6 @@ | ||
{ | ||
"multiCallAdminPubKey": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"factoryAdminPubKey": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"multiCallDeploy": "0x307d214799D3B1625D1eC70F83d170d5fd0ee5A1", | ||
"factory": "0x8Fa5088dF65855E0DaF87FA6591659893b24871d" | ||
} |
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,5 @@ | ||
{ | ||
"walletImplLocatorAdmin": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"walletImplChangerAdmin": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"latestWalletImplLocator": "0x889b5e1B25351AB543bf6D81bFD0777EA02EC879" | ||
} |
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,4 @@ | ||
{ | ||
"walletImplLocatorAddress": "0x889b5e1B25351AB543bf6D81bFD0777EA02EC879", | ||
"startupWalletImpl": "0x8FD900677aabcbB368e0a27566cCd0C7435F1926" | ||
} |
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,5 @@ | ||
{ | ||
"factoryAddress": "0x8Fa5088dF65855E0DaF87FA6591659893b24871d", | ||
"startupWalletImplAddress": "0x8FD900677aabcbB368e0a27566cCd0C7435F1926", | ||
"mainModuleDynamicAuth": "0x9e9Ee944fEB02F4D05B02950ca118027D2Db3cF2" | ||
} |
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,6 @@ | ||
{ | ||
"signerRootAdminPubKey": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"signerAdminPubKey": "0xB3533118Ff0f823fAF916AC499bB2a3E9054A698", | ||
"signerAddress": "0x1cE50560686b1297B6311F36B47dbe5d6E04D0f8", | ||
"immutableSigner": "0xcff469E561D9dCe5B1185CD2AC1Fa961F8fbDe61" | ||
} |
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,5 @@ | ||
{ | ||
"mainModuleDynamicAuth": "0x9e9Ee944fEB02F4D05B02950ca118027D2Db3cF2", | ||
"walletImplLocatorContractAddress": "0x889b5e1B25351AB543bf6D81bFD0777EA02EC879", | ||
"signerAddress": "0x1cE50560686b1297B6311F36B47dbe5d6E04D0f8" | ||
} |
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,5 @@ | ||
{ | ||
"multiCallAdminPubKey": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"multiCallDeploy": "0x9129211efEcAf4A1cD76104f5A4082220a783078", | ||
"submitterAddress": "0xa45a81EA5AE3ad978C176A6E54e41Df1cff4DF3a" | ||
} |
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,5 @@ | ||
{ | ||
"factoryAdminPubKey": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"multiCallDeploy": "0x9129211efEcAf4A1cD76104f5A4082220a783078", | ||
"factory": "0x8Fa5088dF65855E0DaF87FA6591659893b24871d" | ||
} |
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,5 @@ | ||
{ | ||
"walletImplLocatorAdmin": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"walletImplChangerAdmin": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"latestWalletImplLocator": "0xDB4b8F9D2C0C731A345a405b6335b3750d197b6C" | ||
} |
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,4 @@ | ||
{ | ||
"walletImplLocatorAddress": "0xDB4b8F9D2C0C731A345a405b6335b3750d197b6C", | ||
"startupWalletImpl": "0x8FD900677aabcbB368e0a27566cCd0C7435F1926" | ||
} |
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,5 @@ | ||
{ | ||
"factoryAddress": "0x8Fa5088dF65855E0DaF87FA6591659893b24871d", | ||
"startupWalletImplAddress": "0x8FD900677aabcbB368e0a27566cCd0C7435F1926", | ||
"mainModuleDynamicAuth": "0xC2d54E4D795469f8616612CC343af078A892F36F" | ||
} |
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,6 @@ | ||
{ | ||
"signerRootAdminPubKey": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"signerAdminPubKey": "0x3aF5DE2846aB3195BCD7b8880483E63D21261c49", | ||
"signerAddress": "0x71639470D21D69456D6e98e7Cc877ABA671ab7fA", | ||
"immutableSigner": "0xcff469E561D9dCe5B1185CD2AC1Fa961F8fbDe61" | ||
} |
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,5 @@ | ||
{ | ||
"mainModuleDynamicAuth": "0xC2d54E4D795469f8616612CC343af078A892F36F", | ||
"walletImplLocatorContractAddress": "0xDB4b8F9D2C0C731A345a405b6335b3750d197b6C", | ||
"signerAddress": "0x71639470D21D69456D6e98e7Cc877ABA671ab7fA" | ||
} |
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,5 @@ | ||
{ | ||
"multiCallAdminPubKey": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"multiCallDeploy": "0x0039Ae5ae1Dc345508b859d40903dDBA0C36Fc90", | ||
"submitterAddress": "0x92fdaB84b46D49A5f999425c06D31A40C7d9E386" | ||
} |
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,5 @@ | ||
{ | ||
"factoryAdminPubKey": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"multiCallDeploy": "0x0039Ae5ae1Dc345508b859d40903dDBA0C36Fc90", | ||
"factory": "0x8Fa5088dF65855E0DaF87FA6591659893b24871d" | ||
} |
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,5 @@ | ||
{ | ||
"walletImplLocatorAdmin": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"walletImplChangerAdmin": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"latestWalletImplLocator": "0xDB4b8F9D2C0C731A345a405b6335b3750d197b6C" | ||
} |
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,4 @@ | ||
{ | ||
"walletImplLocatorAddress": "0xDB4b8F9D2C0C731A345a405b6335b3750d197b6C", | ||
"startupWalletImpl": "0x8FD900677aabcbB368e0a27566cCd0C7435F1926" | ||
} |
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,5 @@ | ||
{ | ||
"factoryAddress": "0x8Fa5088dF65855E0DaF87FA6591659893b24871d", | ||
"startupWalletImplAddress": "0x8FD900677aabcbB368e0a27566cCd0C7435F1926", | ||
"mainModuleDynamicAuth": "0xC2d54E4D795469f8616612CC343af078A892F36F" | ||
} |
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,6 @@ | ||
{ | ||
"signerRootAdminPubKey": "0x0E2D55943f4EF07c336C12A85d083c20FF189182", | ||
"signerAdminPubKey": "0xB3533118Ff0f823fAF916AC499bB2a3E9054A698", | ||
"signerAddress": "0x1cE50560686b1297B6311F36B47dbe5d6E04D0f8", | ||
"immutableSigner": "0xcff469E561D9dCe5B1185CD2AC1Fa961F8fbDe61" | ||
} |
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,5 @@ | ||
{ | ||
"mainModuleDynamicAuth": "0xC2d54E4D795469f8616612CC343af078A892F36F", | ||
"walletImplLocatorContractAddress": "0xDB4b8F9D2C0C731A345a405b6335b3750d197b6C", | ||
"signerAddress": "0x1cE50560686b1297B6311F36B47dbe5d6E04D0f8" | ||
} |
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,41 @@ | ||
import * as hre from 'hardhat'; | ||
import { EnvironmentInfo, loadEnvironmentInfo } from './environment'; | ||
import { newWalletOptions, WalletOptions } from './wallet-options'; | ||
import { waitForInput } from './helper-functions'; | ||
|
||
async function dummyTransfer(): Promise<EnvironmentInfo> { | ||
const env = loadEnvironmentInfo(hre.network.name); | ||
const { network } = env; | ||
|
||
console.log(`[${network}] Consuming nonce, PROCEED WITH CARE!...`); | ||
|
||
await waitForInput(); | ||
|
||
// Setup wallet | ||
const wallets: WalletOptions = await newWalletOptions(env); | ||
const signer = wallets.getWallet(); | ||
const signerAddress = await signer.getAddress(); | ||
|
||
console.log(`[${env.network}] Starting a 0 value transfer from ${signerAddress} to ${signerAddress}`); | ||
|
||
const tx = await signer.sendTransaction({ | ||
to: signerAddress, | ||
value: 0, | ||
}) | ||
await tx.wait(); | ||
console.log(`[${env.network}] Transfer completed with hash ${tx.hash}`); | ||
|
||
return env; | ||
} | ||
|
||
// Call primary function | ||
dummyTransfer() | ||
.then((env: EnvironmentInfo) => { | ||
console.log(`[${env.network}] Transfer successful...`); | ||
process.exit(0); | ||
}) | ||
.catch(err => { | ||
console.error(err.message); | ||
process.exit(1); | ||
}); | ||
|
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need to check these again for the Sepolia deployment