This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
from web3.contract import ConciseContract | |
from web3 import Web3, HTTPProvider | |
from zero_ex.order_utils import asset_data_utils, sign_hash | |
from zero_ex.order_utils import generate_order_hash_hex | |
import time | |
from random import randint | |
from eth_abi import encode_single | |
from binascii import unhexlify |