@helium/idls 0.10.29 → 0.10.31

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.
@@ -8,7 +8,7 @@ export type HeliumSubDaos = {
8
8
  "address": "hdaoVTCqhfHHo75XdAMxBKdUqvq1i5bF23sisBqVgGR";
9
9
  "metadata": {
10
10
  "name": "heliumSubDaos";
11
- "version": "0.2.36";
11
+ "version": "0.2.37";
12
12
  "spec": "0.1.0";
13
13
  "description": "Created with Anchor";
14
14
  };
@@ -2807,6 +2807,332 @@ export type HeliumSubDaos = {
2807
2807
  ];
2808
2808
  "args": [];
2809
2809
  },
2810
+ {
2811
+ "name": "tempClaimBuggyRewards";
2812
+ "discriminator": [
2813
+ 11,
2814
+ 190,
2815
+ 87,
2816
+ 109,
2817
+ 66,
2818
+ 127,
2819
+ 2,
2820
+ 66
2821
+ ];
2822
+ "accounts": [
2823
+ {
2824
+ "name": "position";
2825
+ "pda": {
2826
+ "seeds": [
2827
+ {
2828
+ "kind": "const";
2829
+ "value": [
2830
+ 112,
2831
+ 111,
2832
+ 115,
2833
+ 105,
2834
+ 116,
2835
+ 105,
2836
+ 111,
2837
+ 110
2838
+ ];
2839
+ },
2840
+ {
2841
+ "kind": "account";
2842
+ "path": "mint";
2843
+ }
2844
+ ];
2845
+ "program": {
2846
+ "kind": "account";
2847
+ "path": "vsrProgram";
2848
+ };
2849
+ };
2850
+ },
2851
+ {
2852
+ "name": "mint";
2853
+ "relations": [
2854
+ "position"
2855
+ ];
2856
+ },
2857
+ {
2858
+ "name": "authority";
2859
+ "writable": true;
2860
+ "signer": true;
2861
+ "address": "hprdnjkbziK8NqhThmAn5Gu4XqrBbctX8du4PfJdgvW";
2862
+ },
2863
+ {
2864
+ "name": "positionAuthority";
2865
+ },
2866
+ {
2867
+ "name": "registrar";
2868
+ "relations": [
2869
+ "position",
2870
+ "dao"
2871
+ ];
2872
+ },
2873
+ {
2874
+ "name": "dao";
2875
+ "relations": [
2876
+ "subDao"
2877
+ ];
2878
+ },
2879
+ {
2880
+ "name": "subDao";
2881
+ "writable": true;
2882
+ },
2883
+ {
2884
+ "name": "delegatedPosition";
2885
+ "writable": true;
2886
+ "pda": {
2887
+ "seeds": [
2888
+ {
2889
+ "kind": "const";
2890
+ "value": [
2891
+ 100,
2892
+ 101,
2893
+ 108,
2894
+ 101,
2895
+ 103,
2896
+ 97,
2897
+ 116,
2898
+ 101,
2899
+ 100,
2900
+ 95,
2901
+ 112,
2902
+ 111,
2903
+ 115,
2904
+ 105,
2905
+ 116,
2906
+ 105,
2907
+ 111,
2908
+ 110
2909
+ ];
2910
+ },
2911
+ {
2912
+ "kind": "account";
2913
+ "path": "position";
2914
+ }
2915
+ ];
2916
+ };
2917
+ },
2918
+ {
2919
+ "name": "dntMint";
2920
+ "relations": [
2921
+ "subDao"
2922
+ ];
2923
+ },
2924
+ {
2925
+ "name": "subDaoEpochInfo";
2926
+ "pda": {
2927
+ "seeds": [
2928
+ {
2929
+ "kind": "const";
2930
+ "value": [
2931
+ 115,
2932
+ 117,
2933
+ 98,
2934
+ 95,
2935
+ 100,
2936
+ 97,
2937
+ 111,
2938
+ 95,
2939
+ 101,
2940
+ 112,
2941
+ 111,
2942
+ 99,
2943
+ 104,
2944
+ 95,
2945
+ 105,
2946
+ 110,
2947
+ 102,
2948
+ 111
2949
+ ];
2950
+ },
2951
+ {
2952
+ "kind": "account";
2953
+ "path": "subDao";
2954
+ },
2955
+ {
2956
+ "kind": "arg";
2957
+ "path": "args.epoch";
2958
+ }
2959
+ ];
2960
+ };
2961
+ },
2962
+ {
2963
+ "name": "delegatorPool";
2964
+ "writable": true;
2965
+ "relations": [
2966
+ "subDao"
2967
+ ];
2968
+ },
2969
+ {
2970
+ "name": "delegatorAta";
2971
+ "writable": true;
2972
+ "pda": {
2973
+ "seeds": [
2974
+ {
2975
+ "kind": "account";
2976
+ "path": "positionAuthority";
2977
+ },
2978
+ {
2979
+ "kind": "const";
2980
+ "value": [
2981
+ 6,
2982
+ 221,
2983
+ 246,
2984
+ 225,
2985
+ 215,
2986
+ 101,
2987
+ 161,
2988
+ 147,
2989
+ 217,
2990
+ 203,
2991
+ 225,
2992
+ 70,
2993
+ 206,
2994
+ 235,
2995
+ 121,
2996
+ 172,
2997
+ 28,
2998
+ 180,
2999
+ 133,
3000
+ 237,
3001
+ 95,
3002
+ 91,
3003
+ 55,
3004
+ 145,
3005
+ 58,
3006
+ 140,
3007
+ 245,
3008
+ 133,
3009
+ 126,
3010
+ 255,
3011
+ 0,
3012
+ 169
3013
+ ];
3014
+ },
3015
+ {
3016
+ "kind": "account";
3017
+ "path": "dntMint";
3018
+ }
3019
+ ];
3020
+ "program": {
3021
+ "kind": "const";
3022
+ "value": [
3023
+ 140,
3024
+ 151,
3025
+ 37,
3026
+ 143,
3027
+ 78,
3028
+ 36,
3029
+ 137,
3030
+ 241,
3031
+ 187,
3032
+ 61,
3033
+ 16,
3034
+ 41,
3035
+ 20,
3036
+ 142,
3037
+ 13,
3038
+ 131,
3039
+ 11,
3040
+ 90,
3041
+ 19,
3042
+ 153,
3043
+ 218,
3044
+ 255,
3045
+ 16,
3046
+ 132,
3047
+ 4,
3048
+ 142,
3049
+ 123,
3050
+ 216,
3051
+ 219,
3052
+ 233,
3053
+ 248,
3054
+ 89
3055
+ ];
3056
+ };
3057
+ };
3058
+ },
3059
+ {
3060
+ "name": "delegatorPoolCircuitBreaker";
3061
+ "writable": true;
3062
+ "pda": {
3063
+ "seeds": [
3064
+ {
3065
+ "kind": "const";
3066
+ "value": [
3067
+ 97,
3068
+ 99,
3069
+ 99,
3070
+ 111,
3071
+ 117,
3072
+ 110,
3073
+ 116,
3074
+ 95,
3075
+ 119,
3076
+ 105,
3077
+ 110,
3078
+ 100,
3079
+ 111,
3080
+ 119,
3081
+ 101,
3082
+ 100,
3083
+ 95,
3084
+ 98,
3085
+ 114,
3086
+ 101,
3087
+ 97,
3088
+ 107,
3089
+ 101,
3090
+ 114
3091
+ ];
3092
+ },
3093
+ {
3094
+ "kind": "account";
3095
+ "path": "delegatorPool";
3096
+ }
3097
+ ];
3098
+ "program": {
3099
+ "kind": "account";
3100
+ "path": "circuitBreakerProgram";
3101
+ };
3102
+ };
3103
+ },
3104
+ {
3105
+ "name": "vsrProgram";
3106
+ "address": "hvsrNC3NKbcryqDs2DocYHZ9yPKEVzdSjQG6RVtK1s8";
3107
+ },
3108
+ {
3109
+ "name": "systemProgram";
3110
+ "address": "11111111111111111111111111111111";
3111
+ },
3112
+ {
3113
+ "name": "circuitBreakerProgram";
3114
+ "address": "circAbx64bbsscPbQzZAUvuXpHqrCe6fLMzc2uKXz9g";
3115
+ },
3116
+ {
3117
+ "name": "associatedTokenProgram";
3118
+ "address": "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL";
3119
+ },
3120
+ {
3121
+ "name": "tokenProgram";
3122
+ "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
3123
+ }
3124
+ ];
3125
+ "args": [
3126
+ {
3127
+ "name": "args";
3128
+ "type": {
3129
+ "defined": {
3130
+ "name": "claimRewardsArgsV0";
3131
+ };
3132
+ };
3133
+ }
3134
+ ];
3135
+ },
2810
3136
  {
2811
3137
  "name": "tempUpdateSubDaoEpochInfo";
2812
3138
  "discriminator": [