LOADING...
`declare_id!` is a macro provided by the Anchor framework for Solana blockchain development that is used to declare a program's ID.
Basically, when we build anchor program, it creates program id before the deployment. And we take this unique id and replace with initial id before the program deployment.
For now, please copy and paste this code to below the current code
declare_id!("Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS");