File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ library Params {
2323 address constant SEPOLIA_TESTER = 0x99ecA80b4Ebf8fDACe6627BEcb75EF1e620E6956 ;
2424 address constant SEPOLIA_TESTER_JSON = 0x5C87eA705eE49a96532F45f5db606A5f5fEF9780 ;
2525 address constant SEPOLIA_TESTER_SHAFU = 0x39053B170bBD9580d0b86e8317c685aEFB65f1ec ;
26- uint constant SEPOLIA_FEE_BPS = 0 ;
26+ uint constant SEPOLIA_FEE_BPS = 250 ;
2727
2828 /*//////////////////////////////////////////////////////////////
2929 BASE SEPOLIA
@@ -35,5 +35,5 @@ library Params {
3535 address constant BASESEPOLIA_TESTER = 0x5C87eA705eE49a96532F45f5db606A5f5fEF9780 ;
3636 address constant BASESEPOLIA_TESTER_SHAFU = 0x39053B170bBD9580d0b86e8317c685aEFB65f1ec ;
3737 address constant BASESEPOLIA_TESTER_JSON = 0x5C87eA705eE49a96532F45f5db606A5f5fEF9780 ;
38- uint constant BASESEPOLIA_FEE_BPS = 0 ;
38+ uint constant BASESEPOLIA_FEE_BPS = 250 ;
3939}
You can’t perform that action at this time.
0 commit comments