feat: base for USDT support

This commit is contained in:
Sérgio Salgado 2021-02-04 16:24:38 +00:00 committed by Josh Harvey
parent c94d043506
commit 1dd16c2220
5 changed files with 14 additions and 5 deletions

View file

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