Bridge Admin Actions

Ethereum

Bridge contract address on Ethereum mainnet

Access control contract address

Update Relayer

Transaction Preview:

updateRelayer(
  _relayer: 0x...,
  update: true
)

Add Collateral

Must be USDT or USDC with 6 decimals

Transaction Preview:

addCollateral(
  _token: 0x...
)

Access Roles Management

Transaction Preview:

grantRole(
  role: RELAYER_MANAGER_ROLE,
  account: 0x...
)