Skip to content

Commit a0e3aa3

Browse files
committed
feat: add ARC mainnet in token scanning
1 parent 2b15636 commit a0e3aa3

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

packages/phishing-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add support for Arc network (`0x13b2`) in token scanning ([#xxxx](https://github.com/MetaMask/core/pull/xxxx))
13+
1014
### Changed
1115

1216
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.3.0` ([#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218))

packages/phishing-controller/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ export const DEFAULT_CHAIN_ID_TO_NAME = {
215215
'0x2eb': 'flow-evm',
216216
'0x8f': 'monad',
217217
'0x3e7': 'hyperevm',
218+
'0x13b2': 'arc',
218219
solana: 'solana',
219220
} as const;
220221

0 commit comments

Comments
 (0)