Skip to content

Commit

Permalink
Controller patch fix (#170)
Browse files Browse the repository at this point in the history
* feat: upgraded cartridge controller and added some utils

* feat: paymaster enabled
  • Loading branch information
okhaimie-dev authored Sep 16, 2024
1 parent f172c1b commit af8becb
Show file tree
Hide file tree
Showing 39 changed files with 7,349 additions and 15,449 deletions.
Binary file removed .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions client/dojoConfig.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import manifest from "../contracts/manifests/sepolia/deployment/manifest.json";
import manifest from "../contracts/manifests/dev/deployment/manifest.json";
import { createDojoConfig } from "@dojoengine/core";

export const dojoConfig = createDojoConfig({
manifest,
rpcUrl: "https://starknet-sepolia.public.blastapi.io/rpc/v0_7",
toriiUrl: "https://api.cartridge.gg/x/mancala-alpha-sepolia-v4/torii",
rpcUrl: "https://api.cartridge.gg/x/mancala-alpha-v8/katana",
toriiUrl: "https://api.cartridge.gg/x/mancala-alpha-v8/torii",
masterAddress:
"0x02A54eFf65D55a2E7D2fC7E23eF0F0e6030dB0313b16c8F0eaD0b4a83807f6d6",
"0x6f3c5e9f3161c9b2545d8a0a08183df56e6e9adcd04864c31e591b6c8343afe",
masterPrivateKey:
"0x0396533b7a1182ef03da483eca82e9dd2b17bee9c7fec07ac6cbbeb8bfd573cb",
"0x503b610edf67c295099d5184f75159e0e9e044940c86db2e10d07595ecc6e3c",
});
2 changes: 1 addition & 1 deletion client/graphql.config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
schema: https://api.cartridge.gg/x/mancala-alpha-sepolia-v4/torii/graphql
schema: https://api.cartridge.gg/x/mancala-alpha-v8/torii/graphql
documents: "**/*.graphql"
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@apollo/client": "^3.11.4",
"@cartridge/connector": "^0.3.43",
"@cartridge/controller": "^0.3.43",
"@cartridge/connector": "^0.3.44",
"@cartridge/controller": "^0.3.44",
"@dojoengine/core": "1.0.0-alpha.8",
"@dojoengine/create-burner": "1.0.0-alpha.8",
"@dojoengine/react": "1.0.0-alpha.8",
Expand Down
Loading

0 comments on commit af8becb

Please sign in to comment.