Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv Chauhan authored and Dhruv Chauhan committed Oct 20, 2023
1 parent cad1742 commit ee27b3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export class EigenLayerEthereumConfigurations implements Configurations {
return PROTOCOL_SLUG;
}
getFactoryAddress(): Address {
return Address.fromString("0x369e6F597e22EaB55fFb173C6d9cD234BD699111");
return Address.fromString("0x369e6f597e22eab55ffb173c6d9cd234bd699111");
}
}

0 comments on commit ee27b3f

Please sign in to comment.