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
feat: use CreateX to have deterministic deployment addresses across all chains. (#20)
* Use CreateX for deployments
* Fix lint
* Cleanup and add scripts test
* Refactor and simplify tasks usage.
* Transfer admin rights after deployment and cleanup
* Fix lint
* Add comments, WIP
* Add Rebalancer comments
* Add extra pool config
* Add extra pool admin renounce
* Update rebalancer comments
* Add comments for liquidity pools
* Move config from env to network config
* Update config for liquidity pool
* Update addresses in config
* Add Hub config
* Fix typos
---------
Co-authored-by: viatrix <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,11 @@ Local deployment wallet private key is: 0xac0974bec39a17e36ba4a6b4d238ff944bacb4
24
24
25
25
To deploy to live networks, create a `.env` file using the `.env.example` and fill in the relevant variables (only the ones needed for your deployment).
26
26
You need to have a private key specified.
27
+
Inspect and modify if needed the `network.config.ts`.
27
28
To deploy to Base Testnet do:
28
29
29
30
npm run deploy-basetest
30
31
31
32
Make sure to save the output of the deployment. You can use those later in the `.env` file to run other scripts on the already deployed system.
32
33
33
-
You could optionally set VERIFY to `true` in order to publish the source code after deployemnt to sourcify.dev.
34
+
You could optionally set VERIFY to `true` in order to publish the source code after deployment to Etherscan.
0 commit comments