Skip to content

Commit b851012

Browse files
authored
Merge pull request #144 from Merit-Systems/shafu/fee-on-test-default
Update SEPOLIA and BASESEPOLIA fee basis points to 250
2 parents d22e596 + e6d568b commit b851012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Params.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)