Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit fa0ef98

Browse files
committed
ink config
1 parent a3492fc commit fa0ef98

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

core/chains/evm/config/toml/defaults/Ink_Mainnet.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,4 @@ Mode = 'FeeHistory'
2121
CacheTimeout = '2s'
2222

2323
[GasEstimator.BlockHistory]
24-
BlockHistorySize = 100
25-
26-
[GasEstimator.DAOracle]
27-
OracleType = 'opstack'
28-
OracleAddress = '0x420000000000000000000000000000000000000F'
24+
BlockHistorySize = 100

core/chains/evm/config/toml/defaults/Ink_Testnet.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,3 @@ CacheTimeout = '2s'
2222

2323
[GasEstimator.BlockHistory]
2424
BlockHistorySize = 100
25-
26-
[GasEstimator.DAOracle]
27-
OracleType = 'opstack'
28-
OracleAddress = '0x420000000000000000000000000000000000000F'

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ require (
7373
github.com/scylladb/go-reflectx v1.0.1
7474
github.com/shirou/gopsutil/v3 v3.24.3
7575
github.com/shopspring/decimal v1.4.0
76-
github.com/smartcontractkit/chain-selectors v1.0.34
76+
github.com/smartcontractkit/chain-selectors v1.0.35
7777
github.com/smartcontractkit/chainlink-automation v1.0.4
7878
github.com/smartcontractkit/chainlink-common v0.2.3-0.20240925085218-aded1b263ecc
7979
github.com/smartcontractkit/chainlink-cosmos v0.4.1-0.20240911175228-daf2600bb7b7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,8 +1034,8 @@ github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMB
10341034
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
10351035
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
10361036
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
1037-
github.com/smartcontractkit/chain-selectors v1.0.34 h1:MJ17OGu8+jjl426pcKrJkCf3fePb3eCreuAnUA3RBj4=
1038-
github.com/smartcontractkit/chain-selectors v1.0.34/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
1037+
github.com/smartcontractkit/chain-selectors v1.0.35 h1:k7iJqChFbH10WFpahjDtDJoYyDz4qRNq6ReIB41M8Tg=
1038+
github.com/smartcontractkit/chain-selectors v1.0.35/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
10391039
github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8=
10401040
github.com/smartcontractkit/chainlink-automation v1.0.4/go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM=
10411041
github.com/smartcontractkit/chainlink-common v0.2.3-0.20240925085218-aded1b263ecc h1:ALbyaoRzUSXQ2NhGFKVOyJqO22IB5yQjhjKWbIZGbrI=

0 commit comments

Comments
 (0)