Skip to content

Commit abc8e81

Browse files
committed
Add sepolia network
1 parent 0d2eec1 commit abc8e81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

network.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ const (
2222
Goerli Network = "api-goerli"
2323
// Tobalaba Testnet
2424
Tobalaba Network = "api-tobalaba"
25+
// Sepolia Testnet
26+
Sepolia Network = "api-sepolia"
2527
)
2628

2729
// Network is ethereum network type (mainnet, ropsten, etc)

0 commit comments

Comments
 (0)