diff --git a/core/services/chainlink/config.go b/core/services/chainlink/config.go index bd6b3c5b6c1..0cc4a76bacc 100644 --- a/core/services/chainlink/config.go +++ b/core/services/chainlink/config.go @@ -43,7 +43,7 @@ type Config struct { Starknet stkcfg.TOMLConfigs `toml:",omitempty"` - Aptos []*RawConfig `toml:",omitempty"` + Aptos []RawConfig `toml:",omitempty"` } // RawConfig is the config used for chains that are not embedded.