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

Feature add optimism goerli network #1039

Merged
merged 8 commits into from
Jun 26, 2023

Conversation

CarlosQ96
Copy link
Collaborator

@CarlosQ96 CarlosQ96 commented Jun 21, 2023

Related issue: #1036

@CarlosQ96 CarlosQ96 force-pushed the feature_add_optimism_goerli_network branch from 39b92d2 to fb0c94f Compare June 22, 2023 05:05
@CarlosQ96 CarlosQ96 force-pushed the feature_add_optimism_goerli_network branch 3 times, most recently from 5ca0b4e to 5a420d8 Compare June 23, 2023 16:54
@CarlosQ96 CarlosQ96 force-pushed the feature_add_optimism_goerli_network branch from fb038f2 to 7b95681 Compare June 23, 2023 18:51
@CarlosQ96 CarlosQ96 force-pushed the feature_add_optimism_goerli_network branch from 7b95681 to d5933ed Compare June 23, 2023 19:39
@CarlosQ96 CarlosQ96 marked this pull request as ready for review June 23, 2023 20:55
Comment on lines +10 to +18
await queryRunner.manager.save(
Token,
seedTokens
.filter(token => token.networkId === NETWORK_IDS.OPTIMISM_GOERLI)
.map(t => {
t.address = t.address?.toLowerCase();
return t;
}),
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you need to add a condition to not add these test tokens in production env

Copy link
Collaborator

@mohammadranjbarz mohammadranjbarz left a comment

Choose a reason for hiding this comment

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

Thanks @CarlosQ96 , except comment that I put in migrations file other things seems good to me

@CarlosQ96
Copy link
Collaborator Author

Thanks Mohammad addded the condition to not add them in production

Copy link
Collaborator

@mohammadranjbarz mohammadranjbarz left a comment

Choose a reason for hiding this comment

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

Thanks @CarlosQ96 LGTM

@mohammadranjbarz mohammadranjbarz merged commit bf7474e into staging Jun 26, 2023
4 checks passed
@mohammadranjbarz mohammadranjbarz deleted the feature_add_optimism_goerli_network branch June 26, 2023 05:30
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.

2 participants