Skip to content

Commit

Permalink
ci: rename mnemonic env var
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Feb 2, 2024
1 parent 3120727 commit a0712ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-merkle-streamer-ll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Create Merkle Streamer LockupLinear"
env:
API_KEY_INFURA: ${{ secrets.API_KEY_INFURA }}
FOUNDRY_PROFILE: "optimized"
MNEMONIC: ${{ secrets.MNEMONIC }}
MNEMONIC: ${{ secrets.EVM_MNEMONIC }}
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Deploy Batch"
env:
API_KEY_INFURA: ${{ secrets.API_KEY_INFURA }}
FOUNDRY_PROFILE: "optimized"
MNEMONIC: ${{ secrets.MNEMONIC }}
MNEMONIC: ${{ secrets.EVM_MNEMONIC }}
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-merkle-streamer-factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Deploy Merkle Streamer Factory"
env:
API_KEY_INFURA: ${{ secrets.API_KEY_INFURA }}
FOUNDRY_PROFILE: "optimized"
MNEMONIC: ${{ secrets.MNEMONIC }}
MNEMONIC: ${{ secrets.EVM_MNEMONIC }}
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-periphery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Deploy Periphery"
env:
API_KEY_INFURA: ${{ secrets.API_KEY_INFURA }}
FOUNDRY_PROFILE: "optimized"
MNEMONIC: ${{ secrets.MNEMONIC }}
MNEMONIC: ${{ secrets.EVM_MNEMONIC }}
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
API_KEY_INFURA: ${{ secrets.API_KEY_INFURA }}
FOUNDRY_OPTIMIZER_RUNS: "1000" # needed to compile V2 Core
FOUNDRY_PROFILE: "optimized"
MNEMONIC: ${{ secrets.MNEMONIC }}
MNEMONIC: ${{ secrets.EVM_MNEMONIC }}
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}

on:
Expand Down

0 comments on commit a0712ca

Please sign in to comment.