Hello !
I tried to run a transaction service locally using this guides:
- Run safe infrastructure locally;
- Setup chain info.
I ran all the commands and set up the chain with the following settings:
{
"chainId": "43113",
"chainName": "Avalanche Fuji Testnet",
"shortName": "avax",
"description": "",
"l2": true,
"rpcUri": {
"authentication": "NO_AUTHENTICATION",
"value": "https://api.avax-test.network/ext/C/rpc"
},
"safeAppsRpcUri": {
"authentication": "NO_AUTHENTICATION",
"value": "https://api.avax-test.network/ext/C/rpc"
},
"publicRpcUri": {
"authentication": "NO_AUTHENTICATION",
"value": "https://api.avax-test.network/ext/C/rpc"
},
"blockExplorerUriTemplate": {
"address": "https://testnet.snowtrace.io/address/{{address}}",
"txHash": "https://testnet.snowtrace.io/tx/{{txHash}}",
"api": "https://api-testnet.snowtrace.io/api?module={{module}}&action={{action}}&address={{address}}&apiKey={{apiKey}}"
},
"nativeCurrency": {
"name": "Avalanche",
"symbol": "AVAX",
"decimals": 18,
"logoUri": "/media/chains/43113/currency_logo.png"
},
"transactionService": "http://nginx:8000/txs",
"vpcTransactionService": "http://nginx:8000/txs",
"theme": {
"textColor": "#ffffff",
"backgroundColor": "#000000"
},
"gasPrice": [],
"ensRegistryAddress": null,
"recommendedMasterCopyVersion": "1.3.0",
"disabledWallets": [],
"features": []
}
Then I configured the webhooks by this address:
http://localhost:8000/txs/admin
with following values:
- http://nginx:8000/cgw/v1/chains/43113/hooks/events
- Basic some_random_token
But when i try to create safe, i saw errors in my console:

Then i am back to main page and saw more errors in console:

And when i try to select my wallet, i saw these errors:

In the last case, we see that chainid === 43114 instead chainid === 43113 somehow.
But i have only one chain.
What is going on?)))


But it doesn't seem to work in my case.
I replaced
– Maxim Solovyev Apr 14 '23 at 08:38https://api.avax-test.network/ext/C/rpctohttps://api.avax-test.network/ext/bc/C/rpcbut nothing changed.Browser console:
GET http://localhost:8000/cgw/v1/chains/43113/safes/0x36FdDf45f89d7Cf265891578734Ac410685D03a1/transactions/queued 404
GET http://localhost:8000/cgw/v1/chains/43114/owners/0x58Dc259b055Ea0d800f7856900945F95F260218E/safes 404
react_devtools_backend.js:2655 Code 610: Error fetching safes by owner (1337: {"detail":"Not found."})
– Maxim Solovyev Apr 14 '23 at 08:38