-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry Picked smartcontractkit/chainlink@c1bd103 to add L3X Config to ccip
- Loading branch information
Showing
4 changed files
with
229 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": patch | ||
--- | ||
|
||
#added L3X Config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ChainID = '12324' | ||
ChainType = 'arbitrum' | ||
FinalityTagEnabled = true | ||
FinalityDepth = 10 | ||
LinkContractAddress = '0x79f531a3D07214304F259DC28c7191513223bcf3' | ||
# Produces blocks on-demand | ||
NoNewHeadsThreshold = '0' | ||
OCR.ContractConfirmations = 1 | ||
LogPollInterval = '10s' | ||
|
||
[GasEstimator] | ||
Mode = 'Arbitrum' | ||
LimitMax = 1_000_000_000 | ||
# Arbitrum-based chains uses the suggested gas price, so we don't want to place any limits on the minimum | ||
PriceMin = '0' | ||
PriceDefault = '0.1 gwei' | ||
FeeCapDefault = '1000 gwei' | ||
BumpThreshold = 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ChainID = '12325' | ||
ChainType = 'arbitrum' | ||
FinalityTagEnabled = true | ||
FinalityDepth = 10 | ||
LinkContractAddress = '0xa71848C99155DA0b245981E5ebD1C94C4be51c43' | ||
# Produces blocks on-demand | ||
NoNewHeadsThreshold = '0' | ||
OCR.ContractConfirmations = 1 | ||
LogPollInterval = '10s' | ||
|
||
[GasEstimator] | ||
Mode = 'Arbitrum' | ||
LimitMax = 1_000_000_000 | ||
# Arbitrum-based chains uses the suggested gas price, so we don't want to place any limits on the minimum | ||
PriceMin = '0' | ||
PriceDefault = '0.1 gwei' | ||
FeeCapDefault = '1000 gwei' | ||
BumpThreshold = 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters