Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 392 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 392 Bytes

mantle-erc721-bridge

mantle standard erc20 bridge

compile

yarn 
yarn hardhat compile 

test

# set env for test 
# example:
export L1_BRIDGE=0x610178dA211FEF7D417bC0e6FeD39F05609AD788
export PRIV_KEY=dbda1821b80551c9d65939329250298aa3472ba22feea921c0cf5d620ea67b97
# run test
node scripts/erc20_deposit_18.js
node scripts/erc20_deposit_6.js
```# mantle-erc20-bridge