WIP: HYBX OMNL and deployment documentation updates

This commit is contained in:
defiQUG
2026-06-02 06:09:56 -07:00
parent f04a7cb7c8
commit d31aad7d66
33 changed files with 78 additions and 2878 deletions

View File

@@ -9,14 +9,14 @@
**ChainID 138 Configuration Verified**
**File**: `pr-workspace/app-ethereum/src/network.c` (line 42)
**File**: `../app-ethereum/src/network.c` (line 42)
**Configuration**:
```c
{.chain_id = 138, .name = "Defi Oracle Meta", .ticker = "ETH"}
```
**Makefile Configuration**: `pr-workspace/app-ethereum/makefile_conf/chain/defi_oracle.mk`
**Makefile Configuration**: `../app-ethereum/makefile_conf/chain/defi_oracle.mk`
```
CHAIN_ID = 138
APPNAME = "Defi Oracle Meta"
@@ -47,7 +47,7 @@ PATH_APP_LOAD_PARAMS += "44'/60'"
### Test File Verification
**File**: `pr-workspace/app-ethereum/tests/ragger/test_get_address.py` (line 24)
**File**: `../app-ethereum/tests/ragger/test_get_address.py` (line 24)
ChainID 138 included in test parameters:
```python
@@ -64,7 +64,7 @@ The app source code includes ChainID 138 configuration with correct chain ID, na
### RPC discovery for Ledger / wallets
- **Chainlist / chains**: `pr-workspace/chains/_data/chains/eip155-138.json` includes `https://rpc-http-pub.d-bis.org` and `wss://rpc-ws-pub.d-bis.org` so Ledger Live and other clients can discover ChainID 138 RPCs.
- **Chainlist / chains**: `../chains/_data/chains/eip155-138.json` includes `https://rpc-http-pub.d-bis.org` and `wss://rpc-ws-pub.d-bis.org` so Ledger Live and other clients can discover ChainID 138 RPCs.
- **Doc**: [PUBLIC_RPC_CHAIN138_LEDGER.md](../../../docs/04-configuration/PUBLIC_RPC_CHAIN138_LEDGER.md) public RPCs, Proxmox VM / NPMplus mapping, and Ledger access.
---