diff --git a/src/networks.ts b/src/networks.ts index 22645b2e..273863a5 100644 --- a/src/networks.ts +++ b/src/networks.ts @@ -6,7 +6,7 @@ type NetworkInfo = { baseAPI?: string; }; -export const NETWORKS_WITH_DONATIONS_DEPLOYED = [1, 4, 5, 56, 100, 137]; +export const NETWORKS_WITH_DONATIONS_DEPLOYED = [1, 5, 56, 100, 137]; export const networkInfo = new Map([ [ @@ -53,7 +53,7 @@ export const networkInfo = new Map([ 100, { chainID: 100, - name: "Gnosis Chain (formerly xDai)", + name: "Gnosis Chain", shortName: "gno", currencySymbol: "xDAI", baseAPI: "https://safe-transaction-gnosis-chain.safe.global/api/v1", @@ -88,6 +88,16 @@ export const networkInfo = new Map([ baseAPI: "https://safe-transaction-arbitrum.safe.global/api/v1", }, ], + [ + 42220, + { + chainID: 42220, + name: "Celo", + shortName: "celo", + currencySymbol: "Celo", + baseAPI: "https://safe-transaction-celo.safe.global/api/v1", + }, + ], [ 43114, {