diff --git a/docs/supported-cryptocurrencies.md b/docs/supported-cryptocurrencies.md index 45f2b8c2..bf368b55 100644 --- a/docs/supported-cryptocurrencies.md +++ b/docs/supported-cryptocurrencies.md @@ -31,6 +31,7 @@ The following EVM chains are supported: | 42161 | arb1 | Arbitrum One | 2147525809 | | 42220 | celo | Celo | 2147525868 | | 43114 | avaxc | Avalanche C-Chain | 2147526762 | +| 47763 | neo | Neo x | 2147531411 | | 59144 | linea | Linea | 2147542792 | | 534352 | scr | Scroll | 2148018000 | | 7777777 | zora | Zora | 2155261425 | diff --git a/src/consts/coinTypeToNameMap.ts b/src/consts/coinTypeToNameMap.ts index 05d7413d..7dedcf84 100644 --- a/src/consts/coinTypeToNameMap.ts +++ b/src/consts/coinTypeToNameMap.ts @@ -49,6 +49,8 @@ export const evmCoinTypeToNameMap = Object.freeze({ "2147525868": ["celo", "Celo"], /* Chain ID: 43114 */ "2147526762": ["avaxc", "Avalanche C-Chain"], + /* Chain ID: 47763 */ + "2147531411": ["neox", "Neo X"], /* Chain ID: 59144 */ "2147542792": ["linea", "Linea"], /* Chain ID: 534352 */