Skip to content

Commit

Permalink
bot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-edelbloute committed Feb 7, 2025
1 parent 0ed93a7 commit 7e9c99c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot-nonreg-nitrogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
SEED: ${{ secrets.SEED7 }}
BOT_ENVIRONMENT: production
# We don't run these currencies daily because fees are expensive
BOT_DISABLED_CURRENCIES: bitcoin,ethereum,qtum,decred,cardano,axelar,cosmos,secret_network,avalanche_c_chain,bsc,filecoin,tron,cronos,fantom,boba,telos_evm,polygon_zk_evm,polkadot
BOT_DISABLED_CURRENCIES: bitcoin,ethereum,qtum,decred,cardano,axelar,cosmos,secret_network,avalanche_c_chain,bsc,filecoin,tron,cronos,fantom,boba,telos_evm,polygon_zk_evm,polkadot,polygon_zk_evm_testnet
BOT_FILTER_FEATURES: send
2 changes: 1 addition & 1 deletion .github/workflows/bot-nonreg-oxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
SEED: ${{ secrets.SEED5 }}
BOT_ENVIRONMENT: production
# We only run these currencies on a weekly basis because fees are expensive
BOT_FILTER_CURRENCIES: qtum,decred,cardano,axelar,cosmos,secret_network,avalanche_c_chain,bsc,filecoin,tron,cronos,fantom,boba,telos_evm,polygon_zk_evm,polkadot
BOT_FILTER_CURRENCIES: qtum,decred,cardano,axelar,cosmos,avalanche_c_chain,bsc,filecoin,tron,cronos,fantom,boba,telos_evm,polygon_zk_evm,polkadot
BOT_FILTER_FEATURES: send
3 changes: 2 additions & 1 deletion libs/coin-modules/coin-filecoin/src/test/bot-specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const filecoinSpecs: AppSpec<Transaction> = {
appQuery: {
model: DeviceModelId.nanoSP,
appName: "Filecoin",
appVersion: "0.24.3",
appVersion: "0.24.5",
firmware: "1.3.1",
},
genericDeviceAction: generateDeviceActionFlow(BotScenario.DEFAULT),
testTimeout: 16 * 60 * 1000,
Expand Down
2 changes: 2 additions & 0 deletions libs/coin-modules/coin-solana/src/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ const solana: AppSpec<Transaction> = {
{
name: "Transfer ~50% of spl token with ATA creation",
maxRun: 1,
feature: "tokens",
deviceAction: acceptTransferTokensWithATACreationTransaction,
transaction: ({ account, bridge, siblings, maxSpendable }) => {
invariant(maxSpendable.gt(0), "balance is 0");
Expand Down Expand Up @@ -517,6 +518,7 @@ const solana: AppSpec<Transaction> = {
{
name: "Transfer ~50% of spl token to existing ATA",
maxRun: 1,
feature: "tokens",
deviceAction: acceptTransferTokensTransaction,
transaction: ({ account, bridge, siblings, maxSpendable }) => {
invariant(maxSpendable.gt(0), "balance is 0");
Expand Down

0 comments on commit 7e9c99c

Please sign in to comment.