Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
197 changes: 0 additions & 197 deletions configs/blob-arena-amma/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,203 +195,6 @@
}
}
}
},
"SN_SEPOLIA": {
"policies": {
"contracts": {
"0x771a2807aa479dacd207c1f12018d0fa6e92ef1eb994169ff4f8904a8845e3f": {
"name": "Lobby Contract",
"description": "Game invites and responses",
"methods": [
{
"name": "Send Invite",
"entrypoint": "send_invite",
"description": "Send users an invite"
},
{
"name": "Rescind Invite",
"entrypoint": "rescind_invite",
"description": "Rescind a previously sent invite"
},
{
"name": "Respond Invite",
"entrypoint": "respond_invite",
"description": "Respond to a received invite"
},
{
"name": "Rescind Response",
"entrypoint": "rescind_response",
"description": "Rescind a previous response to an invite"
},
{
"name": "Reject Invite",
"entrypoint": "reject_invite",
"description": "Reject a received invite"
},
{
"name": "Reject Response",
"entrypoint": "reject_response",
"description": "Reject a response to an invite"
},
{
"name": "Accept Response",
"entrypoint": "accept_response",
"description": "Accept a response to an invite"
}
]
},
"0x6040ee8b2aee6cbcc482b5cb712d1c206f8ad070e98d7e07a70d4e4a6b5e261": {
"name": "PVP Contract",
"description": "Manages core gameplay interactions",
"methods": [
{
"name": "Start Game",
"entrypoint": "start",
"description": "Start the game"
},
{
"name": "Commit Attack",
"entrypoint": "commit",
"description": "Commit an attack in the game"
},
{
"name": "Reveal Attack",
"entrypoint": "reveal",
"description": "Reveal the committed attack in the game"
},
{
"name": "Run Round",
"entrypoint": "run",
"description": "Run the next round of the game"
},
{
"name": "Forfeit",
"entrypoint": "forfeit",
"description": "Forfeit the game"
},
{
"name": "Kick Player",
"entrypoint": "kick_player",
"description": "Kick an inactive player from the game"
}
]
},
"0x69f9cd86938bae98a413c2b4dddee1ab8005d72202466ef4fd35a625596e619": {
"name": "Betsy Contract",
"description": "Wager operations",
"methods": [
{
"name": "Set Owner's Fee",
"entrypoint": "set_owners_fee",
"description": "Set the owner's fee"
},
{
"name": "Create Wager",
"entrypoint": "create",
"description": "Create a wager"
},
{
"name": "Accept Wager",
"entrypoint": "accept",
"description": "Accept a wager"
},
{
"name": "Reject Wager",
"entrypoint": "reject",
"description": "Reject a wager"
},
{
"name": "Revoke Wager",
"entrypoint": "revoke",
"description": "Revoke a wager"
},
{
"name": "Claim Win",
"entrypoint": "claim_win",
"description": "Claim the win"
},
{
"name": "Approve Release",
"entrypoint": "approve_release",
"description": "Approve fund release"
},
{
"name": "Revoke Release",
"entrypoint": "revoke_release",
"description": "Revoke fund release"
},
{
"name": "Release Funds",
"entrypoint": "release_funds",
"description": "Release funds"
}
]
},
"0x11088b79a397c2fb9d2570acbf711e6972e75e3a28b6bcf36267501d96c781b": {
"name": "Arcade Contract",
"description": "Minting of arcade Bloberts",
"methods": [
{
"name": "Mint Arcade Blobert",
"entrypoint": "mint",
"description": "Mint arcade blobert"
}
]
},
"0x645aec04e61f286691b91d6589d010890bb66ca0af91bf24d12c8bc4387c868": {
"name": "AMMA Contract",
"description": "Minting of AMMA Bloberts",
"methods": [
{
"name": "Mint AMMA Blobert",
"entrypoint": "mint",
"description": "Mint AMMA blobert"
}
]
},
"0x1ad613db1957a576c1a9bae913f1d22a41add2f1d64d822d9e097f219b34954": {
"name": "Arcade Contract",
"description": "Arcade mode contract",
"methods": [
{
"name": "Start Game",
"entrypoint": "start_game",
"description": "Start the game"
},
{
"name": "Attack",
"entrypoint": "attack",
"description": "Submit an attack"
},
{
"name": "Start Challenge",
"entrypoint": "start_challenge",
"description": "Start a challenge"
},
{
"name": "Next Challenge Round",
"entrypoint": "next_challenge_round",
"description": "Go forward"
},
{
"name": "Respawn Challenge",
"entrypoint": "respawn_challenge",
"description": "Restart a challenge"
},
{
"name": "End Challenge",
"entrypoint": "end_challenge",
"description": "End a challenge"
},
{
"name": "Claim Free Game",
"entrypoint": "claim_free_game",
"description": "Claim an arcade game"
}
]
}
}
}
}
}
}
4 changes: 0 additions & 4 deletions configs/blob-arena/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"origin": [
"*.blobarena.xyz",
"blobarena.xyz",
"staging.blobarena.xyz",
"development.blobarena.xyz"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you intend to remove all of these?

],
"theme": {
"colors": {
Expand Down
Loading