-
Notifications
You must be signed in to change notification settings - Fork 297
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
Updated info to add PGN mainnet and testnet #315
Conversation
@@ -0,0 +1,478 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are those files? Please remove them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were removed
@@ -123,6 +124,7 @@ | |||
"54211": "0x017062a1dE2FE6b99BE3d9d37841FeD19F573804", | |||
"56288": "0x017062a1dE2FE6b99BE3d9d37841FeD19F573804", | |||
"57000": "0x017062a1dE2FE6b99BE3d9d37841FeD19F573804", | |||
"58008": "0x1AC114C2099aFAf5261731655Dc6c306bFcd4Dbd", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this address doesn't match the expect address
@@ -51,6 +51,7 @@ | |||
"336": "0xA65387F16B013cf2Af4605Ad8aA5ec25a2cbA3a2", | |||
"338": "0x98FFBBF51bb33A056B08ddf711f289936AafF717", | |||
"420": "0x98FFBBF51bb33A056B08ddf711f289936AafF717", | |||
"424": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This address doesn't match the expected one
Fixed PR so that .history files are removed, and mainnet contracts match expected addresses. Additionally, removed testnet for now since some of the contracts aren't verified on PGNs end. |
It is still present in one of the files. Also, it's okay with us if the contract isn't verified since the deployment is deterministic and depends on the hash of the bytecode. If one were to alter the code, it would result in a different address. |
@mmv08 Just added back testnet with expected contract addresses. Is there more we need to ensure is done on the PGN side to ensure this PR gets merged? |
Corrected the addresses. Please let me know if this needs updating or if there is more information needed from PGN.