parent
2ff56dba9a
commit
dd1fd39bae
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
config: Commitment | ConnectionConfig | undefined = 'processed';
|
||||
|
||||
const { PublicKey } = web3;
|
||||
const programID = new PublicKey(idl.metadata.address);
|
||||
const programID = new PublicKey(idl.address);
|
||||
const baseAccount = web3.Keypair.generate();
|
||||
const systemProgram = web3.SystemProgram;
|
||||
const connection = new Connection(network, config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue