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

chrismaree/mainnet deployment #149

Merged
merged 7 commits into from May 5, 2022
Merged

Conversation

chrismaree
Copy link
Member

@chrismaree chrismaree commented May 3, 2022

No description provided.

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
@@ -1,6 +1,6 @@
{
"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

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
"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.

None yet

2 participants