-
Notifications
You must be signed in to change notification settings - Fork 231
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
Add the deployed contracts to the utils package #715
Labels
devops 🔧
Operations management and dev tools
refactoring ♻️
A code change that neither fixes a bug nor adds a feature
Milestone
Comments
vplasencia
added
the
refactoring ♻️
A code change that neither fixes a bug nor adds a feature
label
Mar 18, 2024
cedoor
added a commit
that referenced
this issue
Mar 21, 2024
9 tasks
cedoor
added a commit
that referenced
this issue
Mar 22, 2024
cedoor
added a commit
that referenced
this issue
Mar 22, 2024
cedoor
added a commit
that referenced
this issue
Mar 22, 2024
cedoor
added a commit
that referenced
this issue
Mar 22, 2024
cedoor
added a commit
that referenced
this issue
Mar 22, 2024
cedoor
added a commit
that referenced
this issue
Mar 22, 2024
cedoor
added a commit
that referenced
this issue
Mar 25, 2024
github-project-automation
bot
moved this from 👀 In review
to ✔️ Done
in Semaphore Board
Mar 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
devops 🔧
Operations management and dev tools
refactoring ♻️
A code change that neither fixes a bug nor adds a feature
Description
Add the deployed contracts to the Semaphore utils package so that other packages and projects can access this info.
The idea is to create a json file with the network's info (chain id, etc.) and the deployed contract addresses. The
supported-networks.ts
would import that json file and export it as a js object.Deployed contracts json file: https://github.com/semaphore-protocol/semaphore/blob/main/packages/contracts/deployed-contracts.json
The text was updated successfully, but these errors were encountered: