Bridge Admin Actions

Ethereum

Bridge contract address on Ethereum mainnet

Access control contract address

Update Relayer

Transaction Preview:

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

Access Roles Management

Transaction Preview:

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

Add Collateral

Supports any ERC20 collateral token

Transaction Preview:

addCollateral(
  _token: 0x90A2a4c76b5D8c0bc892A69EA28Aa775a8f2dD48
)

Update SpotSwap

Add Adapter to SpotSwap

Map Token to Adapter