citycoins / ui

Basic UI components for interacting with the CityCoin contract. Requires Stacks Wallet for Web.
https://minecitycoins.com
GNU General Public License v3.0
28 stars 13 forks source link

Use CHAIN_SUFFIX where possible #145

Closed whoabuddy closed 2 years ago

whoabuddy commented 2 years ago

Is your feature request related to a problem? Please describe.

There are a few areas that determine the chain suffix for a link by checking isMainnet or isTestnet, however this is redundant as the constant CHAIN_SUFFIX computes this automatically.

Describe the solution you'd like

Update all links to use CHAIN_SUFFIX instead of checking for the network.

whoabuddy commented 2 years ago

Fixed in #147