Skip to content

Commit

Permalink
feat(chains): remove public goods network (passportxyz#2557)
Browse files Browse the repository at this point in the history
* feat(chains): remove public goods network

* feat(chains): remove commented code
  • Loading branch information
larisa17 authored Jun 7, 2024
1 parent c26d331 commit b60c4b5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,4 @@ if (!TEST_MODE) {
});
}

chainConfigs.push({
id: pgnChainId,
token: "ETH",
label: "Public Goods Network",
rpcUrl: "https://rpc.publicgoods.network",
icon: "./assets/pgn-logo.png",
attestationProviderConfig: {
name: "Ethereum Attestation Service",
status: "comingSoon",
easScanUrl: "",
},
});

export const chains: Chain[] = chainConfigs.map((config) => new Chain(config));

0 comments on commit b60c4b5

Please sign in to comment.