Skip to content

Commit

Permalink
add sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed May 20, 2024
1 parent 5d634d2 commit 28c4411
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,14 @@ export const networkInfo = new Map<number, NetworkInfo>([
baseAPI: "https://safe-transaction-volta.safe.global/api/v1",
},
],
[
11155111,
{
chainID: 11155111,
name: "Sepolia",
shortName: "sep",
currencySymbol: "ETH",
baseAPI: "https://safe-transaction-sepolia.safe.global/api/v1",
},
],
]);

0 comments on commit 28c4411

Please sign in to comment.