Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-04 14:20:46 +02:00
parent 30ba741110
commit 68b0ef56e7
2 changed files with 12 additions and 0 deletions

View file

@ -71,10 +71,12 @@ internal class SdkTransactionTypeConverter(
"buyVoucher",
"buyVoucherPOL",
"delegate",
"pooledStake",
-> TxInfo.TransactionType.Staking.Stake
"sellVoucher_new",
"sellVoucher_newPOL",
"undelegate",
"pooledUnstake",
-> TxInfo.TransactionType.Staking.Unstake
"unstakeClaimTokens_new",
"unstakeClaimTokens_newPOL",

View file

@ -236,5 +236,15 @@
"info": "yieldModule",
"source": "https://github.com/tangem/tangem-yield-module-contracts/",
"name": "supplyTopUp"
},
"0xf9609f08": {
"info": "P2PEthPool",
"source": "https://docs.p2p.org/",
"name": "pooledStake"
},
"0xac9650d8": {
"info": "P2PEthPool",
"source": "https://docs.p2p.org/",
"name": "pooledUnstake"
}
}