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 c688201 commit 0976220Copy full SHA for 0976220
src/constants.ts
@@ -8,6 +8,7 @@ type SentinelApiBaseUrlMap = {
8
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
+ 137: 'https://tx-sentinel-polygon-mainnet.api.cx.metamask.io',
12
8453: 'https://tx-sentinel-base-mainnet.api.cx.metamask.io',
13
42161: 'https://tx-sentinel-arbitrum-mainnet.api.cx.metamask.io',
14
59144: 'https://tx-sentinel-linea-mainnet.api.cx.metamask.io',
0 commit comments