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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ codegen-units = 1
[workspace.package]
version = "0.0.1"
authors = ["Drift Labs <security@drift.trade>"]
repository = "https://github.com/drift-labs/dfx-distributor"
repository = "https://github.com/velocity-exchange/dfx-distributor"
homepage = "https://www.drift.trade/"
license = ""
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion cpi-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependency on the distributor crate:

```toml
# in your repo, use the git dependency instead of the path:
merkle-distributor = { git = "https://github.com/drift-labs/multi-distributor", features = ["cpi"] }
merkle-distributor = { git = "https://github.com/velocity-exchange/multi-distributor", features = ["cpi"] }
```

## Build
Expand Down
2 changes: 1 addition & 1 deletion cpi-example/programs/bad-debt-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default = []
anchor-lang = "0.28.0"
anchor-spl = "0.28.0"
# When adapting this example in your own repo, replace the path dependency with:
# merkle-distributor = { git = "https://github.com/drift-labs/multi-distributor", features = ["cpi"] }
# merkle-distributor = { git = "https://github.com/velocity-exchange/multi-distributor", features = ["cpi"] }
merkle-distributor = { path = "../../../programs/merkle-distributor", features = ["cpi"] }
# Match the version the distributor program was built against (kept exact via Cargo.lock,
# see `cargo update -p solana-program --precise 1.16.16`).
Expand Down
4 changes: 2 additions & 2 deletions scripts/deploy-merkle-trees/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Merkle-tree deploy toolkit

Turn [`drift-labs/dfx-calculation`](https://github.com/drift-labs/dfx-calculation)
Turn [`velocity-exchange/dfx-calculation`](https://github.com/velocity-exchange/dfx-calculation)
entitlement snapshots into funded, on-chain merkle distributors. Two flows share
the same machinery:

Expand Down Expand Up @@ -38,7 +38,7 @@ outputs into `csv-prep/` (the copies committed here are the current snapshot —
overwrite them to refresh):

```bash
git clone https://github.com/drift-labs/dfx-calculation
git clone https://github.com/velocity-exchange/dfx-calculation
cp dfx-calculation/insurance-fund/snapshots/*.csv csv-prep/if-snapshots/ # IF
cp dfx-calculation/dfx/dfx-snapshot.csv csv-prep/dfx-snapshot.csv # DFX
```
Expand Down
6 changes: 3 additions & 3 deletions ts-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/drift-labs/dfx-distributor.git"
"url": "git+https://github.com/velocity-exchange/dfx-distributor.git"
},
"bugs": {
"url": "https://github.com/drift-labs/dfx-distributor/issues"
"url": "https://github.com/velocity-exchange/dfx-distributor/issues"
},
"homepage": "https://github.com/drift-labs/dfx-distributor#readme"
"homepage": "https://github.com/velocity-exchange/dfx-distributor#readme"
}