We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739da76 commit 3d5f390Copy full SHA for 3d5f390
src/constants.ts
@@ -7,6 +7,7 @@ type SentinelApiBaseUrlMap = {
7
// The map with types applied
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
11155111: 'https://tx-sentinel-ethereum-sepolia.api.cx.metamask.io',
12
};
13
0 commit comments