Skip to content

Commit 3d5f390

Browse files
authored
Update constants.ts to add bsc for smart transactions (#483)
1 parent 739da76 commit 3d5f390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ type SentinelApiBaseUrlMap = {
77
// The map with types applied
88
export const SENTINEL_API_BASE_URL_MAP: SentinelApiBaseUrlMap = {
99
1: 'https://tx-sentinel-ethereum-mainnet.api.cx.metamask.io',
10+
56: 'https://tx-sentinel-bsc-mainnet.api.cx.metamask.io',
1011
11155111: 'https://tx-sentinel-ethereum-sepolia.api.cx.metamask.io',
1112
};
1213

0 commit comments

Comments
 (0)