Bonfida / token-vesting

A Vesting Contract for the Solana Blockchain
https://vesting.bonfida.org/
Other
252 stars 167 forks source link

Transaction simulation failed: Attempt to load a program that does not exist #32

Closed chunghyunp closed 2 years ago

chunghyunp commented 2 years ago

My issue is that I put the wrong program Id because of I'm testing on devnet but I cannot find where should I put the program Id for the devnet to pass the test.

스크린샷 2022-01-20 오전 10 44 11
dr497 commented 2 years ago

The error message is pretty self explanatory, you are passing the wrong program id. You will find the devnet program id https://github.com/Bonfida/token-vesting/tree/master/js

chunghyunp commented 2 years ago

Hi. Thanks for the reply. I found it !