dethcode icon indicating copy to clipboard operation
dethcode copied to clipboard

end-to-end tests or a command for visiting known contracts

Open hasparus opened this issue 4 years ago • 0 comments

Example URLs:

const BUSD_ON_BSCSCAN =
  "/token/0xe9e7cea3dedca5984780bafc599bd69add087d56?explorer=bscscan";
const WTFM_ON_FMTSCAN =
  "/address/0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83?explorer=fmtscan";
const BINARYPUNKS_ON_TESTNET_FMTSCAN =
  "/token/0x8b08550c4964e4fda760660a2fc5ea64df406193#readContract?explorer=testnet.ftmscan";
const UNISWAP_POSITIONS_ON_ARBISCAN =
  "/address/0xc36442b4a4522e871399cd717abdd847ab11fe88?explorer=arbiscan";
const UNISWAP_POSITIONS_ON_TESTNET_ARBISCAN =
  "/0xc36442b4a4522e871399cd717abdd847ab11fe88?explorer=testnet.arbiscan";
const TETHER_ON_SNOWTRACE =
  "/0xc7198437980c041c805a1edcba50c1ce5db95118?api=snowtrace";

hasparus avatar Dec 20 '21 16:12 hasparus