Polkadex-Substrate / Documentation

Contains tutorials and documentation on how to use Polkadex
https://www.polkadex.trade
Apache License 2.0
14 stars 6 forks source link

i add but not saving #2

Closed mahalamobile closed 3 years ago

mahalamobile commented 3 years ago

I add settings->developer

{ "OrderType": { "_enum": [ "BidLimit", "BidMarket", "AskLimit", "AskMarket" ] }, "Order": { "id": "Hash", "trading_pair": "Hash", "trader": "AccountId", "price": "FixedU128", "quantity": "FixedU128", "order_type": "OrderType" }, "MarketData": { "low": "FixedU128", "high": "FixedU128", "volume": "FixedU128" }, "LinkedPriceLevel": { "next": "Option", "prev": "Option", "orders": "Vec" }, "Orderbook": { "trading_pair": "Hash", "base_asset_id": "u32", "quote_asset_id": "u32", "best_bid_price": "FixedU128", "best_ask_price": "FixedU128" }, "LookupSource": "AccountId", "Address": "AccountId" }

and Save

when i return this is gone?

Gauthamastro commented 3 years ago

This issue is not related to Polkadex, you can create an issue at https://github.com/polkadot-js/apps

Closing this for now.

mahalamobile commented 3 years ago

is there an exposed api?

On Monday, December 7, 2020, 'Gautham' via info info@mahalamobile.co.za wrote:

This issue is not related to Polkadex, you can create an issue at https://github.com/polkadot-js/apps

Closing this for now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Polkadex-Substrate/Documentation/issues/2#issuecomment-739980594, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2VBKFVWNH7ZCCUAHJVIHTSTTWPLANCNFSM4UQO7FMA .