Skip to content

Commit

Permalink
Fix typos in the .env example files comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Psirex committed Jul 28, 2023
1 parent 0a797bb commit a130d97
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ TESTING_OPT_L1_ERC20_TOKEN_BRIDGE=0x243b661276670bD17399C488E7287ea4D416115b
TESTING_OPT_L2_ERC20_TOKEN_BRIDGE=0x447CD1794d209Ac4E6B4097B34658bc00C4d0a51

# ############################
# Integraion Testing
# Integration Testing
# ############################

TESTING_USE_DEPLOYED_CONTRACTS=false
Expand Down
3 changes: 1 addition & 2 deletions .env.wsteth.arb_goerli
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ TESTING_ARB_L2_TOKEN=0xbED18985eC648Ce4b0C5Fc3061d1323116702BC4
TESTING_ARB_L1_ERC20_TOKEN_GATEWAY=0x0ecCFbBEe34f04187361818832385EB4cC11b678
TESTING_ARB_L2_ERC20_TOKEN_GATEWAY=0x12dD5832Fd7e02e49d97D1CBBd14579794945c1E
TESTING_L1_TOKENS_HOLDER=
TESTING_PRIVATE_KEY=

# ############################
# Integraion Testing
# Integration Testing
# ############################

TESTING_USE_DEPLOYED_CONTRACTS=true
Expand Down
2 changes: 1 addition & 1 deletion .env.wsteth.arb_mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ TESTING_ARB_L1_ERC20_TOKEN_GATEWAY=0x0F25c1DC2a9922304f2eac71DCa9B07E310e8E5a
TESTING_ARB_L2_ERC20_TOKEN_GATEWAY=0x07D4692291B9E30E326fd31706f686f83f331B82

# ############################
# Integraion Testing
# Integration Testing
# ############################

TESTING_USE_DEPLOYED_CONTRACTS=true
Expand Down
4 changes: 2 additions & 2 deletions .env.wsteth.opt_goerli
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ L2_WITHDRAWALS_ENABLERS=["0x55C39356C714Cde16F8a80302c1Ce9DfAC6f5a35"]
L2_WITHDRAWALS_DISABLERS="["0x55C39356C714Cde16F8a80302c1Ce9DfAC6f5a35", "0x7fE7fa4EF7D134Dbf8B616Ba7B675F26286BC2cd"]"

# ############################
# Integraion & E2E Testing
# Integration & E2E Testing
# ############################

TESTING_OPT_NETWORK=goerli
Expand All @@ -58,7 +58,7 @@ TESTING_OPT_L1_ERC20_TOKEN_BRIDGE=0xDdC89Bd27F9A1C47A5c20dF0783dE52f55513598
TESTING_OPT_L2_ERC20_TOKEN_BRIDGE=0x423702bC3Fb92f59Be440354456f0481934bF1f5

# ############################
# Integraion Testing
# Integration Testing
# ############################

TESTING_USE_DEPLOYED_CONTRACTS=true
Expand Down
2 changes: 1 addition & 1 deletion .env.wsteth.opt_mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ TESTING_OPT_L1_ERC20_TOKEN_BRIDGE=0x76943C0D61395d8F2edF9060e1533529cAe05dE6
TESTING_OPT_L2_ERC20_TOKEN_BRIDGE=0x8E01013243a96601a86eb3153F0d9Fa4fbFb6957

# ############################
# Integraion Testing
# Integration Testing
# ############################

TESTING_USE_DEPLOYED_CONTRACTS=true
Expand Down

0 comments on commit a130d97

Please sign in to comment.