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

chore: update contract versions to 0.5.0 #76

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

CallumGrindle
Copy link
Contributor

What kind of change does this PR introduce (bug fix, feature, docs update, ...)?

Imrpovemenet

What is the current behaviour (you can also link to an open issue here)?

Uses wrong version names

What is the new behaviour (if this is a feature change)?

Add version 0.5.0 as default contract versions

Comment on lines +8 to +34
"versions": {
"0.5.0": "0x5EB0Aaac7C7C63F8cB06dbc7F48f9D5E61158E6a"
},
"baseContract": true
},
"KeyManager": {
"versions": { "0.0.1": "0x36C80542f7ed462cc3fdB2b7AC1a83A80C5dD0f6" },
"versions": {
"0.5.0": "0x97939C42d23e70b245ce18B20D03191AC451701a"
},
"baseContract": true
},
"UniversalReceiverDelegate": {
"versions": { "0.0.1": "0xEE495c349eB1ae864bb0e899A71aBD0b660eE4f0" },
"versions": {
"0.5.0": "0xE2D6038acD92200790Df695Ebd13856CdF2a6942"
},
"baseContract": false
},
"LSP7Mintable": {
"versions": { "0.0.1": "0x78CFf775e3084E9B064FB59FC25b6143f1ddB831" },
"versions": {
"0.5.0": "0x99AA90a7C44e5Ce4C1960dc72Dda5C45De37EA4B"
},
"baseContract": true
},
"LSP8Mintable": {
"versions": { "0.0.1": "0x61ADBa4744d78280d9A0D5012FdA25398068EAFb" },
"versions": {
"0.5.0": "0x9486f66B2CD54a04B75F8E3b1088C46B02F05F26"
},
Copy link
Contributor

Choose a reason for hiding this comment

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

We need to add auto CI tool to check these changes for us.

I've checked manually, everything is ok. But next time we better have a CI check to do it for us ;)

Issue created here:
#77

@CallumGrindle CallumGrindle merged commit 2ba32af into main Mar 9, 2022
@Hugoo Hugoo deleted the update-contract-addresses branch March 9, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants