Skip to content

Commit

Permalink
update rpc node
Browse files Browse the repository at this point in the history
Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
  • Loading branch information
denisandreenko committed Jan 8, 2024
1 parent f060841 commit 6280a21
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 @@ -88,7 +88,7 @@
|Key|Description|Type|Default Value|
|---|-----------|----|-------------|
|network|Tezos network, by default - mainnet (mainnet | ghostnet | nairobinet)|string|`mainnet`
|rpc|URL of the Tezos RPC node|string|`https://rpc.tzstats.com`
|rpc|URL of the Tezos RPC node|string|`https://mainnet.ecadinfra.com`
|signatory|URL of the signatory service for remote tx signing|string|`<nil>`

## connector.events
Expand Down
2 changes: 1 addition & 1 deletion internal/tezos/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func InitConfig(conf config.Section) {
conf.AddKnownKey(RetryInitDelay, DefaultRetryInitDelay)
conf.AddKnownKey(RetryMaxDelay, DefaultRetryMaxDelay)
conf.AddKnownKey(TxCacheSize, 250)
conf.AddKnownKey(BlockchainRPC, "https://rpc.tzstats.com")
conf.AddKnownKey(BlockchainRPC, "https://mainnet.ecadinfra.com")
conf.AddKnownKey(BlockchainNetwork, "mainnet")
conf.AddKnownKey(BlockchainSignatory)
}

0 comments on commit 6280a21

Please sign in to comment.