Skip to content

Commit bc0ed90

Browse files
committed
fix: block num, supply
1 parent d4b95e5 commit bc0ed90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/integration/address_book.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yearn vaults 3.0.3 factory
1+
# yearn vaults 3.0.4 factory
22
yearn_vault_factory = "0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F"
33
vault_original = "0xd8063123BBA3B480569244AE66BFE72B6c84b00d"
44

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def rpc_url():
2121

2222
@pytest.fixture(autouse=True)
2323
def forked_env(rpc_url):
24-
block_to_fork = 21020069
24+
block_to_fork = 21087700
2525
with boa.swap_env(boa.Env()):
2626
if BOA_CACHE:
2727
boa.fork(url=rpc_url, block_identifier=block_to_fork)

tests/integration/test_stablecoin_lens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22
import boa
33

4-
FORK_BLOCK_SUPPLY = 62247189465433688283786326
4+
FORK_BLOCK_SUPPLY = 60516752788927113526145029
55

66

77
def test_circulating_supply(stablecoin_lens):

0 commit comments

Comments
 (0)