Skip to content

Commit

Permalink
#52 Implement create-start-evm Subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
mich-master committed Jul 14, 2022
1 parent 437db89 commit f9b15a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN sh -c "$(curl -sSfL https://release.solana.com/stable/install)" && \
/root/.local/share/solana/install/active_release/bin/sdk/bpf/scripts/install.sh
ENV PATH=/root/.local/share/solana/install/active_release/bin:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

FROM neonlabsorg/evm_loader:v0.8.1 AS evm-loader
#FROM neonlabsorg/evm_loader:v0.8.1 AS evm-loader
FROM neonlabsorg/evm_loader:latest AS evm-loader

# Build governance
# Note: create stub Cargo.toml to speedup build
Expand Down
1 change: 1 addition & 0 deletions artifacts/delegate.keypair
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[25,137,218,70,200,242,169,46,230,237,182,122,2,204,101,37,240,5,15,118,126,254,19,133,207,71,248,128,143,157,250,10,100,196,15,234,235,245,124,141,248,236,30,160,237,54,201,76,113,41,174,91,23,117,161,132,243,199,7,106,63,189,233,49]
2 changes: 1 addition & 1 deletion testing.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"neon-evm-program": "DCPSnJHB38e7vNK6o3AVLswJGRaP87iiNx2zvvapiKBz",
"maintenance-program": "7aPH9mBAvUtJDGV2L1KyvpR5nKF7man5DZzBPaxmisg5",
"executables-paths": ["deploy/evm_loader-govertest.so"],
"delegates": ["CVAimMqtcmSUCV4RLZSJAreDpEd7JEZmrvCVj85yaRzZ"],
"delegates": ["7nMAkh9eAGb7AacNe9KQhXpf2J3CkmydmgS6CjUsPZrg"],
"chain-id": 111,
"start-time": "2022-06-21T00:00:00",
"testing": true
Expand Down

0 comments on commit f9b15a0

Please sign in to comment.