freeCodeCamp / solana-curriculum

freeCodeCamp Solana Curriculum
BSD 3-Clause "New" or "Revised" License
123 stars 50 forks source link

fix: use new bpf loader in rpc call #346

Closed ChiefWoods closed 3 months ago

ChiefWoods commented 3 months ago

The old CLI command "solana deploy" uses the BPFLoader2111111111111111111111111111111111 loader, however the newer command "solana program deploy" uses the BPFLoaderUpgradeab1e11111111111111111111111 loader instead.

https://stackoverflow.com/questions/69884904/difference-bewteen-solana-deploy-and-solana-program-deploy

Checklist:

Closes #XXXXX