Skip to content

Commit 081bac3

Browse files
committed
Add initializeMint test for JS client
1 parent ab75a1c commit 081bac3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

p-token/idl.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,9 @@
330330
},
331331
"fixed": true
332332
},
333+
"defaultValue": {
334+
"kind": "noneValueNode"
335+
},
333336
"docs": ["Optional authority that can freeze token accounts."]
334337
}
335338
],
@@ -1838,6 +1841,9 @@
18381841
},
18391842
"fixed": false
18401843
},
1844+
"defaultValue": {
1845+
"kind": "noneValueNode"
1846+
},
18411847
"docs": [
18421848
"The optional freeze authority/multisignature of the mint."
18431849
]

0 commit comments

Comments
 (0)