Skip to content

Commit

Permalink
Merge pull request #134 from sablier-labs/test/fix-fork-assets
Browse files Browse the repository at this point in the history
test: fix fork asset addresses
  • Loading branch information
PaulRBerg authored Jul 7, 2023
2 parents d5c3156 + b1761ed commit ac112f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fork/assets/USDC.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { OnStreamCanceled_Fork_Test } from "../plugin/onStreamCanceled.t.sol";
import { BatchCancelMultiple_Fork_Test } from "../target/batchCancelMultiple.t.sol";
import { BatchCreate_Fork_Test } from "../target/batchCreate.t.sol";

IERC20 constant asset = IERC20(0x07865c6E87B9F70255377e024ace6630C1Eaa37F);
IERC20 constant asset = IERC20(0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48);

contract USDC_BatchCancelMultiple_Fork_Test is BatchCancelMultiple_Fork_Test(asset) { }

Expand Down
2 changes: 1 addition & 1 deletion test/fork/assets/USDT.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { OnStreamCanceled_Fork_Test } from "../plugin/onStreamCanceled.t.sol";
import { BatchCancelMultiple_Fork_Test } from "../target/batchCancelMultiple.t.sol";
import { BatchCreate_Fork_Test } from "../target/batchCreate.t.sol";

IERC20 constant asset = IERC20(0x509Ee0d083DdF8AC028f2a56731412edD63223B9);
IERC20 constant asset = IERC20(0xdAC17F958D2ee523a2206206994597C13D831ec7);

contract USDT_BatchCancelMultiple_Fork_Test is BatchCancelMultiple_Fork_Test(asset) { }

Expand Down

0 comments on commit ac112f8

Please sign in to comment.