Moola integration for Ubeswap.
Currently this consists of the UbeswapMoolaRouter
, which allows users to perform deposits and withdrawals in the same transaction as a swap.
See /deployments for mainnet and Alfajores contract addresses.
Contracts are verified using Sourcify.
<network>
is either alfajores
or mainnet
.
yarn hardhat deploy --network alfajores --step router
Run yarn build
and use the metadata in build/metadata/UbeswapMoolaRouter/metadata.json
to upload to Sourcify.
MIT