POOL ID #10
Unanswered
alphatrade1
asked this question in
Q&A
POOL ID
#10
Replies: 1 comment 2 replies
-
Hmm, is this Ethereum mainnet? Pool addresses will be different on other networks. Other than that, it depends on which pool you want to access... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running
get pool info
try:
variables = {"pool_id": POOL_ID}
response = client.execute(gql(pool_query), variable_values=variables)
returns pool not found for the pool ID in the script:
default pool id is the 0.3% USDC/ETH pool
POOL_ID = "0x8ad599c3a0ff1de082011efddc58f1908eb6e6d8"
What should be the pool id?
Beta Was this translation helpful? Give feedback.
All reactions