Skip to content

Commit

Permalink
refactor(constant.sh): removes anvil private key (not used anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgousset committed Jul 26, 2024
1 parent 371ed9f commit df87e3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/protocol/scripts/foundry/constants.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Anvil accounts
export FROM_ACCOUNT_NO_ZERO="f39Fd6e51aad88F6F4ce6aB8827279cffFb92266" # Anvil default account (1)
export FROM_ACCOUNT="0x$FROM_ACCOUNT_NO_ZERO" # Anvil default account (1)
export FROM_ACCOUNT_PRIVATE_KEY_NO_ZERO="ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" # Anvil default account (1)
export FROM_ACCOUNT_PRIVATE_KEY="0x$FROM_ACCOUNT_PRIVATE_KEY_NO_ZERO" # Anvil default account (1)

# Anvil configurations (Source: https://book.getfoundry.sh/reference/anvil/)
export ANVIL_PORT=8546
Expand Down

0 comments on commit df87e3f

Please sign in to comment.