Skip to content

Commit

Permalink
feat: delete redundant info from .env.example file
Browse files Browse the repository at this point in the history
  • Loading branch information
serezhaolshan committed Apr 29, 2024
1 parent 320ae09 commit 82cd975
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/.env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# PROJECT ID from https://infura.io/dashboard
INFURA_KEY=01117e8ede8e4f36801a6a838b24f36c
INFURA_KEY=

# Private keys

# Deployer
PRIVATEKEY_OWNER_AMB=34d8e83fca265e9ab5bcc1094fa64e98692375bf8980d066a9edcf4953f0f2f5
PRIVATEKEY_OWNER_ETH=34d8e83fca265e9ab5bcc1094fa64e98692375bf8980d066a9edcf4953f0f2f5
PRIVATEKEY_OWNER_BSC=34d8e83fca265e9ab5bcc1094fa64e98692375bf8980d066a9edcf4953f0f2f5
PRIVATEKEY_OWNER_AMB=
PRIVATEKEY_OWNER_ETH=
PRIVATEKEY_OWNER_BSC=

0 comments on commit 82cd975

Please sign in to comment.