Appearance
Creates an erc20.
erc20
import { createERC20 } from 'reverse-mirage' const usdc = createERC20({ address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', name: 'USD Coin', symbol: 'USDC', decimals: 6, chainID: 1, })
The erc20 token that was just created.