Skip to content

Commit 6fea30b

Browse files
authored
fix evm example broken links (#543)
1 parent e0a8b2e commit 6fea30b

File tree

1 file changed

+2
-2
lines changed
  • target_chains/ethereum/examples/oracle_swap

1 file changed

+2
-2
lines changed

target_chains/ethereum/examples/oracle_swap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ tests located in the [`contract/test`](./contract/test) directory.
3333
### Deploying
3434

3535
To deploy the contract, you first need to configure the target network and the tokens in the AMM pool.
36-
Edit the configuration parameters in the [deploy script](./scripts/deploy.sh) and then run it using `./scripts/deploy.sh`.
36+
Edit the configuration parameters in the [deploy script](./contract/scripts/deploy.sh) and then run it using `./scripts/deploy.sh`.
3737
The code comments in that file should help you populate the parameters correctly.
3838

39-
If you don't have ERC-20 tokens to test with, you can use the [token deploy script](./script/deploy_token.sh) to create some for testing.
39+
If you don't have ERC-20 tokens to test with, you can use the [token deploy script](./contract/scripts/deploy_token.sh) to create some for testing.
4040
Edit the configuration parameters in there before running to set the network and token name.
4141
This will deploy a new mock token and print out a contract address.
4242
Once you have this address, you can mint the token anytime using the following command:

0 commit comments

Comments
 (0)