Skip to content

Commit

Permalink
- ignore devel folder
Browse files Browse the repository at this point in the history
- update fetch-lib-contract-address documentation with the sepolia starknet contract address
  • Loading branch information
Eduard-Voiculescu committed Jul 15, 2024
1 parent 85e1997 commit 79bfbca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/data
.Idea
.vscode
devel/
2 changes: 1 addition & 1 deletion cmd/firestarknet/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewFetchCmd(logger *zap.Logger, tracer logging.Tracer) *cobra.Command {

cmd.Flags().StringArray("starknet-endpoints", []string{""}, "List of endpoints to use to fetch different method calls")
cmd.Flags().StringArray("eth-endpoints", []string{""}, "List of Ethereum clients to use to fetch the LIB")
cmd.Flags().String("fetch-lib-contract-address", "0xc662c410c0ecf747543f5ba90660f6abebd9c8c4", "The LIB contract address found on Ethereum")
cmd.Flags().String("fetch-lib-contract-address", "0xc662c410c0ecf747543f5ba90660f6abebd9c8c4", "The LIB contract address found on Ethereum. For Starknet-Testnet, pass in 0xe2bb56ee936fd6433dc0f6e7e3b8365c906aa057")
cmd.Flags().String("state-dir", "/data/poller", "interval between fetch")
cmd.Flags().Duration("interval-between-fetch", 0, "interval between fetch")
cmd.Flags().Duration("latest-block-retry-interval", time.Second, "interval between fetch")
Expand Down

0 comments on commit 79bfbca

Please sign in to comment.