Skip to content

Commit

Permalink
chore(app): update shape scan url (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz authored Oct 1, 2024
1 parent 8f20625 commit 64bc9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ if (!TEST_MODE) {
token: "ETH",
label: "Shape",
rpcUrl: process.env.NEXT_PUBLIC_PASSPORT_SHAPE_RPC_URL as string,
explorerUrl: "https://shape.com/",
explorerUrl: "https://shapescan.xyz/",
icon: "./assets/shape-logo.svg",
chainLink: "https://support.passport.xyz/passport-knowledge-base/using-passport/onchain-passport/",
attestationProviderConfig: {
Expand Down

0 comments on commit 64bc9bd

Please sign in to comment.