Skip to content

Commit

Permalink
undo this:
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Jan 7, 2025
1 parent 4f40d79 commit f1b649f
Show file tree
Hide file tree
Showing 6 changed files with 6,564 additions and 0 deletions.
106 changes: 106 additions & 0 deletions staking/target/idl/profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"address": "prfmVhiQTN5Spgoxa8uZJba35V1s7XXReqbBiqPDWeJ",
"metadata": {
"name": "profile",
"version": "1.0.0",
"spec": "0.1.0",
"description": "Created with Anchor"
},
"instructions": [
{
"name": "update_identity",
"discriminator": [
130,
54,
88,
104,
222,
124,
238,
252
],
"accounts": [
{
"name": "payer",
"writable": true,
"signer": true
},
{
"name": "identity_account",
"writable": true
},
{
"name": "system_program",
"address": "11111111111111111111111111111111"
}
],
"args": [
{
"name": "identity",
"type": {
"defined": {
"name": "Identity"
}
}
}
]
}
],
"accounts": [
{
"name": "IdentityAccount",
"discriminator": [
194,
90,
181,
160,
182,
206,
116,
158
]
}
],
"types": [
{
"name": "Identity",
"type": {
"kind": "enum",
"variants": [
{
"name": "Evm",
"fields": [
{
"name": "pubkey",
"type": {
"option": {
"array": [
"u8",
20
]
}
}
}
]
}
]
}
},
{
"name": "IdentityAccount",
"type": {
"kind": "struct",
"fields": [
{
"name": "identity",
"type": {
"defined": {
"name": "Identity"
}
}
}
]
}
}
]
}
Loading

0 comments on commit f1b649f

Please sign in to comment.