mirror of
https://github.com/JamesLHW/polymarket-quick-trade.git
synced 2026-08-25 03:28:05 +00:00
Hardcode builder code
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ PORT = 8890
|
||||
ALCHEMY_KEY = os.getenv("ALCHEMY_KEY", "")
|
||||
RPC_URL = f"https://polygon-mainnet.g.alchemy.com/v2/{ALCHEMY_KEY}"
|
||||
|
||||
POLY_BUILDER_CODE = os.getenv("POLY_BUILDER_CODE", "0x0000000000000000000000000000000000000000000000000000000000000000")
|
||||
POLY_BUILDER_CODE = "0xe7bd311abb3a706580f8f5dea993360e4805582f0a7cceb3d1a3abf87bbf7697"
|
||||
|
||||
# 滑点配置
|
||||
BUY_SLIPPAGE = 0.10 # 买入滑点 (10 cents)
|
||||
|
||||
Reference in New Issue
Block a user