Skip to content

Commit

Permalink
update program address (DefiLlama#10450)
Browse files Browse the repository at this point in the history
nx-finance will be launched on June 3, 2024. Updated the program address of nx-finance for production environment
  • Loading branch information
bleenCN authored May 31, 2024
1 parent 26dc0ec commit 8ed787b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/nxfinance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Program } = require("@project-serum/anchor");
const { getProvider, } = require("../helper/solana");
const nxIdl = require("./nx-idl.json");

const NX_PROGRAM_ADDR = "JMpxnop5u1HJAqjzpZHo7MmvfBQf5YkFw4nGK9F83x3";
const NX_PROGRAM_ADDR = "EHBN9YKtMmrZhj8JZqyBQRGqyyeHw5xUB1Q5eAHszuMt";

async function tvl(api) {
const provider = getProvider();
Expand Down

0 comments on commit 8ed787b

Please sign in to comment.