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 a33911e commit 0ba39adCopy full SHA for 0ba39ad
src/constants.ts
@@ -10,6 +10,7 @@ export const SENTINEL_API_BASE_URL_MAP: SentinelApiBaseUrlMap = {
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
+ 59144: 'https://tx-sentinel-linea-mainnet.api.cx.metamask.io',
14
11155111: 'https://tx-sentinel-ethereum-sepolia.api.cx.metamask.io',
15
};
16
0 commit comments