Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollback contract address #51

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tranche/tranche-space.rain
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ subgraphs:

orderbooks:
flare-pubstrats:
address: 0x07701e3BcE4248EFDFc7D31392a43c8b82a7A260
address: 0xb06202aA3Fe7d85171fB7aA5f17011d17E63f382
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this in all the pubstrats that need it?

network: flare-pubstrats
subgraph: flare-pubstrats

Expand Down
4 changes: 2 additions & 2 deletions test/TrancheSpaceTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ contract TrancheSpaceTest is StrategyTests {
selectFlareFork();

PARSER = IParserV1(0x001B302095D66b777C04cd4d64b86CCe16de55A1);
ORDERBOOK = IOrderBookV3(0x07701e3BcE4248EFDFc7D31392a43c8b82a7A260);
ARB_INSTANCE = IOrderBookV3ArbOrderTaker(0xF9323B7d23c655122Fb0272D989b83E105cBcf9d);
ORDERBOOK = IOrderBookV3(0xb06202aA3Fe7d85171fB7aA5f17011d17E63f382);
ARB_INSTANCE = IOrderBookV3ArbOrderTaker(0x56394785a22b3BE25470a0e03eD9E0a939C47b9b);
EXPRESSION_DEPLOYER = IExpressionDeployerV3(0x8ceC9e3Ec2F8838000b91CfB97403A6Bb0F4036A);
ROUTE_PROCESSOR = IRouteProcessor(address(0x0bB72B4C7c0d47b2CaED07c804D9243C1B8a0728));
EXTERNAL_EOA = address(0x654FEf5Fb8A1C91ad47Ba192F7AA81dd3C821427);
Expand Down
Loading