Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading