Skip to content

Commit

Permalink
Sepolia test-net (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizhenridev authored Nov 7, 2024
1 parent 99f5613 commit 60299af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ var Networks = map[string]Network{
ChainID: big.NewInt(3),
Unit: "ETH",
},
"sepolia": {
Name: "sepolia",
URL: "https://sepolia.infura.io/v3/bc5b0e5cfd9b4385befb69a68a9400c3",
ChainID: big.NewInt(11155111),
Unit: "ETH",
},
}

type Network struct {
Expand Down

0 comments on commit 60299af

Please sign in to comment.