Skip to content

Commit

Permalink
Merge branch 'main' into gfletcher-cll-zksync-removal
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords authored Feb 7, 2025
2 parents ca71a32 + 53d2f80 commit 173289f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,5 @@
"POLYGON_ZKEVM_CARDONA": {
"registryAddress": "0x0F7E163446AAb41DB5375AbdeE2c3eCC56D9aA32",
"registrarAddress": "0x703C1d261a996755409c74d00871e7D6Af4d9896"
},
"ZKSYNC_MAINNET": {
"registryAddress": "0x8D405a2252fe4bd50dF29835e621986E59A81D74",
"registrarAddress": "0x7415C4E9758F3cA26F1a4a8F11d885eadEF68939"
},
"ZKSYNC_SEPOLIA": {
"registryAddress": "0xc740003833d487c49881Cd19A21B8c58313e0cF4",
"registrarAddress": "0xC23751714a66B9824Fa6724A7B08635D480e88cD"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -548,55 +548,5 @@
"stalenessSeconds": 360000,
"registrar": "0x703C1d261a996755409c74d00871e7D6Af4d9896",
"transcoder": "0x0000000000000000000000000000000000000000"
},
"ZKSYNC_MAINNET": {
"paymentPremiumPPB": 500000000,
"blockCountPerTurn": "Not Applicable",
"maxCheckDataSize": 5000,
"checkGasLimit": 10000000,
"gasCeilingMultiplier": 2,
"minUpkeepSpend": {
"type": "BigNumber",
"hex": "0x16bcc41e90000"
},
"maxPerformGas": 5000000,
"fallbackGasPrice": {
"type": "BigNumber",
"hex": "7270e00"
},
"fallbackLinkPrice": {
"type": "BigNumber",
"hex": "44728f8c"
},
"maxPerformDataSize": 5000,
"flatFeeMicroLink": 10000,
"stalenessSeconds": 360000,
"registrar": "0x7415C4E9758F3cA26F1a4a8F11d885eadEF68939",
"transcoder": "0x0000000000000000000000000000000000000000"
},
"ZKSYNC_SEPOLIA": {
"paymentPremiumPPB": 300000000,
"blockCountPerTurn": "Not Applicable",
"maxCheckDataSize": 5000,
"checkGasLimit": 10000000,
"gasCeilingMultiplier": 2,
"minUpkeepSpend": {
"type": "BigNumber",
"hex": "0x16bcc41e90000"
},
"maxPerformGas": 5000000,
"fallbackGasPrice": {
"type": "BigNumber",
"hex": "17d7840"
},
"fallbackLinkPrice": {
"type": "BigNumber",
"hex": "4343e8e0"
},
"maxPerformDataSize": 5000,
"flatFeeMicroLink": 10000,
"stalenessSeconds": 360000,
"registrar": "0xC23751714a66B9824Fa6724A7B08635D480e88cD",
"transcoder": "0x0000000000000000000000000000000000000000"
}
}

0 comments on commit 173289f

Please sign in to comment.