difftreelog
test fix evm tests start
in: master
2 files changed
tests/src/config.tsdiffbeforeafterboth--- a/tests/src/config.ts
+++ b/tests/src/config.ts
@@ -7,6 +7,7 @@
const config = {
substrateUrl: process.env.substrateUrl || 'ws://127.0.0.1:9944',
+ frontierUrl: process.env.frontierUrl || 'http://127.0.0.1:9933',
};
export default config;
\ No newline at end of file
tests/src/eth/allowlist.test.tsdiffbeforeafterboth32 });32 });33 });33 });343435 itWeb3.only('Non-whitelisted user can\'t call contract with allowlist enabled', async ({ api }) => {35 itWeb3('Non-whitelisted user can\'t call contract with allowlist enabled', async ({ api }) => {36 await usingWeb3Http(async web3Http => {36 await usingWeb3Http(async web3Http => {37 const owner = await createEthAccountWithBalance(api, web3Http);37 const owner = await createEthAccountWithBalance(api, web3Http);38 const flipper = await deployFlipper(web3Http, owner);38 const flipper = await deployFlipper(web3Http, owner);