Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxknivets authored Oct 27, 2024
1 parent 926111e commit 104b07a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Precompile 0x69420
# Merged Precompiles 0x69420

<img src="./logo.webp" width="400px">
<div>This README provides instructions on how to deploy your smart contract to the WVM testnet using Forge.</div>

## Example deploy address for Precompile 0x69420
## Example deploy address for Merged Precompiles 0x69420

[0x38dB0039707Bc60972D79eC8E752CA21aAfb0Ea2](https://explorer.wvm.dev/address/0x38dB0039707Bc60972D79eC8E752CA21aAfb0Ea2)

Expand All @@ -15,7 +15,7 @@
## Deployment Steps

```sh
forge create src/Precompile0x69420.sol:Precompile0x69420 --rpc-url https://testnet-rpc.wvm.dev/ --private-key <private key starting with 0x...> --gas-price 10gwei
forge create src/MergedPrecompiles0x69420.sol:MergedPrecompiles0x69420 --rpc-url https://testnet-rpc.wvm.dev/ --private-key <private key starting with 0x...> --gas-price 10gwei
```

## Calling methods
Expand Down

0 comments on commit 104b07a

Please sign in to comment.