From ec712547f35b309a619cd0ce88505e1d93b3d8c1 Mon Sep 17 00:00:00 2001 From: Benjamin Levesque <14175665+benjlevesque@users.noreply.github.com> Date: Thu, 10 Mar 2022 12:23:07 +0200 Subject: [PATCH] feat: BSC support for eth-input-data (#800) --- .../payment-detection/src/eth/multichainExplorerApiProvider.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/payment-detection/src/eth/multichainExplorerApiProvider.ts b/packages/payment-detection/src/eth/multichainExplorerApiProvider.ts index d14c69ee65..94054856a5 100644 --- a/packages/payment-detection/src/eth/multichainExplorerApiProvider.ts +++ b/packages/payment-detection/src/eth/multichainExplorerApiProvider.ts @@ -8,6 +8,7 @@ const networks: Record = { 'arbitrum-rinkeby': { chainId: 421611, name: 'arbitrum-rinkeby' }, 'arbitrum-one': { chainId: 42161, name: 'arbitrum-one' }, avalanche: { chainId: 43114, name: 'avalanche' }, + bsc: { chainId: 56, name: 'bsc' }, }; /**