Skip to content

Commit 8bbe653

Browse files
committed
Add Sepolia
1 parent c4e1af3 commit 8bbe653

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 @@ var (
2222
Goerli Network = Network{"api-goerli", "etherscan.io"}
2323
// Tobalaba Testnet
2424
Tobalaba Network = Network{"api-tobalaba", "etherscan.io"}
25+
// Sepolia
26+
Sepolia Network = Network{"api-sepolia", "etherscan.io"}
2527
// Arbitrum Sepolia Testnet
2628
ArbitrumSepolia Network = Network{"api-sepolia", "arbiscan.io"}
2729
)

0 commit comments

Comments
 (0)