Skip to content

Commit

Permalink
clarified new_group.md some more
Browse files Browse the repository at this point in the history
  • Loading branch information
dd committed Apr 30, 2021
1 parent b7b85ab commit 734e950
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions cli/new_group.md
Expand Up @@ -2,9 +2,10 @@
2. Go to blockworks-foundation/solana-flux-aggregator, Add the token pairs you want into config/setup.dev.json
3. Run `yarn solink setup config/setup.dev.json`
4. Make sure the feeds in solana flux aggregator can feed new tokens
5. Add the oracle pubkeys found in deploy.dev.json into ids.json devnet.oracles
6. Add the token mints to ids.json devnet.symbols
7. Amend devnet.env and add new symbols
* Make sure the supported exchanges in feeds.ts have the tokens you want, if not write the feed
5. Add the oracle pubkeys found in deploy.dev.json into mango-client-ts/src/ids.json devnet.oracles
6. Add the token mints for your new tokens to ids.json devnet.symbols
7. Amend devnet.env and add your new new symbols
8. List the new markets. For example:

```
Expand Down Expand Up @@ -36,4 +37,6 @@ cargo run -- $CLUSTER init-mango-group \
--tokens $TOKENS \
--mango-program-id $MANGO_PROGRAM_ID \
--borrow-limits $BORROW_LIMITS
```
```

13. For mainnet, it's recommended that you first do this on devnet and then rework it for mainnet

0 comments on commit 734e950

Please sign in to comment.