Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@ skip-lint = false
[programs.devnet]
amm = "AMMSgtnttAKx5Ad2Y1socKJ3CcQYCB2ctg8U2SAHcVEx"
futarchy = "FUTKPrt66uGGCTpk6f9tmRX2325cWgXzGCwvWhyyzjea"
redemption = "rdm5xmgfjVn2WXCNrdEuBDoj3JJHt7K6M82jBnXf1Ef"
svault = "GmH3zEvgmWoC6Y6hxinYYRWLCuxUikRN5SAmVDVF4Jjy"
vault = "VLTEetGyPKtffi1u3Jr8btWATv33NeDyUuRsPENFPTU"

[programs.localnet]
amm = "AMMSgtnttAKx5Ad2Y1socKJ3CcQYCB2ctg8U2SAHcVEx"
futarchy = "FUTKPrt66uGGCTpk6f9tmRX2325cWgXzGCwvWhyyzjea"
redemption = "rdm5xmgfjVn2WXCNrdEuBDoj3JJHt7K6M82jBnXf1Ef"
svault = "GmH3zEvgmWoC6Y6hxinYYRWLCuxUikRN5SAmVDVF4Jjy"
vault = "VLTEetGyPKtffi1u3Jr8btWATv33NeDyUuRsPENFPTU"

[programs.mainnet]
amm = "AMMSgtnttAKx5Ad2Y1socKJ3CcQYCB2ctg8U2SAHcVEx"
futarchy = "FUTKPrt66uGGCTpk6f9tmRX2325cWgXzGCwvWhyyzjea"
redemption = "rdm5xmgfjVn2WXCNrdEuBDoj3JJHt7K6M82jBnXf1Ef"
svault = "GmH3zEvgmWoC6Y6hxinYYRWLCuxUikRN5SAmVDVF4Jjy"
vault = "VLTEetGyPKtffi1u3Jr8btWATv33NeDyUuRsPENFPTU"

Expand All @@ -38,3 +41,4 @@ test-dao = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 \"tests/dao/**/*.ts\
test-fut = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 \"tests/futarchy/**/*.ts\""
test-vault = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 \"tests/vault/**/*.ts\""
test-svault = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 \"tests/svault/**/*.ts\""
test-redemption = "npx ts-mocha -p ./tsconfig.json -t 1000000 tests/redemption/**/*.ts"
8 changes: 8 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
| amm | AMMSgtnttAKx5Ad2Y1socKJ3CcQYCB2ctg8U2SAHcVEx | 0.1.0 | |
| vault | VLTEetGyPKtffi1u3Jr8btWATv33NeDyUuRsPENFPTU | 0.1.0 | |
| svault | GmH3zEvgmWoC6Y6hxinYYRWLCuxUikRN5SAmVDVF4Jjy | 0.1.0 | |
| redemption | rdm5xmgfjVn2WXCNrdEuBDoj3JJHt7K6M82jBnXf1Ef | 0.1.0 | |
| vault | vLTgeZhLgcr4HvBGxKonSnmU4t7qLcgsVcVtUd3haZc | 0.0.0 | ❌ |

Fee Authority: FEEnkcCNE2623LYCPtLf63LFzXpCFigBLTu4qZovRGZC
Expand Down
Loading