Skip to content

Commit 2f3d287

Browse files
feat: improve config
1 parent 6e69883 commit 2f3d287

File tree

1 file changed

+2
-2
lines changed
  • examples/example-vite-react-sdk/src

1 file changed

+2
-2
lines changed

examples/example-vite-react-sdk/src/main.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ async function main() {
2020
worldAddress: dojoConfig.manifest.world.address,
2121
},
2222
domain: {
23-
name: "Example",
23+
name: "WORLD_NAME",
2424
version: "1.0",
25-
chainId: "your-chain-id",
25+
chainId: "KATANA",
2626
revision: "1",
2727
},
2828
},

0 commit comments

Comments
 (0)