From 85877d50ad3ca261780ea1636bb7993b7605bcd2 Mon Sep 17 00:00:00 2001 From: Sergey <2901744+evercoinx@users.noreply.github.com> Date: Wed, 25 Dec 2024 09:44:00 +0100 Subject: [PATCH] Update plugin specification --- PLUGIN_SPECIFICATION.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PLUGIN_SPECIFICATION.md b/PLUGIN_SPECIFICATION.md index aaee381..90b81fb 100644 --- a/PLUGIN_SPECIFICATION.md +++ b/PLUGIN_SPECIFICATION.md @@ -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) | @@ -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) | @@ -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) | @@ -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) |