Skip to content

Commit

Permalink
chore: add katana profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Oct 15, 2024
1 parent b11cbbe commit 833f2dc
Show file tree
Hide file tree
Showing 84 changed files with 180 additions and 6,823 deletions.
12 changes: 2 additions & 10 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ version = 1
[[package]]
name = "dojo"
version = "1.0.0-alpha.4"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_plugin"
version = "1.0.0-alpha.4"
source = "git+https://github.com/dojoengine/dojo?rev=f15def33#f15def330c0d099e79351d11c197f63e8cc1ff36"

[[package]]
name = "flippyflop"
Expand All @@ -23,8 +15,8 @@ dependencies = [

[[package]]
name = "origami_token"
version = "1.0.0-alpha.8"
source = "git+https://github.com/Larkooo/origami#413f24299e80c0808f67efaae968ab09068cdebe"
version = "1.0.0-alpha.16"
source = "git+https://github.com/Larkooo/origami?rev=fec3209#fec3209bdfae6a4c9bf42ad6ea7c2312a3eedbca"
dependencies = [
"dojo",
]
3 changes: 2 additions & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ move = "./scripts/move.sh"

[dependencies]
dojo = { path = "/Users/nasr/Documents/development.nosync/dojo/crates/dojo-core" }
origami_token = { git = "https://github.com/Larkooo/origami" }
origami_token = { git = "https://github.com/Larkooo/origami", rev = "fec3209" }

[[target.dojo]]

Expand All @@ -28,3 +28,4 @@ build-external-contracts = [

[profile.dev]
[profile.sepolia]
[profile.katana]
24 changes: 24 additions & 0 deletions dojo_katana.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[env]
rpc_url = "https://api.cartridge.gg/x/flippyflop/katana"
# Default account for katana with seed = 0
account_address = "0x793f671d64a1d43248e9c71180b45d57e941eb291752e8925d38f049646badd"
private_key = "0x104263a80b2815596363b5998d2d03294879e79a3a84171f736b5fc7582a792"
world_address = "0x69923899a79b42e2db65765501305ad03d5c04ceca2d991962db351fc414c23"

[world]
name = "Flippy Flop"
description = "The official Dojo Starter guide, the quickest and most streamlined way to get your Dojo Autonomous World up and running. This guide will assist you with the initial setup, from cloning the repository to deploying your world."
cover_uri = "file://assets/cover.png"
icon_uri = "file://assets/icon.png"
website = "https://github.com/dojoengine/dojo-starter"
seed = "flippyflop-sepolia-256"

[namespace]
default = "flippyflop"
mappings = { "origami_token" = "flippyflop" }

[socials]
x = "https://x.com/ohayo_dojo"
discord = "https://discord.gg/FB2wR6uF"
github = "https://github.com/dojoengine/dojo-starter"
telegram = "https://t.me/dojoengine"
15 changes: 0 additions & 15 deletions manifests/dev/base/contracts/flippyflop-Flip-6bd3ed9d.toml

This file was deleted.

15 changes: 0 additions & 15 deletions manifests/dev/base/contracts/flippyflop-actions-4407e5f5.toml

This file was deleted.

14 changes: 0 additions & 14 deletions manifests/dev/base/contracts/flippyflop-game-23e1ad43.toml

This file was deleted.

6 changes: 0 additions & 6 deletions manifests/dev/base/dojo-world.toml

This file was deleted.

231 changes: 0 additions & 231 deletions manifests/dev/deployment/abis/contracts/flippyflop-game-23e1ad43.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"items": [
{
"type": "function",
"name": "contract_name",
"name": "name",
"inputs": [],
"outputs": [
{
Expand Down Expand Up @@ -278,7 +278,7 @@
"items": [
{
"type": "function",
"name": "name",
"name": "nameXXX",
"inputs": [],
"outputs": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"items": [
{
"type": "function",
"name": "contract_name",
"name": "name",
"inputs": [],
"outputs": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"items": [
{
"type": "function",
"name": "contract_name",
"name": "name",
"inputs": [],
"outputs": [
{
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 833f2dc

Please sign in to comment.