axelarnetwork / axelar-gmp-sdk-solidity

Solidity libraries and utilities provided by Axelar.
27 stars 30 forks source link

selfdestruct has been deprecated #27

Open tab00 opened 1 year ago

tab00 commented 1 year ago

I saw this warning message in VS Code when I looked at Create3.sol: https://github.com/axelarnetwork/axelar-gmp-sdk-solidity/blob/main/contracts/deploy/Create3.sol#L20:

"selfdestruct" has been deprecated. The underlying opcode will eventually undergo breaking changes, and its use is not recommended.

tab00 commented 1 year ago

I'm using Solidity 0.8.19