update idl, and fix tsc errors

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-08-02 11:28:39 +02:00
parent b0dae7ec22
commit a7654f43a1
3 changed files with 19 additions and 83 deletions

View File

@ -283,11 +283,7 @@ export class MintInfo {
banks: PublicKey[];
vaults: PublicKey[];
oracle: PublicKey;
addressLookupTable: PublicKey;
tokenIndex: number;
addressLookupTableBankIndex: Number;
addressLookupTableOracleIndex: Number;
reserved: unknown;
registrationTime: BN;
},
) {

View File

@ -166,7 +166,7 @@ export class MangoClient {
return await this.program.methods
.tokenRegister(
tokenIndex,
new BN(0),
0,
name,
{
confFilter: {

View File

@ -191,7 +191,7 @@ export type MangoV4 = {
},
{
"kind": "arg",
"type": "u64",
"type": "u32",
"path": "bank_num"
}
]
@ -220,7 +220,7 @@ export type MangoV4 = {
},
{
"kind": "arg",
"type": "u64",
"type": "u32",
"path": "bank_num"
}
]
@ -284,7 +284,7 @@ export type MangoV4 = {
},
{
"name": "bankNum",
"type": "u64"
"type": "u32"
},
{
"name": "name",
@ -468,7 +468,7 @@ export type MangoV4 = {
},
{
"kind": "arg",
"type": "u64",
"type": "u32",
"path": "bank_num"
}
]
@ -497,7 +497,7 @@ export type MangoV4 = {
},
{
"kind": "arg",
"type": "u64",
"type": "u32",
"path": "bank_num"
}
]
@ -556,7 +556,7 @@ export type MangoV4 = {
},
{
"name": "bankNum",
"type": "u64"
"type": "u32"
}
]
},
@ -653,7 +653,7 @@ export type MangoV4 = {
},
{
"kind": "arg",
"type": "u8",
"type": "u32",
"path": "account_num"
}
]
@ -678,7 +678,7 @@ export type MangoV4 = {
"args": [
{
"name": "accountNum",
"type": "u8"
"type": "u32"
},
{
"name": "accountSize",
@ -2705,18 +2705,9 @@ export type MangoV4 = {
"name": "mintDecimals",
"type": "u8"
},
{
"name": "padding",
"type": {
"array": [
"u8",
4
]
}
},
{
"name": "bankNum",
"type": "u64"
"type": "u32"
},
{
"name": "reserved",
@ -2987,27 +2978,6 @@ export type MangoV4 = {
"name": "oracle",
"type": "publicKey"
},
{
"name": "addressLookupTable",
"type": "publicKey"
},
{
"name": "addressLookupTableBankIndex",
"type": "u8"
},
{
"name": "addressLookupTableOracleIndex",
"type": "u8"
},
{
"name": "padding2",
"type": {
"array": [
"u8",
6
]
}
},
{
"name": "registrationTime",
"type": "i64"
@ -5087,7 +5057,7 @@ export const IDL: MangoV4 = {
},
{
"kind": "arg",
"type": "u64",
"type": "u32",
"path": "bank_num"
}
]
@ -5116,7 +5086,7 @@ export const IDL: MangoV4 = {
},
{
"kind": "arg",
"type": "u64",
"type": "u32",
"path": "bank_num"
}
]
@ -5180,7 +5150,7 @@ export const IDL: MangoV4 = {
},
{
"name": "bankNum",
"type": "u64"
"type": "u32"
},
{
"name": "name",
@ -5364,7 +5334,7 @@ export const IDL: MangoV4 = {
},
{
"kind": "arg",
"type": "u64",
"type": "u32",
"path": "bank_num"
}
]
@ -5393,7 +5363,7 @@ export const IDL: MangoV4 = {
},
{
"kind": "arg",
"type": "u64",
"type": "u32",
"path": "bank_num"
}
]
@ -5452,7 +5422,7 @@ export const IDL: MangoV4 = {
},
{
"name": "bankNum",
"type": "u64"
"type": "u32"
}
]
},
@ -5549,7 +5519,7 @@ export const IDL: MangoV4 = {
},
{
"kind": "arg",
"type": "u8",
"type": "u32",
"path": "account_num"
}
]
@ -5574,7 +5544,7 @@ export const IDL: MangoV4 = {
"args": [
{
"name": "accountNum",
"type": "u8"
"type": "u32"
},
{
"name": "accountSize",
@ -7601,18 +7571,9 @@ export const IDL: MangoV4 = {
"name": "mintDecimals",
"type": "u8"
},
{
"name": "padding",
"type": {
"array": [
"u8",
4
]
}
},
{
"name": "bankNum",
"type": "u64"
"type": "u32"
},
{
"name": "reserved",
@ -7883,27 +7844,6 @@ export const IDL: MangoV4 = {
"name": "oracle",
"type": "publicKey"
},
{
"name": "addressLookupTable",
"type": "publicKey"
},
{
"name": "addressLookupTableBankIndex",
"type": "u8"
},
{
"name": "addressLookupTableOracleIndex",
"type": "u8"
},
{
"name": "padding2",
"type": {
"array": [
"u8",
6
]
}
},
{
"name": "registrationTime",
"type": "i64"