mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
Merge pull request #2738 from brittcyr/main
Dual finance address update for the DIP contract to vanity address
This commit is contained in:
@@ -35,7 +35,7 @@ async function tvl() {
|
||||
{}
|
||||
);
|
||||
const dualProgramID = new PublicKey(
|
||||
"EFhLFkx6r2NdhFmAraZacRzxX8SFLbM9KuyVpaUUpR5k"
|
||||
"DiPbvUUJkDhV9jFtQsDFnMEMRJyjW5iS6NMwoySiW8ki"
|
||||
);
|
||||
const VAULT_MINT_ADDRESS_SEED = "vault-mint";
|
||||
const program = new Program(DualIdl, dualProgramID, anchorProvider);
|
||||
|
||||
Reference in New Issue
Block a user