feat: integration of erc-20 tokens

This commit is contained in:
Sérgio Salgado 2021-02-05 18:18:23 +00:00 committed by Josh Harvey
parent 0b5da0b78f
commit dfca785ed0
7 changed files with 127 additions and 29 deletions

View file

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