Skip to content

Commit

Permalink
Add Sepolia as Supported Network (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored May 21, 2024
1 parent 5d634d2 commit 9c7f3c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-airdrop",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
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 9c7f3c4

Please sign in to comment.