Skip to content

Commit

Permalink
change testnet url
Browse files Browse the repository at this point in the history
  • Loading branch information
wsodsong committed Dec 2, 2024
1 parent 9917544 commit 1dd6d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

const (
RPCMainnet = "https://rpcapi.fantom.network"
RPCTestnet = "https://rpc.testnet.fantom.network/"
RPCTestnet = "https://rpc.blaze.soniclabs.com"
)

var RPCUnsupported = fmt.Errorf("chain-id is not supported")
Expand Down

0 comments on commit 1dd6d76

Please sign in to comment.