Urgently need to sign transaction on BSC

We urgently need to createa and sign a transaction with the safe before 14 UTC today, and saw the web app is not yet supporting BSC. What options do we have?

For some reason, the discord chat link does not work - just loads a blank page, so asking here.

EDIT: Found the guide here, testing it. safe-infrastructure/docs/running_locally.md at main · safe-global/safe-infrastructure · GitHub

We are stuck on this step:
" You can now access http://localhost:8000/cfg/admin/ and login using the credentials root/admin." the credentials do not work

[EDIT] Fix: run the script using the instructions in “Automated Way”, then after it completes run: “docker compose down -v”
“docker compose up”
Once the service is up run
docker compose exec cfg-web python src/manage.py createsuperuser --noinput

Next issue, we are getting web3.exceptions.Web3RPCError: limit exceeded

The signing wallet connects to the dapp, but the safe account is not loading. Page shows the safe image with red icon and “This Safe ACcount couldn’t be loaded”. In the console, I can see that there is a call to cgw/v1/chains/56/safes/0x[oursafe] that is failing with 404 not found

[EDIT] This is an RPC error due to using a free RPC without access to historical data. We are now trying with QuickNode free tier - getting the 15/second rate limit warning, so may not work. “ValueError: Batch request error: Batch request problem with payload” with message “15/second request limit reached - reduce calls per second or upgrade your account at quicknode.com

[EDIT2] In spite of the rate limit errors (we upgraded the account but still getting rate limit errors) it appears to be indexing. Hopefully once indexing is finished we can connect to teh safe. Not sure what other reasons could exist that the /cgw/v1/chains/56/safes/0x[oursafe] is returning a 404

Hi there. For Safe user support queries, please use our dedicated Intercom service. You can access it via the chat icon on:

Help Center - https://help.safe.global/
Safe Web - https://app.safe.global/
Safe iOS Mobile - ‎Safe{Wallet} on the App Store

For dev related support, please post your question here -
Newest 'safe-core' Questions - Ethereum Stack Exchange
Please be as detailed as possible and don’t forget to add safe-core tag to your question :pray: StackOverflow’s guide to asking a good question may be helpful:
How do I ask a good question? - Help Center - Stack Overflow

1 Like