diff --git a/README.md b/README.md index 1e3f2c0..9619209 100644 --- a/README.md +++ b/README.md @@ -19,38 +19,32 @@ More metadata will be added in the future if required by the Demex frontend. Ple "featured_markets": [ "market_1", "market_2", - "market_3", - ... + "market_3" ], "blacklisted_markets": [ "blacklisted_market_1", "blacklisted_market_2", - "blacklisted_market_3", - ... + "blacklisted_market_3" ], "blacklisted_pools": [ "blacklisted_pool_1", "blacklisted_pool_2", - "blacklisted_pool_3", - ... + "blacklisted_pool_3" ], "blacklisted_tokens": [ "blacklisted_token_1", "blacklisted_token_2", - "blacklisted_token_3", - ... + "blacklisted_token_3" ], "transfer_options": { "chain_1": 0, "chain_2": 1, - "chain_3": 2, - ... + "chain_3": 2 }, "network_fees": { "token_denom_1": 0, "token_denom_2": 1, - "token_denom_3": 2, - ... + "token_denom_3": 2 } } ```