openbook-dex / openbook-v2

openbook-v2 monorepo, contains solana program and ts client
Other
164 stars 96 forks source link

Fix program ID in Anchor.toml #177

Closed metaproph3t closed 1 year ago

metaproph3t commented 1 year ago

I'm working on something that CPIs into openbook, and I forgot that the repo uses non-anchor tests so Anchor.toml isn't used the same way, so I pulled in the wrong program ID. This updates it so that someone else wouldn't make the same mistake.