Skip to content

Commit

Permalink
idl-update: program-helium-sub-daos-0.1.7 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: lthiery <lthiery@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and lthiery authored Aug 14, 2024
1 parent 70d1b6d commit cbdd04f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
48 changes: 47 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.5",
"version": "0.1.7",
"name": "helium_sub_daos",
"instructions": [
{
Expand Down Expand Up @@ -1745,6 +1745,40 @@
}
}
]
},
{
"name": "adminSetDcOnboardingFeesPaid",
"accounts": [
{
"name": "dao",
"isMut": false,
"isSigner": false,
"relations": [
"authority"
]
},
{
"name": "subDao",
"isMut": true,
"isSigner": false,
"relations": [
"dao"
]
},
{
"name": "authority",
"isMut": false,
"isSigner": true
}
],
"args": [
{
"name": "args",
"type": {
"defined": "AdminSetDcOnboardingFeesPaidArgs"
}
}
]
}
],
"accounts": [
Expand Down Expand Up @@ -2095,6 +2129,18 @@
]
}
},
{
"name": "AdminSetDcOnboardingFeesPaidArgs",
"type": {
"kind": "struct",
"fields": [
{
"name": "dcOnboardingFeesPaid",
"type": "u64"
}
]
}
},
{
"name": "CalculateUtilityScoreArgsV0",
"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.5"
version = "0.1.7"
edition = "2021"
authors = ["Louis Thiery <thiery.louis@gmail.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit cbdd04f

Please sign in to comment.