Skip to content

Commit 746a2db

Browse files
committed
chore: remove unused files and configs
Project no longer uses the Anchor client or any other TypeScript code/packages. Clean up related obsolete files.
1 parent 082a86e commit 746a2db

File tree

6 files changed

+1
-1465
lines changed

6 files changed

+1
-1465
lines changed

oracles/pyth/anchor/.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
.DS_Store
33
target
44
**/*.rs.bk
5-
node_modules
65
test-ledger
7-
.yarn

oracles/pyth/anchor/.prettierignore

-7
This file was deleted.

oracles/pyth/anchor/Anchor.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@ url = "https://api.apr.dev"
1212

1313
[provider]
1414
cluster = "Localnet"
15-
wallet = "~/.config/solana/id.json"
16-
17-
[scripts]
18-
test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
15+
wallet = "~/.config/solana/id.json"

oracles/pyth/anchor/package.json

-33
This file was deleted.

0 commit comments

Comments
 (0)