Skip to content

Conversation

@chrismaree
Copy link
Member

@chrismaree chrismaree commented May 3, 2022

No description provided.

chrismaree added 2 commits May 3, 2022 16:00
Signed-off-by: chrismaree <christopher.maree@gmail.com>
Signed-off-by: chrismaree <christopher.maree@gmail.com>
Copy link
Member

@nicholaspai nicholaspai left a comment

Choose a reason for hiding this comment

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

lgtm! everything looks good, no issues

package.json Outdated
{
"name": "@across-protocol/contracts-v2",
"version": "0.0.44",
"version": "0.0.47",
Copy link
Member

Choose a reason for hiding this comment

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

+1 this matches the version I just pushed

chrismaree added 3 commits May 5, 2022 14:07
Signed-off-by: chrismaree <christopher.maree@gmail.com>
Signed-off-by: chrismaree <christopher.maree@gmail.com>
@@ -0,0 +1,41 @@
# Across Mainnet Deployment Addresses
Copy link
Member Author

Choose a reason for hiding this comment

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

Reviewers! see this file

@@ -0,0 +1,73 @@
// import { getDeployedAddress } from "../src/DeploymentUtils";

import { task, types } from "hardhat/config";
Copy link
Member Author

Choose a reason for hiding this comment

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

Reviewers! see this file

Signed-off-by: chrismaree <christopher.maree@gmail.com>

console.log("\n7. Adding calldata to set the pool rebalance route for the respective destination tokens:");
i = 0; // reset counter for logging.
enabledChainIds.forEach((toId, toIndex) => {
Copy link
Member

Choose a reason for hiding this comment

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

tiny nit: why not just use toIndex instead of i in {++i}?

Copy link
Member Author

Choose a reason for hiding this comment

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

good point

tsconfig.json Outdated
"target": "es2021",
"module": "commonjs",
"strict": true,
"strict": false,
Copy link
Member

Choose a reason for hiding this comment

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

ideally we don't commit this change to strict

Copy link
Member Author

Choose a reason for hiding this comment

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

sure. will fix with more strict typing and revert this change.

Signed-off-by: chrismaree <christopher.maree@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants