Skip to content

Commit

Permalink
Merge pull request #374 from thearyanag/fix/ca
Browse files Browse the repository at this point in the history
fix: ca for btc was spam/fake
  • Loading branch information
lalalune authored Nov 18, 2024
2 parents 5869ac2 + 4c28418 commit 1dde740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-solana/src/providers/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const PROVIDER_CONFIG = {
DEFAULT_RPC: "https://api.mainnet-beta.solana.com",
TOKEN_ADDRESSES: {
SOL: "So11111111111111111111111111111111111111112",
BTC: "qfnqNqs3nCAHjnyCgLRDbBtq4p2MtHZxw8YjSyYhPoL",
BTC: "3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh",
ETH: "7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs",
},
};
Expand Down

0 comments on commit 1dde740

Please sign in to comment.