blockworks-foundation / mango-explorer

A project to explore and provide useful code for Mango Markets (https://mango.markets/).
MIT License
155 stars 87 forks source link

Use SOL-PERP instead of BTC-PERP in docs #69

Closed stevel408 closed 2 years ago

stevel408 commented 2 years ago

Since there is no BTC-PERT on devnet any more. Here's the PR to update the main README file and the market maker quick-start.

There are two tiny other changes to the doc, one to make it slightly more friendly, and the other is to correct something broken because this market maker demo does not support the --url devnet parameter.

One other thing though, the market maker quick-start still doesn't run, reporting Could not find base instrument with symbol 'FTT'. This has to do with other symbol changes in the system I think. I'm happy to take a crack at it too, but let me know if you think it has to be in this PR, or you can merge this first.

riordanp commented 2 years ago

Many thanks for your contribution!