fix: remove test coin

This commit is contained in:
Sérgio Salgado 2021-02-05 18:25:39 +00:00 committed by Josh Harvey
parent dfca785ed0
commit b950519843
3 changed files with 1 additions and 5 deletions

View file

@ -1,4 +1,3 @@
const USDT = require('./abi/usdt.json')
const YEENUS = require('./abi/yeenus.json')
module.exports = { USDT, YEENUS }
module.exports = { USDT }