Skip to content

Commit

Permalink
feat: add sepolia to supported API networks
Browse files Browse the repository at this point in the history
See: BEDS-94
  • Loading branch information
LuccaBitfly committed Dec 18, 2024
1 parent 4536a0e commit b1bf8b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/pkg/api/data_access/networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@ func (d *DataAccessService) GetAllNetworks() ([]types.NetworkInfo, error) {
Name: "holesky",
NotificationsName: "holesky",
},
{
ChainId: 11155111,
Name: "sepolia",
NotificationsName: "sepolia",
},
}, nil
}

0 comments on commit b1bf8b8

Please sign in to comment.