From f86231664c369c43f34c79e4173cb243dae20825 Mon Sep 17 00:00:00 2001 From: tushar994 <54453857+tushar994@users.noreply.github.com> Date: Wed, 23 Jul 2025 17:43:09 +0530 Subject: [PATCH] correct documentation comments. max_gas in spot deploy is in HYPE. not in USDC --- examples/spot_deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spot_deploy.py b/examples/spot_deploy.py index b53dd01b..a5f4e938 100644 --- a/examples/spot_deploy.py +++ b/examples/spot_deploy.py @@ -24,7 +24,7 @@ def main(): # # Takes part in the spot deploy auction and if successful, registers token "TEST0" # with sz_decimals 2 and wei_decimals 8. - # The max gas is $1M USDC and represents the max amount to be paid for the spot deploy auction. + # The max gas is 10,000 HYPE and represents the max amount to be paid for the spot deploy auction. register_token_result = exchange.spot_deploy_register_token("TEST0", 2, 8, 1000000000000, "Test token example") print(register_token_result) # If registration is successful, a token index will be returned. This token index is required for