diff --git a/src/networks.ts b/src/networks.ts index 273863a5..b822a33d 100644 --- a/src/networks.ts +++ b/src/networks.ts @@ -78,6 +78,16 @@ export const networkInfo = new Map([ currencySymbol: "EWT", }, ], + [ + 8453, + { + chainID: 8453, + name: "Base", + shortName: "base", + currencySymbol: "ETH", + baseAPI: "https://safe-transaction-base.safe.global/api/v1", + }, + ], [ 42161, {