@0xward/proofofalpha-core 1.0.7 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3,8 +3,8 @@
3
3
  // Forensic wallet analysis, arena leaderboard, and DeFi vault routing
4
4
 
5
5
  const SUPPORTED_NETWORKS = {
6
- celo: { rpc: "https://forno.celo.org", chainId: 42220, currency: "CELO" },
7
- alfajores: { rpc: "https://alfajores-forno.celo-testnet.org", chainId: 44787, currency: "CELO" },
6
+ celo: { rpc: Buffer.from('aHR0cHM6Ly9mb3Juby5jZWxvLm9yZw==', 'base64').toString('utf8'), chainId: 42220, currency: "CELO" },
7
+ alfajores: { rpc: Buffer.from('aHR0cHM6Ly9hbGZham9yZXMtZm9ybm8uY2Vsby10ZXN0bmV0Lm9yZw==', 'base64').toString('utf8'), chainId: 44787, currency: "CELO" },
8
8
  };
9
9
 
10
10
  const TIER_THRESHOLDS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xward/proofofalpha-core",
3
- "version": "1.0.7",
3
+ "version": "1.1.1",
4
4
  "description": "Full on-chain intelligence ecosystem built on Celo featuring forensic analysis, wallet arena, and DeFi vaults.",
5
5
  "main": "index.js",
6
6
  "keywords": [