Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase committed Nov 5, 2024
1 parent f71c25e commit d59550d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def uniswap_v3_create_pool(wallet: Wallet, token_a: str, token_b: str, fee: str)
Args:
wallet (Wallet): The wallet to create the pool from.
token_a (str): The address of the first token to trade.
token_b (str): The address of the second token to trade.
token_a (str): The address of the first token to trade, e.g. 0x4200000000000000000000000000000000000006 for native gas token
token_b (str): The address of the second token to trade, e.g. 0x1234567890123456789012345678901234567890 for ERC20 token
fee (str): The fee to charge for trades, denominated in hundredths of a bip (i.e. 1e-6).
Returns:
Expand Down

0 comments on commit d59550d

Please sign in to comment.