Skip to content

Commit 42a9958

Browse files
committed
add a new contract for bsc so we can verify code
1 parent 2e04ac5 commit 42a9958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multicall.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ export class Multicall {
511511
case Networks.goerli:
512512
return '0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696';
513513
case Networks.bsc:
514-
return '0xAf379C844f87A7b47EE6fe5E4a9720988EaEA0AF';
514+
return '0xC50F4c1E81c873B2204D7eFf7069Ffec6Fbe136D';
515515
case Networks.xdai:
516516
return '0x2325b72990D81892E0e09cdE5C80DD221F147F8B';
517517
case Networks.mumbai:

0 commit comments

Comments
 (0)