Skip to content

Commit

Permalink
added link contract
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Dec 13, 2023
1 parent 2ef1780 commit 99522f3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions core/chains/evm/config/toml/defaults/Bttc_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ ChainID = '1029'
FinalityDepth = 500
# blocks are generated every 2-4s
LogPollInterval = '2s'
LinkContractAddress = "0xC391D8FFa7a05723C85f160Bd1Fe411C5898b2a4"

[GasEstimator]
Mode = 'BlockHistory'
EIP1559DynamicFees = false
PriceDefault = '15 mwei'
PriceMin = '9 mwei'
Expand All @@ -13,9 +15,6 @@ PriceMin = '9 mwei'
# how many blocks we want to keep in memory to calculate gas price
BlockHistorySize = 24

[Transactions]
ResendAfterThreshold = '30s'

[HeadTracker]
# re-org for bttc is really high so we want to check for the block where reorg happens
HistoryDepth = 500
Expand All @@ -25,6 +24,3 @@ SyncThreshold = 10

[OCR]
ContractConfirmations = 1

[OCR2.Automation]
GasLimit = 9000000

0 comments on commit 99522f3

Please sign in to comment.