Skip to content

Commit

Permalink
feat: switch to polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Dec 18, 2022
1 parent 217a333 commit 8caa034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-include .env
.EXPORT_ALL_VARIABLES:

FOUNDRY_BLOCK_NUMBER=16000000
FOUNDRY_ETH_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}
FOUNDRY_BLOCK_NUMBER=36992329
FOUNDRY_ETH_RPC_URL=https://polygon-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}

test:
forge test -vvv
Expand Down
2 changes: 1 addition & 1 deletion test/TestSpleth.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract TestSpleth is Test {
Spleth public spleth;
address user1 = address(123);
address user2 = address(978);
address DAI = address(0x6B175474E89094C44Da98b954EedeAC495271d0F);
address DAI = address(0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063);
address receiver = address(444);

function setUp() public {
Expand Down

0 comments on commit 8caa034

Please sign in to comment.