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

Feature: Add Unichain Indexing #300

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,32 @@ networks:
address:
- name: CLPool
address:
- id: 130 # Unichain
hypersync_config:
url: https://unichain.hypersync.xyz
start_block: 0
contracts:
- name: ERC20
address:
- 0x7f9AdFbd38b669F03d1d11000Bc76b9AaEA28A81 # xVELO
- name: NFPM
address:
- 0x991d5546C4B442B4c5fdc4c8B8b8d131DEB24702
- name: PoolFactory
address:
- 0x31832f2a97Fd20664D76Cc421207669b55CE4BC0
- name: CLFactory
address:
- 0x04625B046C69577EfC40e6c0Bb83CDBAfab5a55F
- name: Pool
address:
- name: SuperchainLeafVoter
address:
- 0x97cDBCe21B6fd0585d29E539B1B99dAd328a1123
- name: VotingReward
address:
- name: CLPool
address:
- id: 252 # Fraxtal
hypersync_config:
url: https://fraxtal.hypersync.xyz
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"mocha": "^10.8.2",
"prettier": "^2.8.8",
"ts-node": "^10.9.2",
"viem": "2.22.9",
"viem": "2.23.4",
"web3": "^4.16.0"
},
"optionalDependencies": {
Expand Down
Loading
Loading