Add full Chain 138 integration: 8 steps, chain spec, app-ethereum config, docs
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
12
step-02-device-app-lib/network-entry-chain138.c
Normal file
12
step-02-device-app-lib/network-entry-chain138.c
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Step 2 — Device app lib (app-ethereum network entry)
|
||||
* Target: LedgerHQ/app-ethereum src/network.c
|
||||
*
|
||||
* Our fork already has Chain 138 at line 42. This snippet is for upstream Ledger
|
||||
* app-ethereum if they don't yet list Chain 138. Add one line to NETWORK_MAPPING[].
|
||||
*
|
||||
* Format: {.chain_id = 138, .name = "Defi Oracle Meta", .ticker = "ETH"},
|
||||
*/
|
||||
|
||||
/* Insert in src/network.c inside NETWORK_MAPPING[], e.g. after Polygon (137): */
|
||||
{.chain_id = 138, .name = "Defi Oracle Meta", .ticker = "ETH"},
|
||||
Reference in New Issue
Block a user