diff --git a/Cargo.toml b/Cargo.toml index 53c3ef7..7dab4b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ codegen-units = 1 [workspace.package] version = "0.0.1" authors = ["Drift Labs "] -repository = "https://github.com/drift-labs/dfx-distributor" +repository = "https://github.com/velocity-exchange/dfx-distributor" homepage = "https://www.drift.trade/" license = "" edition = "2021" diff --git a/cpi-example/README.md b/cpi-example/README.md index f73a850..15a0f78 100644 --- a/cpi-example/README.md +++ b/cpi-example/README.md @@ -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 diff --git a/cpi-example/programs/bad-debt-example/Cargo.toml b/cpi-example/programs/bad-debt-example/Cargo.toml index 4f9d7f1..051542a 100644 --- a/cpi-example/programs/bad-debt-example/Cargo.toml +++ b/cpi-example/programs/bad-debt-example/Cargo.toml @@ -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`). diff --git a/scripts/deploy-merkle-trees/README.md b/scripts/deploy-merkle-trees/README.md index a880184..296800e 100644 --- a/scripts/deploy-merkle-trees/README.md +++ b/scripts/deploy-merkle-trees/README.md @@ -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: @@ -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 ``` diff --git a/ts-sdk/package.json b/ts-sdk/package.json index 0ffa2d1..2e2baca 100644 --- a/ts-sdk/package.json +++ b/ts-sdk/package.json @@ -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" }