Skip to content

Commit

Permalink
Updated IDL to Sol Cerberus v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderUstarroz committed Nov 21, 2023
1 parent 6eaf33b commit 0ff23f4
Show file tree
Hide file tree
Showing 3 changed files with 2,041 additions and 2,037 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sol-cerberus-js",
"version": "0.1.7",
"version": "0.1.8",
"description": "Javascript SDK to interact with Solana's Sol Cerberus program",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"homepage": "https://github.com/AnderUstarroz/sol-cerberus-js#readme",
"dependencies": {
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.3.8",
"@solana/spl-token": "^0.3.9",
"big-number": "^2.0.0",
"idb": "^7.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/idl/sol_cerberus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.7",
"version": "0.1.12",
"name": "sol_cerberus",
"instructions": [
{
Expand Down
Loading

0 comments on commit 0ff23f4

Please sign in to comment.