refactor: move project under backend

这个提交包含在:
cryptocommuniums-afk
2026-02-02 10:12:26 +08:00
父节点 810d0420d6
当前提交 616f9bd8c6
修改 27 个文件,包含 35 行新增16 行删除

查看文件

@@ -0,0 +1,21 @@
{
"evm": {
"ethereum": {
"chainId": 1,
"rpcEnv": "ETHEREUM_RPC_URL",
"explorer": "https://etherscan.io/tx/"
},
"bsc": {
"chainId": 56,
"rpcEnv": "BSC_RPC_URL",
"explorer": "https://bscscan.com/tx/"
}
},
"svm": {
"solana": {
"cluster": "mainnet-beta",
"rpcEnv": "SOLANA_RPC_URL",
"explorer": "https://solscan.io/tx/"
}
}
}