I hereby claim:
- I am haythemsellami on github.
- I am haythem96 (https://keybase.io/haythem96) on keybase.
- I have a public key ASAMNPtK5ve9zFsc8hxju1Yocle_H-VFoDGyuE0OlI1pvwo
To claim this, I am signing this object:
| Running tests ... | |
| Traceback (most recent call last): | |
| File "/Users/haythem/miniconda3/envs/tycho-protocol-sdk-testing/lib/python3.9/site-packages/urllib3/connection.py", line 198, in _new_conn | |
| sock = connection.create_connection( | |
| File "/Users/haythem/miniconda3/envs/tycho-protocol-sdk-testing/lib/python3.9/site-packages/urllib3/util/connection.py", line 85, in create_connection | |
| raise err | |
| File "/Users/haythem/miniconda3/envs/tycho-protocol-sdk-testing/lib/python3.9/site-packages/urllib3/util/connection.py", line 73, in create_connection | |
| sock.connect(sa) | |
| OSError: [Errno 49] Can't assign requested address |
I hereby claim:
To claim this, I am signing this object:
| // File: contracts/packages/oz/upgradeability/Initializable.sol | |
| // openzeppelin-contracts-upgradeable v3.0.0 | |
| /** | |
| * SPDX-License-Identifier: UNLICENSED | |
| */ | |
| pragma solidity =0.6.10; | |
| pragma experimental ABIEncoderV2; |
| const { ethers } = require("ethers"); | |
| const { DefenderRelaySigner, DefenderRelayProvider } = require('defender-relay-client/lib/ethers'); | |
| const AddressBookAbi = [ | |
| { | |
| "anonymous": false, | |
| "inputs": [ | |
| { | |
| "indexed": false, | |
| "internalType": "bytes32", |
| // File: contracts/interfaces/OracleInterface.sol | |
| // SPDX-License-Identifier: UNLICENSED | |
| pragma solidity 0.6.10; | |
| interface OracleInterface { | |
| function isLockingPeriodOver(address _asset, uint256 _expiryTimestamp) external view returns (bool); | |
| function isDisputePeriodOver(address _asset, uint256 _expiryTimestamp) external view returns (bool); |
| /** | |
| * SPDX-License-Identifier: UNLICENSED | |
| */ | |
| pragma solidity =0.6.10; | |
| // File: contracts/interfaces/OpynPricerInterface.sol | |
| interface OpynPricerInterface { | |
| function getPrice() external view returns (uint256); |
| /** | |
| * SPDX-License-Identifier: UNLICENSED | |
| */ | |
| pragma solidity =0.6.10; | |
| pragma experimental ABIEncoderV2; | |
| // File: contracts/external/canonical-weth/WETH9.sol | |
| // Copyright (C) 2015, 2016, 2017 Dapphub |
| /** | |
| * SPDX-License-Identifier: UNLICENSED | |
| */ | |
| pragma solidity =0.6.10; | |
| pragma experimental ABIEncoderV2; | |
| // File: contracts/packages/oz/SafeMath.sol | |
| /** |
| // File: contracts/packages/oz/upgradeability/Proxy.sol | |
| // SPDX-License-Identifier: UNLICENSED | |
| // openzeppelin-contracts-upgradeable v3.0.0 | |
| pragma solidity 0.6.10; | |
| /** | |
| * @title Proxy | |
| * @dev Gives the possibility to delegate any call to a foreign implementation. |
| /** | |
| * SPDX-License-Identifier: UNLICENSED | |
| */ | |
| pragma solidity =0.6.10; | |
| pragma experimental ABIEncoderV2; | |
| // File: contracts/packages/oz/upgradeability/Initializable.sol | |
| /** |