Skip to content

Commit

Permalink
test: added snapshot for buy voucher pol and added new contract to et…
Browse files Browse the repository at this point in the history
…h B2C
  • Loading branch information
Steven2505 committed Jan 23, 2025
1 parent 0e5315f commit 0282e45
Show file tree
Hide file tree
Showing 33 changed files with 1,164 additions and 413 deletions.
2 changes: 1 addition & 1 deletion src/stakekit_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define PLUGIN_NAME "StakeKit"

#define NUM_STAKEKIT_SELECTORS 58u
#define NUM_STAKEKIT_SELECTORS 59u

#define TICKER_LEN 30u

Expand Down
4 changes: 2 additions & 2 deletions tests/build_local_test_elfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#NANOSP_SDK=
#FLEX_SDK=
#STAX_SDK=
APP_ETHEREUM=/plugin_dev/app-ethereum
APP_ETHEREUM=/plugin_dev/Ledger/app-ethereum

# Create elfs folder if it doesn't exist
mkdir -p elfs
Expand All @@ -20,7 +20,7 @@ build_device_elfs() {
export BOLOS_SDK="${!sdk_var}"

# Build plugin
echo "**Building app-paraswap for ${device}..."
echo "**Building app-stakekit for ${device}..."
make clean
make -j DEBUG=1
cp bin/app.elf "tests/elfs/plugin_${device,,}.elf"
Expand Down
Loading

0 comments on commit 0282e45

Please sign in to comment.