Skip to content

Commit 2be4f47

Browse files
authored
Merge branch 'main' into anchor-v-latest-0.31.1
2 parents bd26f88 + c354e85 commit 2be4f47

File tree

12 files changed

+20
-1532
lines changed

12 files changed

+20
-1532
lines changed

oracles/pyth/anchor/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
21
.anchor
32
.DS_Store
43
target
54
**/*.rs.bk
6-
node_modules
75
test-ledger

oracles/pyth/anchor/.prettierignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

oracles/pyth/anchor/Anchor.toml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1+
[toolchain]
2+
13
[features]
2-
seeds = false
4+
resolution = true
35
skip-lint = false
6+
47
[programs.localnet]
5-
pythexample = "F6mNuN1xoPdRaZcUX3Xviq7x1EFtoBXygpFggCLd62eU"
8+
pythexample = "GUkjQmrLPFXXNK1bFLKt8XQi6g3TjxcHVspbjDoHvMG2"
69

710
[registry]
811
url = "https://api.apr.dev"
912

1013
[provider]
1114
cluster = "Localnet"
12-
wallet = "~/.config/solana/id.json"
13-
14-
[scripts]
15-
test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
16-
17-
[test.validator]
18-
url = "https://api.mainnet-beta.solana.com"
19-
20-
[[test.validator.clone]]
21-
address = "H6ARHf6YXhGYeQfUzQNGk6rDNnLBQKrenN712K4AQJEG"
15+
wallet = "~/.config/solana/id.json"

oracles/pyth/anchor/migrations/deploy.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

oracles/pyth/anchor/package.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)