feat: add mint

This commit is contained in:
bartosz-lipinski 2021-04-28 16:39:29 -05:00
parent 54af77bb6d
commit ccf8a790b9
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ export const AuctionCreateView = () => {
new BN((attributes.gapTime || 1) * 60),
attributes.items,
// TODO: move to config
new PublicKey('4XEUcBjLyBHuMDKTARycf4VXqpsAsDcThMbhWgFuDGsC'),
new PublicKey('3EVo6RQfu5D1DC18jsqrQnbiKLYoig8yckJC7QgMiJVY'),
);
};