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: updating scripts and deploying token-based service contracts on chiado #114

Merged
merged 7 commits into from
Sep 21, 2023

Conversation

kupermind
Copy link
Collaborator

  • Deploying OperatorWhitelist, ServiceRegistryTokenUtility and Service ManagerToken on chiado;
  • Verifying the ServiceManagerToken setup using the ServiceRegistryL2 contract.

Comment on lines -80 to +81
apiURL: "https://blockscout.com/gnosis/chiado/api",
browserURL: "https://blockscout.com/gnosis/chiado",
apiURL: "https://gnosis-chiado.blockscout.com/api",
browserURL: "https://gnosis-chiado.blockscout.com/",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These are new URLs for the chiado network to correctly do the contract verification.

Comment on lines -167 to +168
if (chainId === "1" || chainId === "5") {
// ServiceRegistryManagerToken for L1
if (chainId === "1" || chainId === "5" || chainId === "10200") {
// ServiceRegistryManagerToken for L1 and L2 that currently have the full setup
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Accounting for chiado modification setup

Comment on lines +3 to +5
const { ethers } = require("ethers");

async function main() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Script to change the manager for the ServiceRegistryL2 to swap ServiceManager with ServiceManagerToken on chiado.

Comment on lines +3 to +5
const { ethers } = require("ethers");

async function main() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Script fo change the drainer on chiado

Comment on lines 3 to 5
const { ethers } = require("ethers");

async function main() {
Copy link
Collaborator Author

@kupermind kupermind Sep 21, 2023

Choose a reason for hiding this comment

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

A proposal to change the manager for the ServiceRegistry on gnosis mainnet to swap ServiceManager to ServiceManagerToken contract.

Comment on lines +3 to +5
const { ethers } = require("ethers");

async function main() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

A proposal script to change the manager for the ServiceRegistryL2 to swap ServiceManager with ServiceManagerToken on gnosis.

@mariapiamo mariapiamo merged commit 388cf7e into main Sep 21, 2023
@mariapiamo mariapiamo deleted the gnosis_preparation branch September 21, 2023 09:23
77ph pushed a commit that referenced this pull request Oct 12, 2023
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