Skip to content

Commit

Permalink
Merge pull request #55 from alex-semenyuk/fix_network
Browse files Browse the repository at this point in the history
Fix ConfigTezosNetwork
  • Loading branch information
denisandreenko authored Aug 4, 2024
2 parents 48eaec8 + 1faa825 commit 8d3902d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

|Key|Description|Type|Default Value|
|---|-----------|----|-------------|
|network|Tezos network, by default - mainnet (mainnet | ghostnet | nairobinet)|string|`mainnet`
|network|Tezos network, by default - mainnet (mainnet | ghostnet | parisnet)|string|`mainnet`
|rpc|URL of the Tezos RPC node|string|`<nil>`
|signatory|URL of the signatory service for remote tx signing|string|`<nil>`

Expand Down
2 changes: 1 addition & 1 deletion internal/msgs/en_config_descriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ var (
ConfigEventsFilterPollingInterval = ffc("config.connector.events.filterPollingInterval", "The interval between polling calls to a filter, when checking for newly arrived events", i18n.TimeDurationType)
ConfigTxCacheSize = ffc("config.connector.txCacheSize", "Maximum of transactions to hold in the transaction info cache", i18n.IntType)
ConfigTezosRPC = ffc("config.connector.blockchain.rpc", "URL of the Tezos RPC node", "string")
ConfigTezosNetwork = ffc("config.connector.blockchain.network", "Tezos network, by default - mainnet (mainnet | ghostnet | nairobinet)", "string")
ConfigTezosNetwork = ffc("config.connector.blockchain.network", "Tezos network, by default - mainnet (mainnet | ghostnet | parisnet)", "string")
ConfigTezosSignatory = ffc("config.connector.blockchain.signatory", "URL of the signatory service for remote tx signing", "string")
)

0 comments on commit 8d3902d

Please sign in to comment.