File tree Expand file tree Collapse file tree
examples/oapp-solana/lib/client/generated/my_oapp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export async function safeFetchAllEndpointSettings(
124124}
125125
126126export function getEndpointSettingsGpaBuilder ( context : Pick < Context , 'rpc' | 'programs' > ) {
127- const programId = context . programs . getPublicKey ( 'myOapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
127+ const programId = context . programs . getPublicKey ( 'myoapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
128128 return gpaBuilder ( context , programId )
129129 . registerFields < {
130130 discriminator : Uint8Array
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export async function safeFetchAllLzReceiveTypesAccounts(
109109}
110110
111111export function getLzReceiveTypesAccountsGpaBuilder ( context : Pick < Context , 'rpc' | 'programs' > ) {
112- const programId = context . programs . getPublicKey ( 'myOapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
112+ const programId = context . programs . getPublicKey ( 'myoapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
113113 return gpaBuilder ( context , programId )
114114 . registerFields < { discriminator : Uint8Array ; store : PublicKey } > ( {
115115 discriminator : [ 0 , bytes ( { size : 8 } ) ] ,
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export async function safeFetchAllPeerConfig(
108108}
109109
110110export function getPeerConfigGpaBuilder ( context : Pick < Context , 'rpc' | 'programs' > ) {
111- const programId = context . programs . getPublicKey ( 'myOapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
111+ const programId = context . programs . getPublicKey ( 'myoapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
112112 return gpaBuilder ( context , programId )
113113 . registerFields < {
114114 discriminator : Uint8Array
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ export async function safeFetchAllStore(
118118}
119119
120120export function getStoreGpaBuilder ( context : Pick < Context , 'rpc' | 'programs' > ) {
121- const programId = context . programs . getPublicKey ( 'myOapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
121+ const programId = context . programs . getPublicKey ( 'myoapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
122122 return gpaBuilder ( context , programId )
123123 . registerFields < {
124124 discriminator : Uint8Array
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export function initStore(
6565 input : InitStoreInstructionAccounts & InitStoreInstructionArgs
6666) : TransactionBuilder {
6767 // Program ID.
68- const programId = context . programs . getPublicKey ( 'myOapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
68+ const programId = context . programs . getPublicKey ( 'myoapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
6969
7070 // Accounts.
7171 const resolvedAccounts = {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export function lzReceive(
5353 input : LzReceiveInstructionAccounts & LzReceiveInstructionArgs
5454) : TransactionBuilder {
5555 // Program ID.
56- const programId = context . programs . getPublicKey ( 'myOapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
56+ const programId = context . programs . getPublicKey ( 'myoapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
5757
5858 // Accounts.
5959 const resolvedAccounts = {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export function lzReceiveTypes(
5252 input : LzReceiveTypesInstructionAccounts & LzReceiveTypesInstructionArgs
5353) : TransactionBuilder {
5454 // Program ID.
55- const programId = context . programs . getPublicKey ( 'myOapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
55+ const programId = context . programs . getPublicKey ( 'myoapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
5656
5757 // Accounts.
5858 const resolvedAccounts = {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export function quoteSend(
6767 input : QuoteSendInstructionAccounts & QuoteSendInstructionArgs
6868) : TransactionBuilder {
6969 // Program ID.
70- const programId = context . programs . getPublicKey ( 'myOapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
70+ const programId = context . programs . getPublicKey ( 'myoapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
7171
7272 // Accounts.
7373 const resolvedAccounts = {
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export function send(
6464 input : SendInstructionAccounts & SendInstructionArgs
6565) : TransactionBuilder {
6666 // Program ID.
67- const programId = context . programs . getPublicKey ( 'myOapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
67+ const programId = context . programs . getPublicKey ( 'myoapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
6868
6969 // Accounts.
7070 const resolvedAccounts = {
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export function setPeerConfig(
6060 input : SetPeerConfigInstructionAccounts & SetPeerConfigInstructionArgs
6161) : TransactionBuilder {
6262 // Program ID.
63- const programId = context . programs . getPublicKey ( 'myOapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
63+ const programId = context . programs . getPublicKey ( 'myoapp ' , 'HFyiETGKEUS9tr87K1HXmVJHkqQRtw8wShRNTMkKKxay' )
6464
6565 // Accounts.
6666 const resolvedAccounts = {
You can’t perform that action at this time.
0 commit comments