Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Feb 20, 2024
1 parent 477ab2e commit 1435f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ $ forge fmt

### To Deploy HelloBitcoin Contract on testnet

- [Guide](https://support.metamask.io/hc/en-us/articles/360015289632-How-to-export-an-account-s-private-key) to get your private key from MetaMask.
```shell
export PRIVATE_KEY=<private_key>
export PRIVATE_KEY=0x<private_key>
export USDT_ADDRESS=0xF58de5056b7057D74f957e75bFfe865F571c3fB6
export RPC_URL=https://testnet.rpc.gobob.xyz
export VERIFIER_URL=https://testnet-explorer.gobob.xyz/api?
Expand Down

0 comments on commit 1435f58

Please sign in to comment.