diff --git a/packages/server/tests/acceptance/rpc_batch2.spec.ts b/packages/server/tests/acceptance/rpc_batch2.spec.ts index b74c0166fa..de826ec54e 100644 --- a/packages/server/tests/acceptance/rpc_batch2.spec.ts +++ b/packages/server/tests/acceptance/rpc_batch2.spec.ts @@ -755,7 +755,7 @@ describe('@api-batch-2 RPC Server Acceptance Tests', function () { const mainContract = new ethers.Contract(mainContractAddress, TokenCreateJson.abi, accounts[0].wallet); const tx = await mainContract.createNonFungibleTokenPublic(account.wallet.address, { - value: BigInt('30000000000000000000'), + value: BigInt('50000000000000000000'), ...Helper.GAS.LIMIT_5_000_000, }); global.logger.debug(`Start creating NFT HTS Token`); @@ -777,7 +777,7 @@ describe('@api-batch-2 RPC Server Acceptance Tests', function () { before(async () => { global.logger.debug(`Starting eth_getCode test suite`); mainContract = await Utils.deployContract(TokenCreateJson.abi, TokenCreateJson.bytecode, accounts[3].wallet); - global.logger.debug(`Finished deploying mainContract: ${JSON.stringify(mainContract)}`); + global.logger.debug(`Finished deploying mainContract: ${JSON.stringify(mainContract.target)}`); mainContractAddress = mainContract.target as string; const accountWithContractIdKey = await servicesNode.createAccountWithContractIdKey(