keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

magically hex TDT ID if given in decimal #328

Open brandoncurtis opened 4 years ago

brandoncurtis commented 4 years ago

TDT IDs are given in decimal in many block explorers: https://ropsten.etherscan.io/token/0x20ea5b307ee28eefc15a3e6d945c5e8da5a8add9

If a decimal TDT ID is provided, automatically convert from decimal to a hex address.

mhluongo commented 4 years ago

Ooh good idea, thanks @brandoncurtis!