This file contains hidden or 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
# Friend.tech Account Closer | |
# Over the hype? Run this script to sell all keys, and send BASE ETH to another wallet. | |
import requests | |
from web3 import Web3 | |
from web3.middleware import geth_poa_middleware,construct_sign_and_send_raw_middleware | |
# USER VARIABLES | |
provider_rpc ="https://mainnet.base.org" | |
withdrawal_wallet_addr = "WALLET_ADDRESS_2_WITHDRAW" | |
friendtech_wallet = "FRIENDTECH_WALLET" |