Type Alias FeeTokenInfo

FeeTokenInfo: { address: Address; chainId: number }

Information about the fee token to be used for the transaction

Type declaration

  • address: Address

    Address of the fee token

    "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" // USDC
    
  • chainId: number

    Chain ID where the fee token is deployed

    1 // Ethereum Mainnet