Release 18.03.2025: migration guide
This release of =nil; renames CometaService
inside Nil.js
.
Summary of key changes
Nil.js
changes
- The
CometaService
class has been renamed toCometaClient
.
Migration of smart contracts
No specific changes have to be made to existing smart contracts.
Migration of =nil; CLI commands
No specific changes have to be made to existing =nil; CLI commands or scripts involving these commands.
Migration of Nil.js
scripts
- Rename the
CometaService
class toCometaClient
The CometaService
class has been renamed to CometaClient
. Use the new class name in all future Nil.js
scripts.
Migration of Hardhat projects
No specific changes have to be made to existing Hardhat projects.