-
Notifications
You must be signed in to change notification settings - Fork 39
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 Celo integration #1175
Add Celo integration #1175
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@leetdev is attempting to deploy a commit to the HUMAN Protocol Team on Vercel. A member of the Team first needs to authorize it. |
@foufrix - Request review |
73390e3
to
8d2dc56
Compare
The code seems good to me. Possible to verify it using hardhat tutorial and tools |
solve #123 |
That one is the bridged token created by Wormhole. All the other contracts are verified using hardhat, see links in #123. |
Effectively my bad there is 2 explorers, all good on celoscan.io |
8d2dc56
to
c7dabae
Compare
Rebased to the latest state of the I will reiterate that the following subraphs need to be created:
I also noticed that Escrow Dashboard now uses an API instead of querying the subgraphs directly, not sure if I have to do anything to make sure it supports the new networks. @portuu3 - please review. |
c7dabae
to
8407c97
Compare
8407c97
to
f914652
Compare
f914652
to
869dbcf
Compare
@leetdev since you were right about subgraph template, can you undo your last commit please? sorry for my mistake |
I will create the subgraphs |
869dbcf
to
f423e27
Compare
Done. |
subgraphs created |
Ok. I think you can merge the PR now unless there is anything else you want me to do? |
Description
Added Celo mainnet and Celo Alfajores testnet support to the relevant packages; deployed contracts, and added to the contracts list.
Summary of changes
See #123 for details. Create new subgraphs:
celo
, andcelo-alfajores
before merging.Related issues
#123
Operational checklist