Skip to content

Instantly share code, notes, and snippets.

View SC4RECOIN's full-sized avatar
🦝

Kurtis Streutker SC4RECOIN

🦝
  • Toronto, ON
View GitHub Profile
@SC4RECOIN
SC4RECOIN / dYdX_slow_withdraw_p2.py
Created July 10, 2022 20:19
A script for completing the second part of a slow dYdX withdrawal. I needed to create this script as there was bug in the web app preventing me from completing this step so my withdrawal was stuck.
import requests
from web3 import Web3
from dydx3 import constants
from dydx3 import Client
WEB_PROVIDER_URL = "https://mainnet.infura.io/v3/..."
ETHEREUM_ADDRESS = "0x6E..."
ETHEREUM_KEY = "da..."