Skip to content

Commit

Permalink
use ZeroAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Oct 28, 2024
1 parent 6852b2b commit 52902fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget/src/constants/bridgeable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ export const WLD: BridgeableToken = {
export const BNB: BridgeableToken = {
priorityRank: 300,
addresses: {
[CHAINS.BNBCHAIN.id]: '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE',
[CHAINS.BNBCHAIN.id]: ZeroAddress,
},
decimals: {
[CHAINS.BNBCHAIN.id]: 18,
Expand Down

0 comments on commit 52902fd

Please sign in to comment.