We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad503f commit 782b688Copy full SHA for 782b688
examples/spot_deploy.py
@@ -24,7 +24,7 @@ def main():
24
#
25
# Takes part in the spot deploy auction and if successful, registers token "TEST0"
26
# 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.
+ # The max gas is 10,000 HYPE and represents the max amount to be paid for the spot deploy auction.
28
register_token_result = exchange.spot_deploy_register_token("TEST0", 2, 8, 1000000000000, "Test token example")
29
print(register_token_result)
30
# If registration is successful, a token index will be returned. This token index is required for
0 commit comments