Add supported token to Factory
Support a new token on Seadex.
Last updated
Was this helpful?
Support a new token on Seadex.
Last updated
Was this helpful?
Follow the instructions on .
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:
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:
Only Seadex deployer can add the supported tokens.
This will add your token to the list. Now, you can follow , to show up token on the interface.