Merge pull request #2738 from brittcyr/main

Dual finance address update for the DIP contract to vanity address
This commit is contained in:
g1nt0ki
2022-05-20 11:29:45 +05:30
committed by GitHub

View File

@@ -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);