File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,19 +35,19 @@ const config: HardhatUserConfig = {
3535 // Define here to easily specify private keys
3636 localhost : {
3737 url : 'http://127.0.0.1:8545' ,
38- accounts : [ process . env . DEPLOYER_PRIV_KEY ! , process . env . WALLET_IMPL_CHANGER_PRIV_KEY ! ]
38+ accounts : [ ]
3939 } ,
4040 devnet : {
4141 url : 'https://rpc.dev.immutable.com' ,
42- accounts : [ process . env . DEPLOYER_PRIV_KEY ! , process . env . WALLET_IMPL_CHANGER_PRIV_KEY ! ]
42+ accounts : [ ]
4343 } ,
4444 testnet : {
4545 url : 'https://rpc.testnet.immutable.com' ,
46- accounts : [ process . env . DEPLOYER_PRIV_KEY ! , process . env . WALLET_IMPL_CHANGER_PRIV_KEY ! ]
46+ accounts : [ ]
4747 } ,
4848 mainnet : {
4949 url : 'https://rpc.immutable.com' ,
50- accounts : [ process . env . DEPLOYER_PRIV_KEY ! , process . env . WALLET_IMPL_CHANGER_PRIV_KEY ! ]
50+ accounts : [ ]
5151 } ,
5252 } ,
5353 mocha : {
You can’t perform that action at this time.
0 commit comments