Skip to content

Commit

Permalink
update token fee
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed Sep 6, 2024
1 parent 9d41af2 commit b76fdbb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions components/page/bridge/hooks/useGetFee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@ const useGetFee = ({ token }: { token: TokenType }) => {

// TODO: change to jetton wallet address of bridge adapter instead

console.log(
MappingJettonWalletAddress[tokenInTon?.contractAddress] ==
"EQAacZPtQpnIHS1PlQgVaceb_I4v2HE3rvrZC91ynSRqXd9d"
);
if (
MappingJettonWalletAddress[tokenInTon?.contractAddress] ==
"EQAacZPtQpnIHS1PlQgVaceb_I4v2HE3rvrZC91ynSRqXd9d"
) {
setTokenFee(15);
return;
}
const tokenFeeConfig = await tonBridgeClient.tokenFee({
remoteTokenDenom:
MappingJettonWalletAddress[tokenInTon?.contractAddress],
Expand Down

0 comments on commit b76fdbb

Please sign in to comment.