You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: target_chains/ethereum/examples/oracle_swap/README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -65,21 +65,23 @@ forge inspect OracleSwap abi > ../app/src/abi/OracleSwapAbi.json
65
65
66
66
## Frontend Application
67
67
68
-
All of the commands in this section assume you are in the `app` directory
68
+
All of the commands in this section assume you are in the `app` directory.
69
+
70
+
By default, the frontend is configured to use the already deployed version of the oracle AMM
71
+
at address [`0x15F9ccA28688F5E6Cbc8B00A8f33e8cE73eD7B02`](https://mumbai.polygonscan.com/address/0x15F9ccA28688F5E6Cbc8B00A8f33e8cE73eD7B02) on Polygon Mumbai.
72
+
This means you can start playing with the application without going through the steps above (Remember to switch your wallet to Mumbai and to claim funds from a faucet to pay for the gas).
69
73
70
74
### Build
71
75
72
76
`npm ci`
73
77
74
78
### Run
75
79
76
-
TODO: describe configuration in this section once the configuration is less janky.
0 commit comments