Skip to content

Commit

Permalink
Merge pull request #12 from AstraProtocol/dev
Browse files Browse the repository at this point in the history
edit timeout
  • Loading branch information
hoang14x authored Feb 17, 2023
2 parents 7710fdd + bf5456c commit c49ccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package config

const ReqTimeout = 5
const ReqTimeout = 60

type Config struct {
ChainId string `json:"chain_id,omitempty"`
Expand Down

0 comments on commit c49ccd6

Please sign in to comment.