Skip to content

Commit

Permalink
Merge branch 'main' into search-provider-update
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjl authored Jan 19, 2024
2 parents b678c2c + 4ccbe0d commit dbbed72
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @dwightjl @ritika-b @aelmanaa @thedriftofwords @yacine-benichou
* @dwightjl @aelmanaa @thedriftofwords @khadni
Binary file removed public/images/automation/automation_intro.gif
Binary file not shown.
22 changes: 18 additions & 4 deletions src/config/data/ccip/v1_2_0/testnet/lanes.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,12 +585,19 @@
"isEnabled": true,
"rate": "167000000000000000000"
}
},
"GHO": {
"rateLimiterConfig": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"rateLimiterConfig": {
"capacity": "100000000000000000000000",
"capacity": "1000000000000000000000000000000000000",
"isEnabled": true,
"rate": "167000000000000000000"
"rate": "1000000000000000000000000000000000000"
}
}
},
Expand Down Expand Up @@ -718,12 +725,19 @@
"isEnabled": true,
"rate": "167000000000000000000"
}
},
"GHO": {
"rateLimiterConfig": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"rateLimiterConfig": {
"capacity": "100000000000000000000000",
"capacity": "1000000000000000000000000000000000000",
"isEnabled": true,
"rate": "167000000000000000000"
"rate": "1000000000000000000000000000000000000"
}
}
}
Expand Down
20 changes: 20 additions & 0 deletions src/config/data/ccip/v1_2_0/testnet/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,26 @@
"decimals": 6
}
},
"GHO": {
"ethereum-testnet-sepolia": {
"tokenAddress": "0xc4bF5CbDaBE595361438F8c6a187bDc330539c60",
"allowListEnabled": false,
"poolAddress": "0xEc2C54DB552069cceac2342e749FaF19c327864a",
"poolType": "burnMint",
"name": "GHO",
"symbol": "GHO",
"decimals": 18
},
"ethereum-testnet-sepolia-arbitrum-1": {
"tokenAddress": "0xb13Cfa6f8B2Eed2C37fB00fF0c1A59807C585810",
"allowListEnabled": false,
"poolAddress": "0xACD8713E31B2CD1cf936673C4ccb8B5f16156129",
"poolType": "burnMint",
"name": "GHO",
"symbol": "GHO",
"decimals": 18
}
},
"CCIP-BnM": {
"avalanche-fuji-testnet": {
"tokenAddress": "0xD21341536c5cF5EB1bcb58f6723cE26e8D8E90e4",
Expand Down
2 changes: 1 addition & 1 deletion src/content/ccip/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { Aside } from "@components"

- We've simplified the message sequencing process in our CCIP message handling by removing the `strict` sequencing flag from the [extraArgs](/ccip/api-reference/client#evmextraargsv1) field in [CCIP messages](/ccip/api-reference/client#evm2anymessage).

- The gas limit and maximum message data length for CCIP messages have been adjusted on testnets. These changes are detailed in the [Service Limits](/ccip/service-limits) documentation.
- The gas limit and maximum message data length for CCIP messages have been adjusted on mainnets. These changes are detailed in the [Service Limits](/ccip/service-limits) documentation.

- To interact with CCIP v1.2.0 , use the [@chainlink/contract-ccip](https://www.npmjs.com/package/@chainlink/contracts-ccip) npm package.

Expand Down
4 changes: 2 additions & 2 deletions src/content/chainlink-automation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ whatsnext:
---

import { Aside } from "@components"
import { YouTube } from "@astro-community/astro-embed-youtube"
import { ClickToZoom } from "@components"

<Aside type="note" title="Get Started">
Try Chainlink Automation in the [Getting Started](/chainlink-automation/overview/getting-started) guide.
Expand All @@ -24,7 +24,7 @@ Automate your smart contracts using a secure and hyper-reliable decentralized ne

To learn more about how the Chainlink Automation Network automates your smart contracts, visit the [Concepts](/chainlink-automation/concepts/automation-concepts) and [Architecture](/chainlink-automation/concepts/automation-architecture) pages. You can also learn more through our [additional Automation resources](https://chain.link/automation#masterclass).

![Chainlink Automation](/images/automation/automation_intro.gif)
<ClickToZoom src="/images/automation/automation_2_diagram_v3.png" />

## Supported networks and costs

Expand Down
8 changes: 7 additions & 1 deletion src/content/resources/link-token-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,13 @@ GLMR is used to pay transaction fees on Moonbeam Mainnet.

### Andromeda Mainnet

METIS is used to pay for transactions on Metis Mainnet. You can use the [Metis Bridge](https://bridge.metis.io/) to transfer LINK from Ethereum Mainnet to Metis Mainnet.
METIS is used to pay for transactions on Metis Mainnet. You can use the [Metis Bridge](https://bridge.metis.io/) to transfer METIS from Ethereum Mainnet to Metis Mainnet.

<Aside type="caution" title="ERC-677 LINK on Metis">

The LINK provided by the [Metis Bridge](https://bridge.metis.io/) is not ERC-677 compatible, so you cannot use it with Chainlink services or oracle nodes.

</Aside>

| Parameter | Value |
| :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit dbbed72

Please sign in to comment.