Skip to content

Commit

Permalink
fix typo and example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jan 15, 2024
1 parent bd998ea commit 1a23956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/examples/example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ bearer_token="my-awesome-token"
selected_networks=["polygon_mumbai"]

[Network.RpcHttpUrls]
polygon_mumbai = ["https://matic.getblock.io/608a6708-d787-4ba8-bcbd-493001ea7fd9/testnet/"]
polygon_mumbai = ["https://polygon-endpoint.io"]

[Network.RpcWsUrls]
polygon_mumbai = ["wss://matic.getblock.io/608a6708-d787-4ba8-bcbd-493001ea7fd9/testnet/"]
polygon_mumbai = ["wss://polygon-endpoint.io"]

[Network.WalletKeys]
polygon_mumbai = ["change-me-to-your-PK"]
Expand Down
2 changes: 1 addition & 1 deletion config/overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"dario.cat/mergo"
)

// MightConfigOverrideChainlinkVersion will override the chainlink image and version
// MustConfigOverrideChainlinkVersion will override the chainlink image and version
// in property maps from the passed config. It will panic if the config is nil.
func MustConfigOverrideChainlinkVersion(config *ChainlinkImageConfig, target interface{}) {
if config == nil {
Expand Down

0 comments on commit 1a23956

Please sign in to comment.