export const name = 'SynthetixBridgeEscrow'; export const address = '0x3CC3B15e24C5Cf2a6eE9cfF998A844280AD85683'; 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 approveBridge(address _token, address _bridge, uint256 _amount)', 'function nominateNewOwner(address _owner)', 'function nominatedOwner() view returns (address)', 'function owner() view returns (address)', ];