Skip to content

Commit 87adcb2

Browse files
committed
Increase prefunded amount in test
1 parent d4c7b2c commit 87adcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starknet_py/tests/unit/signer/test_ledger_signer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ async def test_deploy_account_and_transfer(client_fork_mode):
235235
await mint_token_on_devnet(
236236
url=rpc_client.url.replace("/rpc", ""),
237237
address=address,
238-
amount=5000000000000000000000,
238+
amount=50000000000000000000000000,
239239
unit="FRI",
240240
)
241241
# docs-deploy-account-and-transfer: start

0 commit comments

Comments
 (0)