Skip to content

Commit

Permalink
update lockproxy with safeERC20 transfer and transferFrom (#8)
Browse files Browse the repository at this point in the history
* add update lockproxy with safeERC20 transfer and transferFrom

* add usdt code on mainnet

* delete unused code

* update safeERC20

* update lockproxy, ongx, ontx abi

* change _totalSupply variable into _totalSupply1, then generate go abi file

* update lockproxy error msg
  • Loading branch information
skyinglyh1 authored Sep 3, 2020
1 parent 38d8c2e commit c9212e4
Show file tree
Hide file tree
Showing 8 changed files with 9,985 additions and 529 deletions.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ Download go-ethereum, choose the preferred version and build the executable abig
./abigen --sol ./contracts/core/assets/btc/BTCX.sol --pkg btcx_abi > ./go_abi/btcx_abi/btcx_abi.go
./abigen --sol ./contracts/core/assets/ont/ONTX.sol --pkg ontx_abi > ./go_abi/ontx_abi/ontx_abi.go
./abigen --sol ./contracts/core/assets/ont/xONT.sol --pkg ontx_abi > ./go_abi/ontx_abi/ontx_abi.go
./abigen --sol ./contracts/core/assets/ong/ONGX.sol --pkg ongx_abi > ./go_abi/ongx_abi/ongx_abi.go
./abigen --sol ./contracts/core/assets/oep4_template/OEP4Template.sol --pkg oep4_abi > ./go_abi/oep4_abi/oep4_abi.go
./abigen --sol ./contracts/core/assets/erc20_template/ERC20Template.sol --pkg erc20_abi > ./go_abi/erc20_abi/erc20_abi.go
```

## Truffle test instruction
Expand Down
Loading

0 comments on commit c9212e4

Please sign in to comment.