Skip to content

crosschain-alliance/tokenbridge-contracts-migration-tests

Repository files navigation

tokenbridge-contracts-migration-tests

Gnosis Bridge Hashi integration tests.

 


 

Dependencies

git submodule init
git submodule update
npm install

 


 

E2E test

AMB

cd tokenbridge-contracts
git checkout feat/hashi-integration-amb
cd ..
npx hardhat compile
npx hardhat node --fork <your-ethereum-node>
npx hardhat node --fork <your-gnosis-node> --port 8544
npx hardhat AMB:e2e --network fmainnet

xDAI Bridge

cd tokenbridge-contracts
git checkout feat/hashi-integration-xdai-bridge
cd ..
npx hardhat compile
npx hardhat node --fork <your-ethereum-node>
npx hardhat node --fork <your-gnosis-node> --port 8544
npx hardhat XDAIBridge:e2e --network fmainnet

About

Gnosis Bridge Hashi Integration tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published