feat: update superstruct and future proof type validations (#15491)
* chore: update superstruct * fix: fix program account notification type coercion
This commit is contained in:
@@ -92,6 +92,7 @@ describe('Nonce', () => {
|
||||
lamports: minimumAmount,
|
||||
data: expectedData(from.publicKey),
|
||||
executable: false,
|
||||
rentEpoch: 20,
|
||||
},
|
||||
withContext: true,
|
||||
});
|
||||
@@ -162,6 +163,7 @@ describe('Nonce', () => {
|
||||
lamports: minimumAmount,
|
||||
data: expectedData(from.publicKey),
|
||||
executable: false,
|
||||
rentEpoch: 20,
|
||||
},
|
||||
withContext: true,
|
||||
});
|
||||
|
Reference in New Issue
Block a user