mirror of
https://github.com/getwax/bls-wallet.git
synced 2026-04-23 03:00:37 -04:00
Add Optimism Goerli network config to contracts deploy in main README. Add Optimism Goerli to extension networks. Remove or update rinkeby, kovan, and older arbitrum and optimism test networks.
30 lines
1.4 KiB
Plaintext
30 lines
1.4 KiB
Plaintext
ETHERSCAN_API_KEY=
|
|
|
|
ARBITRUM_TESTNET_URL=TODO_REMOVE
|
|
ARBITRUM_GOERLI_URL=https://goerli-rollup.arbitrum.io/rpc
|
|
ARBITRUM_URL=https://arb1.arbitrum.io/rpc
|
|
OPTIMISM_LOCAL_URL=http://localhost:8545
|
|
OPTIMISM_TESETNET_URL=https://kovan.optimism.io
|
|
OPTIMISM_URL=https://mainnet.optimism.io
|
|
OPTIMISM_GOERLI_URL=https://goerli.optimism.io
|
|
|
|
# Only used for deploying the deployer contract at the same address on each evm network
|
|
DEPLOYER_MNEMONIC="sock poet alone around radar forum quiz session observe rebel another choice"
|
|
DEPLOYER_SET_INDEX=1
|
|
DEPLOYER_ACCOUNT=0x6435e511f8908D5C733898C81831a4A3aFE31D07
|
|
DEPLOYER_CONTRACT_ADDRESS=0x036d996D6855B83cd80142f2933d8C2617dA5617
|
|
|
|
# Used for deploying contracts via the deployment contract, and testing
|
|
MAIN_MNEMONIC="test test test test test test test test test test test junk"
|
|
|
|
PRIVATE_KEY_AGG=0000000000000000000000000000000000000000000000000000000000000a99
|
|
PRIVATE_KEY_AGG_ARB1=0000000000000000000000000000000000000000000000000000000000000001
|
|
PRIVATE_KEY_002=0000000000000000000000000000000000000000000000000000000000000002
|
|
PRIVATE_KEY_003=0000000000000000000000000000000000000000000000000000000000000003
|
|
PRIVATE_KEY_004=0000000000000000000000000000000000000000000000000000000000000004
|
|
PRIVATE_KEY_005=0000000000000000000000000000000000000000000000000000000000000005
|
|
|
|
# Addresses as deployed with create2 from deployer contract (same address per network)
|
|
PRECOMPILE_COST_ESTIMATOR_ADDRESS=0x22E4a5251C1F02de8369Dd6f192033F6CB7531A4
|
|
|