Skip to content

Commit

Permalink
Merge pull request #2 from lidofinance/remove_arbitrum
Browse files Browse the repository at this point in the history
Remove Arbitrum
  • Loading branch information
TheDZhon authored Apr 17, 2024
2 parents c6ffd32 + 135968a commit 83dbf25
Show file tree
Hide file tree
Showing 66 changed files with 23 additions and 10,101 deletions.
23 changes: 4 additions & 19 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,16 @@
# ############################

RPC_ETH_MAINNET=
RPC_ETH_GOERLI=
RPC_ETH_SEPOLIA=

RPC_OPT_MAINNET=https://mainnet.optimism.io
RPC_OPT_GOERLI=https://goerli.optimism.io

RPC_ARB_MAINNET=https://arb1.arbitrum.io/rpc
RPC_ARB_GOERLI=https://goerli-rollup.arbitrum.io/rpc
RPC_OPT_SEPOLIA=https://sepolia.optimism.io

# ############################
# Etherscan
# ############################

ETHERSCAN_API_KEY_ETH=
ETHERSCAN_API_KEY_ARB=
ETHERSCAN_API_KEY_OPT=

# ############################
Expand All @@ -29,7 +25,7 @@ ETHERSCAN_API_KEY_OPT=
TOKEN=

# Name of the network environments used by deployment scripts.
# Might be one of: "mainnet", "goerli".
# Might be one of: "mainnet", "sepolia".
NETWORK=mainnet

# Run deployment in the forking network instead of public ones
Expand All @@ -38,7 +34,6 @@ FORKING=true
# Private key of the deployer account used for deployment process
ETH_DEPLOYER_PRIVATE_KEY=
OPT_DEPLOYER_PRIVATE_KEY=
ARB_DEPLOYER_PRIVATE_KEY=

L1_DEV_MULTISIG=
L1_PROXY_ADMIN=
Expand All @@ -63,14 +58,6 @@ L2_WITHDRAWALS_DISABLERS=[]
# Integration Acceptance & E2E Testing
# ############################

TESTING_ARB_NETWORK=
TESTING_ARB_L1_TOKEN=0x7AEE39c46f20135114e85A03C02aB4FE73fB8127
TESTING_ARB_L2_TOKEN=0x775ede8029C117effce283b3391E420EacF3c85F
TESTING_ARB_L1_ERC20_TOKEN_GATEWAY=0x0A7e12b563Ba623646a31a09F0182e8aD45D6cfD
TESTING_ARB_L2_ERC20_TOKEN_GATEWAY=0x8c269989D839eE9DaEe64D57C8c41404DF87F722
TESTING_ARB_L1_GATEWAY_ROUTER=0xa2a8F940752aDc4A3278B63B96d56D72D2b075B1
TESTING_ARB_L2_GATEWAY_ROUTER=0x57f54f87C44d816f60b92864e23b8c0897D4d81D

TESTING_OPT_NETWORK=
TESTING_OPT_L1_TOKEN=0xaF8a2F0aE374b03376155BF745A3421Dac711C12
TESTING_OPT_L2_TOKEN=0xAED5F9aaF167923D34174b8E636aaF040A11f6F7
Expand All @@ -84,13 +71,11 @@ TESTING_OPT_L2_ERC20_TOKEN_BRIDGE=0x447CD1794d209Ac4E6B4097B34658bc00C4d0a51
TESTING_USE_DEPLOYED_CONTRACTS=false
TESTING_L1_TOKENS_HOLDER=

TESTING_ARB_GOV_BRIDGE_EXECUTOR=
TESTING_OPT_GOV_BRIDGE_EXECUTOR=

# ############################
# E2E Testing
# ############################

TESTING_PRIVATE_KEY=
TESTING_OPT_LDO_HOLDER_PRIVATE_KEY=
TESTING_ARB_LDO_HOLDER_PRIVATE_KEY=
TESTING_OPT_LDO_HOLDER_PRIVATE_KEY=
75 changes: 0 additions & 75 deletions .env.wsteth.arb_goerli

This file was deleted.

75 changes: 0 additions & 75 deletions .env.wsteth.arb_mainnet

This file was deleted.

71 changes: 0 additions & 71 deletions .env.wsteth.opt_goerli

This file was deleted.

2 changes: 1 addition & 1 deletion .env.wsteth.opt_mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ETHERSCAN_API_KEY_OPT=
TOKEN=0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0

# Name of the network environments used by deployment scripts.
# Might be one of: "mainnet", "goerli".
# Might be one of: "mainnet", "sepolia".
NETWORK=mainnet

# Run deployment in the forking network instead of public ones
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/verify-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,3 @@ jobs:
file: artifacts-opt.json
rpcUrl: ${{ secrets.OPTIMISM_RPC }}

- name: Verify bytecode of contracts on Arbitrum chain
uses: lidofinance/action-verify-bytecode@master
if: always()
with:
file: artifacts-arb.json
rpcUrl: ${{ secrets.ARBITRUM_RPC }}
2 changes: 1 addition & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
skipFiles: ["stubs", "optimism/stubs", "proxy/stubs", "arbitrum/stubs"],
skipFiles: ["stubs", "optimism/stubs", "proxy/stubs"],
};
Loading

0 comments on commit 83dbf25

Please sign in to comment.