Skip to content

Commit

Permalink
Merge pull request #699 from tellor-io/fix-calibration-address
Browse files Browse the repository at this point in the history
Use verified contract address
  • Loading branch information
akremstudy authored Jul 26, 2023
2 parents 15e8825 + acd0ece commit cd44b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/telliot_feeds/reporters/tips/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ def add_multicall_support(
network="Filecoin calibration Testnet",
network_id=314159,
state_override=False,
multicall3_address="0x08e08170712c7751b45b38865B97A50855c8ab13",
multicall3_address="0xd0af7dcea1434e4fb77ac9769d4bac5fe713fd7f",
)

add_multicall_support(
network="Filecoin",
network_id=314,
state_override=False,
multicall3_address="0x5c691b93A8A77D9a36C1Cc8e4e08a4283d1665e1",
multicall3_address="0x08ba1ac7f15f2215f27b5403a89bed22ceb70cfb",
)

add_multicall_support(
Expand Down

0 comments on commit cd44b79

Please sign in to comment.