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 7fc9ed9 commit 2c0a9c3Copy full SHA for 2c0a9c3
examples/ra-tls-client/client/client_test.py
@@ -587,11 +587,13 @@ async def main() -> None:
587
#
588
# Wrap FLR to WFLR
589
wrap_tx_hash = await wrap_flr(
590
- amount=20.0, # 1 FLR
591
- attestation_token=attestation_token
+ amount=20.0, # 1 FLR
+ attestation_token=attestation_token,
592
)
593
if wrap_tx_hash:
594
- logger.debug(f"Wrap Transaction hash: https://flarescan.com/tx/0x{wrap_tx_hash}")
+ logger.debug(
595
+ f"Wrap Transaction hash: https://flarescan.com/tx/0x{wrap_tx_hash}"
596
+ )
597
598
599
# SparkDEX swap
0 commit comments