-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add X Layer * go mod tidy * Add ChainType for XLayer to ignore transactions with 0 gasPrice * revert switch stmt * update changeset * fix test * add BlockHistoryEstimator test for XLayer
- Loading branch information
1 parent
e50d38b
commit 2729ef7
Showing
11 changed files
with
241 additions
and
9 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 | ||
--- | ||
|
||
Add support for X Layer (X1) #added |
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
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,25 @@ | ||
ChainID = '196' | ||
ChainType = 'xlayer' | ||
FinalityDepth = 500 | ||
NoNewHeadsThreshold = '6m' | ||
MinIncomingConfirmations = 1 | ||
LogPollInterval = '30s' | ||
RPCBlockQueryDelay = 15 | ||
RPCDefaultBatchSize = 100 | ||
|
||
[OCR] | ||
ContractConfirmations = 1 | ||
|
||
[Transactions] | ||
ResendAfterThreshold = '3m' | ||
|
||
[GasEstimator] | ||
PriceMin = '100 mwei' | ||
BumpPercent = 40 | ||
BumpMin = '100 mwei' | ||
|
||
[GasEstimator.BlockHistory] | ||
BlockHistorySize = 12 | ||
|
||
[HeadTracker] | ||
HistoryDepth = 2000 |
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,25 @@ | ||
ChainID = '195' | ||
ChainType = 'xlayer' | ||
FinalityDepth = 500 | ||
NoNewHeadsThreshold = '12m' | ||
MinIncomingConfirmations = 1 | ||
LogPollInterval = '30s' | ||
RPCBlockQueryDelay = 15 | ||
RPCDefaultBatchSize = 100 | ||
|
||
[OCR] | ||
ContractConfirmations = 1 | ||
|
||
[Transactions] | ||
ResendAfterThreshold = '3m' | ||
|
||
[GasEstimator] | ||
PriceMin = '1 mwei' | ||
BumpPercent = 40 | ||
BumpMin = '20 mwei' | ||
|
||
[GasEstimator.BlockHistory] | ||
BlockHistorySize = 12 | ||
|
||
[HeadTracker] | ||
HistoryDepth = 2000 |
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
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
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
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
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
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
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