Automates cross-chain transfers on Union V2 testnet.
- XION → Babylon
- Holesky → Xion (WETH)
- Corn → Babylon (WBTCN)
- Sepolia → Holesky (WETH/LINK)
- Install dependencies:
npm install ethers axios dotenv
- Add GitHub Secrets:
- Go to Settings → Secrets → Actions
- Add
PRIVATE_KEYwith your testnet wallet key
Manually trigger workflows in the Actions tab.
- Update
config.jswith real contract addresses. - Never commit
.envfiles!