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:
9
step-01-currency/README.md
Normal file
9
step-01-currency/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Step 1 — Currency
|
||||
|
||||
Add the Chain 138 currency to `@ledgerhq/cryptoassets`.
|
||||
|
||||
**In ledger-live repo:**
|
||||
|
||||
1. Open `libs/ledgerjs/packages/cryptoassets/src/currencies.ts` (or `currencies.js`).
|
||||
2. Add the `defi_oracle_meta_mainnet` entry from `currencies.chain138.ts` to the cryptoassets map.
|
||||
3. If the repo uses a single flat object keyed by id, add: `defi_oracle_meta_mainnet: { ...defiOracleMetaMainnetCurrencyRaw }`.
|
||||
Reference in New Issue
Block a user