Skip to content

Commit

Permalink
Merge pull request #3 from neonlabsorg/NDEV-2606-add-contract-keys
Browse files Browse the repository at this point in the history
added constant addresses
  • Loading branch information
kristinaNikolaevaa authored Feb 19, 2024
2 parents 7e8101d + 9aeeb3e commit 23d713a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ RUN cd counter && cargo build-bpf --bpf-out-dir=/opt/deploy/counter/
RUN cd transfer-sol/program && cargo build-bpf --bpf-out-dir=/opt/deploy/transfer_sol/
RUN cd cross-program-invocation && cargo build-bpf --bpf-out-dir=/opt/deploy/cross_program_invocation/
RUN cd transfer-tokens && cargo build-bpf --bpf-out-dir=/opt/deploy/transfer_tokens/

COPY counter/counter-keypair.json /opt/deploy/counter/
COPY transfer-sol/transfer_sol-keypair.json /opt/deploy/transfer_sol/
COPY transfer-tokens/transfer_tokens-keypair.json /opt/deploy/transfer_tokens/

FROM ubuntu:20.04

Expand Down
1 change: 1 addition & 0 deletions counter/counter-keypair.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[60,2,128,181,42,54,10,227,92,65,31,184,89,181,2,235,194,205,57,187,62,152,224,110,206,135,144,225,133,8,198,242,50,204,104,102,28,143,49,19,62,156,138,247,250,160,52,20,235,65,93,202,190,251,135,74,60,97,99,142,140,237,18,54]
1 change: 1 addition & 0 deletions transfer-sol/transfer_sol-keypair.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[135,39,233,139,198,164,43,254,14,247,119,119,218,157,183,128,179,153,35,193,18,77,184,130,244,142,93,162,147,123,120,69,88,107,33,57,114,186,235,207,16,234,101,39,22,52,31,50,185,109,187,6,88,137,207,239,23,143,220,192,64,42,161,68]
1 change: 1 addition & 0 deletions transfer-tokens/transfer_tokens-keypair.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[12,94,173,48,5,147,88,100,47,14,231,236,8,17,152,16,188,41,121,95,85,182,224,169,200,19,197,91,78,207,237,242,152,99,213,239,200,252,176,252,253,31,17,38,71,166,183,220,93,44,41,176,252,173,98,204,17,53,195,50,87,22,159,70]

0 comments on commit 23d713a

Please sign in to comment.