Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
rotcivegaf committed Oct 18, 2024
1 parent 412526a commit 86fa4f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Use the **Avalanche CLI** to create a new blockchain where you will deploy the E
You will deploy an ERC-20 token on the Avalanche C-Chain, which will later be transferred and used as the native token on the new L1.

```bash
forge create --rpc-url local-c --private-key $PK lib/avalanche-interchain-token-transfer/contracts/mocks/ExampleERC20Decimals.sol:ExampleERC20Decimals
forge create --rpc-url local-c --private-key $PK lib/avalanche-interchain-token-transfer/contracts/src/mocks/ExampleERC20Decimals.sol:ExampleERC20Decimals
```
</Step>
<Step>
Expand Down

0 comments on commit 86fa4f9

Please sign in to comment.