Testnet Testing

Trigger a Graffiti

Call HeroglyphRelay.executeRelay. We removed the security on the testnet

function executeRelay(GraffitiData[] calldata _graffities) external 
    returns (uint256 totalOfExecutions_);

Where GraffitiData is

    struct GraffitiData {
        string validatorName; // validator identity name
        string[] tickers; // tickers in the graffiti, can be empty
        uint32[] lzEndpointTargets; //lzEndpointTargets for each tickers
        uint32 mintedBlock; // block minted
        uint32 slotNumber; // Slot of the block
        string graffitiText; // Graffiti Text -- Only for F-E
        uint32 validatorId; // Validator Id -- Much match the Graffiti ID's validator
    }

Mint $BADGES

If for some reason you want to use badges, you can mint them with

HeroglyphAttestation.faucet(address _to)

Deployed Contracts - Sepolia

Last updated