From 8330430cf9b42ec9b773b430327e7c2069567ba4 Mon Sep 17 00:00:00 2001 From: jeremy-consensys Date: Thu, 16 Apr 2026 14:29:15 +0700 Subject: [PATCH] feat: add Injective Mainnet to Price API supported chains Add chain 1776 (Injective Mainnet, native symbol INJ, slip44:22000119) to SPOT_PRICES_SUPPORT_INFO so clients request spot prices for Injective tokens from the Price API. --- packages/assets-controllers/CHANGELOG.md | 1 + .../assets-controllers/src/token-prices-service/codefi-v2.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 1d3b84d2d50..f6c82133326 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `MultichainAssetsController`: periodic Blockaid re-scan of stored SPL-style `token:` assets (default once per day) so tokens that become malicious after a prior scan are dropped; use constructor option `blockaidTokenRescanInterval` (ms), or `0` to disable. ([#8400](https://github.com/MetaMask/core/pull/8400)) +- Added Injective Mainnet native token to Price API supported chains ([#8487](https://github.com/MetaMask/core/pull/8487)) ### Changed diff --git a/packages/assets-controllers/src/token-prices-service/codefi-v2.ts b/packages/assets-controllers/src/token-prices-service/codefi-v2.ts index c6c6df9db9c..cb1ede8fe15 100644 --- a/packages/assets-controllers/src/token-prices-service/codefi-v2.ts +++ b/packages/assets-controllers/src/token-prices-service/codefi-v2.ts @@ -285,6 +285,7 @@ export const SPOT_PRICES_SUPPORT_INFO = { '0x504': 'eip155:1284/slip44:1284', // Moonbeam - Native symbol: GLMR '0x505': 'eip155:1285/slip44:1285', // Moonriver - Native symbol: MOVR '0x531': 'eip155:1329/slip44:19000118', // Sei Mainnet - Native symbol: SEI + '0x6f0': 'eip155:1776/slip44:22000119', // Injective Mainnet - Native symbol: INJ '0x74c': 'eip155:1868/erc20:0x0000000000000000000000000000000000000000', // Soneium - Native symbol: ETH '0xa729': 'eip155:42793/erc20:0x0000000000000000000000000000000000000000', // Etherlink - Native symbol: XTZ (Tezos L2) '0xab5': 'eip155:2741/erc20:0x0000000000000000000000000000000000000000', // Abstract - Native symbol: ETH