Skip to content

Commit

Permalink
latest gateway changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Dec 2, 2024
1 parent c8a0c09 commit 313661c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 63 deletions.
Binary file modified contrib/localnet/solana/gateway.so
Binary file not shown.
65 changes: 2 additions & 63 deletions pkg/contracts/solana/gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,49 +423,6 @@
],
"args": []
},
{
"name": "set_deposit_fee",
"discriminator": [
72,
107,
227,
2,
227,
31,
202,
82
],
"accounts": [
{
"name": "pda",
"writable": true,
"pda": {
"seeds": [
{
"kind": "const",
"value": [
109,
101,
116,
97
]
}
]
}
},
{
"name": "signer",
"writable": true,
"signer": true
}
],
"args": [
{
"name": "fee",
"type": "u64"
}
]
},
{
"name": "set_deposit_paused",
"discriminator": [
Expand Down Expand Up @@ -1123,14 +1080,6 @@
{
"name": "deposit_paused",
"type": "bool"
},
{
"name": "deposit_fee",
"type": "u64"
},
{
"name": "bump",
"type": "u8"
}
]
}
Expand All @@ -1139,24 +1088,14 @@
"name": "RentPayerPda",
"type": {
"kind": "struct",
"fields": [
{
"name": "bump",
"type": "u8"
}
]
"fields": []
}
},
{
"name": "WhitelistEntry",
"type": {
"kind": "struct",
"fields": [
{
"name": "bump",
"type": "u8"
}
]
"fields": []
}
}
]
Expand Down

0 comments on commit 313661c

Please sign in to comment.