export const name = 'SynthetixBridgeEscrow'; export const address = '0x30664E995FC10320f57E3a5B81A8FEcd2ACdB078'; 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)', ];