We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1af36e commit e29e674Copy full SHA for e29e674
1 file changed
src/constants.ts
@@ -9,6 +9,7 @@ export const SENTINEL_API_BASE_URL_MAP: SentinelApiBaseUrlMap = {
9
1: 'https://tx-sentinel-ethereum-mainnet.api.cx.metamask.io',
10
56: 'https://tx-sentinel-bsc-mainnet.api.cx.metamask.io',
11
8453: 'https://tx-sentinel-base-mainnet.api.cx.metamask.io',
12
+ 42161: 'https://tx-sentinel-arbitrum-mainnet.api.cx.metamask.io',
13
11155111: 'https://tx-sentinel-ethereum-sepolia.api.cx.metamask.io',
14
};
15
0 commit comments