Skip to content

Commit

Permalink
Remove ellipsis symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-thong committed Oct 26, 2023
1 parent 0d39764 commit dbf1148
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
```

0 comments on commit dbf1148

Please sign in to comment.