Skip to content

Commit 49b8c57

Browse files
authored
arbitrum mainnet support (#1714)
1 parent d6b47ef commit 49b8c57

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

src/content/chainlink-functions/resources/release-notes.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ title: "Chainlink Functions Release Notes"
66

77
import { Aside } from "@components"
88

9+
## Arbitrum Mainnet support - 2024-01-10
10+
11+
Chainlink Functions is available on [Arbitrum Mainnet](/chainlink-functions/supported-networks#arbitrum-mainnet).
12+
913
## Module imports and new testnets - 2023-12-15
1014

1115
- You can use external module imports with Chainlink Functions source code on testnet networks. See the [Using Imports with Functions](/chainlink-functions/tutorials/importing-packages) tutorial to see an example of how to import and use imported modules with your Functions source code. This feature requires the [Functions Toolkit NPM package](https://www.npmjs.com/package/@chainlink/functions-toolkit/v/0.2.7) `v0.2.7` or later.

src/content/chainlink-functions/supported-networks.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,21 @@ Read the [LINK Token Contracts](/resources/link-token-contracts) page to learn w
110110

111111
## Arbitrum
112112

113+
### Arbitrum Mainnet
114+
115+
| Item | Value |
116+
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
117+
| Functions router | <Address contractUrl="https://arbiscan.io/address/0x97083e831f8f0638855e2a515c90edcf158df238" /> |
118+
| <DonId client:load/> | <CopyText text="fun-arbitrum-mainnet-1" code /> / <CopyText text="0x66756e2d617262697472756d2d6d61696e6e65742d3100000000000000000000"code format formatType="bytes32" /> |
119+
| Encrypted secrets upload endpoints | <ul><li><CopyText text="https://01.functions-gateway.chain.link/" code /></li><li><CopyText text="https://02.functions-gateway.chain.link/" code /></li></ul> |
120+
121+
| Billing Item | Value |
122+
| ----------------------------------------------- | ----------- |
123+
| Premium fees | 0.004 LINK |
124+
| Request threshold (withdrawing funds) | 10 requests |
125+
| Cancellation fees (withdrawing funds) | 0.1 LINK |
126+
| Minimum balance for uploading encrypted secrets | 0.1 LINK |
127+
113128
### Arbitrum Sepolia testnet
114129

115130
| Item | Value |

0 commit comments

Comments
 (0)