Skip to content

Commit

Permalink
Updated scaffold.config.js to match the README
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 28, 2024
1 parent 0d2cd54 commit 9fc3c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/scaffold.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const rpcUrl = process.env.NEXT_PUBLIC_PUNKSOCIETY_RPC_URL || "http://127.0.0.1:
const wsRpcUrl = rpcUrl.replace(/^https:\/\//, "ws://");

export const punksociety = /*#__PURE__*/ defineChain({
id: 7_615_243,
id: 615_243,
name: "PunkSociety",
nativeCurrency: {
decimals: 18,
Expand Down

0 comments on commit 9fc3c0b

Please sign in to comment.