at launch

This commit is contained in:
Sewmina 2025-05-20 03:13:24 +00:00
parent 48f3b72e81
commit 9047616c79
3 changed files with 5 additions and 9 deletions

View File

@ -13,7 +13,7 @@ import { games } from "@/data/games";
import { WAGER_PRIZE_MULT } from "@/shared/constants";
import { EXPLORER_ADDRESS_TEMPLATE } from "@/data/shared";
const ENABLE_REFERRAL_SYSTEM = true; // Toggle for referral system visibility
const ENABLE_REFERRAL_SYSTEM = false; // Toggle for referral system visibility
interface GameHistory {
ended_time: string;

View File

@ -49,13 +49,11 @@ export type Bets = {
},
{
"name": "ownerReferrer",
"writable": true,
"optional": true
"writable": true
},
{
"name": "joinerReferrer",
"writable": true,
"optional": true
"writable": true
},
{
"name": "systemProgram",

View File

@ -43,13 +43,11 @@
},
{
"name": "owner_referrer",
"writable": true,
"optional": true
"writable": true
},
{
"name": "joiner_referrer",
"writable": true,
"optional": true
"writable": true
},
{
"name": "system_program",