ebtc-protocol/ebtc

Design and implement Sepolia test collateral faucet

Closed this issue · 1 comments

Smart Contract:

  • Whitelist for unlimited amount minting (needed for funding LP, bots, etc)
  • Fixed daily cap for non-whitelisted users
  • Ownable to manage whitelist, cap and cooldown

Frontend:

  • Faucet button that appears only when in Testnet. Button should open a faucet modal that allows for input of mint amount.

Faucet added at the contract level and will be deployed with the Sepolia release: #608