Skip to content

Commit

Permalink
fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Jul 19, 2024
1 parent 6139075 commit 0521277
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import "../openzeppelin/Strings.sol";
import "./Constants.sol";

abstract contract TokenQueryLogic is TokenHoldingAmount {
mapping(string => mapping(uint32 => string)) tokenAddresses;
mapping(string => TokenInfo[]) internal tokenInfo;

// TODO fix it for erc20 token, same token for different networks has different decimals.
Expand Down Expand Up @@ -108,7 +107,7 @@ abstract contract TokenQueryLogic is TokenHoldingAmount {
if (
Strings.equal(
solanaTokenBalance[i].mint,
tokenAddresses[tokenName][network]
tokenContractAddress
)
) {
(
Expand Down

0 comments on commit 0521277

Please sign in to comment.