Skip to content

Commit

Permalink
Adding testnet to config. fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
spilin committed Oct 11, 2023
1 parent 7b524cb commit a7016bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ func GetConfig() *Config {
case "development":
fallthrough
case "testnet":
fallthrough
return &Config{
NetworkID: "testnet",
NodeURL: "https://rpc.testnet.near.org",
}
default:
return &Config{
NetworkID: "default",
Expand Down

0 comments on commit a7016bb

Please sign in to comment.