-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
-
remove built-in tokens in https://github.com/fluidex/dingir-exchange/blob/master/migrations/20210223072038_markets_preset.sqlkeep it - deploy several token contracts locally according to markets_preset.sql
- FluiDex.sol should only allow
add_token
by admin (add admin account contracts.demo#26) - admin invokes
add_token
according to the sequence in markets_preset.sql - eth_listener skips
add_token to exchange
, but only watchesdeposit
- can make use of cargo feature to disable
add_token
(use cargo feature to allow disableadd_token
handling eth_listener#3)
- can make use of cargo feature to disable
- how can bots&users get tokens
- minter sends to bots (in another process, not hardcode in contract directly)
also need to upgrade bot code? but looks too coupling with ETH-stuff?bots retry until have funds
- user get USDT from faucet. faucet may need to be configurable?
- minter sends to bots (in another process, not hardcode in contract directly)
- TODO: clean up front-end permissionless listing related stuff (https://github.com/fluidex/tmp_frontend/issues/245)
Metadata
Metadata
Assignees
Labels
No labels