initial commit

This commit is contained in:
i2p
2026-08-27 18:27:44 +00:00
commit 48b44a8199
16 changed files with 737 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"ethereum": {
"rpcUrl": "https://eth.llamarpc.com",
"_note": "Free public endpoint, rate-limited. Swap in your own Infura/Alchemy URL for real use."
},
"solana": {
"rpcUrl": "https://api.mainnet-beta.solana.com",
"_note": "Free public endpoint, rate-limited. Swap in your own Helius/QuickNode URL for real use."
},
"bitcoin": {
"apiBase": "https://blockstream.info/api",
"_note": "Public block explorer API. Fine for balance checks; run your own node for anything serious."
}
}