Skip to content

Commit c492f55

Browse files
authored
Update cagecalls preset (#236)
* Update config.json for cagecalls * Update config.json * new contract + big simplification * mainnet configuration
1 parent f3e330a commit c492f55

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

configs/cage-calls/config.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
},
1515
"apple-app-site-association": {
1616
"webcredentials": {
17-
"apps": ["5NREXUW987.xyz.medievaltech.cagecallsdev"]
17+
"apps": [
18+
"5NREXUW987.xyz.medievaltech.cagecallsdev"
19+
]
1820
}
1921
},
2022
"chains": {
@@ -55,7 +57,11 @@
5557
"name": "Cartridge VRF Provider",
5658
"description": "Verifiable Random Function for gacha",
5759
"methods": [
58-
{ "name": "Request Random", "description": "Request a random number for gacha spin", "entrypoint": "request_random" }
60+
{
61+
"name": "Request Random",
62+
"description": "Request a random number for gacha strike",
63+
"entrypoint": "request_random"
64+
}
5965
]
6066
}
6167
}
@@ -64,7 +70,7 @@
6470
"SN_MAIN": {
6571
"policies": {
6672
"contracts": {
67-
"0x6d7c8553eea3db11bd25defd479f14b5f01b398c87e2a0619acbdcca8836af0": {
73+
"0x4beec9af84d93aa84a6b5c71033ade6fa0de40a2359d8599170a6d544ccbf30": {
6874
"name": "Fight Factory",
6975
"description": "Prediction market fights",
7076
"methods": [
@@ -98,7 +104,11 @@
98104
"name": "Cartridge VRF Provider",
99105
"description": "Verifiable Random Function for gacha",
100106
"methods": [
101-
{ "name": "Request Random", "description": "Request a random number for gacha spin", "entrypoint": "request_random" }
107+
{
108+
"name": "Request Random",
109+
"description": "Request a random number for gacha strike",
110+
"entrypoint": "request_random"
111+
}
102112
]
103113
}
104114
}

0 commit comments

Comments
 (0)