Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michojekunle authored Sep 16, 2024
1 parent c173b37 commit 1b0e3a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ You can deploy the contracts to the lisk-sepolia testnet.
// for testnet
"lisk-sepolia": {
url: "https://rpc.sepolia-api.lisk.com",
accounts: [process.env.WALLET_KEY],
accounts: [process.env.WALLET_KEY, process.env.ANOTHER_WALLET_KEY ,process.env.OTHER_ACCOUNT_WALLET_KEY],
gasPrice: 1000000000,
},
},
Expand Down Expand Up @@ -211,6 +211,8 @@ You can deploy the contracts to the lisk-sepolia testnet.
```
WALLET_KEY="your-private-key"
ANOTHER_WALLET_KEY="your-private-key"
OTHER_ACCOUNT_WALLET_KEY="your-private-key"
```
1. **Update the deployment module**
Expand Down

0 comments on commit 1b0e3a9

Please sign in to comment.