Skip to content

Commit

Permalink
IDL changes (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipzeta authored Sep 21, 2023
1 parent d5ce86d commit 6ee76e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/idl/zeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1043,8 +1043,8 @@
},
{
"name": "newAdmin",
"isMut": true,
"isSigner": true
"isMut": false,
"isSigner": false
}
],
"args": []
Expand Down
8 changes: 4 additions & 4 deletions src/types/zeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1043,8 +1043,8 @@ export type Zeta = {
},
{
"name": "newAdmin",
"isMut": true,
"isSigner": true
"isMut": false,
"isSigner": false
}
],
"args": []
Expand Down Expand Up @@ -11213,8 +11213,8 @@ export const IDL: Zeta = {
},
{
"name": "newAdmin",
"isMut": true,
"isSigner": true
"isMut": false,
"isSigner": false
}
],
"args": []
Expand Down

0 comments on commit 6ee76e7

Please sign in to comment.