Skip to content

Commit

Permalink
feat: base network support (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu authored Aug 18, 2023
1 parent 0152d1b commit 4b2c5b4
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 @@ -78,6 +78,16 @@ export const networkInfo = new Map<number, NetworkInfo>([
currencySymbol: "EWT",
},
],
[
8453,
{
chainID: 8453,
name: "Base",
shortName: "base",
currencySymbol: "ETH",
baseAPI: "https://safe-transaction-base.safe.global/api/v1",
},
],
[
42161,
{
Expand Down

0 comments on commit 4b2c5b4

Please sign in to comment.