Skip to content

Commit 782b688

Browse files
authored
correct documentation comments. max_gas in spot deploy is in HYPE. not in USDC (#180)
1 parent 3ad503f commit 782b688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/spot_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main():
2424
#
2525
# Takes part in the spot deploy auction and if successful, registers token "TEST0"
2626
# with sz_decimals 2 and wei_decimals 8.
27-
# The max gas is $1M USDC and represents the max amount to be paid for the spot deploy auction.
27+
# The max gas is 10,000 HYPE and represents the max amount to be paid for the spot deploy auction.
2828
register_token_result = exchange.spot_deploy_register_token("TEST0", 2, 8, 1000000000000, "Test token example")
2929
print(register_token_result)
3030
# If registration is successful, a token index will be returned. This token index is required for

0 commit comments

Comments
 (0)