Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 496 Bytes

@junhoyeo/faucet

🤖 Automation for Bootstrapping Testnet Tokens in Blockchain Faucets —
Currently Supports WEMIX and KLAY

yarn add @junhoyeo/faucet
import { requestFunds } from '@junhoyeo/faucet';

requestFunds(
  'klaytn', // 'wemix' | 'klaytn'
  '0x7777777141f111cf9F0308a63dbd9d0CaD3010C4',
  1200,
);