@pump-fun/pump-sdk 1.19.0 → 1.20.0-devnet.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/idl/pump.json CHANGED
@@ -498,41 +498,8 @@
498
498
  "path": "bonding_curve"
499
499
  },
500
500
  {
501
- "kind": "const",
502
- "value": [
503
- 6,
504
- 221,
505
- 246,
506
- 225,
507
- 215,
508
- 101,
509
- 161,
510
- 147,
511
- 217,
512
- 203,
513
- 225,
514
- 70,
515
- 206,
516
- 235,
517
- 121,
518
- 172,
519
- 28,
520
- 180,
521
- 133,
522
- 237,
523
- 95,
524
- 91,
525
- 55,
526
- 145,
527
- 58,
528
- 140,
529
- 245,
530
- 133,
531
- 126,
532
- 255,
533
- 0,
534
- 169
535
- ]
501
+ "kind": "account",
502
+ "path": "token_program"
536
503
  },
537
504
  {
538
505
  "kind": "account",
@@ -592,8 +559,7 @@
592
559
  "address": "11111111111111111111111111111111"
593
560
  },
594
561
  {
595
- "name": "token_program",
596
- "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
562
+ "name": "token_program"
597
563
  },
598
564
  {
599
565
  "name": "creator_vault",
@@ -914,41 +880,8 @@
914
880
  "path": "bonding_curve"
915
881
  },
916
882
  {
917
- "kind": "const",
918
- "value": [
919
- 6,
920
- 221,
921
- 246,
922
- 225,
923
- 215,
924
- 101,
925
- 161,
926
- 147,
927
- 217,
928
- 203,
929
- 225,
930
- 70,
931
- 206,
932
- 235,
933
- 121,
934
- 172,
935
- 28,
936
- 180,
937
- 133,
938
- 237,
939
- 95,
940
- 91,
941
- 55,
942
- 145,
943
- 58,
944
- 140,
945
- 245,
946
- 133,
947
- 126,
948
- 255,
949
- 0,
950
- 169
951
- ]
883
+ "kind": "account",
884
+ "path": "token_program"
952
885
  },
953
886
  {
954
887
  "kind": "account",
@@ -1008,8 +941,7 @@
1008
941
  "address": "11111111111111111111111111111111"
1009
942
  },
1010
943
  {
1011
- "name": "token_program",
1012
- "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
944
+ "name": "token_program"
1013
945
  },
1014
946
  {
1015
947
  "name": "creator_vault",
@@ -2016,48 +1948,38 @@
2016
1948
  ]
2017
1949
  },
2018
1950
  {
2019
- "name": "extend_account",
1951
+ "name": "create_v2",
2020
1952
  "docs": [
2021
- "Extends the size of program-owned accounts"
1953
+ "Creates a new spl-22 coin and bonding curve."
2022
1954
  ],
2023
1955
  "discriminator": [
2024
- 234,
2025
- 102,
2026
- 194,
2027
- 203,
2028
- 150,
2029
- 72,
2030
- 62,
2031
- 229
1956
+ 214,
1957
+ 144,
1958
+ 76,
1959
+ 236,
1960
+ 95,
1961
+ 139,
1962
+ 49,
1963
+ 180
2032
1964
  ],
2033
1965
  "accounts": [
2034
1966
  {
2035
- "name": "account",
2036
- "writable": true
2037
- },
2038
- {
2039
- "name": "user",
1967
+ "name": "mint",
1968
+ "writable": true,
2040
1969
  "signer": true
2041
1970
  },
2042
1971
  {
2043
- "name": "system_program",
2044
- "address": "11111111111111111111111111111111"
2045
- },
2046
- {
2047
- "name": "event_authority",
1972
+ "name": "mint_authority",
2048
1973
  "pda": {
2049
1974
  "seeds": [
2050
1975
  {
2051
1976
  "kind": "const",
2052
1977
  "value": [
2053
- 95,
2054
- 95,
2055
- 101,
2056
- 118,
2057
- 101,
1978
+ 109,
1979
+ 105,
2058
1980
  110,
2059
1981
  116,
2060
- 95,
1982
+ 45,
2061
1983
  97,
2062
1984
  117,
2063
1985
  116,
@@ -2073,101 +1995,356 @@
2073
1995
  }
2074
1996
  },
2075
1997
  {
2076
- "name": "program"
2077
- }
2078
- ],
2079
- "args": []
2080
- },
2081
- {
2082
- "name": "init_user_volume_accumulator",
2083
- "discriminator": [
2084
- 94,
2085
- 6,
2086
- 202,
2087
- 115,
2088
- 255,
2089
- 96,
2090
- 232,
2091
- 183
2092
- ],
2093
- "accounts": [
2094
- {
2095
- "name": "payer",
2096
- "writable": true,
2097
- "signer": true
2098
- },
2099
- {
2100
- "name": "user"
2101
- },
2102
- {
2103
- "name": "user_volume_accumulator",
1998
+ "name": "bonding_curve",
2104
1999
  "writable": true,
2105
2000
  "pda": {
2106
2001
  "seeds": [
2107
2002
  {
2108
2003
  "kind": "const",
2109
2004
  "value": [
2110
- 117,
2111
- 115,
2112
- 101,
2113
- 114,
2114
- 95,
2115
- 118,
2005
+ 98,
2116
2006
  111,
2117
- 108,
2118
- 117,
2119
- 109,
2120
- 101,
2121
- 95,
2122
- 97,
2123
- 99,
2007
+ 110,
2008
+ 100,
2009
+ 105,
2010
+ 110,
2011
+ 103,
2012
+ 45,
2124
2013
  99,
2125
2014
  117,
2126
- 109,
2127
- 117,
2128
- 108,
2129
- 97,
2130
- 116,
2131
- 111,
2132
- 114
2015
+ 114,
2016
+ 118,
2017
+ 101
2133
2018
  ]
2134
2019
  },
2135
2020
  {
2136
2021
  "kind": "account",
2137
- "path": "user"
2022
+ "path": "mint"
2138
2023
  }
2139
2024
  ]
2140
2025
  }
2141
2026
  },
2142
2027
  {
2143
- "name": "system_program",
2144
- "address": "11111111111111111111111111111111"
2028
+ "name": "associated_bonding_curve",
2029
+ "writable": true,
2030
+ "pda": {
2031
+ "seeds": [
2032
+ {
2033
+ "kind": "account",
2034
+ "path": "bonding_curve"
2035
+ },
2036
+ {
2037
+ "kind": "account",
2038
+ "path": "token_program"
2039
+ },
2040
+ {
2041
+ "kind": "account",
2042
+ "path": "mint"
2043
+ }
2044
+ ],
2045
+ "program": {
2046
+ "kind": "const",
2047
+ "value": [
2048
+ 140,
2049
+ 151,
2050
+ 37,
2051
+ 143,
2052
+ 78,
2053
+ 36,
2054
+ 137,
2055
+ 241,
2056
+ 187,
2057
+ 61,
2058
+ 16,
2059
+ 41,
2060
+ 20,
2061
+ 142,
2062
+ 13,
2063
+ 131,
2064
+ 11,
2065
+ 90,
2066
+ 19,
2067
+ 153,
2068
+ 218,
2069
+ 255,
2070
+ 16,
2071
+ 132,
2072
+ 4,
2073
+ 142,
2074
+ 123,
2075
+ 216,
2076
+ 219,
2077
+ 233,
2078
+ 248,
2079
+ 89
2080
+ ]
2081
+ }
2082
+ }
2145
2083
  },
2146
2084
  {
2147
- "name": "event_authority",
2085
+ "name": "global",
2148
2086
  "pda": {
2149
2087
  "seeds": [
2150
2088
  {
2151
2089
  "kind": "const",
2152
2090
  "value": [
2153
- 95,
2154
- 95,
2155
- 101,
2156
- 118,
2157
- 101,
2158
- 110,
2159
- 116,
2160
- 95,
2161
- 97,
2162
- 117,
2163
- 116,
2164
- 104,
2091
+ 103,
2092
+ 108,
2165
2093
  111,
2166
- 114,
2167
- 105,
2168
- 116,
2169
- 121
2170
- ]
2094
+ 98,
2095
+ 97,
2096
+ 108
2097
+ ]
2098
+ }
2099
+ ]
2100
+ }
2101
+ },
2102
+ {
2103
+ "name": "user",
2104
+ "writable": true,
2105
+ "signer": true
2106
+ },
2107
+ {
2108
+ "name": "system_program",
2109
+ "address": "11111111111111111111111111111111"
2110
+ },
2111
+ {
2112
+ "name": "token_program",
2113
+ "address": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb"
2114
+ },
2115
+ {
2116
+ "name": "associated_token_program",
2117
+ "address": "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL"
2118
+ },
2119
+ {
2120
+ "name": "mayhem_program_id",
2121
+ "writable": true
2122
+ },
2123
+ {
2124
+ "name": "global_params",
2125
+ "writable": true
2126
+ },
2127
+ {
2128
+ "name": "sol_vault",
2129
+ "writable": true
2130
+ },
2131
+ {
2132
+ "name": "mayhem_state",
2133
+ "writable": true
2134
+ },
2135
+ {
2136
+ "name": "mayhem_token_vault",
2137
+ "writable": true
2138
+ },
2139
+ {
2140
+ "name": "event_authority",
2141
+ "pda": {
2142
+ "seeds": [
2143
+ {
2144
+ "kind": "const",
2145
+ "value": [
2146
+ 95,
2147
+ 95,
2148
+ 101,
2149
+ 118,
2150
+ 101,
2151
+ 110,
2152
+ 116,
2153
+ 95,
2154
+ 97,
2155
+ 117,
2156
+ 116,
2157
+ 104,
2158
+ 111,
2159
+ 114,
2160
+ 105,
2161
+ 116,
2162
+ 121
2163
+ ]
2164
+ }
2165
+ ]
2166
+ }
2167
+ },
2168
+ {
2169
+ "name": "program"
2170
+ }
2171
+ ],
2172
+ "args": [
2173
+ {
2174
+ "name": "name",
2175
+ "type": "string"
2176
+ },
2177
+ {
2178
+ "name": "symbol",
2179
+ "type": "string"
2180
+ },
2181
+ {
2182
+ "name": "uri",
2183
+ "type": "string"
2184
+ },
2185
+ {
2186
+ "name": "creator",
2187
+ "type": "pubkey"
2188
+ },
2189
+ {
2190
+ "name": "is_mayhem_mode",
2191
+ "type": "bool"
2192
+ }
2193
+ ]
2194
+ },
2195
+ {
2196
+ "name": "extend_account",
2197
+ "docs": [
2198
+ "Extends the size of program-owned accounts"
2199
+ ],
2200
+ "discriminator": [
2201
+ 234,
2202
+ 102,
2203
+ 194,
2204
+ 203,
2205
+ 150,
2206
+ 72,
2207
+ 62,
2208
+ 229
2209
+ ],
2210
+ "accounts": [
2211
+ {
2212
+ "name": "account",
2213
+ "writable": true
2214
+ },
2215
+ {
2216
+ "name": "user",
2217
+ "signer": true
2218
+ },
2219
+ {
2220
+ "name": "system_program",
2221
+ "address": "11111111111111111111111111111111"
2222
+ },
2223
+ {
2224
+ "name": "event_authority",
2225
+ "pda": {
2226
+ "seeds": [
2227
+ {
2228
+ "kind": "const",
2229
+ "value": [
2230
+ 95,
2231
+ 95,
2232
+ 101,
2233
+ 118,
2234
+ 101,
2235
+ 110,
2236
+ 116,
2237
+ 95,
2238
+ 97,
2239
+ 117,
2240
+ 116,
2241
+ 104,
2242
+ 111,
2243
+ 114,
2244
+ 105,
2245
+ 116,
2246
+ 121
2247
+ ]
2248
+ }
2249
+ ]
2250
+ }
2251
+ },
2252
+ {
2253
+ "name": "program"
2254
+ }
2255
+ ],
2256
+ "args": []
2257
+ },
2258
+ {
2259
+ "name": "init_user_volume_accumulator",
2260
+ "discriminator": [
2261
+ 94,
2262
+ 6,
2263
+ 202,
2264
+ 115,
2265
+ 255,
2266
+ 96,
2267
+ 232,
2268
+ 183
2269
+ ],
2270
+ "accounts": [
2271
+ {
2272
+ "name": "payer",
2273
+ "writable": true,
2274
+ "signer": true
2275
+ },
2276
+ {
2277
+ "name": "user"
2278
+ },
2279
+ {
2280
+ "name": "user_volume_accumulator",
2281
+ "writable": true,
2282
+ "pda": {
2283
+ "seeds": [
2284
+ {
2285
+ "kind": "const",
2286
+ "value": [
2287
+ 117,
2288
+ 115,
2289
+ 101,
2290
+ 114,
2291
+ 95,
2292
+ 118,
2293
+ 111,
2294
+ 108,
2295
+ 117,
2296
+ 109,
2297
+ 101,
2298
+ 95,
2299
+ 97,
2300
+ 99,
2301
+ 99,
2302
+ 117,
2303
+ 109,
2304
+ 117,
2305
+ 108,
2306
+ 97,
2307
+ 116,
2308
+ 111,
2309
+ 114
2310
+ ]
2311
+ },
2312
+ {
2313
+ "kind": "account",
2314
+ "path": "user"
2315
+ }
2316
+ ]
2317
+ }
2318
+ },
2319
+ {
2320
+ "name": "system_program",
2321
+ "address": "11111111111111111111111111111111"
2322
+ },
2323
+ {
2324
+ "name": "event_authority",
2325
+ "pda": {
2326
+ "seeds": [
2327
+ {
2328
+ "kind": "const",
2329
+ "value": [
2330
+ 95,
2331
+ 95,
2332
+ 101,
2333
+ 118,
2334
+ 101,
2335
+ 110,
2336
+ 116,
2337
+ 95,
2338
+ 97,
2339
+ 117,
2340
+ 116,
2341
+ 104,
2342
+ 111,
2343
+ 114,
2344
+ 105,
2345
+ 116,
2346
+ 121
2347
+ ]
2171
2348
  }
2172
2349
  ]
2173
2350
  }
@@ -2309,41 +2486,8 @@
2309
2486
  "path": "bonding_curve"
2310
2487
  },
2311
2488
  {
2312
- "kind": "const",
2313
- "value": [
2314
- 6,
2315
- 221,
2316
- 246,
2317
- 225,
2318
- 215,
2319
- 101,
2320
- 161,
2321
- 147,
2322
- 217,
2323
- 203,
2324
- 225,
2325
- 70,
2326
- 206,
2327
- 235,
2328
- 121,
2329
- 172,
2330
- 28,
2331
- 180,
2332
- 133,
2333
- 237,
2334
- 95,
2335
- 91,
2336
- 55,
2337
- 145,
2338
- 58,
2339
- 140,
2340
- 245,
2341
- 133,
2342
- 126,
2343
- 255,
2344
- 0,
2345
- 169
2346
- ]
2489
+ "kind": "account",
2490
+ "path": "mint"
2347
2491
  },
2348
2492
  {
2349
2493
  "kind": "account",
@@ -2487,7 +2631,7 @@
2487
2631
  },
2488
2632
  {
2489
2633
  "kind": "account",
2490
- "path": "token_program"
2634
+ "path": "mint"
2491
2635
  },
2492
2636
  {
2493
2637
  "kind": "account",
@@ -2625,7 +2769,7 @@
2625
2769
  },
2626
2770
  {
2627
2771
  "kind": "account",
2628
- "path": "token_program"
2772
+ "path": "mint"
2629
2773
  },
2630
2774
  {
2631
2775
  "kind": "account",
@@ -2819,41 +2963,8 @@
2819
2963
  "path": "bonding_curve"
2820
2964
  },
2821
2965
  {
2822
- "kind": "const",
2823
- "value": [
2824
- 6,
2825
- 221,
2826
- 246,
2827
- 225,
2828
- 215,
2829
- 101,
2830
- 161,
2831
- 147,
2832
- 217,
2833
- 203,
2834
- 225,
2835
- 70,
2836
- 206,
2837
- 235,
2838
- 121,
2839
- 172,
2840
- 28,
2841
- 180,
2842
- 133,
2843
- 237,
2844
- 95,
2845
- 91,
2846
- 55,
2847
- 145,
2848
- 58,
2849
- 140,
2850
- 245,
2851
- 133,
2852
- 126,
2853
- 255,
2854
- 0,
2855
- 169
2856
- ]
2966
+ "kind": "account",
2967
+ "path": "token_program"
2857
2968
  },
2858
2969
  {
2859
2970
  "kind": "account",
@@ -2944,8 +3055,7 @@
2944
3055
  }
2945
3056
  },
2946
3057
  {
2947
- "name": "token_program",
2948
- "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
3058
+ "name": "token_program"
2949
3059
  },
2950
3060
  {
2951
3061
  "name": "event_authority",
@@ -3448,25 +3558,145 @@
3448
3558
  }
3449
3559
  },
3450
3560
  {
3451
- "name": "program"
3561
+ "name": "program"
3562
+ }
3563
+ ],
3564
+ "args": []
3565
+ },
3566
+ {
3567
+ "name": "set_params",
3568
+ "docs": [
3569
+ "Sets the global state parameters."
3570
+ ],
3571
+ "discriminator": [
3572
+ 27,
3573
+ 234,
3574
+ 178,
3575
+ 52,
3576
+ 147,
3577
+ 2,
3578
+ 187,
3579
+ 141
3580
+ ],
3581
+ "accounts": [
3582
+ {
3583
+ "name": "global",
3584
+ "writable": true,
3585
+ "pda": {
3586
+ "seeds": [
3587
+ {
3588
+ "kind": "const",
3589
+ "value": [
3590
+ 103,
3591
+ 108,
3592
+ 111,
3593
+ 98,
3594
+ 97,
3595
+ 108
3596
+ ]
3597
+ }
3598
+ ]
3599
+ }
3600
+ },
3601
+ {
3602
+ "name": "authority",
3603
+ "writable": true,
3604
+ "signer": true,
3605
+ "relations": [
3606
+ "global"
3607
+ ]
3608
+ },
3609
+ {
3610
+ "name": "event_authority",
3611
+ "pda": {
3612
+ "seeds": [
3613
+ {
3614
+ "kind": "const",
3615
+ "value": [
3616
+ 95,
3617
+ 95,
3618
+ 101,
3619
+ 118,
3620
+ 101,
3621
+ 110,
3622
+ 116,
3623
+ 95,
3624
+ 97,
3625
+ 117,
3626
+ 116,
3627
+ 104,
3628
+ 111,
3629
+ 114,
3630
+ 105,
3631
+ 116,
3632
+ 121
3633
+ ]
3634
+ }
3635
+ ]
3636
+ }
3637
+ },
3638
+ {
3639
+ "name": "program"
3640
+ }
3641
+ ],
3642
+ "args": [
3643
+ {
3644
+ "name": "initial_virtual_token_reserves",
3645
+ "type": "u64"
3646
+ },
3647
+ {
3648
+ "name": "initial_virtual_sol_reserves",
3649
+ "type": "u64"
3650
+ },
3651
+ {
3652
+ "name": "initial_real_token_reserves",
3653
+ "type": "u64"
3654
+ },
3655
+ {
3656
+ "name": "token_total_supply",
3657
+ "type": "u64"
3658
+ },
3659
+ {
3660
+ "name": "fee_basis_points",
3661
+ "type": "u64"
3662
+ },
3663
+ {
3664
+ "name": "withdraw_authority",
3665
+ "type": "pubkey"
3666
+ },
3667
+ {
3668
+ "name": "enable_migrate",
3669
+ "type": "bool"
3670
+ },
3671
+ {
3672
+ "name": "pool_migration_fee",
3673
+ "type": "u64"
3674
+ },
3675
+ {
3676
+ "name": "creator_fee_basis_points",
3677
+ "type": "u64"
3678
+ },
3679
+ {
3680
+ "name": "set_creator_authority",
3681
+ "type": "pubkey"
3682
+ },
3683
+ {
3684
+ "name": "admin_set_creator_authority",
3685
+ "type": "pubkey"
3452
3686
  }
3453
- ],
3454
- "args": []
3687
+ ]
3455
3688
  },
3456
3689
  {
3457
- "name": "set_params",
3458
- "docs": [
3459
- "Sets the global state parameters."
3460
- ],
3690
+ "name": "set_reserved_fee_recipient",
3461
3691
  "discriminator": [
3462
- 27,
3463
- 234,
3692
+ 207,
3693
+ 189,
3464
3694
  178,
3465
- 52,
3466
- 147,
3467
- 2,
3468
- 187,
3469
- 141
3695
+ 71,
3696
+ 167,
3697
+ 122,
3698
+ 68,
3699
+ 180
3470
3700
  ],
3471
3701
  "accounts": [
3472
3702
  {
@@ -3531,47 +3761,11 @@
3531
3761
  ],
3532
3762
  "args": [
3533
3763
  {
3534
- "name": "initial_virtual_token_reserves",
3535
- "type": "u64"
3536
- },
3537
- {
3538
- "name": "initial_virtual_sol_reserves",
3539
- "type": "u64"
3540
- },
3541
- {
3542
- "name": "initial_real_token_reserves",
3543
- "type": "u64"
3544
- },
3545
- {
3546
- "name": "token_total_supply",
3547
- "type": "u64"
3548
- },
3549
- {
3550
- "name": "fee_basis_points",
3551
- "type": "u64"
3552
- },
3553
- {
3554
- "name": "withdraw_authority",
3555
- "type": "pubkey"
3556
- },
3557
- {
3558
- "name": "enable_migrate",
3559
- "type": "bool"
3560
- },
3561
- {
3562
- "name": "pool_migration_fee",
3563
- "type": "u64"
3564
- },
3565
- {
3566
- "name": "creator_fee_basis_points",
3567
- "type": "u64"
3568
- },
3569
- {
3570
- "name": "set_creator_authority",
3764
+ "name": "reserved_fee_recipient",
3571
3765
  "type": "pubkey"
3572
3766
  },
3573
3767
  {
3574
- "name": "admin_set_creator_authority",
3768
+ "name": "whitelist_pda",
3575
3769
  "type": "pubkey"
3576
3770
  }
3577
3771
  ]
@@ -3704,6 +3898,166 @@
3704
3898
  ],
3705
3899
  "args": []
3706
3900
  },
3901
+ {
3902
+ "name": "toggle_create_v2",
3903
+ "discriminator": [
3904
+ 28,
3905
+ 255,
3906
+ 230,
3907
+ 240,
3908
+ 172,
3909
+ 107,
3910
+ 203,
3911
+ 171
3912
+ ],
3913
+ "accounts": [
3914
+ {
3915
+ "name": "global",
3916
+ "writable": true,
3917
+ "pda": {
3918
+ "seeds": [
3919
+ {
3920
+ "kind": "const",
3921
+ "value": [
3922
+ 103,
3923
+ 108,
3924
+ 111,
3925
+ 98,
3926
+ 97,
3927
+ 108
3928
+ ]
3929
+ }
3930
+ ]
3931
+ }
3932
+ },
3933
+ {
3934
+ "name": "authority",
3935
+ "writable": true,
3936
+ "signer": true,
3937
+ "relations": [
3938
+ "global"
3939
+ ]
3940
+ },
3941
+ {
3942
+ "name": "event_authority",
3943
+ "pda": {
3944
+ "seeds": [
3945
+ {
3946
+ "kind": "const",
3947
+ "value": [
3948
+ 95,
3949
+ 95,
3950
+ 101,
3951
+ 118,
3952
+ 101,
3953
+ 110,
3954
+ 116,
3955
+ 95,
3956
+ 97,
3957
+ 117,
3958
+ 116,
3959
+ 104,
3960
+ 111,
3961
+ 114,
3962
+ 105,
3963
+ 116,
3964
+ 121
3965
+ ]
3966
+ }
3967
+ ]
3968
+ }
3969
+ },
3970
+ {
3971
+ "name": "program"
3972
+ }
3973
+ ],
3974
+ "args": [
3975
+ {
3976
+ "name": "enabled",
3977
+ "type": "bool"
3978
+ }
3979
+ ]
3980
+ },
3981
+ {
3982
+ "name": "toggle_mayhem_mode",
3983
+ "discriminator": [
3984
+ 1,
3985
+ 9,
3986
+ 111,
3987
+ 208,
3988
+ 100,
3989
+ 31,
3990
+ 255,
3991
+ 163
3992
+ ],
3993
+ "accounts": [
3994
+ {
3995
+ "name": "global",
3996
+ "writable": true,
3997
+ "pda": {
3998
+ "seeds": [
3999
+ {
4000
+ "kind": "const",
4001
+ "value": [
4002
+ 103,
4003
+ 108,
4004
+ 111,
4005
+ 98,
4006
+ 97,
4007
+ 108
4008
+ ]
4009
+ }
4010
+ ]
4011
+ }
4012
+ },
4013
+ {
4014
+ "name": "authority",
4015
+ "writable": true,
4016
+ "signer": true,
4017
+ "relations": [
4018
+ "global"
4019
+ ]
4020
+ },
4021
+ {
4022
+ "name": "event_authority",
4023
+ "pda": {
4024
+ "seeds": [
4025
+ {
4026
+ "kind": "const",
4027
+ "value": [
4028
+ 95,
4029
+ 95,
4030
+ 101,
4031
+ 118,
4032
+ 101,
4033
+ 110,
4034
+ 116,
4035
+ 95,
4036
+ 97,
4037
+ 117,
4038
+ 116,
4039
+ 104,
4040
+ 111,
4041
+ 114,
4042
+ 105,
4043
+ 116,
4044
+ 121
4045
+ ]
4046
+ }
4047
+ ]
4048
+ }
4049
+ },
4050
+ {
4051
+ "name": "program"
4052
+ }
4053
+ ],
4054
+ "args": [
4055
+ {
4056
+ "name": "enabled",
4057
+ "type": "bool"
4058
+ }
4059
+ ]
4060
+ },
3707
4061
  {
3708
4062
  "name": "update_global_authority",
3709
4063
  "discriminator": [
@@ -4278,6 +4632,30 @@
4278
4632
  "code": 6042,
4279
4633
  "name": "BuySlippageBelowMinTokensOut",
4280
4634
  "msg": "Slippage: Would buy less tokens than expected min_tokens_out"
4635
+ },
4636
+ {
4637
+ "code": 6043,
4638
+ "name": "NameTooLong"
4639
+ },
4640
+ {
4641
+ "code": 6044,
4642
+ "name": "SymbolTooLong"
4643
+ },
4644
+ {
4645
+ "code": 6045,
4646
+ "name": "UriTooLong"
4647
+ },
4648
+ {
4649
+ "code": 6046,
4650
+ "name": "CreateV2Disabled"
4651
+ },
4652
+ {
4653
+ "code": 6047,
4654
+ "name": "CpitializeMayhemFailed"
4655
+ },
4656
+ {
4657
+ "code": 6048,
4658
+ "name": "MayhemModeDisabled"
4281
4659
  }
4282
4660
  ],
4283
4661
  "types": [
@@ -4393,6 +4771,10 @@
4393
4771
  {
4394
4772
  "name": "creator",
4395
4773
  "type": "pubkey"
4774
+ },
4775
+ {
4776
+ "name": "is_mayhem_mode",
4777
+ "type": "bool"
4396
4778
  }
4397
4779
  ]
4398
4780
  }
@@ -4597,6 +4979,14 @@
4597
4979
  {
4598
4980
  "name": "token_total_supply",
4599
4981
  "type": "u64"
4982
+ },
4983
+ {
4984
+ "name": "token_program",
4985
+ "type": "pubkey"
4986
+ },
4987
+ {
4988
+ "name": "is_mayhem_mode",
4989
+ "type": "bool"
4600
4990
  }
4601
4991
  ]
4602
4992
  }
@@ -4778,6 +5168,22 @@
4778
5168
  {
4779
5169
  "name": "admin_set_creator_authority",
4780
5170
  "type": "pubkey"
5171
+ },
5172
+ {
5173
+ "name": "create_v2_enabled",
5174
+ "type": "bool"
5175
+ },
5176
+ {
5177
+ "name": "whitelist_pda",
5178
+ "type": "pubkey"
5179
+ },
5180
+ {
5181
+ "name": "reserved_fee_recipient",
5182
+ "type": "pubkey"
5183
+ },
5184
+ {
5185
+ "name": "mayhem_mode_enabled",
5186
+ "type": "bool"
4781
5187
  }
4782
5188
  ]
4783
5189
  }