Skip to content

Commit ef2f15b

Browse files
committed
Add base endpoints
1 parent 6685496 commit ef2f15b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

network.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ var (
2626
Sepolia Network = Network{"api-sepolia", "etherscan.io"}
2727
// Arbitrum Sepolia Testnet
2828
ArbitrumSepolia Network = Network{"api-sepolia", "arbiscan.io"}
29+
30+
BaseSepolia Network = Network{"api-sepolia", "basescan.org"}
31+
Base Network = Network{"api", "basescan.org"}
2932
)
3033

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

0 commit comments

Comments
 (0)