Skip to content

Commit 00044aa

Browse files
authored
fix: update glitchbomb preset contract addresses (#248)
Update Game Actions and Token contract addresses to match the current manifest_sepolia.json deployment. Remove unused `start` entrypoint.
1 parent a245210 commit 00044aa

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

configs/glitch-bomb/config.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@
44
"SN_SEPOLIA": {
55
"policies": {
66
"contracts": {
7-
"0x7f5f0f8ea0d878f222761c8c7b7ac04d520da35db70f26bec81eb9000ac8165": {
7+
"0x7e272112d9cb4c143184ddccb00471c407d9d167aa5f5a58b2a0a5d7314ae8e": {
88
"name": "Game Actions",
99
"methods": [
10-
{
11-
"name": "Start Game",
12-
"entrypoint": "start",
13-
"description": "Start a new game"
14-
},
1510
{
1611
"name": "Pull Orb",
1712
"entrypoint": "pull",
@@ -59,7 +54,7 @@
5954
}
6055
]
6156
},
62-
"0x1d678a2364bb55a2939fec619c2f3be59c2d192d9e2bc840c5b2f3389a25a0a": {
57+
"0x3ef7358dfe4f047e7e4f78d9cef0fd339bf54c7bf8711cebd3a96ef089bcc56": {
6358
"name": "Token",
6459
"description": "Token contract",
6560
"methods": [

0 commit comments

Comments
 (0)