-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathconfig.py
31 lines (29 loc) · 2.5 KB
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
from web3 import Web3
goerli_weth_address = Web3.to_checksum_address('0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6')
goerli_usdc_address = Web3.to_checksum_address('0x07865c6E87B9F70255377e024ace6630C1Eaa37F')
goerli_meson_contract_address = Web3.to_checksum_address('0x0d12d15b26a32e72A3330B2ac9016A22b1410CB6')
b2_meson_contract_address = Web3.to_checksum_address('0x0d12d15b26a32e72A3330B2ac9016A22b1410CB6')
goerli_symbiosis_contract_address = Web3.to_checksum_address('0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D')
b2_testnet_blow_contract_address = Web3.to_checksum_address('0x6B7aB2622BfE00d62b4C787C2b3D29b021219b88')
b2_testnet_wbtc_address = Web3.to_checksum_address('0x720114819c30558f8c5807ab76a5030febb6caae')
b2_testnet_eth_address = Web3.to_checksum_address('0x457abccdfdc6fa256f8c50ab617b4e68677ed309')
b2_testnet_usdc_address = Web3.to_checksum_address('0x6125bd1b49822ea3a052d2edbd7ceb965f5c3edd')
b2_testnet_usdt_address = Web3.to_checksum_address('0x17459858c5bad5e97e48eb831fa8b1096964b0d7')
b2_testnet_blow_lp_contract_address = Web3.to_checksum_address('0x0C467640b1d4D990927109c5CA6e13a6c9B65Adb')
b2_stable_coin_lp_contract_address = Web3.to_checksum_address('0x71e5bDa7fE44827D69B10b18bbdf6a1ce8c61d90')
b2_lend_core = Web3.to_checksum_address('0xaD89Db5244ef8c318Ee9F6a83839bDe441308fFF')
b2_lend_btc_market = Web3.to_checksum_address('0x87a074cD89DB1664cA4C16289a651bC9395f6282')
b2_lend_borrow_usdc = Web3.to_checksum_address('0xE42572850BefB5859475d773646b5741DD478Db9')
owlto_sepolia_bridge = Web3.to_checksum_address('0x5e809A85Aa182A9921EDD10a4163745bb3e36284')
shoebill_faucet_weth = Web3.to_checksum_address('0xAd0856F1A517dF866FAF69563105c7C073C44446')
shoebill_faucet_stone = Web3.to_checksum_address('0xB762B8dA36B59f7dF9aeE066a364c08aac746DbF')
shoebill_supply = Web3.to_checksum_address('0x80E81348D9386Eb4d10c2A32A7458638cD3308dF')
shoebill_borrow = Web3.to_checksum_address('0xE103F874B2D144C5B327FA3d57069Bb19c0779e2')
oooo_bridge = Web3.to_checksum_address('0x7EcF9dadDF7EE01D850150cB360C824CfA322D8D')
dmain_send = Web3.to_checksum_address('0x64812F1212f6276068A0726f4695a6637DA3E4F8')
dmain_nft = Web3.to_checksum_address('0xD4276Edd50813aD26C1c493b66Ee2dFDD3B45230')
layercraft_nft_contract_address = Web3.to_checksum_address('0xc6aa5857fb7ff7f0a2b9f72d38b744aca251fb80')
layercraft_market = Web3.to_checksum_address('0x547396018c41Cb7211A8f685515A9a3Aa7eb3e87')
layercraft_wbtc_address = Web3.to_checksum_address('0x0d4Fa73d08Cd92BB27688d8929C1C8faa38aA2A8')
# 保存账户链接
my_file_name = 'account.txt'