Skip to content

Commit

Permalink
Removed some hard coded values in .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
shirren committed Nov 10, 2024
1 parent 06c155c commit 12f1ef2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# /prod/imx-evm-relayer/EOA_SUBMITTER
RELAYER_SUBMITTER_EOA_PUB_KEY=0x4bb20797f395Fa9a5eF02A5CB92256B4327F63Ce
# /prod/imx-evm-relayer/IMMUTABLE_SIGNER_CONTRACT
IMMUTABLE_SIGNER_PUB_KEY=0x71639470D21D69456D6e98e7Cc877ABA671ab7fA
# Public key of primary Relayer submitter
RELAYER_SUBMITTER_EOA_PUB_KEY=<CHANGE_ME>
# Public key of the Immutable signer loaded from SM
IMMUTABLE_SIGNER_PUB_KEY=<CHANGE_ME>

# Change this to match the address of the CREATE2 contract factory
DEPLOYER_CONTRACT_ADDRESS=<CHANGE_ME>
Expand Down
17 changes: 17 additions & 0 deletions .env.l1devnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# /dev/imx-evm-relayer/PROGRAMMATIC_WALLET/EOA_SUBMITTER_PRIVATE_KEY1051
RELAYER_SUBMITTER_EOA_PUB_KEY=0x45099d6F0577af95B3d3279fe9B2cC0627D15fcA
# /prod/imx-evm-relayer/IMMUTABLE_SIGNER_CONTRACT
IMMUTABLE_SIGNER_PUB_KEY=0x1cE50560686b1297B6311F36B47dbe5d6E04D0f8

# Change this to match the address of the CREATE2 contract factory
DEPLOYER_CONTRACT_ADDRESS=0x177EaFe0f1F3359375B1728dae0530a75C83E154

# Change the following values to match the values set in the following
# document https://immutable.atlassian.net/wiki/spaces/PRIM/pages/2349203716/PROD+Relayer+Admin+Roles
# for the corresponding environment
MULTICALL_ADMIN_PUB_KEY=0x0E2D55943f4EF07c336C12A85d083c20FF189182
FACTORY_ADMIN_PUB_KEY=0x0E2D55943f4EF07c336C12A85d083c20FF189182
WALLET_IMPL_LOCATOR_ADMIN=0x0E2D55943f4EF07c336C12A85d083c20FF189182
WALLET_IMPL_CHANGER_ADMIN=0x0E2D55943f4EF07c336C12A85d083c20FF189182
SIGNER_ROOT_ADMIN_PUB_KEY=0x0E2D55943f4EF07c336C12A85d083c20FF189182
SIGNER_ADMIN_PUB_KEY=0xB3533118Ff0f823fAF916AC499bB2a3E9054A698

0 comments on commit 12f1ef2

Please sign in to comment.