Skip to content

Commit

Permalink
Add custom smart rollup installer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
matsakiv committed Jan 30, 2024
1 parent 51c87d5 commit 759afe3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TARGET_DIR=$$PWD/target
CARGO_BIN_PATH:=$$HOME/.cargo/bin
PACKAGE=evm_kernel
CI_COMMIT_SHA=dev
INSTALLER_CONF_PATH=$$PWD/tezos/src/kernel_evm/config/dev.yaml
INSTALLER_CONF_PATH=$$PWD/config/dev.yaml

install:
cargo install tezos-smart-rollup-installer --locked
Expand Down
1 change: 1 addition & 0 deletions build/etherlink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup target add wasm32-unknown-unknown
WORKDIR /build
COPY config/dev.yaml ./config/dev.yaml
COPY Makefile ./
RUN make install CARGO_BIN_PATH=/root/.cargo/bin
ARG TEZOS_REPO
Expand Down
14 changes: 14 additions & 0 deletions config/dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
instructions:
- set:
# KT1BXr4GCPRDTWDrVpLNjMtZLBhdNRpoDcy1
value: 4b54314258723447435052445457447256704c4e6a4d745a4c4268644e52706f44637931
to: /evm/ticketer
- set:
value: 0000dc0a0713000c1e0200000000000000000000000000000000000000000000
to: /evm/eth_accounts/6ce4d79d4e77402e1ef3417fdda433aa744c6e1c/balance
- set:
value: 0000dc0a0713000c1e0200000000000000000000000000000000000000000000
to: /evm/eth_accounts/b53dc01974176e5dff2298c5a94343c2585e3c54/balance
- set:
value: 0000dc0a0713000c1e0200000000000000000000000000000000000000000000
to: /evm/eth_accounts/9b49c988b5817be31dfb00f7a5a4671772dcce2b/balance

0 comments on commit 759afe3

Please sign in to comment.