File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ const config: HardhatUserConfig = {
7979 arbitrumGoerli : {
8080 chainId : 421613 ,
8181 url : "https://goerli-rollup.arbitrum.io/rpc" ,
82- accounts : [
83- ( process . env . ARB_GOERLI_PRIVATE_KEY_WALLET_1 as string ) || "" ,
84- ( process . env . ARB_GOERLI_PRIVATE_KEY_WALLET_2 as string ) || "" ,
85- ( process . env . ARB_GOERLI_PRIVATE_KEY_WALLET_3 as string ) || "" ,
86- ( process . env . ARB_GOERLI_PRIVATE_KEY_WALLET_4 as string ) || "" ,
87- ( process . env . ARB_GOERLI_PRIVATE_KEY_WALLET_5 as string ) || "" ,
82+ accounts : process . env . ARB_GOERLI_PRIVATE_KEY_WALLET_1 && [
83+ process . env . ARB_GOERLI_PRIVATE_KEY_WALLET_1 as string ,
84+ process . env . ARB_GOERLI_PRIVATE_KEY_WALLET_2 as string ,
85+ process . env . ARB_GOERLI_PRIVATE_KEY_WALLET_3 as string ,
86+ process . env . ARB_GOERLI_PRIVATE_KEY_WALLET_4 as string ,
87+ process . env . ARB_GOERLI_PRIVATE_KEY_WALLET_5 as string ,
8888 ] ,
8989 live : true ,
9090 saveDeployments : true ,
You can’t perform that action at this time.
0 commit comments