mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-07 13:25:50 +00:00
Update and rename create_checks.py to create_check.py
This commit is contained in:
@@ -19,7 +19,7 @@ def symbol_to_hex(symbol: str = None) -> str:
|
|||||||
|
|
||||||
|
|
||||||
# check receiver address
|
# check receiver address
|
||||||
receiver_addr = "rxxxxxxxxxxxxxxxxxxxxxxx"
|
receiver_addr = generate_faucet_wallet(client=client).classic_address
|
||||||
|
|
||||||
# token name
|
# token name
|
||||||
token = "LegitXRP"
|
token = "LegitXRP"
|
||||||
@@ -28,7 +28,7 @@ token = "LegitXRP"
|
|||||||
amount = 10.00
|
amount = 10.00
|
||||||
|
|
||||||
# token issuer address
|
# token issuer address
|
||||||
issuer = "rxxxxxxxxxxxxxxxxxxxxxxxx"
|
issuer = generate_faucet_wallet(client=client).classic_address
|
||||||
|
|
||||||
# check expiry date
|
# check expiry date
|
||||||
expiry_date = int # from xrpl.utils import datetime_to_ripple_time()
|
expiry_date = int # from xrpl.utils import datetime_to_ripple_time()
|
||||||
@@ -65,7 +65,7 @@ print(stxn_result["hash"])
|
|||||||
|
|
||||||
|
|
||||||
# check receiver address
|
# check receiver address
|
||||||
receiver_addr = "rxxxxxxxxxxxxxxxxxxxxxxxx"
|
receiver_addr = generate_faucet_wallet(client=client).classic_address
|
||||||
|
|
||||||
# amount of xrp to deliver
|
# amount of xrp to deliver
|
||||||
amount = 10.00
|
amount = 10.00
|
||||||
Reference in New Issue
Block a user