Skip to content

Commit 4b2c5b4

Browse files
author
Manuel Gellfart
authored
feat: base network support (#547)
1 parent 0152d1b commit 4b2c5b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/networks.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ export const networkInfo = new Map<number, NetworkInfo>([
7878
currencySymbol: "EWT",
7979
},
8080
],
81+
[
82+
8453,
83+
{
84+
chainID: 8453,
85+
name: "Base",
86+
shortName: "base",
87+
currencySymbol: "ETH",
88+
baseAPI: "https://safe-transaction-base.safe.global/api/v1",
89+
},
90+
],
8191
[
8292
42161,
8393
{

0 commit comments

Comments
 (0)