Gnosis Bridge Hashi integration tests.
git submodule init
git submodule update
npm install
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
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