Dashboard unlimited faucet
Watch on Loom → From the Virtual Environment dashboard, go to Faucet.- Paste an address or addresses (1 address per line)
- Enter the desired amount in the nominal currency (not WEI)
- Pick the currency. It can be one of:
- Network’s native token
- An existing ERC-20 token
- Select use custom token address and paste the token’s address
- Click Fund.
RPC unlimited faucet
You must use the Admin RPC URL to get access to the following RPC methods for manipulating account balances:tenderly_addBalance: Adds the balance to the provided account or accounts.tenderly_setBalance: Modifies the balance of an account or accounts.tenderly_setErc20Balance: Sets the token balance for the wallet on the provided erc20 contract. Does not emit aTransferevent.tenderly_addErc20Balance: Adds tokens to one or more wallets and emits a synthetic ERC-20Transferevent for each funded account, use this when indexers or log-based tooling need to pick up the balance change.tenderly_setMaxErc20Balance: Sets the maximum token balance for the wallet on the provided erc20 contract. Does not emit aTransferevent.
Fund ERC-20 balance
To fund DAI tokens (0x6B175474E89094C44Da98b954EedeAC495271d0F) to accounts ["0x40BdB4497614bAe1A67061EE20AAdE3c2067AC9e", "0xBd8DaA414Fda8a8A129F7035e7496759C5aF8570"]
with the value of 0xDE0B6B3A7640000, run the following script that uses tenderly_setErc20Balance.
showLineNumbers
Fund native balance
You can fund the account0xE58b9ee93700A616b50509C8292977FA7a0f8ce1 to value of 0xDE0B6B3A7640000 by running the following script that uses tenderly_setBalance.
Fund yield tokens
You can also fund staking tokens like stETH0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84 on wallet address 0xb5f45E52649123117C175B2016Ed3fCd26f9bE06 by running the following script that uses tenderly_setMaxErc20Balance.
The value will be set to the maximum possible uint256 value that the method algorithm calculates. At the moment it is not possible to predetermine the exact value.