Add supported token to Factory
Support a new token on Seadex.
Install Local version
Follow the instructions on Local deployment.
Once you've have the local version, enter into the seadex-contracts
container:
Inside the container install module dependencies:
Then edit the support-token.js to add your supported token:
/home/node/app/scripts/support-token.js
Once you finished the edition by adding your own factory address: line 4, and your deployed token address on line 6, you can call the hardhat to run script against moonriver blockchain:
This will add your token to the list. Now, you can follow Managing Token, to show up token on the interface.
Only Seadex deployer can add the supported tokens.
Last updated