Evgeny Svirsky

Results 9 comments of Evgeny Svirsky

Any updates on this? Could you please tell the way to put guzzle logs to separate channel and file?

Hello. Looks like logs from guzzle putting to app.DEBUG channel. Could you please tell the way to put guzzle logs to guzzle.DEBUG channel and put logs to separate log file....

Hello, @azhu003 Yes, I was able to do it using extrinsics and polkadot JS lib. Here is the example: ``` this.appKeyring = keyring.addFromJson( JSON.parse(process.env.APP_WALLET_JSON) ); const gasLimitAuto = -1; const...

Above - online call. Below offline: ``` public async createSignedTransaction( privateKey: string, destination: string, amount: string, ): Promise { const gasLimitAuto = -1; const anyValue = 0; const keyring =...

I think, that it's not a problem with this bundle, but with configuration with your server. Check if server configuration is correct.

Have the [same](https://github.com/WalletConnect/walletconnect-monorepo/issues/444#issuecomment-1122523744) issue. Any suggestions on how to fix this? Thanks!

You have the same ports. Just change `launchOptions`->`webhook`->`port` to something else. This should fix the issue.

Seems issue is not in resque-web. More details here: https://github.com/resque/resque/issues/1357