feat: bridges, PMM, flash workflow, token-aggregation, and deployment docs
- CCIP/trustless bridge contracts, GRU tokens, DEX/PMM tests, reserve vault. - Token-aggregation service routes, planner, chain config, relay env templates. - Config snapshots and multi-chain deployment markdown updates. - gitignore services/btc-intake/dist/ (tsc output); do not track dist. Run forge build && forge test before deploy (large solc graph). Made-with: Cursor
This commit is contained in:
@@ -23,10 +23,12 @@ cp .env.example .env
|
||||
Minimum required in `.env`:
|
||||
```bash
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/explorer_db
|
||||
CHAIN_138_RPC_URL=https://rpc-http-pub.d-bis.org
|
||||
CHAIN_138_RPC_URL=http://192.168.11.221:8545
|
||||
CHAIN_651940_RPC_URL=https://mainnet-rpc.alltra.global
|
||||
```
|
||||
|
||||
Use `https://rpc-http-pub.d-bis.org` only for external/public-only deployments. Do not point explorer/read services at the operator core RPC `http://192.168.11.211:8545`.
|
||||
|
||||
### 3. Run Database Migration
|
||||
```bash
|
||||
# Navigate to explorer backend and run migration
|
||||
|
||||
Reference in New Issue
Block a user