You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not being able to create shared wallets - see issue below
2023-09-04 08:46:26,975 [ERROR] [62e5817b/circles_onboarding_organization_signup_task] Task safe_relay_service.relay.tasks.circles_onboarding_organization_signup_task[62e5817b-56ca-4fd5-bbdc-0bdc8e93d2a9] raised unexpected: ChainIdIsRequired("{'code': -32000, 'message': 'only replay-protected (EIP-155) transactions allowed over RPC'}")
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 135, in with_exception_handling
return func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 1817, in send_raw_transaction
return self.w3.eth.send_raw_transaction(bytes(raw_transaction))
File "/usr/local/lib/python3.9/site-packages/web3/eth.py", line 831, in send_raw_transaction
return self._send_raw_transaction(transaction)
File "/usr/local/lib/python3.9/site-packages/web3/module.py", line 57, in caller
result = w3.manager.request_blocking(method_str,
File "/usr/local/lib/python3.9/site-packages/web3/manager.py", line 198, in request_blocking
return self.formatted_response(response,
File "/usr/local/lib/python3.9/site-packages/web3/manager.py", line 171, in formatted_response
raise ValueError(response["error"])
ValueError: {'code': -32000, 'message': 'only replay-protected (EIP-155) transactions allowed over RPC'}
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/celery/app/trace.py", line 451, in trace_task
R = retval = fun(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/celery/app/trace.py", line 734, in __protected_call__
return self.run(*args, **kwargs)
File "/safe-relay-service/safe_relay_service/relay/tasks.py", line 849, in circles_onboarding_organization_signup_task
FundingServiceProvider().send_eth_to(
File "/safe-relay-service/safe_relay_service/relay/services/funding_service.py", line 83, in send_eth_to
return self.ethereum_client.send_eth_to(
File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 1950, in send_eth_to
return self.send_unsigned_transaction(
File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 1868, in send_unsigned_transaction
return self.send_raw_transaction(signed_tx.rawTransaction)
File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 140, in with_exception_handling
raise custom_exception(str(exc)) from exc
gnosis.eth.exceptions.ChainIdIsRequired: {'code': -32000, 'message': 'only replay-protected (EIP-155) transactions allowed over RPC'}
The text was updated successfully, but these errors were encountered:
Not being able to create shared wallets - see issue below
The text was updated successfully, but these errors were encountered: