Initial capay platform scaffold

这个提交包含在:
cryptocommuniums-afk
2026-02-01 14:52:46 +08:00
当前提交 8a97fe7882
修改 13 个文件,包含 756 行新增0 行删除

查看文件

@@ -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/"
}
}
}