Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Sep 4, 2024
1 parent 3a05bac commit 04ec14b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@
{
"type": "impl",
"name": "IDojoInitImpl",
"interface_name": "flippyflop::tokens::flip::flip::IDojoInit"
"interface_name": "flippyflop::tokens::flip::Flip::IDojoInit"
},
{
"type": "interface",
"name": "flippyflop::tokens::flip::flip::IDojoInit",
"name": "flippyflop::tokens::flip::Flip::IDojoInit",
"items": [
{
"type": "function",
Expand Down Expand Up @@ -720,7 +720,7 @@
},
{
"type": "event",
"name": "flippyflop::tokens::flip::flip::Event",
"name": "flippyflop::tokens::flip::Flip::Event",
"kind": "enum",
"variants": [
{
Expand Down
15 changes: 15 additions & 0 deletions manifests/dev/base/contracts/flippyflop-Flip-6bd3ed9d.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
kind = "DojoContract"
class_hash = "0x7c94aef06e9d76934f52e2abaa8e990dd530472a0e554ef916266acb628c946"
original_class_hash = "0x7c94aef06e9d76934f52e2abaa8e990dd530472a0e554ef916266acb628c946"
base_class_hash = "0x0"
abi = "manifests/dev/base/abis/contracts/flippyflop-Flip-6bd3ed9d.json"
reads = []
writes = []
init_calldata = []
tag = "flippyflop-Flip"
systems = [
"initializer",
"mint_from",
"burn_from",
]
manifest_name = "flippyflop-Flip-6bd3ed9d"
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 = "0x7cd25945ea14b7d237c2f350e9f786a85e75e9798182bf62fa5c65c54f683a0"
original_class_hash = "0x7cd25945ea14b7d237c2f350e9f786a85e75e9798182bf62fa5c65c54f683a0"
class_hash = "0x4fa3910c27263d26c4d80eb86df119104c9becb29bebaead963e657bd400950"
original_class_hash = "0x4fa3910c27263d26c4d80eb86df119104c9becb29bebaead963e657bd400950"
base_class_hash = "0x0"
abi = "manifests/dev/base/abis/contracts/flippyflop-actions-4407e5f5.json"
reads = []
Expand Down
15 changes: 0 additions & 15 deletions manifests/dev/base/contracts/flippyflop-flip-5ba18c69.toml

This file was deleted.

2 changes: 1 addition & 1 deletion src/tokens/FLIP.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ trait IFlip<TState> {
}

#[dojo::contract]
mod flip {
mod Flip {
use core::num::traits::Bounded;
use starknet::ContractAddress;
use starknet::{get_caller_address, get_contract_address};
Expand Down

0 comments on commit 04ec14b

Please sign in to comment.