您好!
我尝试使用以下指南在本地运行事务服务:
{
"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": []
}然后,我通过以下地址配置了webhooks:
http://localhost:8000/txs/admin
具有以下价值:
但是,当我试图创建安全时,我在我的控制台中看到了错误:

与错误代码= 1337


然后我回到主页,在控制台中看到了更多的错误:

当我试图选择我的钱包时,我看到了这些错误:


在最后一个例子中,我们以某种方式看到chainid === 43114而不是chainid === 43113。
但我只有一条锁链。
)发生了什么事?)
发布于 2023-04-17 04:20:57
发布于 2023-04-14 07:29:04
我们不是安全的社区,但我可以提供一些指导。
您的节点配置可能不正确。请使用官方的雪崩网站设置富士测试网:
Network Name: Avalanche Fuji C-Chain
RPC URL: https://api.avax-test.network/ext/bc/C/rpc
ChainID: 43113
Symbol: AVAX
Explorer: https://testnet.snowtrace.io/另外,重复检查配置中的"l2": true值,进行这些更改并查看是否解决了错误。
https://ethereum.stackexchange.com/questions/148938
复制相似问题