Skip to content

Commit

Permalink
CLA on Gnosis (smartcontractkit#1839)
Browse files Browse the repository at this point in the history
* Add Gnosis

* One more config file

* fix anchor link

* Update config

Co-authored-by: Friedemann Fürst <[email protected]>

* Add to LINK token contracts and small corrections

* More config files

* Update Chainlink token names for Gnosis and add networkNames from Chainlist

* Fix add to wallet for Gnosis mainnet

* Update Gnosis testnet name in Link Token Contracts page

* Edits

* another conflict

* config naming consistency

---------

Co-authored-by: Friedemann Fürst <[email protected]>
Co-authored-by: Dwight Lyle <[email protected]>
  • Loading branch information
3 people authored Jun 6, 2024
1 parent 9dbe0cc commit cdf2e14
Show file tree
Hide file tree
Showing 5 changed files with 750 additions and 125 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ whatsnext:

**Chainlink Automation Release Notes**

- [Automation on Gnosis](#2024-06-06---automation-on-gnosis)
- [Registrar deprecation through v2.0](#2024-06-03---registrar-deprecation-through-v20)
- [Automation on Polygon Amoy](#2024-04-23---automation-on-polygon-amoy)
- [Polygon testnet support](#2024-04-13---polygon-testnet-support)
Expand All @@ -34,6 +35,10 @@ whatsnext:
- [Keepers v1.1 launch on Ethereum](#2021-08-05---keepers-v11-launch-on-ethereum)
- [Questions](#questions)

## 2024-06-06 - Automation on Gnosis

Chainlink Automation is live on [Gnosis](/chainlink-automation/overview/supported-networks#gnosis-chain-xdai).

## 2024-06-03 - Registrar deprecation through v2.0

Older Automation [registrars](/chainlink-automation/reference/automation-contracts#automationregistrarsol) for v1.0, v1.1, v1.2, v1.3, and v2.0 are deprecated on all [supported networks](/chainlink-automation/overview/supported-networks) (Ethereum, Avalanche, BSC, Polygon, Arbitrum and Optimism). You can no longer register new upkeeps using these older versions. Please [migrate your older upkeeps to Automation 2.1](/chainlink-automation/guides/migrate-to-v2) to ensure they remain operational as we start deprecating older versions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,13 @@
"BASE_MAINNET": {
"registryAddress": "0xE226D5aCae908252CcA3F6CEFa577527650a9e1e",
"registrarAddress": "0xD8983a340A96b9C2Bb6855E46847aE134Db71fB1"
},
"GNOSIS_MAINNET": {
"registryAddress": "0x299c92a219F61a82E91d2062A262f7157F155AC1",
"registrarAddress": "0x0F7E163446AAb41DB5375AbdeE2c3eCC56D9aA32"
},
"GNOSIS_CHIADO": {
"registryAddress": "0x2CA3BC9eC81E9647e7f8e7EdFE630a27A4E470dB",
"registrarAddress": "0xcfB98e8E3AB99217a0E61C29f86ba3a4B79037BF"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -373,5 +373,55 @@
"stalenessSeconds": 90000,
"registrar": "0xD8983a340A96b9C2Bb6855E46847aE134Db71fB1",
"transcoder": "0x395C8461299c9981E9D1A30d116F0c80a927d2A4"
},
"GNOSIS_MAINNET": {
"paymentPremiumPPB": 1000000000,
"blockCountPerTurn": "Not Applicable",
"maxCheckDataSize": 5000,
"checkGasLimit": 10000000,
"gasCeilingMultiplier": 3,
"minUpkeepSpend": {
"type": "BigNumber",
"hex": "0x016345785d8a0000"
},
"maxPerformGas": 5000000,
"fallbackGasPrice": {
"type": "BigNumber",
"hex": "746a528800"
},
"fallbackLinkPrice": {
"type": "BigNumber",
"hex": "eed034470cfd1460"
},
"maxPerformDataSize": 5000,
"flatFeeMicroLink": 0,
"stalenessSeconds": 360000,
"registrar": "0x0F7E163446AAb41DB5375AbdeE2c3eCC56D9aA32",
"transcoder": "0x35e466d3B56df566B8E0acAc4751Ed15eCCC155F"
},
"GNOSIS_CHIADO": {
"paymentPremiumPPB": 300000000,
"blockCountPerTurn": "Not Applicable",
"maxCheckDataSize": 5000,
"checkGasLimit": 10000000,
"gasCeilingMultiplier": 3,
"minUpkeepSpend": {
"type": "BigNumber",
"hex": "0x016345785d8a0000"
},
"maxPerformGas": 5000000,
"fallbackGasPrice": {
"type": "BigNumber",
"hex": "746a528800"
},
"fallbackLinkPrice": {
"type": "BigNumber",
"hex": "eed034470cfd1460"
},
"maxPerformDataSize": 5000,
"flatFeeMicroLink": 10000,
"stalenessSeconds": 360000,
"registrar": "0xcfB98e8E3AB99217a0E61C29f86ba3a4B79037BF",
"transcoder": "0x35e466d3B56df566B8E0acAc4751Ed15eCCC155F"
}
}
Loading

0 comments on commit cdf2e14

Please sign in to comment.