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",
|
"buyVoucher",
|
||||||
"buyVoucherPOL",
|
"buyVoucherPOL",
|
||||||
"delegate",
|
"delegate",
|
||||||
|
"pooledStake",
|
||||||
-> TxInfo.TransactionType.Staking.Stake
|
-> TxInfo.TransactionType.Staking.Stake
|
||||||
"sellVoucher_new",
|
"sellVoucher_new",
|
||||||
"sellVoucher_newPOL",
|
"sellVoucher_newPOL",
|
||||||
"undelegate",
|
"undelegate",
|
||||||
|
"pooledUnstake",
|
||||||
-> TxInfo.TransactionType.Staking.Unstake
|
-> TxInfo.TransactionType.Staking.Unstake
|
||||||
"unstakeClaimTokens_new",
|
"unstakeClaimTokens_new",
|
||||||
"unstakeClaimTokens_newPOL",
|
"unstakeClaimTokens_newPOL",
|
||||||
|
|
|
||||||
|
|
@ -236,5 +236,15 @@
|
||||||
"info": "yieldModule",
|
"info": "yieldModule",
|
||||||
"source": "https://github.com/tangem/tangem-yield-module-contracts/",
|
"source": "https://github.com/tangem/tangem-yield-module-contracts/",
|
||||||
"name": "supplyTopUp"
|
"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