File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
target_chains/ethereum/examples/oracle_swap Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ tests located in the [`contract/test`](./contract/test) directory.
33
33
### Deploying
34
34
35
35
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 ` .
37
37
The code comments in that file should help you populate the parameters correctly.
38
38
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.
40
40
Edit the configuration parameters in there before running to set the network and token name.
41
41
This will deploy a new mock token and print out a contract address.
42
42
Once you have this address, you can mint the token anytime using the following command:
You can’t perform that action at this time.
0 commit comments