export const name = 'SynthetixBridgeEscrow'; export const address = '0x82Ba4757ADADb2CD1eEA2F393D8e178279066197'; export const source = 'SynthetixBridgeEscrow'; export const abi = [ 'constructor(address _owner)', 'event BridgeApproval(address _token, address indexed spender, uint256 value)', 'event OwnerChanged(address oldOwner, address newOwner)', 'event OwnerNominated(address newOwner)', 'function acceptOwnership()', 'function nominateNewOwner(address _owner)', 'function nominatedOwner() view returns (address)', 'function owner() view returns (address)', 'function approveBridge(address _token, address _bridge, uint256 _amount)', ];