Skip to content

Commit 07c198e

Browse files
feat: cSDK (#6)
* feat: cSDK with git tag csdk-0.3.3
1 parent 59849b3 commit 07c198e

41 files changed

Lines changed: 3153 additions & 1119 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Anchor.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.test.ts"
2525

2626
[test]
2727
startup_wait = 10000
28+
upgradeable = true
2829

2930
[test.validator]
3031
url = "https://api.mainnet-beta.solana.com"
@@ -34,3 +35,9 @@ address = "DNXgeM9EiiaAbaWvwjHj9fQQLAX5ZsfHyvmYUNRAdNC8" # pool fee receiver
3435

3536
[[test.validator.clone]]
3637
address = "D4FPEruKEHrG5TenZ2mpDGEfu1iUvTiqBxvpU8HLBvC2" # index 0 AMM Config account
38+
39+
40+
[idl]
41+
typescript = true
42+
idl_dir = "target/idl"
43+
types_dir = "target/types"

0 commit comments

Comments
 (0)