diff --git a/.changeset/polite-rice-report.md b/.changeset/polite-rice-report.md new file mode 100644 index 000000000000..a4e69587ab79 --- /dev/null +++ b/.changeset/polite-rice-report.md @@ -0,0 +1,6 @@ +--- +"@ledgerhq/coin-filecoin": patch +"@ledgerhq/coin-solana": patch +--- + +Bot specs update diff --git a/.github/workflows/bot-nonreg-nitrogen.yml b/.github/workflows/bot-nonreg-nitrogen.yml index 9baf52a83ed8..08792643b7eb 100644 --- a/.github/workflows/bot-nonreg-nitrogen.yml +++ b/.github/workflows/bot-nonreg-nitrogen.yml @@ -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,desmos,sei_network,xion,velas_evm,umee,stargaze,klaytn,etherlink,telos_evm,polygon_zk_evm,polkadot,polygon_zk_evm_testnet,aptos_testnet,arbitrum_sepolia,base_sepolia,blast_sepolia,scroll_sepolia,zksync_sepolia,ethereum_sepolia,optimism_sepolia,linea_sepolia BOT_FILTER_FEATURES: send diff --git a/.github/workflows/bot-nonreg-oxygen.yml b/.github/workflows/bot-nonreg-oxygen.yml index c63ee0f2f9e3..804df1713756 100644 --- a/.github/workflows/bot-nonreg-oxygen.yml +++ b/.github/workflows/bot-nonreg-oxygen.yml @@ -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 diff --git a/libs/coin-modules/coin-filecoin/src/test/bot-specs.ts b/libs/coin-modules/coin-filecoin/src/test/bot-specs.ts index 578f343a964a..8b66cfb65d69 100644 --- a/libs/coin-modules/coin-filecoin/src/test/bot-specs.ts +++ b/libs/coin-modules/coin-filecoin/src/test/bot-specs.ts @@ -19,7 +19,8 @@ const filecoinSpecs: AppSpec = { 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, diff --git a/libs/coin-modules/coin-solana/src/specs.ts b/libs/coin-modules/coin-solana/src/specs.ts index 9e955a9157e5..cb03120c3c27 100644 --- a/libs/coin-modules/coin-solana/src/specs.ts +++ b/libs/coin-modules/coin-solana/src/specs.ts @@ -484,6 +484,7 @@ const solana: AppSpec = { { 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"); @@ -517,6 +518,7 @@ const solana: AppSpec = { { 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");