feat: integration of erc-20 tokens
This commit is contained in:
parent
0b5da0b78f
commit
dfca785ed0
7 changed files with 127 additions and 29 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue