Skip to content

Commit

Permalink
feat: addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiTays committed Jan 14, 2025
1 parent bd5c165 commit 3907960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import { PublicKey } from '@solana/web3.js';
export const wSolMint = new PublicKey('So11111111111111111111111111111111111111112');

export const OwnerAddress = {
[WalletAdapterNetwork.Mainnet]: new PublicKey('9Her7ga9XNUdjGj8utwkze9v2d1k6aZ9tac9SzJweED8'),
[WalletAdapterNetwork.Mainnet]: new PublicKey('2Mko2nLhSiehXGJDseYCj6hYQdrK3cKNMetcGaXtbrJk'),
[WalletAdapterNetwork.Devnet]: new PublicKey('9Her7ga9XNUdjGj8utwkze9v2d1k6aZ9tac9SzJweED8'),
};

0 comments on commit 3907960

Please sign in to comment.