Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ETHEREUM_MAINNET": {
"paymentPremiumPPB": 200000000,
"blockCountPerTurn": 100,
"blockCountPerTurn": 10,
"checkGasLimit": 6500000,
"gasCeilingMultiplier": 2,
"minUpkeepSpend": { "type": "BigNumber", "hex": "0x016345785d8a0000" },
Expand All @@ -13,37 +13,23 @@
"registrar": "0xDb8e8e2ccb5C033938736aa89Fe4fa1eDfD15a1d",
"transcoder": "0xA59AA03DE50a4383D90E1A4bb912A8dd795d1292"
},
"ETHEREUM_SEPOLIA": {
"paymentPremiumPPB": 200000000,
"blockCountPerTurn": 100,
"checkGasLimit": 6500000,
"gasCeilingMultiplier": 1,
"minUpkeepSpend": { "type": "BigNumber", "hex": "0x00" },
"maxPerformGas": 5000000,
"fallbackGasPrice": { "type": "BigNumber", "hex": "0x0bebc200" },
"fallbackLinkPrice": { "type": "BigNumber", "hex": "0x0d16c51bb2e50e" },
"flatFeeMicroLink": 0,
"stalenessSeconds": 90000,
"registrar": "0xE16Df59B887e3Caa439E0b29B42bA2e7976FD8b2",
"transcoder": "0x9a811502d843E5a03913d5A2cfb646c11463467A"
},
"ETHEREUM_GOERLI": {
"paymentPremiumPPB": 200000000,
"blockCountPerTurn": 100,
"checkGasLimit": 6500000,
"gasCeilingMultiplier": 1,
"gasCeilingMultiplier": 3,
"minUpkeepSpend": { "type": "BigNumber", "hex": "0x00" },
"maxPerformGas": 5000000,
"fallbackGasPrice": { "type": "BigNumber", "hex": "0x0bebc200" },
"fallbackGasPrice": { "type": "BigNumber", "hex": "0x04a817c800" },
"fallbackLinkPrice": { "type": "BigNumber", "hex": "0x0d16c51bb2e50e" },
"flatFeeMicroLink": 0,
"stalenessSeconds": 90000,
"registrar": "0x9806cf6fBc89aBF286e8140C42174B94836e36F2",
"transcoder": "0x97aFFbaE5d31965eAA427Dd4DD6Cd22271561853"
"transcoder": "0xe01C9d05eb8dEa33677C32e0FDA5026D49ded312"
},
"BNB_MAINNET": {
"paymentPremiumPPB": 300000000,
"blockCountPerTurn": 200,
"blockCountPerTurn": 20,
"checkGasLimit": 6500000,
"gasCeilingMultiplier": 3,
"minUpkeepSpend": { "type": "BigNumber", "hex": "0x016345785d8a0000" },
Expand Down Expand Up @@ -71,7 +57,7 @@
},
"POLYGON_MAINNET": {
"paymentPremiumPPB": 700000000,
"blockCountPerTurn": 200,
"blockCountPerTurn": 40,
"checkGasLimit": 6500000,
"gasCeilingMultiplier": 3,
"minUpkeepSpend": { "type": "BigNumber", "hex": "0x016345785d8a0000" },
Expand All @@ -92,19 +78,19 @@
"maxPerformGas": 5000000,
"fallbackGasPrice": { "type": "BigNumber", "hex": "0x2e90edd000" },
"fallbackLinkPrice": { "type": "BigNumber", "hex": "0x470de4df820000" },
"flatFeeMicroLink": 0,
"flatFeeMicroLink": 10000,
"stalenessSeconds": 90000,
"registrar": "0xDb8e8e2ccb5C033938736aa89Fe4fa1eDfD15a1d",
"transcoder": "0xA59AA03DE50a4383D90E1A4bb912A8dd795d1292"
"transcoder": "0x702c6e90D73C1FEEc706c41531eFa38aD6574016"
},
"AVALANCHE_MAINNET": {
"paymentPremiumPPB": 400000000,
"blockCountPerTurn": 200,
"blockCountPerTurn": 50,
"checkGasLimit": 6500000,
"gasCeilingMultiplier": 2,
"gasCeilingMultiplier": 1,
"minUpkeepSpend": { "type": "BigNumber", "hex": "0x016345785d8a0000" },
"maxPerformGas": 5000000,
"fallbackGasPrice": { "type": "BigNumber", "hex": "0x174876e800" },
"fallbackGasPrice": { "type": "BigNumber", "hex": "0x746a528800" },
"fallbackLinkPrice": { "type": "BigNumber", "hex": "0x02e68ae97c803200" },
"flatFeeMicroLink": 0,
"stalenessSeconds": 90000,
Expand All @@ -127,12 +113,12 @@
},
"FANTOM_MAINNET": {
"paymentPremiumPPB": 500000000,
"blockCountPerTurn": 200,
"blockCountPerTurn": 50,
"checkGasLimit": 6500000,
"gasCeilingMultiplier": 2,
"gasCeilingMultiplier": 1,
"minUpkeepSpend": { "type": "BigNumber", "hex": "0x016345785d8a0000" },
"maxPerformGas": 5000000,
"fallbackGasPrice": { "type": "BigNumber", "hex": "0x015d3ef79800" },
"fallbackGasPrice": { "type": "BigNumber", "hex": "0x886c98b76000" },
"fallbackLinkPrice": { "type": "BigNumber", "hex": "0x8ac7230489e80000" },
"flatFeeMicroLink": 0,
"stalenessSeconds": 90000,
Expand Down