From 99522f33e86ab6f58a6cfaf658361976611da7ac Mon Sep 17 00:00:00 2001 From: stackman27 Date: Wed, 13 Dec 2023 14:05:55 -0800 Subject: [PATCH] added link contract --- core/chains/evm/config/toml/defaults/Bttc_Testnet.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/core/chains/evm/config/toml/defaults/Bttc_Testnet.toml b/core/chains/evm/config/toml/defaults/Bttc_Testnet.toml index d61952827d3..740512dc145 100644 --- a/core/chains/evm/config/toml/defaults/Bttc_Testnet.toml +++ b/core/chains/evm/config/toml/defaults/Bttc_Testnet.toml @@ -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' @@ -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 @@ -25,6 +24,3 @@ SyncThreshold = 10 [OCR] ContractConfirmations = 1 - -[OCR2.Automation] -GasLimit = 9000000 \ No newline at end of file