Skip to content

Commit

Permalink
idl-update: program-helium-sub-daos-0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery authored Aug 23, 2024
1 parent c46be05 commit d1d4121
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
56 changes: 55 additions & 1 deletion idl/helium_sub_daos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.7",
"version": "0.1.9",
"name": "helium_sub_daos",
"instructions": [
{
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -2129,6 +2171,18 @@
]
}
},
{
"name": "AdminSetDcOnboardingFeesPaidEpochInfoArgs",
"type": {
"kind": "struct",
"fields": [
{
"name": "dcOnboardingFeesPaid",
"type": "u64"
}
]
}
},
{
"name": "AdminSetDcOnboardingFeesPaidArgs",
"type": {
Expand Down
2 changes: 1 addition & 1 deletion programs/helium-sub-daos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "helium-sub-daos"
version = "0.1.7"
version = "0.1.9"
edition = "2021"
authors = ["Louis Thiery <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit d1d4121

Please sign in to comment.