add idl to repo (#494)

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-03-07 09:18:19 +01:00 committed by GitHub
parent d9181fc4b5
commit 09c8be1c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8614 additions and 0 deletions

8612
mango_v4.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,8 @@ cargo run -p anchor-cli -- build -- --features enable-gpl
# patch types, which we want in rust, but anchor client doesn't support
./idl-fixup.sh
# update idl
cp -v ./target/idl/mango_v4.json .
# update types in ts client package
cp -v ./target/types/mango_v4.ts ./ts/client/src/mango_v4.ts