-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: upgraded cartridge controller and added some utils * feat: paymaster enabled
- Loading branch information
1 parent
f172c1b
commit af8becb
Showing
39 changed files
with
7,349 additions
and
15,449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.