diff --git a/packages/cryptoassets/src/currencies.ts b/packages/cryptoassets/src/currencies.ts index ba7b83d31..ec766362e 100644 --- a/packages/cryptoassets/src/currencies.ts +++ b/packages/cryptoassets/src/currencies.ts @@ -1711,6 +1711,30 @@ const cryptocurrenciesById: Record = { }, ], }, + nervos: { + type: "CryptoCurrency", + id: "nervos", + coinType: 309, + name: "Nervos", + managerAppName: "Nervos", + ticker: "CKB", + scheme: "nervos", + color: "#3EC58A", + family: "nervos", + units: [ + { + name: "CKB", + code: "CKB", + magnitude: 8, + }, + ], + explorerViews: [ + { + tx: "https://explorer.nervos.org/transaction/$hash", + address: "https://explorer.nervos.org/address/$address", + }, + ], + }, nimiq: { type: "CryptoCurrency", id: "nimiq",