Itheum / explorer-dapp

Itheum Explorer enables for the exploration of the Itheum protocol
GNU General Public License v3.0
452 stars 3 forks source link

Switch to the right imports of message signing method #61

Closed damienen closed 1 year ago

icegriffinguru commented 1 year ago

@damienen , can you share more details?

damienen commented 1 year ago

The right way to import useSignMessage: https://github.com/multiversx/mx-template-dapp/blob/main/src/pages/SignMessage/SignMessage.tsx

The way we do not want to import anymore: https://github.com/Itheum/explorer-dapp/blob/2c67157b959532fc960b0eaa0c4fd3a30dac36d5/src/pages/EsdtBubble.tsx#L4

icegriffinguru commented 1 year ago

Updated

newbreedofgeek commented 1 year ago

Fixed