Skip to content

AggLayer: store token name in faucet storage #2585

@mmagician

Description

@mmagician

The AggLayer faucet currently stores token symbol and decimals but not the full token name. The token name is needed to:

  1. Compute the metadata hash on-chain: keccak256(abi.encode(name, symbol, decimals))
  2. Enable future on-chain verification of the metadata hash during faucet registration

Related work: PR #2439 (Token Metadata extension to form standard) adds token name to the standard faucet metadata. Once that lands, the AggLayer faucet should use it.

Context: #2453, PR #2583

Metadata

Metadata

Assignees

No one assigned

    Labels

    agglayerPRs or issues related to AggLayer bridging integration

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions