Skip to content

Commit

Permalink
test: update FeeSplitter deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
heswithme committed Oct 22, 2024
1 parent fc36aa2 commit 72ac30e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/integration/address_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
crvusd = "0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E"
crvusd_controller_factory = "0xC9332fdCB1C491Dcc683bAe86Fe3cb70360738BC"
crvusd_fee_collector = "0xa2Bcd1a4Efbd04B63cd03f5aFf2561106ebCCE00"
fee_splitter = "0x22556558419eed2d0a1af2e7fd60e63f3199aca3"
fee_splitter = "0x2dFd89449faff8a532790667baB21cF733C064f2"
dao_agent = "0x40907540d8a6C65c637785e8f8B742ae6b0b9968"

dev_multisig = "0xe286b81d16FC7e87eD9dc2a80dd93b1816F4Dcf2"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def rpc_url():

@pytest.fixture(autouse=True)
def forked_env(rpc_url):
block_to_fork = 20928372
block_to_fork = 20969484
with boa.swap_env(boa.Env()):
if BOA_CACHE:
boa.fork(url=rpc_url, block_identifier=block_to_fork)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_stablecoin_lens.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FORK_BLOCK_SUPPLY = 62182303636759107878108289
FORK_BLOCK_SUPPLY = 61914061856509260204722729


def test_circulating_supply(stablecoin_lens):
Expand Down

0 comments on commit 72ac30e

Please sign in to comment.