chore: migrate to typescript
This commit is contained in:
committed by
Justin Starry
parent
3eb9f7b3eb
commit
f912c63b22
5
web3.js/src/bpf-loader-deprecated.ts
Normal file
5
web3.js/src/bpf-loader-deprecated.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import {PublicKey} from './publickey';
|
||||
|
||||
export const BPF_LOADER_DEPRECATED_PROGRAM_ID = new PublicKey(
|
||||
'BPFLoader1111111111111111111111111111111111',
|
||||
);
|
Reference in New Issue
Block a user