Updated on 2026-08-14
This commit is contained in:
parent
30ba741110
commit
68b0ef56e7
2 changed files with 12 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue