Skip to content

Commit

Permalink
Update plugin specification
Browse files Browse the repository at this point in the history
  • Loading branch information
evercoinx committed Jan 10, 2025
1 parent 46c01d8 commit 85877d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PLUGIN_SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ Below Ledger Live Apps and their corresponding smart contract functionalities ar
| Ethereum | MaticX | `0xf03a7eb46d01d9ecaa104558c732cf82f6b6b645` |
| Polygon | ChildPool | `0xfd225c9e6601c9d38d8f98d8731bf59efcf8c0e3` |

Functions covered by above contract/s :
Functions covered by above contracts:
|Contract | Function | Selector | Displayed Parameters |
| --- | --- | --- | --- |
|MaticX | submit(uint256 \_amount) | `0xea99c2a6`| `_amount` |
|MaticX | submitPOL(uint256 \_amount) | `0x1564da79`| `_amount` |
|MaticX | requestWithdraw(uint256 \_amount) | `0x745400c9`| `_amount` |
|MaticX | claimWithdrawal(uint256 \_idx) | `0xf8444436`| |
|ChildPool | swapMaticForMaticXViaInstantPool() | `0xc78cf1a0`| native_token_amount (matic) |
Expand All @@ -27,7 +28,7 @@ Functions covered by above contract/s :
| ------- | ------------- | -------------------------------------------- |
| BSC | StakeManager | `0x3b961e83400d51e6e1af5c450d3c7d7b80588d28` |

Functions covered by above contract/s :
Functions covered by above contracts:
|Contract | Function | Selector | Displayed Parameters |
| --- | --- | --- | --- |
|StakeManager | delegate(string calldata \_referralId) | `0x9ddb511a`| native_token_amount (bnb) |
Expand All @@ -41,7 +42,7 @@ Functions covered by above contract/s :
| Ethereum | StaderStakePoolsManager | `0xcf5ea1b38380f6af39068375516daf40ed70d299` |
| Ethereum | UserWithdrawalManager | `0x9f0491b32dbce587c50c4c43ab303b06478193a7` |

Functions covered by above contract/s :
Functions covered by above contracts:
|Contract | Function | Selector | Displayed Parameters |
| --- | --- | --- | --- |
|StaderStakePoolsManager | deposit(address \_receiver, string calldata \_referralId) | `0xb7482509`| `_receiver`, native_token_amount (eth) |
Expand All @@ -55,8 +56,7 @@ Functions covered by above contract/s :
| Ethereum | LRTDepositPool | `0x036676389e48133B63a802f8635AD39E752D375D` |
| Ethereum | LRTWithdrawalManager | `0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16` |


Functions covered by above contract/s :
Functions covered by above contracts:
|Contract | Function | Selector | Displayed Parameters |
| --- | --- | --- | --- |
|LRTDepositPool | depositETH(uint256 minRSETHAmountExpected, string calldata referralId) | `0x72c51c0b`| native_token_amount (eth) |
Expand Down

0 comments on commit 85877d5

Please sign in to comment.