Skip to content

Commit

Permalink
fix: packing
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Oct 20, 2024
1 parent 3b00bde commit 3f51fc0
Show file tree
Hide file tree
Showing 51 changed files with 20,110 additions and 3 deletions.
1 change: 1 addition & 0 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ build-external-contracts = [
[profile.dev]
[profile.sepolia]
[profile.katana]
[profile.mainnet]
26 changes: 26 additions & 0 deletions dojo_mainnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[env]
rpc_url = "https://api.cartridge.gg/x/starknet/sepolia"
# Default account for katana with seed = 0
account_address = "0xb3ff441a68610b30fd5e2abbf3a1548eb6ba6f3559f2862bf2dc757e5828ca"
private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a"
#world_address = "0x1ca8e3b7bc101ffd443a1e3b452a4f49607841461b168cb2cc365322722b67" # Uncomment and update this line with your world address.
#world_address = "0x025Ee38b230906EA41B00401cC12bb51f58DC62198cf058a336655696908863D"
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"
4 changes: 2 additions & 2 deletions manifests/dev/base/contracts/flippyflop-actions-4407e5f5.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kind = "DojoContract"
class_hash = "0x71ff3db9b03a630288fa3c3d9841120077f75a90019ddc5b94e7ebdf0799c11"
original_class_hash = "0x71ff3db9b03a630288fa3c3d9841120077f75a90019ddc5b94e7ebdf0799c11"
class_hash = "0x7074d9c4ee72049ceda4e3c1d3246744caae55dbcf61b78526832bc899055ef"
original_class_hash = "0x7074d9c4ee72049ceda4e3c1d3246744caae55dbcf61b78526832bc899055ef"
base_class_hash = "0x0"
abi = "manifests/dev/base/abis/contracts/flippyflop-actions-4407e5f5.json"
reads = []
Expand Down
Loading

0 comments on commit 3f51fc0

Please sign in to comment.