Skip to content

Commit

Permalink
feat: add new atlasnet endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Nov 24, 2024
1 parent 113cd63 commit e27eed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func init() {
log.Println("RPC Endpoint Failover Setting ---")
if len(config.Atlasnet.AlternativeEnpoint.HostList) <= 0 {
atlasnetFailover = NewRPCFailover([]RPCEndpoint{{
Endpoint: "https://api.atlasnet.staratlas.cloud",
Endpoint: "https://rpc.ironforge.network/devnet?apiKey=01JDFH9D2N751ZHYCVK7P35YPE",
Piority: 1,
MaxRetry: 30}})
} else {
Expand Down

0 comments on commit e27eed8

Please sign in to comment.