Hi Guys,
I am on ganche and using typescript and in my tests
I am declaring the gsn configuration like this
gsnConfig = configureGSN.configureGSN({ gasPriceFactorPercent: 70, maxRelayNonceGap: 3, methodSuffix: '', jsonStringifyRequest: false, chainId: 1337, relayLookupWindowBlocks: 1e5, preferredRelays: [ 'http://127.0.0.1:49835' ], relayHubAddress: RELAYHUB.address, paymasterAddress: paymaster.address, forwarderAddress: FORWARDER.address, clientId: '1', sliceSize: 3, logLevel: 1, minGasPrice: 0, relayTimeoutGrace: 1800 })
But I get Error: Resolve cannot override passed values error I am setting all the values defined in export GSNConfig interface can anyone look into it?