Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token escrow to DC program #614

Draft
wants to merge 14 commits into
base: develop
Choose a base branch
from
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
- tests/voter-stake-registry.ts
- tests/fanout.ts
- tests/sus.ts
- tests/conversion-escrow.ts
- tests/position-voting-rewards.ts
steps:
- uses: actions/checkout@v3
Expand Down
14 changes: 14 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fanout = "fanqeMu3fw8R4LwKNbahPtYXJsyLL6NXyfe2BqzhfB6"
mobile_entity_manager = "memMa1HG4odAFmUbGWfPwS1WWfK95k99F2YTkGvyxZr"
hexboosting = "hexbnKYoA2GercNNhHUCCfrTRWrHjT6ujKPXTa5NPqJ"
no_emit = "noEmmgLmQdk6DLiPV8CSwQv3qQDyGEhz9m5A4zhtByv"
conversion_escrow = "cnvEguKeWyyWnKxoQ9HwrzEVfztqKjwNmerDvxdHK9w"
position_voting_rewards = "pvr1pJdeAcW6tzFyPRSmkL5Xwysi1Tq79f7KF2XB4zM"

[workspace]
Expand All @@ -35,6 +36,7 @@ members = [
"programs/mobile-entity-manager",
"programs/hexboosting",
"programs/no-emit",
"programs/conversion-escrow",
"programs/position-voting-rewards",
]

Expand Down Expand Up @@ -103,6 +105,18 @@ address = "DQ4C1tzvu28cwo1roN1Wm6TW35sfJEjLh517k3ZeWevx" # Mobile price oracle
[[test.validator.clone]]
address = "4DdmDswskDxXGpwHrXUfn2CNUm9rt21ac79GHNTN3J33"

# Helium Common LUT
[[test.validator.clone]]
address = "43eY9L2spbM2b1MPDFFBStUiFGt29ziZ1nc1xbpzsfVt"

# Sol pyth price
[[test.validator.clone]]
address = "7UVimffxr9ow1uXYxsr4LHAcV58mLzhmwaeKvJ1pjLiE"

# Pyth usdc price oracle
[[test.validator.clone]]
address = "Dpw1EAVrSB1ibxiDQyTAW6Zip3J4Btk2x4SgApQCeFbX"

# Squads multisig program
[[test.validator.clone]]
address = "SMPLecH534NA9acpos4G6x7uf3LWbCAwZQE9e8ZekMu"
Expand Down
Loading