Skip to content

Commit

Permalink
feat: BSC support for eth-input-data (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Mar 10, 2022
1 parent 06a1fa2 commit ec71254
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const networks: Record<string, ethers.providers.Network> = {
'arbitrum-rinkeby': { chainId: 421611, name: 'arbitrum-rinkeby' },
'arbitrum-one': { chainId: 42161, name: 'arbitrum-one' },
avalanche: { chainId: 43114, name: 'avalanche' },
bsc: { chainId: 56, name: 'bsc' },
};

/**
Expand Down

0 comments on commit ec71254

Please sign in to comment.