Skip to content

Commit

Permalink
added eth-mainnet to manifest (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Dec 16, 2022
1 parent c4259df commit c9e35c2
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"schema-version": "2",
"name": "sentinel-manifest",
"networks": {
"1": {
"name": "Ethereum",
"epoch": 15870000,
"batch": "0x24849C01F16DE01061D2eEA1678082d44D9a7F80",
"toga": "0x8B5a2CF69a56d7F8Fa027edcA23594cdDF544dDc",
"resolver": "0xeE4cD028f5fdaAdeA99f8fc38e8bA8A57c90Be53"
},
"5": {
"name": "Goerli Testnet",
"epoch": 3500000,
Expand Down Expand Up @@ -47,6 +54,11 @@
"toga": "0xFC63B7C762B10670Eda15cF3ca3970bCDB28C9eF",
"resolver": "0x609b9d9d6Ee9C3200745A79B9d3398DBd63d509F"
},
"420": {
"name": "Optimism Goerli Testnet",
"epoch": 340000,
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136"
},
"43113": {
"name": "Avalanche Fuji Testnet",
"epoch": 3220231,
Expand All @@ -70,11 +82,6 @@
"cid": "QmXhmMyzf2p4hBwytqCdqZioihqApvRtk3mx4kBrn7B3BV",
"resolver": "0x8C54C83FbDe3C59e59dd6E324531FB93d4F504d3"
},
"420": {
"name": "Optimism Goerli Testnet",
"epoch": 340000,
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136"
},
"421613": {
"name": "Arbitrum Goerli Testnet",
"epoch": 93000,
Expand Down

0 comments on commit c9e35c2

Please sign in to comment.