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 cardona chain configs #76

Merged
merged 1 commit into from
Aug 12, 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,29 @@ 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

deployment-7-zkevm-cardona:
network: polygon-zkevm-cardona

TokenDistro:
- name: 'GIVstream'
address: '0x2Df3e67Be4e441Cddd2d29c3d41DFd7D516f18e6'
startBlock: 5356116
ERC20:
- name: 'GIV'
address: '0xa77390562986F5d08F5aECF5D3Fb82BD16B44548'
startBlock: 4988065
UnipoolGIVPower:
address: '0x7E9f30A74fCDf035018bc007f9930aA171863E33'
startBlock: 5386646

production-optimism-mainnet:
network: optimism
Expand Down
Loading