diff --git a/envs.json b/envs.json index 02068bfe18..c8ce3af483 100644 --- a/envs.json +++ b/envs.json @@ -5,7 +5,7 @@ "network_ids": { "neon": 111, "sol": 112, - "usd": 113, + "usdt": 113, "eth": 114 }, "solana_url": "http://proxy.night.stand.neontest.xyz/node-solana", @@ -140,7 +140,7 @@ "network_ids": { "neon": 111, "sol": 112, - "usd": 113, + "usdt": 113, "eth": 114 }, "solana_url": "http://127.0.0.1:8899/", diff --git a/integration/tests/basic/test_payment_in_different_tokens.py b/integration/tests/basic/test_payment_in_different_tokens.py index 9eb4c19cbc..5e888be08a 100644 --- a/integration/tests/basic/test_payment_in_different_tokens.py +++ b/integration/tests/basic/test_payment_in_different_tokens.py @@ -245,8 +245,9 @@ def test_call_different_chains_contracts_in_one_transaction( bunch_contract_neon, _ = self.web3_client.deploy_and_get_contract( contract="common/Common", version="0.8.12", contract_name="BunchActions", account=alice ) - + print("CHAINS", chains) for chain in chains: + print("Chain ", chain) bunch_contract = chains[chain]["client"].get_deployed_contract( bunch_contract_neon.address, "common/Common", contract_name="BunchActions" ) diff --git a/integration/tests/conftest.py b/integration/tests/conftest.py index b0af8b0e5f..d15379c8a8 100644 --- a/integration/tests/conftest.py +++ b/integration/tests/conftest.py @@ -254,7 +254,7 @@ def account_with_all_tokens( operator_keypair, evm_loader_keypair, ): - neon_account = web3_client.create_account_with_balance(faucet, bank_account=eth_bank_account) + neon_account = web3_client.create_account_with_balance(faucet, bank_account=eth_bank_account, amount=500) if web3_client_sol: sol_client_session.request_airdrop(solana_account.public_key, 1 * LAMPORT_PER_SOL) sol_client_session.deposit_wrapped_sol_from_solana_to_neon(