Skip to content

Commit 1aeae3f

Browse files
committed
feat: Enable BSC for Smart Transactions
1 parent 5786e7a commit 1aeae3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/constants/smartTransactions.ts

+2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ export const FALLBACK_SMART_TRANSACTIONS_MAX_FEE_MULTIPLIER: number = 2;
1111
const ALLOWED_SMART_TRANSACTIONS_CHAIN_IDS_DEVELOPMENT: string[] = [
1212
CHAIN_IDS.MAINNET,
1313
CHAIN_IDS.SEPOLIA,
14+
CHAIN_IDS.BSC,
1415
];
1516

1617
const ALLOWED_SMART_TRANSACTIONS_CHAIN_IDS_PRODUCTION: string[] = [
1718
CHAIN_IDS.MAINNET,
19+
CHAIN_IDS.BSC,
1820
];
1921

2022
export const getAllowedSmartTransactionsChainIds = (): string[] => {

0 commit comments

Comments
 (0)