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

Add zkevm mainnet chain #77

Merged
merged 1 commit into from
Aug 15, 2024
Merged
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
19 changes: 17 additions & 2 deletions networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,14 +428,14 @@ deployment-7-optimism-sepolia:
TokenDistro:
- name: 'GIVstream'
address: '0x301C739CF6bfb6B47A74878BdEB13f92F13Ae5E7'
startBlock: 8568240
startBlock: 8568240
ERC20:
- name: 'GIV'
address: '0x2f2c819210191750F2E11F7CfC5664a0eB4fd5e6'
startBlock: 8566601
UnipoolGIVPower:
address: '0xE6836325B13819CF38f030108255A5213491A725'
startBlock: 8570759
startBlock: 8570759

production-optimism-mainnet:
network: optimism
Expand All @@ -451,3 +451,18 @@ production-optimism-mainnet:
UnipoolGIVPower:
address: '0x301c739cf6bfb6b47a74878bdeb13f92f13ae5e7'
startBlock: 108350094

production-zkevm-mainnet:
network: zkevm

TokenDistro:
- name: 'GIVstream'
address: '0x4fB9B10ECDe1b048DBC79aBEAB3793edc93a0d54'
startBlock: 15130401
ERC20:
- name: 'GIV'
address: '0xddAFB91475bBf6210a151FA911AC8fdA7dE46Ec2'
startBlock: 15111176
UnipoolGIVPower:
address: '0xc790f82bf6f8709aa4a56dc11afad7af7c2a9867'
startBlock: 15130779
Loading