Enumeration BoostValidatorEOA

An enum of verified Boost Validator EOA (Externally Owned Account) addresses used by the Boost protocol for validating transactions on mainnet and testnet environments.

// Initialize a SignerValidator using the pre-configured EOA address of a verified Boost validator.
// If no validator is provided to core.createBoost(...), then this is what will be used by default.
const validator = core.SignerValidator({
signers: [BoostValidatorEOA.[TESTNET | MAINNET]],
validatorCaller: core.assertValidAddress()
})

Enumeration Members

Enumeration Members

MAINNET: `0x${string}`
TESTNET: `0x${string}`