Skip to content

Commit 8d3902d

Browse files
Merge pull request #55 from alex-semenyuk/fix_network
Fix ConfigTezosNetwork
2 parents 48eaec8 + 1faa825 commit 8d3902d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

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

internal/msgs/en_config_descriptions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ var (
2323
ConfigEventsFilterPollingInterval = ffc("config.connector.events.filterPollingInterval", "The interval between polling calls to a filter, when checking for newly arrived events", i18n.TimeDurationType)
2424
ConfigTxCacheSize = ffc("config.connector.txCacheSize", "Maximum of transactions to hold in the transaction info cache", i18n.IntType)
2525
ConfigTezosRPC = ffc("config.connector.blockchain.rpc", "URL of the Tezos RPC node", "string")
26-
ConfigTezosNetwork = ffc("config.connector.blockchain.network", "Tezos network, by default - mainnet (mainnet | ghostnet | nairobinet)", "string")
26+
ConfigTezosNetwork = ffc("config.connector.blockchain.network", "Tezos network, by default - mainnet (mainnet | ghostnet | parisnet)", "string")
2727
ConfigTezosSignatory = ffc("config.connector.blockchain.signatory", "URL of the signatory service for remote tx signing", "string")
2828
)

0 commit comments

Comments
 (0)