From 99b2d139bc522b996fa63f5a6e4d66bad219afbe Mon Sep 17 00:00:00 2001 From: lthiery Date: Sun, 18 Aug 2024 20:06:39 +0000 Subject: [PATCH] idl-update: program-helium-sub-daos-0.1.9 --- idl/helium_sub_daos.json | 56 ++++++++++++++++++++++++++++- programs/helium-sub-daos/Cargo.toml | 2 +- 2 files changed, 56 insertions(+), 2 deletions(-) diff --git a/idl/helium_sub_daos.json b/idl/helium_sub_daos.json index a11133a..27543e5 100644 --- a/idl/helium_sub_daos.json +++ b/idl/helium_sub_daos.json @@ -1,5 +1,5 @@ { - "version": "0.1.7", + "version": "0.1.9", "name": "helium_sub_daos", "instructions": [ { @@ -1779,6 +1779,48 @@ } } ] + }, + { + "name": "adminSetDcOnboardingFeesPaidEpochInfo", + "accounts": [ + { + "name": "dao", + "isMut": false, + "isSigner": false, + "relations": [ + "authority" + ] + }, + { + "name": "subDao", + "isMut": false, + "isSigner": false, + "relations": [ + "dao" + ] + }, + { + "name": "subDaoEpochInfo", + "isMut": true, + "isSigner": false, + "relations": [ + "sub_dao" + ] + }, + { + "name": "authority", + "isMut": false, + "isSigner": true + } + ], + "args": [ + { + "name": "args", + "type": { + "defined": "AdminSetDcOnboardingFeesPaidEpochInfoArgs" + } + } + ] } ], "accounts": [ @@ -2129,6 +2171,18 @@ ] } }, + { + "name": "AdminSetDcOnboardingFeesPaidEpochInfoArgs", + "type": { + "kind": "struct", + "fields": [ + { + "name": "dcOnboardingFeesPaid", + "type": "u64" + } + ] + } + }, { "name": "AdminSetDcOnboardingFeesPaidArgs", "type": { diff --git a/programs/helium-sub-daos/Cargo.toml b/programs/helium-sub-daos/Cargo.toml index c82b483..6de7169 100644 --- a/programs/helium-sub-daos/Cargo.toml +++ b/programs/helium-sub-daos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helium-sub-daos" -version = "0.1.7" +version = "0.1.9" edition = "2021" authors = ["Louis Thiery "] license = "Apache-2.0"