Skip to content

Commit

Permalink
Merge pull request #4755 from LedgerHQ/bugfix/wallet-api-request-account
Browse files Browse the repository at this point in the history
fix(wallet-api): request account was not showing token accounts in some cases
  • Loading branch information
Justkant authored Sep 20, 2023
2 parents 46a0b5c + 7cb2d03 commit c2704dc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 11 deletions.
9 changes: 9 additions & 0 deletions .changeset/neat-insects-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"ledger-live-desktop": patch
"live-mobile": patch
---

fix(wallet-api): request account was not showing token accounts in some cases

The issue was only visible on mobile but is also prevented on desktop now
The issue was only reproducible when omitting the parent account currency from the currencyIds of the request account query
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ export function getAccountTuplesForCurrency(
): AccountTuple[] {
if (currency.type === "TokenCurrency") {
return allAccounts
.filter(
account =>
account.currency.id === currency.parentCurrency.id &&
(accountIds ? accountIds.has(account.id) : true),
)
.filter(account => {
// not checking subAccounts against accountIds for TokenCurrency
// because the wallet-api is not able to setup empty accounts
// for all parentAccounts and currencies we support
// and we would lose the empty token accounts in the drawer
return account.currency.id === currency.parentCurrency.id;
})
.map(account => ({
account,
subAccount:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,13 @@ function SelectAccountAndCurrencyDrawer(props: SelectAccountAndCurrencyDrawerPro
[onAccountSelected, props, onClose, accounts$],
);
if (currencies.length === 1) {
return <SelectAccountDrawer currency={currencies[0]} onAccountSelected={onAccountSelected} />;
return (
<SelectAccountDrawer
currency={currencies[0]}
onAccountSelected={onAccountSelected}
accounts$={accounts$}
/>
);
}
return (
<SelectAccountAndCurrencyDrawerContainer>
Expand Down
12 changes: 7 additions & 5 deletions apps/ledger-live-mobile/src/reducers/accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,13 @@ export const accountsTuplesByCurrencySelector = createSelector(
(accounts, currency, accountIds): { account: AccountLike; subAccount: SubAccount | null }[] => {
if (currency.type === "TokenCurrency") {
return accounts
.filter(
account =>
account.currency.id === currency.parentCurrency.id &&
(accountIds ? accountIds.has(account.id) : true),
)
.filter(account => {
// not checking subAccounts against accountIds for TokenCurrency
// because the wallet-api is not able to setup empty accounts
// for all parentAccounts and currencies we support
// and we would lose the empty token accounts in the select account
return account.currency.id === currency.parentCurrency.id;
})
.map(account => ({
account,
subAccount:
Expand Down

4 comments on commit c2704dc

@vercel
Copy link

@vercel vercel bot commented on c2704dc Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bot] Testing with 'Oxygen' ✅ 2 txs ($27.71) ⏲ 1min 51s

✅ 1 specs are successful: Polkadot

What is the bot and how does it work? Everything is documented here!

⚠️ 1 spec hints
  • Spec Polkadot:
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 8 accounts
Details of the 2 mutations

Spec Polkadot (4)

Spec Polkadot found 4 Polkadot accounts (preload: 1710ms). Will use Polkadot 24.9430.2 on nanoSP 1.1.0
Polkadot 1 cross: 1.15685 DOT (7ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44
Polkadot 2: 4.10393 DOT (7ops) (1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm on 44'/354'/1'/0'/0') polkadotbip44#1 js:2:polkadot:1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm:polkadotbip44
Polkadot 3: 1.54645 DOT (2ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44
Polkadot 4: 0 DOT (0ops) (14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi on 44'/354'/3'/0'/0') polkadotbip44#3 js:2:polkadot:14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi:polkadotbip44
necessary accounts resynced in 0.45ms
▬ Polkadot 24.9430.2 on nanoSP 1.1.0
→ FROM Polkadot 2: 4.10393 DOT (7ops) (1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm on 44'/354'/1'/0'/0') polkadotbip44#1 js:2:polkadot:1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm:polkadotbip44 4.1039324664 DOT spendable. 

max spendable ~4.08818
★ using mutation 'send 50%~'
→ TO Polkadot 3: 1.54645 DOT (2ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44
✔️ transaction 
SEND  1.5766442325 DOT
TO 12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy
STATUS (253ms)
  amount: 1.5766442325 DOT
  estimated fees: 0.0157462163 DOT
  total spent: 1.5923904488 DOT
errors: 
errors: 
✔️ has been signed! (3.8s) 
✔️ broadcasted! (89ms) optimistic operation: 
  -1.5923904488 DOT  OUT        0x119572d00d4e5cb6157343bd9e4fe44dff10625202725b86841cdef1c0635ea0 2023-09-20T13:39
✔️ operation confirmed (30.6s): 
  -1.5923790366 DOT  OUT        0x119572d00d4e5cb6157343bd9e4fe44dff10625202725b86841cdef1c0635ea0 2023-09-20T13:39
✔️ Polkadot 2: 2.51155 DOT (8ops) (1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm on 44'/354'/1'/0'/0') polkadotbip44#1 js:2:polkadot:1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm:polkadotbip44 2.5115534298 DOT spendable. 
(in 30.6s)
✔️ destination operation 
  +1.5766442325 DOT  IN         0x119572d00d4e5cb6157343bd9e4fe44dff10625202725b86841cdef1c0635ea0 2023-09-20T13:39
(in 10.8s)

necessary accounts resynced in 8ms
▬ Polkadot 24.9430.2 on nanoSP 1.1.0
→ FROM Polkadot 3: 3.12309 DOT (3ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44 3.1230998273 DOT spendable. 

max spendable ~3.10735
★ using mutation 'send 50%~'
→ TO Polkadot 2: 2.51155 DOT (8ops) (1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm on 44'/354'/1'/0'/0') polkadotbip44#1 js:2:polkadot:1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm:polkadotbip44
✔️ transaction 
SEND  1.0835146818 DOT
TO 1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm
STATUS (340ms)
  amount: 1.0835146818 DOT
  estimated fees: 0.0157462163 DOT
  total spent: 1.0992608981 DOT
errors: 
errors: 
✔️ has been signed! (3.8s) 
✔️ broadcasted! (95ms) optimistic operation: 
  -1.0992608981 DOT  OUT        0x046018d8c349b8ff8c153a21e1ec741849aae754d730a5cc680bfe5e55731411 2023-09-20T13:39
✔️ operation confirmed (30.5s): 
  -1.0992494859 DOT  OUT        0x046018d8c349b8ff8c153a21e1ec741849aae754d730a5cc680bfe5e55731411 2023-09-20T13:39
✔️ Polkadot 3: 2.02385 DOT (4ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44 2.0238503414 DOT spendable. 
(in 30.5s)
✔️ destination operation 
  +1.0835146818 DOT  IN         0x046018d8c349b8ff8c153a21e1ec741849aae754d730a5cc680bfe5e55731411 2023-09-20T13:39
(in 10.6s)


Details of the 6 uncovered mutations

Spec Polkadot (6)

  • send max: send is too low to activate account (1), balance is too low (1)
  • bond - bondExtra: not enough balance to bond (1), balance is too low (1)
  • unbond: can't unbond (1), balance is too low (1)
  • rebond: can't rebond (1), balance is too low (1)
  • nominate: can't nominate (1), balance is too low (1)
  • withdraw: nothing to withdraw (1), balance is too low (1)
Portfolio ($27.71) – Details of the 1 currencies
Spec (accounts) State Remaining Runs (est) funds?
Polkadot (4) 20 ops (+4), 6.80724 DOT ($27.71) ⚠️ 34 16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa
Polkadot 1 cross: 1.15685 DOT (7ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44
Polkadot 2: 3.59506 DOT (9ops) (1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm on 44'/354'/1'/0'/0') polkadotbip44#1 js:2:polkadot:1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm:polkadotbip44
Polkadot 3: 2.02385 DOT (4ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44
Polkadot 4: 0 DOT (0ops) (14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi on 44'/354'/3'/0'/0') polkadotbip44#3 js:2:polkadot:14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi:polkadotbip44
Performance ⏲ 1min 51s

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL 1710ms 13s 11ms 593ms 7.6s 184ms 61.2s 21.3s
Polkadot (3) 1710ms 13s 11ms 593ms 7.6s 184ms 61.2s 21.3s

What is the bot and how does it work? Everything is documented here!

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bot] Daily non-reg on develop with 'Nitrogen' ✅ 151 txs ❌ 20 txs 💰 3 miss funds ($330.40) ⏲ 31min 4s

✅ 42 specs are successful: Bitcoin Testnet, Bitcoin Cash, Bitcoin Gold, Digibyte, DogeCoin, Komodo, Litecoin, Peercoin, PivX, Vertcoin, ZCash, Celo, osmosis, desmos, umee, persistence, quicksilver, onomy, stargaze, coreum, Elrond, InternetComputer, NEAR, Stellar, Algorand, Ethereum Classic, Polygon, Ethereum Goerli, Arbitrum Goerli, Flare, Songbird, Bittorent Chain, Kava EVM, Optimism Goerli, Energy Web, Astar, Metis, Moonriver, Velas EVM, Polygon zkEVM Testnet, Base Goerli, Klaytn
❌ 10 specs have problems: Dash, Horizen, injective, Crypto org, Hedera, Solana, Stacks, Tezos, Moonbeam, Syscoin
💰 3 specs may miss funds: Viacoin, XRP, RSK

What is the bot and how does it work? Everything is documented here!

2 critical spec errors

Spec Ethereum Ropsten failed!

LedgerAPI5xx: API HTTP 503

Spec Evmos EVM failed!

Error: scan accounts timeout for currency Evmos EVM
❌ 20 mutation errors
necessary accounts resynced in 0.16ms
▬ Dash 2.1.0-rc on nanoS 2.1.0
→ FROM Dash 1 cross: 0.002 DASH (282ops) (XyyDJNgQrUVjtz18miykD2bMju7eYBEtgR on 44'/5'/0'/0/139) #0 js:2:dash:drkvjS8m2iwuqAXaxEBNS8ULFEKfoEEVNrSyzsEwioinaxb7TZ6fmP7rB3YiU3xcEoM39WoeDJdTS5sgVHQAeowB9BhdxkvDZhJErQk8AWTyaYk:
2 UTXOs
0.001        XrmzQ2XQz9A7NL8UVgUpTnhgnzHz63E71f bc2dca1adc7cc821ee36e248be9e2531d9dd975b7eb3480bd9d054f3680cab63 @0 (8226)
0.001        XouQqf5igubW1w8ERDtbPyimsEeSLb8Jma e48aeb3a16b82ffacb48107452ba790f3564509d758e2a1817472c44df2d011b @0 (7130)

max spendable ~0.0019932
★ using mutation 'optimize-size'
✔️ transaction 
SEND 0 DASH
TO XtAoSMYbXPsP5DbM9B36GstbsL4MoptXor
with feePerByte=2 (network fees: 0=3, 1=2, 2=1)
DEEP_OUTPUTS_FIRST pick-unconfirmed
⚠️ LedgerAPI4xx: Error when executing RPC call
(totally spent 1890ms – ends at 2023-09-20T16:59:52.421Z)
necessary accounts resynced in 3.30ms
▬ Dash 2.1.0-rc on nanoS 2.1.0
→ FROM Dash 2: 0.0458772 DASH (254ops) (XvopTFH56zsEd6RY5vPg1HuooaQXo44dM6 on 44'/5'/1'/0/118) #1 js:2:dash:drkvjS8m2iwuqAXayHufe3hHCwpvgLyxxGhMAiCSW4kjQ2jC6FKcYKqC2ePkovCh93HAt2AgXQSt4YdJG3XX1raRMbHwwJz6ezKi4yotkX7mjwb:
3 UTXOs
0.0375665    Xk3j3w3Y5BjJj4kmYYaaAYdDfWQWGAbJrw rbf 36600d193277efe6ffade9a25b78b38447f9355f1045f90af55fa80413ca2fc7 @0 (7132)
0.00731882   XeouF2qowA7xon6eVUhmKo9WMczY7yXxQx (change) d06fe1398e36c7d1d239ac635b4f1e32ba6c17ff4857e9596bd1936cbc11ddbc @1 (7132)
0.00099192   Xp7fDnUV5pbLrTaub5MKLGRCSQtpjUjazo (change) 798a1b18a2ed9a58bbbcfd0e6a761b23d6049ece3222ad4812d9c278087ccd54 @2 (10416)

max spendable ~0.0458675
★ using mutation 'move ~50%'
✔️ transaction 
SEND 0 DASH
TO XeYzYzcrunfBqVmFDMhavPx1N3j68NHiBk
with feePerByte=2 (network fees: 0=3, 1=2, 2=1)
DEEP_OUTPUTS_FIRST pick-unconfirmed
⚠️ LedgerAPI4xx: Error when executing RPC call
(totally spent 1805ms – ends at 2023-09-20T16:59:52.424Z)
necessary accounts resynced in 0.15ms
▬ Dash 2.1.0-rc on nanoS 2.1.0
→ FROM Dash 3: 0.0477344 DASH (271ops) (Xbvn2susqrvaemt82NkTHhvtVzxynHeRW9 on 44'/5'/2'/0/141) #2 js:2:dash:drkvjS8m2iwuqAXb2YSrc4u7qMoaf3UtCbF5A1gphQy6soFEDH7sHmvfZiAEzFse5Q3ycaoq6Su8iitWgNoxRriwzitNTWcwBkXrAdaf2xNXuo4:
3 UTXOs
0.0400574    XoKiQAD8xNdg9MFFcMbYzDmwTZsHbwsWFL (change) rbf 36600d193277efe6ffade9a25b78b38447f9355f1045f90af55fa80413ca2fc7 @1 (7132)
0.00470153   Xws5astoJguMM7Zs8FvXY1T5T8jt8aJYRs f4a26a172ee9ca5a24e1890010a939a4dc3f56f409fae68550a377b3775edcc2 @0 (7132)
0.00297551   XejALfTg5xg4qiCLm4Rdru39EDcS7xiFZa a2a3d758fccb48bff1dbeb64ace2364aa38640eba3b10057ed099ad05fda63ae @0 (7130)

max spendable ~0.0477247
★ using mutation 'send max'
✔️ transaction 
SEND 0 DASH
TO XeYzYzcrunfBqVmFDMhavPx1N3j68NHiBk
with feePerByte=2 (network fees: 0=3, 1=2, 2=1)
DEEP_OUTPUTS_FIRST pick-unconfirmed
⚠️ LedgerAPI4xx: Error when executing RPC call
(totally spent 1603ms – ends at 2023-09-20T16:59:52.426Z)
necessary accounts resynced in 2.58ms
▬ Dash 2.1.0-rc on nanoS 2.1.0
→ FROM Dash 5: 0.021682 DASH (239ops) (XeYzYzcrunfBqVmFDMhavPx1N3j68NHiBk on 44'/5'/4'/0/123) #4 js:2:dash:drkvjS8m2iwuqAXb7uLicFWmFdztLiHpa6PM7iTRQcYT9wX9vF565f9ZQ7ZrwYBKab7ctGrnUyyyn5zFBtBEazazVdBvneLkZ9bUjb83PMLEgpw:
4 UTXOs
0.0141844    XsPcnVf18LDhwMJzagWNSd2wmy136tGohf d06fe1398e36c7d1d239ac635b4f1e32ba6c17ff4857e9596bd1936cbc11ddbc @0 (7132)
0.00617686   XsvR9JxQLUuDWtk4WinbXtLs3Q3xNrWSN5 860d62b0ce247d6329ff601c6470e48ba9f915d81e85c3fac4c5ae71c85b16d9 @0 (7682)
0.001        XfVaXc4GPesjCJNTmtcmYHn6vFdt9QkTek 83dc7adbad36d54e263c918945332b42f20055ca3caa23a256dec492dc61de7f @0 (7682)
0.00032072   XaygY2PrkKKu8AcugRZe3nbgwDczLYrGBW (change) e48aeb3a16b82ffacb48107452ba790f3564509d758e2a1817472c44df2d011b @2 (7130)

max spendable ~0.0216692
★ using mutation 'send max'
✔️ transaction 
SEND 0 DASH
TO Xbvn2susqrvaemt82NkTHhvtVzxynHeRW9
with feePerByte=2 (network fees: 0=3, 1=2, 2=1)
DEEP_OUTPUTS_FIRST pick-unconfirmed
⚠️ LedgerAPI4xx: Error when executing RPC call
(totally spent 1610ms – ends at 2023-09-20T16:59:52.429Z)
necessary accounts resynced in 0.25ms
▬ Horizen 2.1.0-rc on nanoS 2.1.0
→ FROM Horizen 3: 0.0594366 ZEN (244ops) (znZFVQuJBHAdTVBaTK83axuM45DwMNQdiKu on 44'/121'/2'/0/131) #2 js:2:zencash:xpub6C68jAb8xasfsZCbDtbqPTydFZEHjfzFP75ZQyizidPdLPHNbf41HqQq8RiHMJNuXx71D15Uv9yVpxHkxicSAzKCPVqi1gCKkJTdCN6MK7Q:
2 UTXOs
0.0441221    zncvjz4jyitdBzAf46CfRCneMgWMAbKgtFR (change) ff032cfcbb538ea095401ca3bb0972eaf4108f0fd71c4bc8e6334a02a46e5898 @1 (555)
0.0153144    znTTBYP1nCyzKwCk25KmeZNxgmPmGfZtWVy rbf 5e071b15e3f7706a2cca192c9e38afb12a43fec872f79f6094f6ca1fe4ae453e @0 (0)

max spendable ~0.044101
★ using mutation 'send OP_RETURN transaction'
→ TO Horizen 1 cross: 0.0159857 ZEN (237ops) (znXxGddvnVj1MDJ6VVM5frruwWAvhJSidGq on 44'/121'/0'/0/109) #0 js:2:zencash:xpub6C68jAb8xasfmbmg37N3W5TsYWdTb6xLCtjwz5oSVAdi6Jxzx6FeBQcQazySrCXnsGZKaT9MXB9i4Lny4AoFAVZtSy6kVExyheF7X5Msvu3:
✔️ transaction 
SEND 0.01 ZEN
TO znXxGddvnVj1MDJ6VVM5frruwWAvhJSidGq
with feePerByte=11 (network fees: 0=12, 1=11, 2=10)
DEEP_OUTPUTS_FIRST pick-unconfirmed
STATUS (403ms)
TX INPUTS (1):
0.0441221    zncvjz4jyitdBzAf46CfRCneMgWMAbKgtFR ff032cfcbb538ea095401ca3bb0972eaf4108f0fd71c4bc8e6334a02a46e5898@1
TX OUTPUTS (3):
0.01         znXxGddvnVj1MDJ6VVM5frruwWAvhJSidGq @0 (0)
0            @1 (0)
0.0340856    znhGXZidkBbpFHoDDubRFqGew86mAYWciB8 (change) @2 (0)
  amount: 0.01 ZEN
  estimated fees: 0.00003652 ZEN
  total spent: 0.01003652 ZEN
errors: 
errors: 
✔️ has been signed! (13.2s) {"operation":{"id":"js:2:zencash:xpub6C68jAb8xasfsZCbDtbqPTydFZEHjfzFP75ZQyizidPdLPHNbf41HqQq8RiHMJNuXx71D15Uv9yVpxHkxicSAzKCPVqi1gCKkJTdCN6MK7Q:--OUT","hash":"","type":"OUT","senders":["zncvjz4jyitdBzAf46CfRCneMgWMAbKgtFR"],"recipients":["znXxGddvnVj1MDJ6VVM5frruwWAvhJSidGq"],"accountId":"js:2:zencash:xpub6C68jAb8xasfsZCbDtbqPTydFZEHjfzFP75ZQyizidPdLPHNbf41HqQq8RiHMJNuXx71D15Uv9yVpxHkxicSAzKCPVqi1gCKkJTdCN6MK7Q:","blockHash":null,"blockHeight":null,"extra":{},"date":"2023-09-20T16:34:00.933Z","value":"1003652","fee":"3652"},"signature":"010000000198586ea4024a33e6c84b1cd70f8f10f4ea7209bba31c4095a08e53bbfc2c03ff010000006a47304402204e4d09857eee5c785ae4891f345eef6d2797af72c394e16b52a78889d39496cc02207a0c90de1d89721da53406b11a5058d02508c5cf2b8c654c629733a24103ffa0012103db24c8e3b25c70ba44da6fb3747d2d089bf9dc3691a381d0567c84b0e63b15aeffffffff0340420f00000000003f76a9144b56c894cdd3446b1c8a974f46d299b4beedbf1a88ac209ec9845acb02fab24e1c0368b3b517c1a4488fba97f0e3459ac053ea0100000003c01f02b40000000000000000156a13636861726c6579206c6f766573206865696469b3023400000000003f76a914b183de2bb6884b63bdd96860cac6e2710d3899a988ac209ec9845acb02fab24e1c0368b3b517c1a4488fba97f0e3459ac053ea0100000003c01f02b400000000"}
⚠️ TEST during broadcast
LedgerAPI4xx: -26: 68: op-checkblockatheight-needed
(totally spent 13.8s – ends at 2023-09-20T16:59:52.434Z)
necessary accounts resynced in 0.14ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM Injective 1 cross: 0.0646771 INJ (0ops) (inj1vzjwweta3hegt99vfgrvmcq7rr5532yjsgxd4a on 44'/60'/0'/0/0) #0 js:2:injective:inj1vzjwweta3hegt99vfgrvmcq7rr5532yjsgxd4a: (! sum of ops 0 INJ) 0.064677115155019769 INJ spendable. 

max spendable ~0.0645912
★ using mutation 'send max'
→ TO Injective 6: 0 INJ (0ops) (inj1lk5qtu8ydlstyjw95t06va75zqejguecqq5u6z on 44'/60'/5'/0/0) #5 js:2:injective:inj1lk5qtu8ydlstyjw95t06va75zqejguecqq5u6z:
✔️ transaction 
SEND MAX
TO inj1lk5qtu8ydlstyjw95t06va75zqejguecqq5u6z

with fees=0.00010742
STATUS (598ms)
  amount: 0.064569692955019769 INJ
  estimated fees: 0.0001074222 INJ
  total spent: 0.064677115155019769 INJ
errors: 
errors: 
⚠️ Error: device action timeout. Recent events was:
{"text":"Expert Mode","x":33,"y":3,"w":86,"h":12}
{"text":"Required","x":33,"y":17,"w":86,"h":12}
(totally spent 60.7s – ends at 2023-09-20T16:59:52.439Z)
necessary accounts resynced in 0.12ms
▬ Crypto.orgChain 2.17.1 on nanoS 2.1.0
→ FROM Crypto.org 1 cross: 17.3755 CRO (44ops) (cro14zpaxs3msrdnx5ch3m3y3yue0wwwevrf2hmwra on 44'/394'/0'/0/0) #0 js:2:crypto_org:cro14zpaxs3msrdnx5ch3m3y3yue0wwwevrf2hmwra: (! sum of ops 17.37656309 CRO) 17.37556309 CRO spendable. 

max spendable ~17.3755
★ using mutation 'send max'
→ TO Crypto.org 6: 0 CRO (31ops) (cro1zfhcf2htapdkjlw4ffqzce7yfe6mhscd2su05p on 44'/394'/5'/0/0) #5 js:2:crypto_org:cro1zfhcf2htapdkjlw4ffqzce7yfe6mhscd2su05p:
✔️ transaction 
SEND MAX
TO cro1zfhcf2htapdkjlw4ffqzce7yfe6mhscd2su05p
STATUS (7ms)
  amount: 17.37551309 CRO
  estimated fees: 0.00005 CRO
  total spent: 17.37556309 CRO
errors: 
errors: 
⚠️ Error: device action timeout. Recent events was:
{"text":"review","x":47,"y":10,"w":81,"h":11}
{"text":"Please","x":48,"y":-1,"w":80,"h":11}
{"text":"review","x":47,"y":10,"w":81,"h":11}
{"text":"Please","x":48,"y":-1,"w":80,"h":11}
{"text":"review","x":47,"y":10,"w":81,"h":11}
(totally spent 60s – ends at 2023-09-20T16:59:52.442Z)
necessary accounts resynced in 0.14ms
▬ Crypto.orgChain 2.17.1 on nanoS 2.1.0
→ FROM Crypto.org 4: 17.3755 CRO (30ops) (cro1w58ly7vcu7a57pfa25zt3kdvt89z38690aedcd on 44'/394'/3'/0/0) #3 js:2:crypto_org:cro1w58ly7vcu7a57pfa25zt3kdvt89z38690aedcd: (! sum of ops 17.37636309 CRO) 17.37551309 CRO spendable. 

max spendable ~17.3754
★ using mutation 'send max'
→ TO Crypto.org 3: 0 CRO (39ops) (cro1uxjd9r5yz6muu5fzhf8gj9dzvevpyzcc822je2 on 44'/394'/2'/0/0) #2 js:2:crypto_org:cro1uxjd9r5yz6muu5fzhf8gj9dzvevpyzcc822je2:
✔️ transaction 
SEND MAX
TO cro1uxjd9r5yz6muu5fzhf8gj9dzvevpyzcc822je2
STATUS (3.19ms)
  amount: 17.37546309 CRO
  estimated fees: 0.00005 CRO
  total spent: 17.37551309 CRO
errors: 
errors: 
⚠️ Error: device action timeout. Recent events was:
{"text":"review","x":47,"y":10,"w":81,"h":11}
{"text":"Please","x":48,"y":-1,"w":80,"h":11}
{"text":"review","x":47,"y":10,"w":81,"h":11}
{"text":"Please","x":48,"y":-1,"w":80,"h":11}
{"text":"review","x":47,"y":10,"w":81,"h":11}
(totally spent 60s – ends at 2023-09-20T16:59:52.496Z)
necessary accounts resynced in 0.20ms
▬ Hedera 1.0.8 on nanoS 2.1.0
→ FROM Hedera 1 cross: 1.88088 HBAR (34ops) (0.0.3663977 on 44/3030) hederaBip44#0 js:2:hedera:0.0.3663977:hederaBip44
max spendable ~1.87889
★ using mutation 'Send max'
→ TO Hedera 2: 1.31992 HBAR (29ops) (0.0.3664525 on 44/3030) hederaBip44#1 js:2:hedera:0.0.3664525:hederaBip44
✔️ transaction SEND 1.87889904 HBAR
TO 0.0.3664525
STATUS (697ms)
  amount: 1.87889904 HBAR
  estimated fees: 0.00198846 HBAR
  total spent: 1.88088751 HBAR
errors: 
errors: 
⚠️ Error: Hbar in tinybars contains decimals
(totally spent 737ms – ends at 2023-09-20T16:59:52.499Z)
necessary accounts resynced in 0.21ms
▬ Hedera 1.0.8 on nanoS 2.1.0
→ FROM Hedera 2: 1.31992 HBAR (29ops) (0.0.3664525 on 44/3030) hederaBip44#1 js:2:hedera:0.0.3664525:hederaBip44
max spendable ~1.31793
★ using mutation 'Memo'
→ TO Hedera 3: 21.3432 HBAR (26ops) (0.0.3664539 on 44/3030) hederaBip44#2 js:2:hedera:0.0.3664539:hederaBip44
✔️ transaction SEND 0.68296059 HBAR
TO 0.0.3664539
STATUS (353ms)
  amount: 0.68296059 HBAR
  estimated fees: 0.00198846 HBAR
  total spent: 0.68494905 HBAR
errors: 
errors: 
✔️ has been signed! (8.2s) 
✔️ broadcasted! (411ms) optimistic operation: 
  -0.68296059 HBAR   OUT        _47HgQO9eu41OrOem6-_c56blUd7AX2wCwkFE85VX8sV5nCdMBOTq_mLzn0MCKHh 2023-09-20T16:37
⚠️ TEST waiting operation id to appear after broadcast
Error: could not find optimisticOperation js:2:hedera:0.0.3664525:hederaBip44-_47HgQO9eu41OrOem6-_c56blUd7AX2wCwkFE85VX8sV5nCdMBOTq_mLzn0MCKHh-OUT
(totally spent 5min 10s – ends at 2023-09-20T16:59:52.501Z)
necessary accounts resynced in 716ms
▬ Hedera 1.0.8 on nanoS 2.1.0
→ FROM Hedera 2: 0.63495 HBAR (30ops) (0.0.3664525 on 44/3030) hederaBip44#1 js:2:hedera:0.0.3664525:hederaBip44
max spendable ~0.632961
★ using mutation 'Send max'
→ TO Hedera 4: 15.4555 HBAR (26ops) (0.0.3664563 on 44/3030) hederaBip44#3 js:2:hedera:0.0.3664563:hederaBip44
✔️ transaction SEND 0.63296198 HBAR
TO 0.0.3664563
STATUS (174ms)
  amount: 0.63296198 HBAR
  estimated fees: 0.00198846 HBAR
  total spent: 0.63495045 HBAR
errors: 
errors: 
⚠️ Error: Hbar in tinybars contains decimals
(totally spent 182ms – ends at 2023-09-20T16:59:52.504Z)
necessary accounts resynced in 0.11ms
▬ Hedera 1.0.8 on nanoS 2.1.0
→ FROM Hedera 4: 15.4555 HBAR (26ops) (0.0.3664563 on 44/3030) hederaBip44#3 js:2:hedera:0.0.3664563:hederaBip44
max spendable ~15.4536
★ using mutation 'Memo'
→ TO Hedera 3: 22.0261 HBAR (27ops) (0.0.3664539 on 44/3030) hederaBip44#2 js:2:hedera:0.0.3664539:hederaBip44
✔️ transaction SEND 7.64493125 HBAR
TO 0.0.3664539
STATUS (427ms)
  amount: 7.64493125 HBAR
  estimated fees: 0.00198846 HBAR
  total spent: 7.64691971 HBAR
errors: 
errors: 
✔️ has been signed! (8.7s) 
✔️ broadcasted! (404ms) optimistic operation: 
  -7.64493125 HBAR   OUT        zT9SI8HsBOXxqnOVDjcgetR-7YU2bDsXp5n7dWpnCPKydyX9aEwXpP1uMh4V9KdC 2023-09-20T16:43
⚠️ TEST waiting operation id to appear after broadcast
Error: could not find optimisticOperation js:2:hedera:0.0.3664563:hederaBip44-zT9SI8HsBOXxqnOVDjcgetR-7YU2bDsXp5n7dWpnCPKydyX9aEwXpP1uMh4V9KdC-OUT
(totally spent 5min 11s – ends at 2023-09-20T16:59:52.506Z)
necessary accounts resynced in 0.18ms
▬ Solana 1.2.0 on nanoS 2.1.0
→ FROM Solana 1 cross: 0.0193477 SOL (96ops) (5vhAGihUC1uKucJvreCgWWXB6LEptPwkwpqhkq9M6iaz on 44'/501'/0') solanaSub#0 js:2:solana:5vhAGihUC1uKucJvreCgWWXB6LEptPwkwpqhkq9M6iaz:solanaSub (! sum of ops 0.01696443 SOL)
max spendable ~0.0160685
★ using mutation 'Transfer Max'
→ TO Solana 3: 0.00565761 SOL (85ops) (2rUuDdwtM2b6zKWU7y8PNzuHomPPG1uAreDafg2xPnA5 on 44'/501'/2') solanaSub#2 js:2:solana:2rUuDdwtM2b6zKWU7y8PNzuHomPPG1uAreDafg2xPnA5:solanaSub
✔️ transaction 
  SEND: 0.01606855 SOL (ALL)
  TO: 2rUuDdwtM2b6zKWU7y8PNzuHomPPG1uAreDafg2xPnA5
STATUS (740ms)
  amount: 0.01606855 SOL
  estimated fees: 0.000005 SOL
  total spent: 0.01607355 SOL
errors: 
errors: 
✔️ has been signed! (3.5s) 
✔️ broadcasted! (1569ms) optimistic operation: 
  -0.01607355 SOL    OUT        4ReRdTE9pkT1yRKkEdQgw3E2JQTceYnXKaUPkcML1uL3xuxzg3jrFrERYgkY1oqbC4LtFgyZXp1fp74YyWyvKSrF 2023-09-20T16:41
(in 2min 9s)
⚠️ TEST account balance should be zero
Error: expect(received).toBe(expected) // Object.is equality

Expected: 0
Received: 890880
(totally spent 2min 14s – ends at 2023-09-20T16:59:52.509Z)
necessary accounts resynced in 18.7s
▬ Solana 1.2.0 on nanoS 2.1.0
→ FROM Solana 2: 0.00805007 SOL (100ops) (6iNx5SVYQBGEEooLJiptwqL8YR7qEcZELqpBfd4kwiwx on 44'/501'/1') solanaSub#1 js:2:solana:6iNx5SVYQBGEEooLJiptwqL8YR7qEcZELqpBfd4kwiwx:solanaSub (! sum of ops -0.002038882 SOL)
max spendable ~0
★ using mutation 'Deactivate Active Delegation'
✔️ transaction 
  UNDELEGATE: E7g2J7pRb95a6Wi6G7QRSUH2McEcyNvGeJxbRfnLfX6v
STATUS (699ms)
  amount: 0 SOL
  estimated fees: 0.000005 SOL
  total spent: 0.000005 SOL
errors: 
errors: 
✔️ has been signed! (3s) {"operation":{"id":"js:2:solana:6iNx5SVYQBGEEooLJiptwqL8YR7qEcZELqpBfd4kwiwx:solanaSub--UNDELEGATE","hash":"","type":"UNDELEGATE","senders":[],"recipients":[],"accountId":"js:2:solana:6iNx5SVYQBGEEooLJiptwqL8YR7qEcZELqpBfd4kwiwx:solanaSub","blockHash":null,"blockHeight":null,"extra":{},"date":"2023-09-20T16:44:07.708Z","value":"5000","fee":"5000","transactionSequenceNumber":101},"signature":"018e07edeb873a770cfaadd31ab53a2eef30c3d9bf5af158419ff243d8b279d956b5ed90d8ef4bb76f583c156f128298eeee13f528a0acaf16ff12746e96d94f060100020454e410f86d0bea665c1c7804a4a2fb4c08156b870d2c61076b2343ed6492c637c2dd899f3d05341e07f5b7a2ce8e311017861ac34d13fdb9920a22a04b18304f06a1d8179137542a983437bdfe2a7ab2557f535c8a78722b68a49dc00000000006a7d51718c774c928566398691d5eb68b5eb8a39b4b6d5c73555b21000000002e406b6d714044190a6ec76e824bd0061481ae510dd22d92c7f1843a9a4d34750102030103000405000000"}
⚠️ TEST during broadcast
NetworkDown: failed to send transaction: Transaction simulation failed: Transaction results in an account (0) without insufficient funds for rent
(totally spent 4s – ends at 2023-09-20T16:59:52.511Z)
necessary accounts resynced in 0.25ms
▬ Stacks 0.23.7 on nanoSP 1.1.0
→ FROM Stacks 2: 19.8369 STX (73ops) (SP3WE1A84RCG3GWKRXYMXNRVQJ8PG3VDRKE7CMPM4 on 44'/5757'/1'/0/0) #1 js:2:stacks:03605da21826a4d81bb5f593d51882c55303cda788a22f1d2eb427ce764fea6229:
max spendable ~19.8367
★ using mutation 'Send 50%~'
→ TO Stacks 3: 19.1921 STX (51ops) (SPJ68NSCQSTQ1AQRY1NJ5D4WWBEPDQ6X24R56J8A on 44'/5757'/2'/0/0) #2 js:2:stacks:02319a870c0e3d22b9c0169df3bae3029a9e5593f8dabbc7e4b6a1e356edafed77:
✔️ transaction 
SEND  9.968425 STX
TO SPJ68NSCQSTQ1AQRY1NJ5D4WWBEPDQ6X24R56J8A
STATUS (1429ms)
  amount: 9.968425 STX
  estimated fees: 0.00018 STX
  total spent: 9.968605 STX
errors: 
errors: 
⚠️ TEST deviceAction confirm step 'Origin'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Origin": "P3WE1A84RCG3GWKRXYMXNRVQJ8PG3VDRKE7CMPM4",
+   "Origin": "SP3WE1A84RCG3GWKRXYMXNRVQJ8PG3VDRKE7CMPM4",
  }
(totally spent 4.5s – ends at 2023-09-20T16:59:52.513Z)
necessary accounts resynced in 0.27ms
▬ Stacks 0.23.7 on nanoSP 1.1.0
→ FROM Stacks 3: 19.1921 STX (51ops) (SPJ68NSCQSTQ1AQRY1NJ5D4WWBEPDQ6X24R56J8A on 44'/5757'/2'/0/0) #2 js:2:stacks:02319a870c0e3d22b9c0169df3bae3029a9e5593f8dabbc7e4b6a1e356edafed77:
max spendable ~19.1919
★ using mutation 'Transfer Max'
→ TO Stacks 2: 19.8369 STX (73ops) (SP3WE1A84RCG3GWKRXYMXNRVQJ8PG3VDRKE7CMPM4 on 44'/5757'/1'/0/0) #1 js:2:stacks:03605da21826a4d81bb5f593d51882c55303cda788a22f1d2eb427ce764fea6229:
✔️ transaction 
SEND MAX
TO SP3WE1A84RCG3GWKRXYMXNRVQJ8PG3VDRKE7CMPM4
STATUS (1403ms)
  amount: 19.191922 STX
  estimated fees: 0.00018 STX
  total spent: 19.192102 STX
errors: 
errors: 
⚠️ TEST deviceAction confirm step 'Origin'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Origin": "PJ68NCQTQ1AQRY1NJ5D4WWBEPDQ6X24R56J8A",
+   "Origin": "SPJ68NSCQSTQ1AQRY1NJ5D4WWBEPDQ6X24R56J8A",
  }
(totally spent 2994ms – ends at 2023-09-20T16:59:52.516Z)
necessary accounts resynced in 0.12ms
▬ TezosWallet 2.4.2 on nanoS 2.1.0
→ FROM Tezos 1 cross: 3.6793 XTZ (149ops) (tz1aDK1uFAmnUXZ7KJPEmcCEFeYHiVZ56zVF on 44'/1729'/0'/0') tezbox#0 js:2:tezos:0240051fc51799e60dcc8870415b87fc4fd948e71b23fdc0d9b8ac7438cf7d4708:tezbox
max spendable ~3.67835
★ using mutation 'delegate unrevealed'
✔️ transaction 
DELEGATE 0 XTZ
TO tz1PWCDnz783NNGGQjEFFsHtrcK5yBW4E2rm
with fees=0.00037
with gasLimit=200
with storageLimit=0
(estimatedFees 0.000744)
STATUS (1090ms)
  amount: 0 XTZ
  estimated fees: 0.000744 XTZ
  total spent: 0.000744 XTZ
errors: 
errors: 
⚠️ TEST deviceAction confirm step 'Fee'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Fee": "0.000744",
+   "Fee": "0.000661 XTZ",
  }
(totally spent 8.2s – ends at 2023-09-20T16:59:52.519Z)
necessary accounts resynced in 0.36ms
▬ TezosWallet 2.4.2 on nanoS 2.1.0
→ FROM Tezos 2: 1.67554 XTZ (1ops) (tz1he4fPXP3c9fFrztYT3k7KyYuLb28arFNn on 44'/1729'/1'/0') tezbox#1 js:2:tezos:02fe3d777af5380ef0a431c4985772c9669743050cee5feff717c3c3272d7a2810:tezbox
max spendable ~1.67459
★ using mutation 'send unrevealed'
→ TO Tezos 1 cross: 3.6793 XTZ (149ops) (tz1aDK1uFAmnUXZ7KJPEmcCEFeYHiVZ56zVF on 44'/1729'/0'/0') tezbox#0 js:2:tezos:0240051fc51799e60dcc8870415b87fc4fd948e71b23fdc0d9b8ac7438cf7d4708:tezbox
✔️ transaction 
SEND 0.837296 XTZ
TO tz1aDK1uFAmnUXZ7KJPEmcCEFeYHiVZ56zVF
with fees=0.000375
with gasLimit=201
with storageLimit=0
(estimatedFees 0.000749)
STATUS (1175ms)
  amount: 0.837296 XTZ
  estimated fees: 0.000749 XTZ
  total spent: 0.838045 XTZ
errors: 
errors: 
⚠️ TEST deviceAction confirm step 'Amount'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Amount": "0.837296",
+   "Amount": "0.837296 XTZ",
  }
(totally spent 15s – ends at 2023-09-20T16:59:52.522Z)
necessary accounts resynced in 0.33ms
▬ ethereum 1.10.3 on nanoS 2.1.0
→ FROM Moonbeam 4: 61.6123 GLMR (322ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:moonbeam:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f: (! sum of ops 61.612347707415560658 GLMR)
max spendable ~61.5957
★ using mutation 'move 50%'
→ TO Moonbeam 2: 0.00262412 GLMR (332ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:moonbeam:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
✔️ transaction 
SEND  30.797877133743037207 GLMR
TO 0x90bD48144e08b66490BcA9a756BDe9f004F17857
STATUS (1006ms)
  amount: 30.797877133743037207 GLMR
  estimated fees: 0.006491693769015 GLMR
  total spent: 30.804368827512052207 GLMR
errors: 
errors: 
✔️ has been signed! (3.2s) 
✔️ broadcasted! (371ms) optimistic operation: 
  -30.804368827512052207 GLMR OUT        0xfef7453d3610e77b2168bc9fd542a221bfeb4c4c2a999ca81ac3c402debfbd19 2023-09-20T16:41
(in 10min 9s)
⚠️ TEST account balance moved with operation value
Error: expect(received).toBe(expected) // Object.is equality

Expected: "30810658787910802451"
Received: "30810658482353893451"
(totally spent 10min 13s – ends at 2023-09-20T16:59:52.526Z)
necessary accounts resynced in 0.25ms
▬ ethereum 1.10.3 on nanoS 2.1.0
→ FROM Syscoin 4: 57.1938 SYS (182ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:syscoin:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
max spendable ~57.1937
★ using mutation 'move 50%'
→ TO Syscoin 2: 0.00000825 SYS (243ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:syscoin:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
✔️ transaction 
SEND  28.596893974095349 SYS
TO 0x90bD48144e08b66490BcA9a756BDe9f004F17857
STATUS (1535ms)
  amount: 28.596893974095349 SYS
  estimated fees: 0.000031500000672 SYS
  total spent: 28.596925474096021 SYS
errors: 
errors: 
✔️ has been signed! (2930ms) 
✔️ broadcasted! (1015ms) optimistic operation: 
  -28.596925474096021 SYS OUT        0xc1109825e83c6e61c03f5e9fb50c43fe4540a92dc9fc06303203e56bdec2f67d 2023-09-20T16:49
⚠️ TEST waiting operation id to appear after broadcast
Error: could not find optimisticOperation js:2:syscoin:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:-0xc1109825e83c6e61c03f5e9fb50c43fe4540a92dc9fc06303203e56bdec2f67d-OUT
(totally spent 10min 7s – ends at 2023-09-20T16:59:52.530Z)
⚠️ 36 spec hints
  • Spec Dash:
    • mutations should NOT define a testDestination() because there are no 'destination' sibling account found: optimize-size, move ~50%, send max
  • Spec Komodo:
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 6 accounts
  • Spec Peercoin:
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 6 accounts
  • Spec PivX:
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 6 accounts
    • mutation send OP_RETURN transaction: unexpected status.warnings.feeTooHigh = FeeTooHigh: FeeTooHigh – Please implement expectStatusWarnings on the mutation if expected
  • Spec Vertcoin:
    • mutation send OP_RETURN transaction: unexpected status.warnings.feeTooHigh = FeeTooHigh: FeeTooHigh – Please implement expectStatusWarnings on the mutation if expected
  • Spec Viacoin:
    • No mutation were found possible. Yet there are funds in the accounts, please investigate.
  • Spec ZCash:
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 6 accounts
    • mutation send OP_RETURN transaction: unexpected status.warnings.feeTooHigh = FeeTooHigh: FeeTooHigh – Please implement expectStatusWarnings on the mutation if expected
  • Spec Horizen:
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 6 accounts
  • Spec Celo:
    • mutations should define a test(): Celo: Move 50% to another account, Celo: Send max to another account, Celo: Register Account, Celo: Unlock, Celo: Lock, Celo: Vote, Celo: Activate Vote, Celo: RevokeVote, Celo: Withdraw
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 10 accounts
    • mutations should define a testDestination(): Celo: Move 50% to another account
  • Spec umee:
    • mutation claim rewards: unexpected status.warnings.claimReward = ClaimRewardsFeesWarning: ClaimRewardsFeesWarning – Please implement expectStatusWarnings on the mutation if expected
    • mutation send max: unexpected status.warnings.amount = RecommendUndelegation: RecommendUndelegation – Please implement expectStatusWarnings on the mutation if expected
  • Spec persistence:
    • mutation send max: unexpected status.warnings.amount = RecommendUndelegation: RecommendUndelegation – Please implement expectStatusWarnings on the mutation if expected
  • Spec stargaze:
    • mutation send max: unexpected status.warnings.amount = RecommendUndelegation: RecommendUndelegation – Please implement expectStatusWarnings on the mutation if expected
    • mutation claim rewards: unexpected status.warnings.claimReward = ClaimRewardsFeesWarning: ClaimRewardsFeesWarning – Please implement expectStatusWarnings on the mutation if expected
  • Spec coreum:
    • mutation send max: unexpected status.warnings.amount = RecommendUndelegation: RecommendUndelegation – Please implement expectStatusWarnings on the mutation if expected
  • Spec injective:
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 7 accounts
  • Spec Crypto org:
    • mutations should define a test(): move 50%, send max
    • mutations should define a testDestination(): send max
  • Spec Elrond:
    • mutations should define a testDestination(): move some ESDT
  • Spec NEAR:
    • mutations should define a testDestination(): Send max to another account
    • mutation Send max to another account: unexpected status.warnings.amount = NearRecommendUnstake: NearRecommendUnstake – Please implement expectStatusWarnings on the mutation if expected
  • Spec XRP:
    • No mutation were found possible. Yet there are funds in the accounts, please investigate.
  • Spec Solana:
    • mutations should define a testDestination(): Transfer Max
  • Spec Stacks:
    • mutations should define a testDestination(): Send 50%~, Transfer Max
  • Spec Stellar:
    • mutations should define a testDestination(): Send max XLM
  • Spec Tezos:
    • mutations should define a test(): send unrevealed, send revealed, send max (non delegating), delegate unrevealed, delegate revealed, undelegate unrevealed, undelegate revealed
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 8 accounts
  • Spec Arbitrum Goerli:
    • mutations should define a testDestination(): move some ERC20 like (ERC20, BEP20, etc...)
  • Spec RSK:
    • No mutation were found possible. Yet there are funds in the accounts, please investigate.
  • Spec OP Mainnet:
    • No mutation were found possible. Yet there are funds in the accounts, please investigate.
  • Spec Optimism Goerli:
    • mutations should define a testDestination(): move some ERC20 like (ERC20, BEP20, etc...)
  • Spec Base:
    • No mutation were found possible. Yet there are funds in the accounts, please investigate.
Portfolio ($330.40) – Details of the 59 currencies
Spec (accounts) State Remaining Runs (est) funds?
Bitcoin Testnet (13) 199 ops (+10), 0.0514394 𝚝BTC ($0.00) 💪 999+ tb1qpnje5jqw4g9wlmum8msdf5dww63g02tm6gzys9
Bitcoin Cash (7) 1705 ops (+8), 0.0645117 BCH ($13.91) 💪 999+ qp68d5kas4l4rxz44py73x8t4s8e0zzsycq4qh5d3p
Bitcoin Gold (6) 1367 ops (+6), 0.407669 BTG ($5.41) 💪 999+ AGqLGjhuvmJohLnF3sTQhwtPKZQMve2eLR
Dash (7) 1528 ops , 0.117293 DASH ($3.09) 💪 999+ XyyDJNgQrUVjtz18miykD2bMju7eYBEtgR
Digibyte (9) 1868 ops (+6), 444.146 DGB ($2.92) 💪 999+ dgb1qzquyx8a34t2frrsrpe3s44tlc52c3gpv6pjvkt
DogeCoin (7) 262 ops (+10), 112.99 DOGE ($7.04) 💪 999+ DQjdDFZAb5tX8hnbHxxBzKeSNqawuAgbi7
Komodo (5) 1329 ops (+6), 17.5295 KMD ($3.93) 💪 999+ RGprzusN4Mi6EYftKu8rB6xTfJ7eeQzKqN
Litecoin (9) 1875 ops (+10), 0.347343 LTC ($22.52) 💪 999+ ltc1qkuzswpe5jqx2nv67ac8dxhme92tx2eqaaafg9k
Peercoin (5) 1304 ops (+4), 1.65485 PPC ($0.49) 👍 88 PXTVfSMdg9dMs3zZUbqSqduPr4icTcGQH6
PivX (5) 1271 ops (+8), 46.6479 PIVX ($7.86) 💪 999+ DLtfP8623YGG7K57k9p8dZLwVv5eNkKr2A
Vertcoin (6) 1252 ops (+8), 29.517 VTC ($1.30) 💪 999+ 3QvBD1CT2tVpd6M9MYsFQD8yhEBPJRv9xU
Viacoin (6) 1113 ops , 42.1903 VIA ($0.99) 💪 999+ EQcnC5G1jSmdoqb4YKRGmtKB4Y6WdDEnKe
ZCash (5) 556 ops (+4), 0.259012 ZEC ($6.73) 💪 999+ t1ZYt3PG8KUEidZjiSRQLPLZ3b2KEmgdixQ
Horizen (5) 958 ops (+4), 0.4429 ZEN ($3.35) 💪 999+ znXxGddvnVj1MDJ6VVM5frruwWAvhJSidGq
Celo (8) 176 ops (+4), 19.2442 CELO ($8.63) 👍 462 0x246FFDB387F1F8c48072E1C13443540017bC71b7
osmosis (14) 128 ops (+8), 23.3154 OSMO ($8.25) 💪 594 osmo1rs97j43nfyvc689y5rjvnnhrq3tes6ghn8m44l
desmos (13) 0 ops , 140.786 DSM ($1.48) desmos1rs97j43nfyvc689y5rjvnnhrq3tes6gh0y9454
umee (12) 0 ops , 699.855 UMEE ($2.77) umee1rs97j43nfyvc689y5rjvnnhrq3tes6ghf2468l
persistence (16) 0 ops , 30.8143 XPRT ($5.64) persistence1rs97j43nfyvc689y5rjvnnhrq3tes6gh4swkdf
quicksilver (18) 0 ops , 23.0425 QCK ($0.31) quick1rs97j43nfyvc689y5rjvnnhrq3tes6ghscch6l
onomy (18) 358 ops , 1.76748 NOM ($0.15) 💪 999+ onomy1rs97j43nfyvc689y5rjvnnhrq3tes6ghpaunjg
stargaze (15) 136 ops , 981.537 STARS ($10.21) 💪 682 stars1rs97j43nfyvc689y5rjvnnhrq3tes6gh0qlcgu
coreum (11) 168 ops , 56.6372 CORE ($4.65) 👍 461 core1rs97j43nfyvc689y5rjvnnhrq3tes6ghgjs7yk
injective (6) 0 ops , 0.217482 INJ ($0.00) inj1vzjwweta3hegt99vfgrvmcq7rr5532yjsgxd4a
Crypto org (7) 209 ops , 34.751 CRO ($1.78) 💪 999+ cro14zpaxs3msrdnx5ch3m3y3yue0wwwevrf2hmwra
Elrond (8) 1260 ops (+6), 0.987314 EGLD ($25.28) 💪 999+ erd18n5sk95fq9dtgdsa9m9q5ddp66ch9cq5lpjflwn5j9z8x2e9h0qqrvk5qp
Hedera (4) 117 ops (+2), 39.9996 HBAR ($2.01) 💪 999+ 0.0.3663977
InternetComputer (8) 232 ops (+4), 1.03437 ICP ($3.11) 💪 999+ f2ed4c9253d3aca7d679bfa9f528d13e85c7f522b8857e094c850a157b750209
NEAR (11) 160 ops (+3), 0.828782 NEAR ($1.45) 👍 178 0573d7a9c745fa9fe224b080832aa93d740760b94f192c9c141c709945e9aaaf
XRP (4) 114 ops , 44.0083 XRP ($22.78) 💪 999+ r9etPtq3oboweMPju5gdYufmvwhH2euz8z
Solana (11) 778 ops (+7), 0.425192 SOL ($10.02) 💪 999+ 2rUuDdwtM2b6zKWU7y8PNzuHomPPG1uAreDafg2xPnA5
Stacks (4) 199 ops , 39.029 STX ($18.94) 💪 999+ SP2J4VHFRAT94KY6NFT6129HBA382S6R98W9ABFG2
Stellar (6) 1285 ops (+4), 58.9979 XLM ($7.82) 💪 999+ GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC
Tezos (3) 150 ops , 5.35484 XTZ ($3.61) 👍 249 tz1aDK1uFAmnUXZ7KJPEmcCEFeYHiVZ56zVF
Algorand (6) 974 ops (+6), 19.55 ALGO ($2.24) 💪 999+ TM4WJOS4MZ2TD775W7GSXZMBUF74YT6SKSBXCZY3N7OUIAPXE54MZ5FCD4
Ethereum Classic (6) 61 ops (+6), 0.241917 ETC ($3.76) 💪 999+ 0x7584df0780C5eB83b26aE55abBc265014f8bf897
Polygon (8) 231 ops (+6), 20.6062 MATIC ($11.17) ⚠️ 10 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Ethereum Ropsten (0) 0 ops , 🤷‍♂️ ``
Ethereum Goerli (6) 74 ops (+6), 0.0396427 𝚝ETH ($0.00) ⚠️ 15 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Arbitrum Goerli (5) 1042 ops (+4), 0.94006 𝚝ETH ($0.00) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Flare (5) 1390 ops (+4), 5.06463 FLR ($0.05) 👍 338 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Songbird (5) 1350 ops (+6), 937.673 SGB ($4.38) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Moonbeam (5) 1259 ops (+2), 61.6203 GLMR ($10.28) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
RSK (5) 788 ops , 0.00030914 RBTC ($0.00) 👍 56 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Bittorent Chain (5) 966 ops (+6), 1,496,019 BTT ($0.58) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Kava EVM (5) 859 ops (+6), 19.991 KAVA ($12.50) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Evmos EVM (0) 0 ops , 🤷‍♂️ ``
OP Mainnet (5) 121 ops , 0.00286711 ETH ($19.22) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Optimism Goerli (5) 921 ops (+6), 0.882156 𝚝ETH ($0.00) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Energy Web (5) 794 ops (+4), 7.53465 EWT ($16.05) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Astar (5) 930 ops (+6), 338.458 ASTR ($18.01) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Metis (5) 850 ops (+6), 0.31961 METIS ($0.00) 👍 267 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Moonriver (5) 842 ops (+6), 2.26869 MOVR ($8.84) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Velas EVM (5) 406 ops (+6), 912.051 VLX ($0.00) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Syscoin (5) 882 ops (+2), 57.1939 SYS ($4.89) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Polygon zkEVM Testnet (5) 309 ops (+4), 0.0996798 𝚝ETH ($0.00) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Base (5) 249 ops , 0.00269293 ETH ($0.00) 👍 76 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Base Goerli (5) 329 ops (+6), 0.0155279 𝚝ETH ($0.00) 👍 148 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Klaytn (5) 87 ops (+6), 8.93489 KLAY ($0.00) 💪 999+ 0x60A4E7657D8df28594ac4A06CDe01E18E948a892
Bitcoin Testnet 1 cross [native segwit]: 0.00015597 𝚝BTC (38ops) (tb1qpnje5jqw4g9wlmum8msdf5dww63g02tm6gzys9 on 84'/1'/0'/0/12) native_segwit#0 js:2:bitcoin_testnet:tpubDCgDNn312aj5XtrdMeA9TeQbp2HkMW2a1JNw2qhRLzUaFiDAAQK3Jzh6jzHpc6Agjn68mZgPQB2ZdQzfgRgXVXDi2FVECW7p4xGuK6Pa3b8:native_segwit
Bitcoin Testnet 2 [native segwit]: 0.018536 𝚝BTC (28ops) (tb1qz9wp2gjwc0ukzkw9jhpx7efvcy7x7apzjrtlu2 on 84'/1'/1'/0/17) native_segwit#1 js:2:bitcoin_testnet:tpubDCgDNn312aj5YVQsroTmVAWSVMpx2PM7m4toPJsHUricGUh457AwMZK55f2uNVxYdKeW8qDZDngveqFFcsFTWW7eZFbnYerfsf5YAdxU3K8:native_segwit
Bitcoin Testnet 3 [native segwit]: 0 𝚝BTC (19ops) (tb1qdl3zct5h2mxerqw8tvzdjkx45yad0u8avcczww on 84'/1'/2'/0/9) native_segwit#2 js:2:bitcoin_testnet:tpubDCgDNn312aj5d7zhhRFxoozQMEzDZFVWmJngmKcygstAZheV88CxrZ2KqFL8nsjZoeNKeqEHTSmjii11wcuYuchvGYqYuGTzveWepNUKPmE:native_segwit
Bitcoin Testnet 4 [native segwit]: 0 𝚝BTC (0ops) (tb1q6d99qx850zdfx4ch32mm3v3mc2g5mupusazw49 on 84'/1'/3'/0/0) native_segwit#3 js:2:bitcoin_testnet:tpubDCgDNn312aj5f2MgUfzseZjbXNj5ep7UH8ucWf9VvUbRC1oyUG7cjbGLoCRhc429i6pMcuMS9ZhGX2bTwnKipVSkhNak9fn2N6sVorY4FxW:native_segwit
Bitcoin Testnet 1 [taproot]: 0 𝚝BTC (20ops) (tb1pxrdvpld07nvgkc4kgwvx9j4v92k3yc4xz7rc3egjpc794q5vvqks0dk22p on 86'/1'/0'/0/11) taproot#0 js:2:bitcoin_testnet:tpubDD1s2jBEVuSpzKea6ie3HMCmkanzcfvc9BbQq8nRDUaAUJPGFi83RWFCNMartYsuxksbFR6tDmVGMaaRP7ng7uovwKT1WNjcuDW34st9R56:taproot
Bitcoin Testnet 2 [taproot]: 0 𝚝BTC (23ops) (tb1ps7k9cwcpnawukm4qgqjw4aq8vrlhckvx5f9zvdd6x68d5sukak9sn2ycwu on 86'/1'/1'/0/7) taproot#1 js:2:bitcoin_testnet:tpubDD1s2jBEVuSq13eMrn3r2tnwxfuWeBM94Dgtc4D5A6h1Jcx2kheLSgGtZroZCwFnXN4ao5PxViYSFTK57vRZnQ1RS193EETKNMmRuPTcWJH:taproot
Bitcoin Testnet 3 [taproot]: 0 𝚝BTC (0ops) (tb1p7t4hdtqlmpfv4vpu2vqre6elaywjvlq5yfl4jnjz9gw7lwcpjl5svzk5yz on 86'/1'/2'/0/0) taproot#2 js:2:bitcoin_testnet:tpubDD1s2jBEVuSq4ewqyyWoJYgCyvXsQ3wRkeSmKa3RW3b4BL2rfdDWzwM2WoefQcPGjetH92smctVjK4qrS89zYShy399s8MqWzhZdnCvHLfF:taproot
Bitcoin Testnet 1 [segwit]: 0.00348421 𝚝BTC (28ops) (2NEZMbqbnHTfgufJk2YaXjc2nbdi1xEyKL7 on 49'/1'/0'/0/14) segwit#0 js:2:bitcoin_testnet:tpubDCoPNx9aypg8jXFPWWYdpHS3MtXF5GPM3nY2UbvQSnEt8PELHAbnf2MknjprAMTYUYPNJzKCr2XSBVMp2wctdKbU1jw9MHA9cbgN7CakJQe:segwit
Bitcoin Testnet 2 [segwit]: 0.00610895 𝚝BTC (17ops) (2NDKt6sFobEaxtvekKUhLnjj7G5G3cyxYST on 49'/1'/1'/0/7) segwit#1 js:2:bitcoin_testnet:tpubDCoPNx9aypg8mbeNfcfUjuUfsXwrSmZkRseMwRxkhinEX8JjfThyhtJg6HeVWp6mF8gf6m37xqC4Q9yebR5RdtdjFcJ1Js7t8VB8Dq8Nczj:segwit
Bitcoin Testnet 3 [segwit]: 0 𝚝BTC (0ops) (2Mys6yQgQV1gdVTPECM5xvhUuNsiqtwSTm7 on 49'/1'/2'/0/0) segwit#2 js:2:bitcoin_testnet:tpubDCoPNx9aypg8pnB9z8yPPo7WEEeu9H1VPzq185ppKSLXDpdvXWkR75auxm6pkL6PdyRNLckMzYbZwiUui7hxFSsK5S5YHXT7pyfiG1eR9JQ:segwit
Bitcoin Testnet 1 cross [legacy]: 0.00584671 𝚝BTC (17ops) (mwgC2hWP58Jm9ZWg9GucwhJq6Uro7rDJfQ on 44'/1'/0'/0/12) #0 js:2:bitcoin_testnet:tpubDD9QhTrMeGEBsPABuHGzrXmApLgBRomQx7oFzQeuQn8gpzD27asWNYMeBzanzy4ru9hPE5q1HnQJCW2VcWm2Nz4cdNRB8Eo9xKPz6LGnrxQ:
Bitcoin Testnet 2 [legacy]: 0.0172876 𝚝BTC (9ops) (myvF68zBRKp13mJkvaDWHq1tB4sZd6pY3Z on 44'/1'/1'/0/8) #1 js:2:bitcoin_testnet:tpubDD9QhTrMeGEBv5wFZcFYEhephnhXGjF8gKZJ98kGxYvtiv8xdfNVgFgGAFZFCRXwR8td9Nq8nufwfXB1iX75Ypx99d1NktaeLNc4DxmrTng:
Bitcoin Testnet 3 [legacy]: 0 𝚝BTC (0ops) (n2pjyyrHHws2nhUT5vULWWYvVvKdQ6itHW on 44'/1'/2'/0/0) #2 js:2:bitcoin_testnet:tpubDD9QhTrMeGEBxB9KbDNQ4KwPmSA6cftnyvQYTQWDgApMdz2Z3YrEMvJVe7ZXz3turDky7qbyk5WJBf2FS9xk4XacpPw8tND5mkkFZRpK1im:
Bitcoin Cash 1 cross: 0.0019203 BCH (319ops) (qp68d5kas4l4rxz44py73x8t4s8e0zzsycq4qh5d3p on 44'/145'/0'/0/156) #0 js:2:bitcoin_cash:xpub6CYDTh442n9QYTMdQ7Uc7XDC2zCzZ5jM1m1DrWxmfQMToP2ngWZVtptKiksRoGgdcRSLDC6PgEULihbZE3SDt4ndVzoRNUEoZeTCsBUAWWP:
Bitcoin Cash 2: 0.00015 BCH (295ops) (qpays7tzymkfcq9ag8z4n9957ruxajl94skkr6xajr on 44'/145'/1'/0/147) #1 js:2:bitcoin_cash:xpub6CYDTh442n9QaLF3Z2i5L9QENTixN9kGH5XCYh2J5UTHuu99Y2W1sxm2HcX9sQUe2xmv4r3GVmn8GdTvCsLEof448VdZEmdpfmzX7Dk3AJx:
Bitcoin Cash 3: 0.030823 BCH (289ops) (qzht6jcrp5l02w2jhulpqapg2w7ya689tqpv7q42el on 44'/145'/2'/0/148) #2 js:2:bitcoin_cash:xpub6CYDTh442n9QdmbZ2RXVmndx8Hv2cFDKjhzANqnPkFjpcqaztmjEdhB9wiiYxJFncp8Et32XZF2YvsC6sXmDRFGEwgjVzQDinZ2xmgZuyb9:
Bitcoin Cash 4: 0.0145476 BCH (273ops) (qq7rupq9gyaj3nsnus3e8hyuyam9z0xf8y42r7ms39 on 44'/145'/3'/0/137) #3 js:2:bitcoin_cash:xpub6CYDTh442n9QftkdDJbR3GXhop6xxjkHdxgz9xcKkdq8Q7xF9ER8NXJicVwjXbnkBdbF7nc52wrAVhGoraVfQcsGCA2JwjWurCZQU6pNyHH:
Bitcoin Cash 5: 0.00593289 BCH (274ops) (qr20e9xrveuq0d83dy7kueg2pyyv59m3z5u3tch6mh on 44'/145'/4'/0/125) #4 js:2:bitcoin_cash:xpub6CYDTh442n9QiWxQaeXpmh16DkgpNqufRUMcj6rDqW2gF9Ronnvv9okteP6YQHZGYEojUXg8LL3kfrJzWHrfLFKKarvBgZBtSBRgqcX6w1G:
Bitcoin Cash 6: 0.0111169 BCH (255ops) (qqhrphyv734da680quk8pptzxstm7hn0sg3v0h5sjc on 44'/145'/5'/0/139) #5 js:2:bitcoin_cash:xpub6CYDTh442n9QmdbyiUh8ztDDRCJGwoxRyCCgYKtHyVktNFJiCcufp79mTstxxdkEv3jBzTeysds9JAcBPEbXCeyhPRsrfAJ1jzrf1PbkEvx:
Bitcoin Cash 7: 0 BCH (0ops) (bitcoincash:qq3427lxyy9x6fm7cvm6g82zl3hpzv5pwysgfcrg3s on 44'/145'/6'/0/0) #6 js:2:bitcoin_cash:xpub6CYDTh442n9QoTNBLkMrt63qoqsZWsuCQvMamTNNu6ZcNKNHN8LWJaV2qUrd2NBHuLkWCyuxreohYgxjBa5yzTNC5ezqB8XD39kHW2UyV36:
Bitcoin Gold 1 cross [segwit]: 0.0786533 BTG (374ops) (AGqLGjhuvmJohLnF3sTQhwtPKZQMve2eLR on 49'/156'/0'/0/180) segwit#0 js:2:bitcoin_gold:xpub6DHWENEKDQW8XxvbwvAFdCTGgzmHJkx8eY8bdGrL6iLmiqmPmCEscEvf7MBSDtbZWuLcUeQP9j87rJSgMhtwpUj3JSnQDoGHG2aqRVaSn43:segwit
Bitcoin Gold 2 [segwit]: 0.0849271 BTG (328ops) (Ad5sgG6oDBe32cLgJe2SFPnCf5f2FKuFWK on 49'/156'/1'/0/155) segwit#1 js:2:bitcoin_gold:xpub6DHWENEKDQW8apom13GYVHPmFci3b6ruunFh4WoHun5mH7UF9bupcCTDNz2FAv3Rf3zqs4jZfRwzvppDXVZ2F2C7ns48o2PLxby6icxWtui:segwit
Bitcoin Gold 3 [segwit]: 0 BTG (0ops) (AcXrsmgyzU1wR27BzHgn7hKf9WiF1wZuWm on 49'/156'/2'/0/0) segwit#2 js:2:bitcoin_gold:xpub6DHWENEKDQW8dDLhanDtuN2LJMAoP6e5mprkTrSMFNrkQDmtQQryURzLmTU6zRp4Wa2iSTy2EG6piYgr5ry79CofEqRxyhmaWatZqNdEobT:segwit
Bitcoin Gold 1 [legacy]: 0.215562 BTG (344ops) (GKXDmyVSFT3mZHiqUgF3G2V3zK1YnFzcLX on 44'/156'/0'/0/175) #0 js:2:bitcoin_gold:xpub6Cq1sXPAA8ijyqJpdR5hDVYJ7XyunpPgVpCWwPtReGJDwhqnWxBhu7wBJjbtdWHXSQiSyNDhxDXF4GmrXGatK4yDASHE3CgS3tsT41T81Dj:
Bitcoin Gold 2 [legacy]: 0.028305 BTG (321ops) (GMDZFqwF4kcTDWMjqWGPvJLaJF7jp35VY6 on 44'/156'/1'/0/172) #1 js:2:bitcoin_gold:xpub6Cq1sXPAA8ik2mHiQmGxqsHMwc1EyYvvViKoq1bhDST3xn3meJnWRE6BEf6xpDrg5xav4eJSYy7759aHxeqErTAxjAHx1uYWPrdsHANsecY:
Bitcoin Gold 3 [legacy]: 0 BTG (0ops) (GWhP2tzoiE22tbzfTYtXrbmyE7bFw1Lp8i on 44'/156'/2'/0/0) #2 js:2:bitcoin_gold:xpub6Cq1sXPAA8ik5CLF1skYbPC7ZtoP9rBrgiMzQFjCYgLt3MZayRZKo6bpU8skwbLpKYpqDDLombBd6HRPAkQqRmwmUonpwDMQnicuo9YfCmK:
Dash 1 cross: 0.002 DASH (282ops) (XyyDJNgQrUVjtz18miykD2bMju7eYBEtgR on 44'/5'/0'/0/139) #0 js:2:dash:drkvjS8m2iwuqAXaxEBNS8ULFEKfoEEVNrSyzsEwioinaxb7TZ6fmP7rB3YiU3xcEoM39WoeDJdTS5sgVHQAeowB9BhdxkvDZhJErQk8AWTyaYk:
Dash 2: 0.0458772 DASH (254ops) (XvopTFH56zsEd6RY5vPg1HuooaQXo44dM6 on 44'/5'/1'/0/118) #1 js:2:dash:drkvjS8m2iwuqAXayHufe3hHCwpvgLyxxGhMAiCSW4kjQ2jC6FKcYKqC2ePkovCh93HAt2AgXQSt4YdJG3XX1raRMbHwwJz6ezKi4yotkX7mjwb:
Dash 3: 0.0477344 DASH (271ops) (Xbvn2susqrvaemt82NkTHhvtVzxynHeRW9 on 44'/5'/2'/0/141) #2 js:2:dash:drkvjS8m2iwuqAXb2YSrc4u7qMoaf3UtCbF5A1gphQy6soFEDH7sHmvfZiAEzFse5Q3ycaoq6Su8iitWgNoxRriwzitNTWcwBkXrAdaf2xNXuo4:
Dash 4: 0 DASH (248ops) (XtAoSMYbXPsP5DbM9B36GstbsL4MoptXor on 44'/5'/3'/0/122) #3 js:2:dash:drkvjS8m2iwuqAXb4LDphtncxj3UdVEACR5JCjoccMjdxfEkEhu7oB1vpZFyajdUEhapJgwi7uUq24ys47gm3VNj4vRQbVcV5YQkrGCpUyd7hDS:
Dash 5: 0.021682 DASH (239ops) (XeYzYzcrunfBqVmFDMhavPx1N3j68NHiBk on 44'/5'/4'/0/123) #4 js:2:dash:drkvjS8m2iwuqAXb7uLicFWmFdztLiHpa6PM7iTRQcYT9wX9vF565f9ZQ7ZrwYBKab7ctGrnUyyyn5zFBtBEazazVdBvneLkZ9bUjb83PMLEgpw:
Dash 6: 0 DASH (234ops) (XgzZEDYyCiP7LpYhL3tnic2AMDeyLjhoHV on 44'/5'/5'/0/118) #5 js:2:dash:drkvjS8m2iwuqAXbBAUgNiSVfsH5TurFQxb3bCTM84wuSY376sNUmXbTzLp6cPT8iLqD43n1GXTaHGAaemq8vEm2rwqu5bxtgemUp719HCTXW4S:
Dash 7: 0 DASH (0ops) (XiiyHQPZVuxXHnApv1XP2aNbz92zL8u6Hy on 44'/5'/6'/0/0) #6 js:2:dash:drkvjS8m2iwuqAXbCRvDwtZdhj7KX8KWD7NqtKJ3cmdPhKoAsfK26rcmmGGAoHdVCvsCgkkZMeyq9cxfExdrvJfzTXJFU8enhrj8pQ4vnTXXUh9:
DigiByte 1 cross [native segwit]: 0 DGB (315ops) (dgb1qzquyx8a34t2frrsrpe3s44tlc52c3gpv6pjvkt on 84'/20'/0'/0/143) native_segwit#0 js:2:digibyte:xpub6CW9KDgdnS4RwiFZjL1YpEbk1yYvD96EqiBXmq6xKRhe3rJJQaB78voA4DG2dJctnUeWZes6NhysTRpCmBgGxCCy39wcwRwSB4fx3Nd2AxP:native_segwit
DigiByte 2 [native segwit]: 0.0714123 DGB (321ops) (dgb1qen3zudr8s70m97d636zk7zjqxsp229hvvdx0u9 on 84'/20'/1'/0/153) native_segwit#1 js:2:digibyte:xpub6CW9KDgdnS4Rz1D28B7SaGqGPp8Kb8gpvk1MCUeKb58HJTMhdXwCiwNLdZL7Ws6xU12uKat4szE9c2tV27jEfxSwW1uABgGXRJuXNCDZFD9:native_segwit
DigiByte 3 [native segwit]: 0 DGB (0ops) (dgb1q5hv236zdu8fnxdr4mstuwzl76hrx9hr7g54x0l on 84'/20'/2'/0/0) native_segwit#2 js:2:digibyte:xpub6CW9KDgdnS4S2UHrC6Amu2eiJTRBAS1eoaXcVvS8yJtyoBsX7LwyeqjDwP3vBR2WLVhWbm9zdAMubfbK3WJDDmdPRGRT9MdV8RWZqJGwUYo:native_segwit
DigiByte 1 [segwit]: 291.671 DGB (326ops) (SQuJTGVhBYpFeGXWaVgsdnpgCfHCtKTmgb on 49'/20'/0'/0/168) segwit#0 js:2:digibyte:xpub6CrEMM6LnNPxiDTZaMJwXTtYZXUQvvMwYb2Do892dbEYMrLEfFXZ8ygRrywE66brjMWbV948BJAbWGwV1oeyT7L57ZJykK8jVJ26UQiDVfp:segwit
DigiByte 2 [segwit]: 43.7892 DGB (310ops) (Sk5ZVcWFM9Z834ivMy96wEfKELMWWTbybT on 49'/20'/1'/0/150) segwit#1 js:2:digibyte:xpub6CrEMM6LnNPxkr3nrjR8eEys5nHkysyjVHKAfpchrfj5Y2XEPRoiaSgAN7qtUwVxjaVZmGEnJjtRucoAf91u2W4kL8goUCZUKgGXPUgZkUY:segwit
DigiByte 3 [segwit]: 0 DGB (0ops) (SZg5s18vy8EVLqNcMhvVi2TNYJeQf5crqK on 49'/20'/2'/0/0) segwit#2 js:2:digibyte:xpub6CrEMM6LnNPxmgxLuvQEz6U4j3FvXh7p8MgYFf1kA87Nm3zU6BTydBUdYrsyTF35zTbzPbDA3FudDtiaQjDs664TbtCyYaFni2GrJbk6oFr:segwit
DigiByte 1 [legacy]: 0.1 DGB (298ops) (DUPrmQJDxtFPfbFsP8kUWchVk5RFe1fLD9 on 44'/20'/0'/0/152) #0 js:2:digibyte:xpub6Cv4emS7S9zviCwMrBM1LhC7EdKY6QgFZ7T46nwEqtmaJda4EPH7Jv19h8GfhAPNTztGNWBBxribdod3wcxXRDkLmzRBxUgyZWxMoYLDgCX:
DigiByte 2 [legacy]: 108.512 DGB (298ops) (DKP5NFjMGnmDmGjQfhJ3bZML9AcBzzypTX on 44'/20'/1'/0/164) #1 js:2:digibyte:xpub6Cv4emS7S9zvmSxVKstTvb3QR4MYRMR1ySqUZbWc8A1vE2Y2BYw3FjLoxVtVYAeJjzR8PqEDDykAzGBUXsphL3xbgbzx6EtS2D8ikALFT52:
DigiByte 3 [legacy]: 0 DGB (0ops) (DBWpWpZTMg31XMoamhZjKoSqahTVTG2qHi on 44'/20'/2'/0/0) #2 js:2:digibyte:xpub6Cv4emS7S9zvoT2jPveX3CwptyX75sUdfpgmx6DyVGme8QQit5WYE189GhbBJyPThotPBRdpQ5RaXNn8BCkmPNGCG1cirRswqvyvhhqgnAT:
Dogecoin 1 cross: 1.89545 DOGE (50ops) (DQjdDFZAb5tX8hnbHxxBzKeSNqawuAgbi7 on 44'/3'/0'/0/27) #0 js:2:dogecoin:dgub8sBmteCcuFFejUSqGNBcwXRVJ4ZH33Sx3vTJG1o8Q1XwFRNFgT8fAreoj59VMzuU6EJmVMW9gLc9XJSXuxBeSUEt2s2QjSbfYCKkyBvF3pz:
Dogecoin 2: 0 DOGE (52ops) (D5zRnkWGqpr3tPG9CTtEmssKAKpPWDZP8S on 44'/3'/1'/0/22) #1 js:2:dogecoin:dgub8sBmteCcuFFenEm7nyLHE2Zxt38inSEWx1bVAvWgAXbsHzuEHPaM4aP4J1oE2UWhoQ6cjN8rLEmuzqZHr9MyJvLE8zj527mdtweCgUBjuxj:
Dogecoin 3: 3.69899 DOGE (45ops) (DEErpbXV4oKHxLXQjJNK7nugyQYCwmFw2D on 44'/3'/2'/0/23) #2 js:2:dogecoin:dgub8sBmteCcuFFepPh2rZbmtt3RujGFHSLrQiT7cawEm8PpDRumeEWWM4tsKtqm4vUYtHSJZvsifqbKXgUMGN89Y29Kh6DMoq2JCEBPAE5BVK2:
Dogecoin 4: 0.849294 DOGE (38ops) (DTUfsbbKRFiRcHb9wuuPinYJZ2GfvSeqi8 on 44'/3'/3'/0/18) #3 js:2:dogecoin:dgub8sBmteCcuFFer5KqAKz1JpoYNxNzLP5v2uStDCS6iMYMJz9qssa7cr4EeDGLuPaJ6VRGK6owP43wMFhgHtPXMe56ptKcVF7o5DqVf8mTMDz:
Dogecoin 5: 2.4068 DOGE (43ops) (DPeBABm1hEetijKK9hK5vibs31VkZ7LGYb on 44'/3'/4'/0/22) #4 js:2:dogecoin:dgub8sBmteCcuFFev32JBmBE5kkWA9Fz4LHryxURKDHBm8kXT2s5X3cM4eGnk5YDgbRj2cGny85CWZLtFuz4n6SNEff68ZFXZRfeMcKYjM4ZABa:
Dogecoin 6: 104.127 DOGE (34ops) (D6pdVbGzi7sBgrv9FyBKUy7WgxT95tkpsL on 44'/3'/5'/0/18) #5 js:2:dogecoin:dgub8sBmteCcuFFexZUo9SNmC2kEwPEUKxWo4VbEi5sZq9uAa3koQSeoUyxC5Z9XXqHq6hvYUYMvWL1iuVLnneqEfda8PdDDWPbvXggRGYDS2Yy:
Dogecoin 7: 0 DOGE (0ops) (DNvgzFMvZG3k3o78cqn3y3YksWoSnC3uJ8 on 44'/3'/6'/0/0) #6 js:2:dogecoin:dgub8sBmteCcuFFf1Q45j57nYSbt99vo2P5iHSDdytuEPxtbcaRJrgTJCCJFx9AJhFHvyRNkQ8HxwQ61te2F8hhtChBWAL6RCDZEpbjvKGVRR3T:
Komodo 1 cross: 1.17231 KMD (356ops) (RGprzusN4Mi6EYftKu8rB6xTfJ7eeQzKqN on 44'/141'/0'/0/166) #0 js:2:komodo:v4PKUB9WZbMS4XNED5V9Jf9KPU8DtK8bggJFrXasVrH4JokFcdaYkTQJyXKWfaFJyqqCMbL92e6yvSpJre2uiXinPT8JwW6wBfu3EDshKooA7a9H:
Komodo 2: 0.199959 KMD (335ops) (RA1ejgx1aC6mLkvoB37PgDXW829jUgw9cD on 44'/141'/1'/0/160) #1 js:2:komodo:v4PKUB9WZbMS4XNED6aRRCHCfhWaKTNhNU5g6yu6LFRbf7dMVkKKA1VjmVf7rBGfFFTpLXdvaz2Zh55ouvu86CZgghQwQPJWYob5pZdmXRjkYa9X:
Komodo 3: 15.3808 KMD (326ops) (RFq2Xo6oxW55obU7iziPiicHVMJKxwjHso on 44'/141'/2'/0/169) #2 js:2:komodo:v4PKUB9WZbMS4XNED8S4oAJzXQqPbfLCmNRNPW8QoETCA7opTJLFvrkm39QZAdLg8DygthREBvDRmrHDeVtEQ8C7iQDfXDSPTrzB2FAFkvgsQ9HA:
Komodo 4: 0.776268 KMD (312ops) (RGXRbZ1HPHudYxfZ6fPS76sKKRDWHERG5w on 44'/141'/3'/0/168) #3 js:2:komodo:v4PKUB9WZbMS4XNEDBJ9e6csdTWjkQsBngGrmyPrPrwARdjCHQmEYDrU4Kq7HGhiDP6xnwdVwUp3pTCDBqPFJzzGWKwhGKyZ3R9twuUru5U57rPp:
Komodo 5: 0 KMD (0ops) (RXXzA1HUyBUt3vYKgRDwktBrUxGB8nT4bN on 44'/141'/4'/0/0) #4 js:2:komodo:v4PKUB9WZbMS4XNEDFpraB4oy9vXnEDhnEWtmApcz3bN67vrQpVc1DjN5AQDZdV5dt5iXcf1BFTzfmCuAVFoFH3TsW7S8FZfkKBeBvvdLZeretiq:
Litecoin 1 cross [native segwit]: 0.00192714 LTC (347ops) (ltc1qkuzswpe5jqx2nv67ac8dxhme92tx2eqaaafg9k on 84'/2'/0'/0/162) native_segwit#0 js:2:litecoin:Ltub2YLUoe8MGLizFvLnAHJhiz3rdWG8UXqi9A9smDbuwPD44WPa1rB1EwyQwzRiVFKGH4mS6b5DRE3c3S9jZ944uaGcRK2XPinZcbdmo3P2vmq:native_segwit
Litecoin 2 [native segwit]: 0.150622 LTC (295ops) (ltc1qup79t4ce6s2w76f6kv8r5430tpafd5vkx2gwl0 on 84'/2'/1'/0/141) native_segwit#1 js:2:litecoin:Ltub2YLUoe8MGLizLLxfxim25UC6ncVSrJgQw7atsJnYY45xGTLjZk6n5mCnRFuR5rMwaQ7fGz8BFaw6chiDuz3zffibMSYuY5zxdfdRZxLr2Lw:native_segwit
Litecoin 3 [native segwit]: 0 LTC (0ops) (ltc1qdc2fw3ytrnk9urf24dvgf6zzl8lndpe38kzpyf on 84'/2'/2'/0/0) native_segwit#2 js:2:litecoin:Ltub2YLUoe8MGLizMiiRURGW9BD6ycQNUzeQRRGhLCwGLW4HUpCJJJBJwFBjjE8uF3BigX2UwDPbkwNu41NCGtPoQzKjwPwuVcAruutKaRabtA7:native_segwit
Litecoin 1 [segwit]: 0.090547 LTC (329ops) (MEs3P5qfJThpCMr7iW94XQCkPZzkchPC3z on 49'/2'/0'/0/157) segwit#0 js:2:litecoin:Ltub2YDfX8FoxTFohkcgknuZr2WLrCNpq6ufHxguxyjoDWGDZ1GBUVSn5wwoD2ifjY13iERFGvauvW55p6ASVCbqiABnreHFCsV5LKps76aWDV3:segwit
Litecoin 2 [segwit]: 0.0577744 LTC (298ops) (M9SpFXVZgWjSNagkQ7v7K9ZUnxExkH6CwW on 49'/2'/1'/0/153) segwit#1 js:2:litecoin:Ltub2YDfX8FoxTFokPftPWHCApgWFe3zeGaU4bag1Wo7HsciTTfvWhRqJvo5yULDSURkh475q8NVpZE2judnAYSmrGmSjH9cB1bUYrm6BgLEZGC:segwit
Litecoin 3 [segwit]: 0 LTC (0ops) (MD2uvco48GWoQ11iYqQ4jiLfvc33b9E3b9 on 49'/2'/2'/0/0) segwit#2 js:2:litecoin:Ltub2YDfX8FoxTFopQz5yFXLXp9tVCybZ31GX9KsGYccPbFSf1qzFP2Bmq6sirajnUjcH1zhD5sHGPyH7s1KjfD4zZmo2fnq1CVcRpa5ZXZHo8t:segwit
Litecoin 1 [legacy]: 0.0235313 LTC (325ops) (LNS7paepeBNa2DBup148GonG61Hj7VJwcJ on 44'/2'/0'/0/164) #0 js:2:litecoin:Ltub2YwXt3Fm1MVHeGxpcxFhFTe1FkqDdVoeRp9FRnnqGrinFxJSDjXwVTnmjK56jhq83mxWmTKprWjLXqspQCYtxJmCnwCLJUPoZhjJEYMtcFd:
Litecoin 2 [legacy]: 0.0229153 LTC (281ops) (LbKL6WQ6wCjG29i24U3W98UVfPhE1uySqs on 44'/2'/1'/0/156) #1 js:2:litecoin:Ltub2YwXt3Fm1MVHgsz1XL8MM6MicGgumPzfpD1pZcsk15P4LZHiF4wpFPGvTi58u9evgMd4dV9K7cMMA532mq1HbEknZZ5UayUuRbSsM5VzptL:
Litecoin 3 [legacy]: 0 LTC (0ops) (LiDx2poS1M1DwYU2zHuvKEQAAFUdpRgP59 on 44'/2'/2'/0/0) #2 js:2:litecoin:Ltub2YwXt3Fm1MVHgy4nREA2MxDT5Em3QsQv2Yu6gfGSPudxTKgcovLsh1sV3rje75uZ5eAkyJLkbHxPBFU3Wbhd2Q6XF863omV2XfWhsC2ACJ4:
Peercoin 1 cross: 0.015 PPC (334ops) (PXTVfSMdg9dMs3zZUbqSqduPr4icTcGQH6 on 44'/6'/0'/0/162) #0 js:2:peercoin:r29uBq5Ssx6sA9FNEk5mVhtPMxBWcJoUhAz1WrZbMwV6fu6eEqrFLYj8NkGyDPWmTCL3pUt8csCLhKsUmSdp3kdJMwF6YS2qdoHsPBzSZZfpPEkW:
Peercoin 2: 1.09752 PPC (302ops) (PSp95VjLvmxRWRU8HKw1vmV13Cv9Hg6gxg on 44'/6'/1'/0/146) #1 js:2:peercoin:r29uBq5Ssx6sA9FNEmYpQhRha2M1eK4Ns3xC5JXZWW1qRp9pR4S1fFH6iHoLgGZZ1Zy41RiyUpqffhkkZYeUndDXtPD6ky2VNpK9i3KCVCfPBi3a:
Peercoin 3: 0.082382 PPC (344ops) (P935xrHcLBz1Q7CDPqkKV14mhFDGS1SX4i on 44'/6'/2'/0/172) #2 js:2:peercoin:r29uBq5Ssx6sA9FNEoPrhN2L2RHE9aXCd7LWARpRsJEuToBqdBzDc7tDnJutEvAv4zBTmaw5dtMsUXQT3Hp33fAqP2TDiJQR2PMNev7xXiFMSZFg:
Peercoin 4: 0.455267 PPC (324ops) (PETYn2zH3VbHTmdE6dEgQPRnTEaoC73VEH on 44'/6'/3'/0/171) #3 js:2:peercoin:r29uBq5Ssx6sA9FNErFa71QRSJEbti3YLZRDJpJRaH3ymivovbFrsTFToGcV1bzzgqXSY6rPB372i8sJrPsLpFSX8sGkwEHwYvrqbDLgsx4fWhe6:
Peercoin 5: 0 PPC (0ops) (PEhazqjGHH54d5pSdtxvKKJZioREKjuCKY on 44'/6'/4'/0/0) #4 js:2:peercoin:r29uBq5Ssx6sA9FNEtmywUWnbp3KTYNoAeotePriFBpTtMLCLxDSFDmptND74NjVLfmm9vTs9opxhVbXT8CjB8eMDUGksmBashiZLTuXN2iw6zTv:
PivX 1 cross: 10.6221 PIVX (337ops) (DLtfP8623YGG7K57k9p8dZLwVv5eNkKr2A on 44'/77'/0'/0/154) #0 js:2:pivx:ToEA6mkkScBzPS3QGwz3pD9XiPf8YynSCGuC65sMGexuJ8oLkqEAZRAcR5VqKvRV5Phzid1ZG7myNKF6XtRBtVKT5JhgUpaKZtwAq3XzeH3Qnmz:
PivX 2: 7.91519 PIVX (311ops) (DFVccVaHMRmEQ7W87W6vhAoRoVPKdXk9U4 on 44'/77'/1'/0/150) #1 js:2:pivx:ToEA6mkkScBzPS3QK9QkPuwWHUEA284HMW86PxW1zkXJAAJa9zXWJjVwBvYEt5HTwDHyDpyfC2VRj3Sy9MBegtxX3kBM1dyiPx81KcwoA8DT75c:
PivX 3: 10.3019 PIVX (305ops) (DBbsjanm2dnd1L6A986BD97XSnNFVURGbv on 44'/77'/2'/0/166) #2 js:2:pivx:ToEA6mkkScBzPS3QNaWms316jJrjhxFoXsKpv21fDZnZUqeqnX1FpofXYA3ARA7qSEHn2wmdd7EPMM1qJ36CiFP3Ycu6p4EMHKYgV49aAFQYdwt:
PivX 4: 17.8084 PIVX (318ops) (DNLAbDZ27Hfzi4QE6CUUBZpWXdEbifZuN5 on 44'/77'/3'/0/165) #3 js:2:pivx:ToEA6mkkScBzPS3QRXKa6QiRvZKUYefypt8wZupR6GaqD77SPLwzgmraaKbGgcirVLLXkQ6XjZJcGhoLRL2xP5ZBVjD5TUz6ZY6WkgXBpJW5rNU:
PivX 5: 0 PIVX (0ops) (DGvVBqdtcbSTuXgf6JjAxG5a8MSRXk76Tw on 44'/77'/4'/0/0) #4 js:2:pivx:ToEA6mkkScBzPS3QS97WZjaF1BidcB1ywJUVPvH1UAbz9BzZ1U8Uzo3zVwrmNHH18cJiwpjFEUnvCu5hqTQs5df1A7f1vBttM65ReXpJhxvKtvh:
Vertcoin 1 cross [segwit]: 1.11862 VTC (308ops) (3QvBD1CT2tVpd6M9MYsFQD8yhEBPJRv9xU on 49'/28'/0'/0/135) segwit#0 js:2:vertcoin:xpub6BzrB2TZiXxTtjegub5eT5QAmDtrDVNDnwj8eJJgBqgbLwXxsRQgQQoP5eCaHNyvLxFXkB2doyxytbGkUvoQtepWayC3hWgoL7DbwshW4yS:segwit
Vertcoin 2 [segwit]: 1.17463 VTC (339ops) (3ErAVJFUqsbuxvT5ZG5kx8XS5tUoQezAnH on 49'/28'/1'/0/177) segwit#1 js:2:vertcoin:xpub6BzrB2TZiXxTxPQdQWrnTLvxXgdvSncCsqYsUPHn93hfzzmNtKh89FH4W9qxzH2GHVhcvowEtcNHLBJMvaRfTPhAMgghoEFrjX8XMVgrTGf:segwit
Vertcoin 3 [segwit]: 0 VTC (0ops) (37sUZu9kBZk9uH1SxV1asosooyiHhbC7rd on 49'/28'/2'/0/0) segwit#2 js:2:vertcoin:xpub6BzrB2TZiXxU1HxVHfXBofkeE1JNTetYETWhdsEuPc7giYWWWsFTx8oYHvGYRCHXrczxA7iqAFTQpCAfyLqnzvTZgz25S5bDCr3aEgNLbHV:segwit
Vertcoin 1 [legacy]: 27.1545 VTC (314ops) (VsJuJmwTuY9dexkWg2Mp4bYqZYGWyXjQaQ on 44'/28'/0'/0/167) #0 js:2:vertcoin:xpub6D9ewWZRDVHmnJbjdoaFbC54UhW6iZ4k2n9tLiTPJsqp7x16bAdkGhK7yy7cnvegoJz5HwBGcoQpSv1Mp6oTDYDgHd2RPHennaNsQuBuaXR:
Vertcoin 2 [legacy]: 0.0665021 VTC (291ops) (Vfv38ZR895AEVLDkdGa14cE3eqMrANSPai on 44'/28'/1'/0/144) #1 js:2:vertcoin:xpub6D9ewWZRDVHmoTUYA4SfZTKVP9QvkovJmZ5bPbj12dgZEUb6DtS76PP144mkfCfBDsXvEFsEN7hsrbdvBA34mg78owvpVXQAuQRKmggGvGF:
Vertcoin 3 [legacy]: 0 VTC (0ops) (VgM8spUbqP3r1qdnswXaSrqGeMVnERAuuV on 44'/28'/2'/0/0) #2 js:2:vertcoin:xpub6D9ewWZRDVHmtBmAgSQ2HSyfeZs9ebe5iYurVh2rBbpHRpQX52u3iZPqChjvoPYUmMD1jpGeNqVCkXEridcr92DTEFhngPjieTtiPjJGGEA:
Viacoin 1 cross [segwit]: 0.355795 VIA (286ops) (EQcnC5G1jSmdoqb4YKRGmtKB4Y6WdDEnKe on 49'/14'/0'/0/131) segwit#0 js:2:viacoin:xpub6BnHRZZc2q3Bq7c8LWrKVaek5cChKLozvgLvD4uS52XX9qvVv1AfXtGnQqs7z1fy58DCXc7333iznM3enL4y3gAjx9bbJAhEd3f9Bf8FMAL:segwit
Viacoin 2 [segwit]: 15.74 VIA (291ops) (ETHpR6WqQFLcmFE9TLtUe5W2sbdH7y17Ts on 49'/14'/1'/0/136) segwit#1 js:2:viacoin:xpub6BnHRZZc2q3Bv5KKzULAJs7Wp4Aa1Ht1i1HfMpFPz39ErhhzaK25gSKwbGvMLvU7gREE2N1uPJ87x9UyfbPhu6UTNbtRTq5K5EvXgktynP7:segwit
Viacoin 3 [segwit]: 0 VIA (0ops) (ELsKYe4RMf5PjAh6ebwSwPhX7kJikrPS1B on 49'/14'/2'/0/0) segwit#2 js:2:viacoin:xpub6BnHRZZc2q3BwqXyrx8ZAntahSP89Z6HxVaWASEYswBqqKzmBigsCndsB57zZcYDVMbmE2mWbgRMV8AYgxfZKQgfoasrKvg4ex1zz3xX29x:segwit
Viacoin 1 [legacy]: 10.9758 VIA (260ops) (ViWFFfYFFHZhddajtd4zgAApRHucNbcFgC on 44'/14'/0'/0/138) #0 js:2:viacoin:xpub6BqwJGyyRny96T4yirVKJ3iqL3dznXfrtohfLE5AgKButrt9PHen5v2yACKPuMZg53z5vmYkFh7NQeXotr714kgNUuuBD7HHpuZcfQpqtVB:
Viacoin 2 [legacy]: 15.1186 VIA (276ops) (Vw4dgJm95eHCELxfjg5cjJzEVKi6pnacYC on 44'/14'/1'/0/152) #1 js:2:viacoin:xpub6BqwJGyyRny99DmxkTjWUNWFd5foEt2aUddfdaEamdB8gLsfK225ttKKiM24gZvVmUWm1tC2zJheYZ7FfJkTgCvyAz8AxVRa8TPWbmsnWMb:
Viacoin 3 [legacy]: 0 VIA (0ops) (Veeew6qhNE8XmE8pzfQygq223k1k5jxF63 on 44'/14'/2'/0/0) #2 js:2:viacoin:xpub6BqwJGyyRny9AaT939M5Mdnm5g2a3ZTj42bFNtYcmWz793oRxGodSi7sY42Uk62AtGMzdMuJqttJpKX1Yu6FxfggF1TU4whZhCnPbyZRKx5:
Zcash 1 cross: 0.0119706 ZEC (155ops) (t1ZYt3PG8KUEidZjiSRQLPLZ3b2KEmgdixQ on 44'/133'/0'/0/71) #0 js:2:zcash:xpub6CJCxQneNaGtEsc5RekCewAkzA4HmtexTwe7WEdEmduLVbfPti54Vme5gpsTrTDRB7qGUjn7LPhXitHvjrnMVDTt8LYvj7s34ZzEz6PcS8z:
Zcash 2: 0 ZEC (118ops) (t1cMtv5pQLCdXyAxfja6qhyMkeMk8QVP6mM on 44'/133'/1'/0/58) #1 js:2:zcash:xpub6CJCxQneNaGtGzvpwjmx2kuAgbAwTBFFCC9TdvziUaYsPQYQ22mwaJbxvyBDLeW4gAnUBvKFeb5RznU3uxtVZp9AJQuU1Q5LsTMypXhN3dy:
Zcash 3: 0.0181721 ZEC (142ops) (t1YT7WrcBpKpEt8gmoo1qpfqpYo7rRfAZEW on 44'/133'/2'/0/75) #2 js:2:zcash:xpub6CJCxQneNaGtLNBmM9y9Fm23XfXVewWuDYb5mqH1Fybr2579KAGiPfR2gsjjakYEGwFCL4Hau3C9ns24sPFM1MBrSPRKQLLVdQpiSQkSARY:
Zcash 4: 0.228767 ZEC (141ops) (t1bFjfXw8CmEMg4jgeCogPD7MJ8DWQXHQ7d on 44'/133'/3'/0/74) #3 js:2:zcash:xpub6CJCxQneNaGtQ86kboo1yi9EsCrvQXMGKy2W6MWtMfSLxhpJQHgeLG4MLs1B6gHmYoWRC5q4CCUR4XzoBjPYAxFTHfdSfdhCWRspU2hJv1A:
Zcash 5: 0 ZEC (0ops) (t1NCYEq5jS9TMQMVA4NeMVShuY7JFmFf89y on 44'/133'/4'/0/0) #4 js:2:zcash:xpub6CJCxQneNaGtQcwqQ4ZBYaBpHPzrTRbyU5S4ziPHtkL5iNHxRv9P7J3oJjerQuPNm3JFpz6Ktcui5Eqv5YW9PiCwYonU5E12pg1hwUAkGxh:
Horizen 1 cross: 0.0159857 ZEN (237ops) (znXxGddvnVj1MDJ6VVM5frruwWAvhJSidGq on 44'/121'/0'/0/109) #0 js:2:zencash:xpub6C68jAb8xasfmbmg37N3W5TsYWdTb6xLCtjwz5oSVAdi6Jxzx6FeBQcQazySrCXnsGZKaT9MXB9i4Lny4AoFAVZtSy6kVExyheF7X5Msvu3:
Horizen 2: 0 ZEN (225ops) (znm8aKpTxoFPa7ZbPGoDAUHfXE4MmSQq44y on 44'/121'/1'/0/105) #1 js:2:zencash:xpub6C68jAb8xasfrBmUVvZbdXydhq15bdfePn1qhjb32azt3GkzoqBCQuRaZKPYp9T9uhr7TYCANdXanzeXfXp4qMjw7ijiPPNbBKmGRZRFeoa:
Horizen 3: 0.426856 ZEN (245ops) (znirWjYYspFmmdBEC1qhAw6pqKeDYg2APur on 44'/121'/2'/0/132) #2 js:2:zencash:xpub6C68jAb8xasfsZCbDtbqPTydFZEHjfzFP75ZQyizidPdLPHNbf41HqQq8RiHMJNuXx71D15Uv9yVpxHkxicSAzKCPVqi1gCKkJTdCN6MK7Q:
Horizen 4: 0 ZEN (251ops) (znpDLmXoFvUUD6j8ZGqvZZdSVFku9Brzikt on 44'/121'/3'/0/132) #3 js:2:zencash:xpub6C68jAb8xasfwaE1WeCTh2JhK4KMh64oUaNn2MJCpVdjBmV7cdLhW8xqAfrb8eerM3wtiwMg9sMZkjA62QMH1rMDNbr97uLKNZohEX7c1cq:
Horizen 5: 0 ZEN (0ops) (znm8ELZShHo5gm7aQjcd3qbxT7UF8Mnzyr2 on 44'/121'/4'/0/0) #4 js:2:zencash:xpub6C68jAb8xasfwknWxgLgizrHgqJko7RdnamzFS3DzoKUaA5721xs1HE23NHHqq6LcvmKf43ncaSsz3cEZZpmCrgfK1GhrmDNHkvKfyqpZHF:
Celo 1 cross: 1.18455 CELO (64ops) (0x246FFDB387F1F8c48072E1C13443540017bC71b7 on 44'/52752'/0'/0/0) #0 js:2:celo:0x246FFDB387F1F8c48072E1C13443540017bC71b7:
Celo 2: 0.0124477 CELO (36ops) (0xfbD6f2Ee91DdEFFB77FA360d851d5f305BE9ceF8 on 44'/52752'/1'/0/0) #1 js:2:celo:0xfbD6f2Ee91DdEFFB77FA360d851d5f305BE9ceF8:
Celo 3: 17.4706 CELO (32ops) (0x7993d97bbB2328a9Daf24f3d9855d7cc85f0c2A0 on 44'/52752'/2'/0/0) #2 js:2:celo:0x7993d97bbB2328a9Daf24f3d9855d7cc85f0c2A0:
Celo 4: 0.000636 CELO (9ops) (0x709b0F0Ba5719F76320d96195D17a56d35dcf1f2 on 44'/52752'/3'/0/0) #3 js:2:celo:0x709b0F0Ba5719F76320d96195D17a56d35dcf1f2:
Celo 5: 0.0021124 CELO (20ops) (0xA6EB5541E3527d07CaD4dD14E5454820DB858160 on 44'/52752'/4'/0/0) #4 js:2:celo:0xA6EB5541E3527d07CaD4dD14E5454820DB858160:
Celo 6: 0.59011 CELO (9ops) (0x6baA538b3eC946E822E1cE1D1E55849A3cfc52EE on 44'/52752'/5'/0/0) #5 js:2:celo:0x6baA538b3eC946E822E1cE1D1E55849A3cfc52EE:
Celo 7: 0.00069368 CELO (6ops) (0x0119a3BCC7140f0cab7bBcA6340838B05Ab80bBc on 44'/52752'/6'/0/0) #6 js:2:celo:0x0119a3BCC7140f0cab7bBcA6340838B05Ab80bBc:
Celo 8: 0 CELO (0ops) (0xc054A142A0e8793bC860A34971C3eb549064A54a on 44'/52752'/7'/0/0) #7 js:2:celo:0xc054A142A0e8793bC860A34971C3eb549064A54a:
Osmosis 1 cross: 4.52557 OSMO (9ops) (osmo1rs97j43nfyvc689y5rjvnnhrq3tes6ghn8m44l on 44'/118'/0'/0/0) #0 js:2:osmo:osmo1rs97j43nfyvc689y5rjvnnhrq3tes6ghn8m44l:
Osmosis 2: 0.98629 OSMO (18ops) (osmo1qvtnzptp30maznnhdg30xl2jtdq2shpn08kxaf on 44'/118'/1'/0/0) #1 js:2:osmo:osmo1qvtnzptp30maznnhdg30xl2jtdq2shpn08kxaf:
Osmosis 3: 0 OSMO (10ops) (osmo1vvzwc6l3wfdaqa9rncex8k2uwtpwztswsm7kkv on 44'/118'/2'/0/0) #2 js:2:osmo:osmo1vvzwc6l3wfdaqa9rncex8k2uwtpwztswsm7kkv:
Osmosis 4: 0.893614 OSMO (12ops) (osmo1hgyf054qztvmty3cayuw9nedftlhejv5r6kn0k on 44'/118'/3'/0/0) #3 js:2:osmo:osmo1hgyf054qztvmty3cayuw9nedftlhejv5r6kn0k:
Osmosis 5: 0.091942 OSMO (6ops) (osmo1vc7s929uh2yxyhau4wsg5th9jzedvkurt8rqd0 on 44'/118'/4'/0/0) #4 js:2:osmo:osmo1vc7s929uh2yxyhau4wsg5th9jzedvkurt8rqd0:
Osmosis 6: 0.700992 OSMO (18ops) (osmo1qgrd8srhvald995uvpeyncvwg7afgkmr88spsw on 44'/118'/5'/0/0) #5 js:2:osmo:osmo1qgrd8srhvald995uvpeyncvwg7afgkmr88spsw:
Osmosis 7: 1.47098 OSMO (12ops) (osmo1n6vccpa77x7xyhnk98jy6gg3rmgjkazxuyk2ng on 44'/118'/6'/0/0) #6 js:2:osmo:osmo1n6vccpa77x7xyhnk98jy6gg3rmgjkazxuyk2ng:
Osmosis 8: 0.979924 OSMO (19ops) (osmo1v283e7h2plllyjwgqrexv2ge5e4z252u26g0qp on 44'/118'/7'/0/0) #7 js:2:osmo:osmo1v283e7h2plllyjwgqrexv2ge5e4z252u26g0qp:
Osmosis 9: 0.652112 OSMO (6ops) (osmo1g9t7sv8y0mvu2qd0xguc40xujnu94rh5teku2d on 44'/118'/8'/0/0) #8 js:2:osmo:osmo1g9t7sv8y0mvu2qd0xguc40xujnu94rh5teku2d:
Osmosis 10: 9.69793 OSMO (9ops) (osmo1jgk668h53gd9wn09mndq7uzgk80nr5d82trkg5 on 44'/118'/9'/0/0) #9 js:2:osmo:osmo1jgk668h53gd9wn09mndq7uzgk80nr5d82trkg5:
Osmosis 11 cross: 2.1182 OSMO (3ops) (osmo1733g3dfzj6tulcqtvz628ypuqj0hvlrzruntc8 on 44'/118'/10'/0/0) #10 js:2:osmo:osmo1733g3dfzj6tulcqtvz628ypuqj0hvlrzruntc8:
Osmosis 12: 1.20263 OSMO (3ops) (osmo1q09970dekm5hdku5tta7p9w6kldyyf25xfc0yg on 44'/118'/11'/0/0) #11 js:2:osmo:osmo1q09970dekm5hdku5tta7p9w6kldyyf25xfc0yg:
Osmosis 13: 1.38259 OSMO (3ops) (osmo1yhlye27fl05kg4nhmeu5d579m8ups9ew74425m on 44'/118'/12'/0/0) #12 js:2:osmo:osmo1yhlye27fl05kg4nhmeu5d579m8ups9ew74425m:
Osmosis 14: 0 OSMO (0ops) (osmo1890w5jltm6wmq2jr9f9e8x4vhs5fx30qc05uc9 on 44'/118'/13'/0/0) #13 js:2:osmo:osmo1890w5jltm6wmq2jr9f9e8x4vhs5fx30qc05uc9:
Desmos 1 cross: 0 DSM (0ops) (desmos1rs97j43nfyvc689y5rjvnnhrq3tes6gh0y9454 on 44'/118'/0'/0/0) #0 js:2:desmos:desmos1rs97j43nfyvc689y5rjvnnhrq3tes6gh0y9454:
Desmos 2: 0.014499 DSM (0ops) (desmos1qvtnzptp30maznnhdg30xl2jtdq2shpnnygxur on 44'/118'/1'/0/0) #1 js:2:desmos:desmos1qvtnzptp30maznnhdg30xl2jtdq2shpnnygxur:
Desmos 3: 0.956025 DSM (0ops) (desmos1vvzwc6l3wfdaqa9rncex8k2uwtpwztswvcqkhx on 44'/118'/2'/0/0) #2 js:2:desmos:desmos1vvzwc6l3wfdaqa9rncex8k2uwtpwztswvcqkhx:
Desmos 4: 0.002721 DSM (0ops) (desmos1hgyf054qztvmty3cayuw9nedftlhejv5legnwu on 44'/118'/3'/0/0) #3 js:2:desmos:desmos1hgyf054qztvmty3cayuw9nedftlhejv5legnwu:
Desmos 5: 0.010431 DSM (0ops) (desmos1vc7s929uh2yxyhau4wsg5th9jzedvkurhyaqv9 on 44'/118'/4'/0/0) #4 js:2:desmos:desmos1vc7s929uh2yxyhau4wsg5th9jzedvkurhyaqv9:
Desmos 6: 1.47212 DSM (0ops) (desmos1qgrd8srhvald995uvpeyncvwg7afgkmrmywp3y on 44'/118'/5'/0/0) #5 js:2:desmos:desmos1qgrd8srhvald995uvpeyncvwg7afgkmrmywp3y:
Desmos 7: 0.932118 DSM (0ops) (desmos1n6vccpa77x7xyhnk98jy6gg3rmgjkazxq8g2jz on 44'/118'/6'/0/0) #6 js:2:desmos:desmos1n6vccpa77x7xyhnk98jy6gg3rmgjkazxq8g2jz:
Desmos 8: 101.963 DSM (0ops) (desmos1v283e7h2plllyjwgqrexv2ge5e4z252ukek0pt on 44'/118'/7'/0/0) #7 js:2:desmos:desmos1v283e7h2plllyjwgqrexv2ge5e4z252ukek0pt:
Desmos 9: 0 DSM (0ops) (desmos1g9t7sv8y0mvu2qd0xguc40xujnu94rh5h6gut8 on 44'/118'/8'/0/0) #8 js:2:desmos:desmos1g9t7sv8y0mvu2qd0xguc40xujnu94rh5h6gut8:
Desmos 10: 0.445201 DSM (0ops) (desmos1jgk668h53gd9wn09mndq7uzgk80nr5d8kgakf7 on 44'/118'/9'/0/0) #9 js:2:desmos:desmos1jgk668h53gd9wn09mndq7uzgk80nr5d8kgakf7:
Desmos 11 cross: 38.1631 DSM (0ops) (desmos1733g3dfzj6tulcqtvz628ypuqj0hvlrzlldted on 44'/118'/10'/0/0) #10 js:2:desmos:desmos1733g3dfzj6tulcqtvz628ypuqj0hvlrzlldted:
Desmos 12: 1.10865 DSM (0ops) (desmos1q09970dekm5hdku5tta7p9w6kldyyf2562x09z on 44'/118'/11'/0/0) #11 js:2:desmos:desmos1q09970dekm5hdku5tta7p9w6kldyyf2562x09z:
Desmos 13: 0 DSM (0ops) (desmos1yhlye27fl05kg4nhmeu5d579m8ups9ewzkt243 on 44'/118'/12'/0/0) #12 js:2:desmos:desmos1yhlye27fl05kg4nhmeu5d579m8ups9ewzkt243:
Umee 1 cross: 0 UMEE (0ops) (umee1rs97j43nfyvc689y5rjvnnhrq3tes6ghf2468l on 44'/118'/0'/0/0) #0 js:2:umee:umee1rs97j43nfyvc689y5rjvnnhrq3tes6ghf2468l:
Umee 2: 9.0659 UMEE (0ops) (umee1qvtnzptp30maznnhdg30xl2jtdq2shpn42cf0f on 44'/118'/1'/0/0) #1 js:2:umee:umee1qvtnzptp30maznnhdg30xl2jtdq2shpn42cf0f:
Umee 3: 0 UMEE (0ops) (umee1vvzwc6l3wfdaqa9rncex8k2uwtpwztsw2kseyv on 44'/118'/2'/0/0) #2 js:2:umee:umee1vvzwc6l3wfdaqa9rncex8k2uwtpwztsw2kseyv:
Umee 4: 53.4812 UMEE (0ops) (umee1hgyf054qztvmty3cayuw9nedftlhejv5ehcuak on 44'/118'/3'/0/0) #3 js:2:umee:umee1hgyf054qztvmty3cayuw9nedftlhejv5ehcuak:
Umee 5: 131.238 UMEE (0ops) (umee1vc7s929uh2yxyhau4wsg5th9jzedvkur32d0l0 on 44'/118'/4'/0/0) #4 js:2:umee:umee1vc7s929uh2yxyhau4wsg5th9jzedvkur32d0l0:
Umee 6: 35.6773 UMEE (0ops) (umee1qgrd8srhvald995uvpeyncvwg7afgkmra27wzw on 44'/118'/5'/0/0) #5 js:2:umee:umee1qgrd8srhvald995uvpeyncvwg7afgkmra27wzw:
Umee 7: 116.531 UMEE (0ops) (umee1n6vccpa77x7xyhnk98jy6gg3rmgjkazxxfc9pg on 44'/118'/6'/0/0) #6 js:2:umee:umee1n6vccpa77x7xyhnk98jy6gg3rmgjkazxxfc9pg:
Umee 8: 316.384 UMEE (0ops) (umee1v283e7h2plllyjwgqrexv2ge5e4z252ushxqjp on 44'/118'/7'/0/0) #7 js:2:umee:umee1v283e7h2plllyjwgqrexv2ge5e4z252ushxqjp:
Umee 9: 99.4575 UMEE (0ops) (umee1g9t7sv8y0mvu2qd0xguc40xujnu94rh535cncd on 44'/118'/8'/0/0) #8 js:2:umee:umee1g9t7sv8y0mvu2qd0xguc40xujnu94rh535cncd:
Umee 10: 4.78846 UMEE (0ops) (umee1jgk668h53gd9wn09mndq7uzgk80nr5d8sxde65 on 44'/118'/9'/0/0) #9 js:2:umee:umee1jgk668h53gd9wn09mndq7uzgk80nr5d8sxde65:
Umee 11 cross: 2.73337 UMEE (0ops) (umee1733g3dfzj6tulcqtvz628ypuqj0hvlrze3ay28 on 44'/118'/10'/0/0) #10 js:2:umee:umee1733g3dfzj6tulcqtvz628ypuqj0hvlrze3ay28:
Umee 12: 0 UMEE (0ops) (umee1q09970dekm5hdku5tta7p9w6kldyyf25uykqkg on 44'/118'/11'/0/0) #11 js:2:umee:umee1q09970dekm5hdku5tta7p9w6kldyyf25uykqkg:
Persistence 1 cross: 0 XPRT (0ops) (persistence1rs97j43nfyvc689y5rjvnnhrq3tes6gh4swkdf on 44'/118'/0'/0/0) #0 js:2:persistence:persistence1rs97j43nfyvc689y5rjvnnhrq3tes6gh4swkdf:
Persistence 2: 0 XPRT (0ops) (persistence1qvtnzptp30maznnhdg30xl2jtdq2shpnfsr99l on 44'/118'/1'/0/0) #1 js:2:persistence:persistence1qvtnzptp30maznnhdg30xl2jtdq2shpnfsr99l:
Persistence 3: 0 XPRT (0ops) (persistence1vvzwc6l3wfdaqa9rncex8k2uwtpwztswkvt4w6 on 44'/118'/2'/0/0) #2 js:2:persistence:persistence1vvzwc6l3wfdaqa9rncex8k2uwtpwztswkvt4w6:
Persistence 4: 0.000429 XPRT (0ops) (persistence1hgyf054qztvmty3cayuw9nedftlhejv59drshq on 44'/118'/3'/0/0) #3 js:2:persistence:persistence1hgyf054qztvmty3cayuw9nedftlhejv59drshq:
Persistence 5: 0 XPRT (0ops) (persistence1vc7s929uh2yxyhau4wsg5th9jzedvkurdskr4e on 44'/118'/4'/0/0) #4 js:2:persistence:persistence1vc7s929uh2yxyhau4wsg5th9jzedvkurdskr4e:
Persistence 6: 0.261105 XPRT (0ops) (persistence1qgrd8srhvald995uvpeyncvwg7afgkmrps9zgc on 44'/118'/5'/0/0) #5 js:2:persistence:persistence1qgrd8srhvald995uvpeyncvwg7afgkmrps9zgc:
Persistence 7: 0.084 XPRT (0ops) (persistence1n6vccpa77x7xyhnk98jy6gg3rmgjkazx6nrft7 on 44'/118'/6'/0/0) #6 js:2:persistence:persistence1n6vccpa77x7xyhnk98jy6gg3rmgjkazx6nrft7:
Persistence 8: 10.9122 XPRT (0ops) (persistence1v283e7h2plllyjwgqrexv2ge5e4z252uvdavch on 44'/118'/7'/0/0) #7 js:2:persistence:persistence1v283e7h2plllyjwgqrexv2ge5e4z252uvdavch:
Persistence 9: 0 XPRT (0ops) (persistence1g9t7sv8y0mvu2qd0xguc40xujnu94rh5dwrljm on 44'/118'/8'/0/0) #8 js:2:persistence:persistence1g9t7sv8y0mvu2qd0xguc40xujnu94rh5dwrljm:
Persistence 10: 0.278159 XPRT (0ops) (persistence1jgk668h53gd9wn09mndq7uzgk80nr5d8vuk4sz on 44'/118'/9'/0/0) #9 js:2:persistence:persistence1jgk668h53gd9wn09mndq7uzgk80nr5d8vuk4sz:
Persistence 11 cross: 0.030498 XPRT (0ops) (persistence1733g3dfzj6tulcqtvz628ypuqj0hvlrz9txgq3 on 44'/118'/10'/0/0) #10 js:2:persistence:persistence1733g3dfzj6tulcqtvz628ypuqj0hvlrz9txgq3:
Persistence 12: 1.05584 XPRT (0ops) (persistence1q09970dekm5hdku5tta7p9w6kldyyf25q7dvu7 on 44'/118'/11'/0/0) #11 js:2:persistence:persistence1q09970dekm5hdku5tta7p9w6kldyyf25q7dvu7:
Persistence 13: 5.57524 XPRT (0ops) (persistence1yhlye27fl05kg4nhmeu5d579m8ups9ewczqfvd on 44'/118'/12'/0/0) #12 js:2:persistence:persistence1yhlye27fl05kg4nhmeu5d579m8ups9ewczqfvd:
Persistence 14: 0.382727 XPRT (0ops) (persistence1890w5jltm6wmq2jr9f9e8x4vhs5fx30q7cplqn on 44'/118'/13'/0/0) #13 js:2:persistence:persistence1890w5jltm6wmq2jr9f9e8x4vhs5fx30q7cplqn:
Persistence 15: 14.0262 XPRT (0ops) (persistence1yq6ehsdwpsvae9exgjmzt4dx78y4j5apkj0r2m on 44'/118'/14'/0/0) #14 js:2:persistence:persistence1yq6ehsdwpsvae9exgjmzt4dx78y4j5apkj0r2m:
Persistence 16: 0 XPRT (0ops) (persistence10wwjgt3uluxt4zq4qxnkcv96nyz4cataezez92 on 44'/118'/15'/0/0) #15 js:2:persistence:persistence10wwjgt3uluxt4zq4qxnkcv96nyz4cataezez92:
Quicksilver 1 cross: 0 QCK (0ops) (quick1rs97j43nfyvc689y5rjvnnhrq3tes6ghscch6l on 44'/118'/0'/0/0) #0 js:2:quicksilver:quick1rs97j43nfyvc689y5rjvnnhrq3tes6ghscch6l:
Quicksilver 2: 0.12895 QCK (0ops) (quick1qvtnzptp30maznnhdg30xl2jtdq2shpnvc4yjf on 44'/118'/1'/0/0) #1 js:2:quicksilver:quick1qvtnzptp30maznnhdg30xl2jtdq2shpnvc4yjf:
Quicksilver 3: 0.268371 QCK (0ops) (quick1vvzwc6l3wfdaqa9rncex8k2uwtpwztswnya5ev on 44'/118'/2'/0/0) #2 js:2:quicksilver:quick1vvzwc6l3wfdaqa9rncex8k2uwtpwztswnya5ev:
Quicksilver 4: 0.574049 QCK (0ops) (quick1hgyf054qztvmty3cayuw9nedftlhejv5q943qk on 44'/118'/3'/0/0) #3 js:2:quicksilver:quick1hgyf054qztvmty3cayuw9nedftlhejv5q943qk:
Quicksilver 5: 0 QCK (0ops) (quick1vc7s929uh2yxyhau4wsg5th9jzedvkurgcqzz0 on 44'/118'/4'/0/0) #4 js:2:quicksilver:quick1vc7s929uh2yxyhau4wsg5th9jzedvkurgcqzz0:
Quicksilver 6: 0.001482 QCK (0ops) (quick1qgrd8srhvald995uvpeyncvwg7afgkmrycnrlw on 44'/118'/5'/0/0) #5 js:2:quicksilver:quick1qgrd8srhvald995uvpeyncvwg7afgkmrycnrlw:
Quicksilver 7: 0.000611 QCK (0ops) (quick1n6vccpa77x7xyhnk98jy6gg3rmgjkazxlm4gug on 44'/118'/6'/0/0) #6 js:2:quicksilver:quick1n6vccpa77x7xyhnk98jy6gg3rmgjkazxlm4gug:
Quicksilver 8: 0.237042 QCK (0ops) (quick1v283e7h2plllyjwgqrexv2ge5e4z252uf9td0p on 44'/118'/7'/0/0) #7 js:2:quicksilver:quick1v283e7h2plllyjwgqrexv2ge5e4z252uf9td0p:
Quicksilver 9: 1.0846 QCK (0ops) (quick1g9t7sv8y0mvu2qd0xguc40xujnu94rh5gx479d on 44'/118'/8'/0/0) #8 js:2:quicksilver:quick1g9t7sv8y0mvu2qd0xguc40xujnu94rh5gx479d:
Quicksilver 10: 0.293339 QCK (0ops) (quick1jgk668h53gd9wn09mndq7uzgk80nr5d8f5q585 on 44'/118'/9'/0/0) #9 js:2:quicksilver:quick1jgk668h53gd9wn09mndq7uzgk80nr5d8f5q585:
Quicksilver 11 cross: 0.93641 QCK (0ops) (quick1733g3dfzj6tulcqtvz628ypuqj0hvlrzqrsfh8 on 44'/118'/10'/0/0) #10 js:2:quicksilver:quick1733g3dfzj6tulcqtvz628ypuqj0hvlrzqrsfh8:
Quicksilver 12: 4.57736 QCK (0ops) (quick1q09970dekm5hdku5tta7p9w6kldyyf259kmdtg on 44'/118'/11'/0/0) #11 js:2:quicksilver:quick1q09970dekm5hdku5tta7p9w6kldyyf259kmdtg:
Quicksilver 13: 5.73823 QCK (0ops) (quick1yhlye27fl05kg4nhmeu5d579m8ups9ewa2kgmm on 44'/118'/12'/0/0) #12 js:2:quicksilver:quick1yhlye27fl05kg4nhmeu5d579m8ups9ewa2kgmm:
Quicksilver 14: 3.04318 QCK (0ops) (quick1890w5jltm6wmq2jr9f9e8x4vhs5fx30qmsh7h9 on 44'/118'/13'/0/0) #13 js:2:quicksilver:quick1890w5jltm6wmq2jr9f9e8x4vhs5fx30qmsh7h9:
Quicksilver 15: 2.31752 QCK (0ops) (quick1yq6ehsdwpsvae9exgjmzt4dx78y4j5apn6ezad on 44'/118'/14'/0/0) #14 js:2:quicksilver:quick1yq6ehsdwpsvae9exgjmzt4dx78y4j5apn6ezad:
Quicksilver 16: 0.032791 QCK (0ops) (quick10wwjgt3uluxt4zq4qxnkcv96nyz4catau20rju on 44'/118'/15'/0/0) #15 js:2:quicksilver:quick10wwjgt3uluxt4zq4qxnkcv96nyz4catau20rju:
Quicksilver 17: 4.58202 QCK (0ops) (quick1xr8krhp99mp9ncrz6dfgre542nv0rc8lqu8srr on 44'/118'/16'/0/0) #16 js:2:quicksilver:quick1xr8krhp99mp9ncrz6dfgre542nv0rc8lqu8srr:
Quicksilver 18: 0 QCK (0ops) (quick102w826rmvswfhs4zsv2ujhylmd92c28peqta0e on 44'/118'/17'/0/0) #17 js:2:quicksilver:quick102w826rmvswfhs4zsv2ujhylmd92c28peqta0e:
Onomy 1 cross: 0 NOM (11ops) (onomy1rs97j43nfyvc689y5rjvnnhrq3tes6ghpaunjg on 44'/118'/0'/0/0) #0 js:2:onomy:onomy1rs97j43nfyvc689y5rjvnnhrq3tes6ghpaunjg:
Onomy 2: 0.00274522 NOM (23ops) (onomy1qvtnzptp30maznnhdg30xl2jtdq2shpnaa3q67 on 44'/118'/1'/0/0) #1 js:2:onomy:onomy1qvtnzptp30maznnhdg30xl2jtdq2shpnaa3q67:
Onomy 3: 0.00000258 NOM (23ops) (onomy1vvzwc6l3wfdaqa9rncex8k2uwtpwztswzpes3m on 44'/118'/2'/0/0) #2 js:2:onomy:onomy1vvzwc6l3wfdaqa9rncex8k2uwtpwztswzpes3m:
Onomy 4: 0.00349373 NOM (33ops) (onomy1hgyf054qztvmty3cayuw9nedftlhejv53q34gp on 44'/118'/3'/0/0) #3 js:2:onomy:onomy1hgyf054qztvmty3cayuw9nedftlhejv53q34gp:
Onomy 5: 0.00000234 NOM (42ops) (onomy1vc7s929uh2yxyhau4wsg5th9jzedvkureayx2c on 44'/118'/4'/0/0) #4 js:2:onomy:onomy1vc7s929uh2yxyhau4wsg5th9jzedvkureayx2c:
Onomy 6: 0.00253392 NOM (26ops) (onomy1qgrd8srhvald995uvpeyncvwg7afgkmr4ah8he on 44'/118'/5'/0/0) #5 js:2:onomy:onomy1qgrd8srhvald995uvpeyncvwg7afgkmr4ah8he:
Onomy 7: 0.00000359 NOM (17ops) (onomy1n6vccpa77x7xyhnk98jy6gg3rmgjkazxw73v5l on 44'/118'/6'/0/0) #6 js:2:onomy:onomy1n6vccpa77x7xyhnk98jy6gg3rmgjkazxw73v5l:
Onomy 8: 0.00401085 NOM (21ops) (onomy1v283e7h2plllyjwgqrexv2ge5e4z252ucq0f8k on 44'/118'/7'/0/0) #7 js:2:onomy:onomy1v283e7h2plllyjwgqrexv2ge5e4z252ucq0f8k:
Onomy 9: 0.00000083 NOM (18ops) (onomy1g9t7sv8y0mvu2qd0xguc40xujnu94rh5er36d6 on 44'/118'/8'/0/0) #8 js:2:onomy:onomy1g9t7sv8y0mvu2qd0xguc40xujnu94rh5er36d6:
Onomy 10: 0.0334875 NOM (41ops) (onomy1jgk668h53gd9wn09mndq7uzgk80nr5d8c3ys0r on 44'/118'/9'/0/0) #9 js:2:onomy:onomy1jgk668h53gd9wn09mndq7uzgk80nr5d8c3ys0r:
Onomy 11 cross: 0.00540958 NOM (7ops) (onomy1733g3dfzj6tulcqtvz628ypuqj0hvlrz3x5dls on 44'/118'/10'/0/0) #10 js:2:onomy:onomy1733g3dfzj6tulcqtvz628ypuqj0hvlrz3x5dls:
Onomy 12: 0.310601 NOM (37ops) (onomy1q09970dekm5hdku5tta7p9w6kldyyf255nlfrl on 44'/118'/11'/0/0) #11 js:2:onomy:onomy1q09970dekm5hdku5tta7p9w6kldyyf255nlfrl:
Onomy 13: 0.0000269 NOM (12ops) (onomy1yhlye27fl05kg4nhmeu5d579m8ups9ewv0jvnv on 44'/118'/12'/0/0) #12 js:2:onomy:onomy1yhlye27fl05kg4nhmeu5d579m8ups9ewv0jvnv:
Onomy 14: 0.200568 NOM (21ops) (onomy1890w5jltm6wmq2jr9f9e8x4vhs5fx30q24n6lj on 44'/118'/13'/0/0) #13 js:2:onomy:onomy1890w5jltm6wmq2jr9f9e8x4vhs5fx30q24n6lj:
Onomy 15: 0.331506 NOM (14ops) (onomy1yq6ehsdwpsvae9exgjmzt4dx78y4j5apzlax46 on 44'/118'/14'/0/0) #14 js:2:onomy:onomy1yq6ehsdwpsvae9exgjmzt4dx78y4j5apzlax46:
Onomy 16: 0.050913 NOM (8ops) (onomy10wwjgt3uluxt4zq4qxnkcv96nyz4catad0t86t on 44'/118'/15'/0/0) #15 js:2:onomy:onomy10wwjgt3uluxt4zq4qxnkcv96nyz4catad0t86t:
Onomy 17: 0.859881 NOM (4ops) (onomy1xr8krhp99mp9ncrz6dfgre542nv0rc8l3er5t5 on 44'/118'/16'/0/0) #16 js:2:onomy:onomy1xr8krhp99mp9ncrz6dfgre542nv0rc8l3er5t5:
Onomy 18: 0 NOM (0ops) (onomy102w826rmvswfhs4zsv2ujhylmd92c28pg90e8w on 44'/118'/17'/0/0) #17 js:2:onomy:onomy102w826rmvswfhs4zsv2ujhylmd92c28pg90e8w:
Stargaze 1 cross: 0 STARS (2ops) (stars1rs97j43nfyvc689y5rjvnnhrq3tes6gh0qlcgu on 44'/118'/0'/0/0) #0 js:2:stargaze:stars1rs97j43nfyvc689y5rjvnnhrq3tes6gh0qlcgu:
Stargaze 2: 64.427 STARS (8ops) (stars1qvtnzptp30maznnhdg30xl2jtdq2shpnnqjtq2 on 44'/118'/1'/0/0) #1 js:2:stargaze:stars1qvtnzptp30maznnhdg30xl2jtdq2shpnnqjtq2:
Stargaze 3: 0 STARS (5ops) (stars1vvzwc6l3wfdaqa9rncex8k2uwtpwztswvu6mt0 on 44'/118'/2'/0/0) #2 js:2:stargaze:stars1vvzwc6l3wfdaqa9rncex8k2uwtpwztswvu6mt0:
Stargaze 4: 32.2928 STARS (14ops) (stars1hgyf054qztvmty3cayuw9nedftlhejv5laj7j4 on 44'/118'/3'/0/0) #3 js:2:stargaze:stars1hgyf054qztvmty3cayuw9nedftlhejv5laj7j4:
Stargaze 5: 3.31814 STARS (14ops) (stars1vc7s929uh2yxyhau4wsg5th9jzedvkurhq8dsv on 44'/118'/4'/0/0) #4 js:2:stargaze:stars1vc7s929uh2yxyhau4wsg5th9jzedvkurhq8dsv:
Stargaze 6: 1.32357 STARS (11ops) (stars1qgrd8srhvald995uvpeyncvwg7afgkmrmq5vdd on 44'/118'/5'/0/0) #5 js:2:stargaze:stars1qgrd8srhvald995uvpeyncvwg7afgkmrmq5vdd:
Stargaze 7: 0.187625 STARS (10ops) (stars1n6vccpa77x7xyhnk98jy6gg3rmgjkazxqrj8wt on 44'/118'/6'/0/0) #6 js:2:stargaze:stars1n6vccpa77x7xyhnk98jy6gg3rmgjkazxqrj8wt:
Stargaze 8: 8.34075 STARS (22ops) (stars1v283e7h2plllyjwgqrexv2ge5e4z252ukavzaz on 44'/118'/7'/0/0) #7 js:2:stargaze:stars1v283e7h2plllyjwgqrexv2ge5e4z252ukavzaz:
Stargaze 9: 0 STARS (13ops) (stars1g9t7sv8y0mvu2qd0xguc40xujnu94rh5h7j3hw on 44'/118'/8'/0/0) #8 js:2:stargaze:stars1g9t7sv8y0mvu2qd0xguc40xujnu94rh5h7j3hw:
Stargaze 10: 525.291 STARS (19ops) (stars1jgk668h53gd9wn09mndq7uzgk80nr5d8kv8m4h on 44'/118'/9'/0/0) #9 js:2:stargaze:stars1jgk668h53gd9wn09mndq7uzgk80nr5d8kv8m4h:
Stargaze 11 cross: 6.01525 STARS (7ops) (stars1733g3dfzj6tulcqtvz628ypuqj0hvlrzlmhx9y on 44'/118'/10'/0/0) #10 js:2:stargaze:stars1733g3dfzj6tulcqtvz628ypuqj0hvlrzlmhx9y:
Stargaze 12: 49.9844 STARS (6ops) (stars1q09970dekm5hdku5tta7p9w6kldyyf256wuzet on 44'/118'/11'/0/0) #11 js:2:stargaze:stars1q09970dekm5hdku5tta7p9w6kldyyf256wuzet:
Stargaze 13: 291.867 STARS (2ops) (stars1yhlye27fl05kg4nhmeu5d579m8ups9ewzj38fc on 44'/118'/12'/0/0) #12 js:2:stargaze:stars1yhlye27fl05kg4nhmeu5d579m8ups9ewzj38fc:
Stargaze 14: 49.3117 STARS (3ops) (stars1890w5jltm6wmq2jr9f9e8x4vhs5fx30qygs39x on 44'/118'/13'/0/0) #13 js:2:stargaze:stars1890w5jltm6wmq2jr9f9e8x4vhs5fx30qygs39x:
Stargaze 15: 0 STARS (0ops) (stars1yq6ehsdwpsvae9exgjmzt4dx78y4j5apvz7d0w on 44'/118'/14'/0/0) #14 js:2:stargaze:stars1yq6ehsdwpsvae9exgjmzt4dx78y4j5apvz7d0w:
Coreum 1 cross: 0 CORE (25ops) (core1rs97j43nfyvc689y5rjvnnhrq3tes6ghgjs7yk on 44'/118'/0'/0/0) #0 js:2:coreum:core1rs97j43nfyvc689y5rjvnnhrq3tes6ghgjs7yk:
Coreum 2: 0.369902 CORE (33ops) (core1qvtnzptp30maznnhdg30xl2jtdq2shpn5jadvq on 44'/118'/1'/0/0) #1 js:2:coreum:core1qvtnzptp30maznnhdg30xl2jtdq2shpn5jadvq:
Coreum 3: 0 CORE (27ops) (core1vvzwc6l3wfdaqa9rncex8k2uwtpwztswtw4a89 on 44'/118'/2'/0/0) #2 js:2:coreum:core1vvzwc6l3wfdaqa9rncex8k2uwtpwztswtw4a89:
Coreum 4: 17.0598 CORE (30ops) (core1hgyf054qztvmty3cayuw9nedftlhejv5c0ac7l on 44'/118'/3'/0/0) #3 js:2:coreum:core1hgyf054qztvmty3cayuw9nedftlhejv5c0ac7l:
Coreum 5: 0 CORE (13ops) (core1vc7s929uh2yxyhau4wsg5th9jzedvkursjgtux on 44'/118'/4'/0/0) #4 js:2:coreum:core1vc7s929uh2yxyhau4wsg5th9jzedvkursjgtux:
Coreum 6: 0.000232 CORE (15ops) (core1qgrd8srhvald995uvpeyncvwg7afgkmrujm2p8 on 44'/118'/5'/0/0) #5 js:2:coreum:core1qgrd8srhvald995uvpeyncvwg7afgkmrujm2p8:
Coreum 7: 0.122058 CORE (6ops) (core1n6vccpa77x7xyhnk98jy6gg3rmgjkazx83apzp on 44'/118'/6'/0/0) #6 js:2:coreum:core1n6vccpa77x7xyhnk98jy6gg3rmgjkazx83apzp:
Coreum 8: 2.04106 CORE (8ops) (core1v283e7h2plllyjwgqrexv2ge5e4z252u30ry3g on 44'/118'/7'/0/0) #7 js:2:coreum:core1v283e7h2plllyjwgqrexv2ge5e4z252u30ry3g:
Coreum 9: 4.19353 CORE (5ops) (core1g9t7sv8y0mvu2qd0xguc40xujnu94rh5svahmy on 44'/118'/8'/0/0) #8 js:2:coreum:core1g9t7sv8y0mvu2qd0xguc40xujnu94rh5svahmy:
Coreum 10: 35.062 CORE (6ops) (core1jgk668h53gd9wn09mndq7uzgk80nr5d837gaea on 44'/118'/9'/0/0) #9 js:2:coreum:core1jgk668h53gd9wn09mndq7uzgk80nr5d837gaea:
Coreum 11 cross: 0 CORE (0ops) (core1733g3dfzj6tulcqtvz628ypuqj0hvlrzcfcqfw on 44'/118'/10'/0/0) #10 js:2:coreum:core1733g3dfzj6tulcqtvz628ypuqj0hvlrzcfcqfw:
Injective 1 cross: 0.0646771 INJ (0ops) (inj1vzjwweta3hegt99vfgrvmcq7rr5532yjsgxd4a on 44'/60'/0'/0/0) #0 js:2:injective:inj1vzjwweta3hegt99vfgrvmcq7rr5532yjsgxd4a:
Injective 2: 0.152804 INJ (0ops) (inj1jz75s9zwpzmxfy9u4xn4d00f7qz0z7zhzmzvf0 on 44'/60'/1'/0/0) #1 js:2:injective:inj1jz75s9zwpzmxfy9u4xn4d00f7qz0z7zhzmzvf0:
Injective 3: 0 INJ (0ops) (inj1km5tqdc6zhx6muwcak3577y8pf0x3ze9g6kh8x on 44'/60'/2'/0/0) #2 js:2:injective:inj1km5tqdc6zhx6muwcak3577y8pf0x3ze9g6kh8x:
Injective 4: 0.00075259 INJ (0ops) (inj1usz0z2ryg3vutg8kltrgyjk63728nry0u8u7jm on 44'/60'/3'/0/0) #3 js:2:injective:inj1usz0z2ryg3vutg8kltrgyjk63728nry0u8u7jm:
Injective 5: 0 INJ (0ops) (inj1wu9txhtv90z0us0kz6ly0d3xaaazsy8fum9mhg on 44'/60'/4'/0/0) #4 js:2:injective:inj1wu9txhtv90z0us0kz6ly0d3xaaazsy8fum9mhg:
Injective 6: 0 INJ (0ops) (inj1lk5qtu8ydlstyjw95t06va75zqejguecqq5u6z on 44'/60'/5'/0/0) #5 js:2:injective:inj1lk5qtu8ydlstyjw95t06va75zqejguecqq5u6z:
Crypto.org 1 cross: 17.3755 CRO (44ops) (cro14zpaxs3msrdnx5ch3m3y3yue0wwwevrf2hmwra on 44'/394'/0'/0/0) #0 js:2:crypto_org:cro14zpaxs3msrdnx5ch3m3y3yue0wwwevrf2hmwra:
Crypto.org 2: 0 CRO (35ops) (cro1h95uwv25le8rd0fl80qyp0438kn57xl4cp64dl on 44'/394'/1'/0/0) #1 js:2:crypto_org:cro1h95uwv25le8rd0fl80qyp0438kn57xl4cp64dl:
Crypto.org 3: 0 CRO (39ops) (cro1uxjd9r5yz6muu5fzhf8gj9dzvevpyzcc822je2 on 44'/394'/2'/0/0) #2 js:2:crypto_org:cro1uxjd9r5yz6muu5fzhf8gj9dzvevpyzcc822je2:
Crypto.org 4: 17.3755 CRO (30ops) (cro1w58ly7vcu7a57pfa25zt3kdvt89z38690aedcd on 44'/394'/3'/0/0) #3 js:2:crypto_org:cro1w58ly7vcu7a57pfa25zt3kdvt89z38690aedcd:
Crypto.org 5: 0 CRO (30ops) (cro17dv59jpz5tfk54sj9cdwqzjj8e22hp7g5a4v4l on 44'/394'/4'/0/0) #4 js:2:crypto_org:cro17dv59jpz5tfk54sj9cdwqzjj8e22hp7g5a4v4l:
Crypto.org 6: 0 CRO (31ops) (cro1zfhcf2htapdkjlw4ffqzce7yfe6mhscd2su05p on 44'/394'/5'/0/0) #5 js:2:crypto_org:cro1zfhcf2htapdkjlw4ffqzce7yfe6mhscd2su05p:
Crypto.org 7: 0 CRO (0ops) (cro1gfrsr7eerpuc0zpl4j6wp3aj55gqahtls2hj9h on 44'/394'/6'/0/0) #6 js:2:crypto_org:cro1gfrsr7eerpuc0zpl4j6wp3aj55gqahtls2hj9h:
MultiversX 1 cross: 0.0981327 EGLD (199ops) (erd18n5sk95fq9dtgdsa9m9q5ddp66ch9cq5lpjflwn5j9z8x2e9h0qqrvk5qp on 44'/508'/0'/0/0) #0 js:2:elrond:erd18n5sk95fq9dtgdsa9m9q5ddp66ch9cq5lpjflwn5j9z8x2e9h0qqrvk5qp:
MultiversX 2: 0.00460307 EGLD (216ops) (erd172muqtk2ka5ath64284fm0av4tarkg6l040c595uswwz3tgngh9s9dtgp6 on 44'/508'/1'/0/0) #1 js:2:elrond:erd172muqtk2ka5ath64284fm0av4tarkg6l040c595uswwz3tgngh9s9dtgp6:
MultiversX 3: 0 EGLD (170ops) (erd1ql9pxrhe29cjr8qgxx3rtmh9lyax5x9dkvu3mfzrgt4e8hwk536ssl4sea on 44'/508'/2'/0/0) #2 js:2:elrond:erd1ql9pxrhe29cjr8qgxx3rtmh9lyax5x9dkvu3mfzrgt4e8hwk536ssl4sea:
MultiversX 4: 0 EGLD (217ops) (erd1sjvd5mh946cty4wq0ya0d82509tc8eulxjujrad5ztfwjlhkqz0qy5yzmn on 44'/508'/3'/0/0) #3 js:2:elrond:erd1sjvd5mh946cty4wq0ya0d82509tc8eulxjujrad5ztfwjlhkqz0qy5yzmn:
MultiversX 5: 0.189074 EGLD (176ops) (erd149kzxgtymzzaddanlj02zhyhwves9wspvk8p69u325tjln5en9aqf8x8el on 44'/508'/4'/0/0) #4 js:2:elrond:erd149kzxgtymzzaddanlj02zhyhwves9wspvk8p69u325tjln5en9aqf8x8el:
MultiversX 6: 0.0984369 EGLD (157ops) (erd143yn6uvrfzjptq5g7wvzntl3fcthsxtxrp9f3dgasluj6q5n0pxq2td67n on 44'/508'/5'/0/0) #5 js:2:elrond:erd143yn6uvrfzjptq5g7wvzntl3fcthsxtxrp9f3dgasluj6q5n0pxq2td67n:
MultiversX 7: 0.59684 EGLD (125ops) (erd1nhe920dlsx8u0lg46grd82dc8vqj8wejh8u7xcdjzfr8yy8ncdtsgtgjz7 on 44'/508'/6'/0/0) #6 js:2:elrond:erd1nhe920dlsx8u0lg46grd82dc8vqj8wejh8u7xcdjzfr8yy8ncdtsgtgjz7:
MultiversX 8: 0 EGLD (0ops) (erd1w4jjugkk5rp8hn8erefltjn0xek4x60t4hzsmnkfty7930sxujtqgryqgw on 44'/508'/7'/0/0) #7 js:2:elrond:erd1w4jjugkk5rp8hn8erefltjn0xek4x60t4hzsmnkfty7930sxujtqgryqgw:
Hedera 1 cross: 1.88088 HBAR (34ops) (0.0.3663977 on 44/3030) hederaBip44#0 js:2:hedera:0.0.3663977:hederaBip44
Hedera 3: 22.0261 HBAR (27ops) (0.0.3664539 on 44/3030) hederaBip44#2 js:2:hedera:0.0.3664539:hederaBip44
Hedera 2: 0.63495 HBAR (30ops) (0.0.3664525 on 44/3030) hederaBip44#1 js:2:hedera:0.0.3664525:hederaBip44
Hedera 4: 15.4555 HBAR (26ops) (0.0.3664563 on 44/3030) hederaBip44#3 js:2:hedera:0.0.3664563:hederaBip44
Internet Computer 1 cross: 0.00059327 ICP (46ops) (f2ed4c9253d3aca7d679bfa9f528d13e85c7f522b8857e094c850a157b750209 on 44'/223'/0'/0/0) internet_computer#0 js:2:internet_computer:04e529ca9ff4709b35af64dce4f0719e770d5e185e4ee972729b75495b27628fad0990203fe3ac7079c643a6dd23384e597c65b7bbebbf994b8304253f1bd124e4:internet_computer
Internet Computer 2: 0.00252311 ICP (37ops) (6084b3d34e7d4efd544ea0c3617a816577d00feb0de0db71b560b7687e7d3c14 on 44'/223'/0'/0/1) internet_computer#1 js:2:internet_computer:0404b6a7df5dd483be4711fbdc9248af1e49b3a205334120118fe1dd9567da874d2655f681d9935b02139ffe1997c7fcb7781c04917303d90c7ea157d495ec30d3:internet_computer
Internet Computer 3: 0 ICP (36ops) (ff5ed1dc2538d7a8b3158e7c9d9b05f80bc5f49f292f1ad2a59576a70bfc4721 on 44'/223'/0'/0/2) internet_computer#2 js:2:internet_computer:04c6d5dab70167c7b104904e57ee8afc84e8b4809c927ceec353a217f1402438b86bb9515e5bdbcc8f187c2c0c5f539d6459fc99c86af1244f452175fd9b736714:internet_computer
Internet Computer 4: 0 ICP (33ops) (a45d0e0afb2c416464342615b6ee1902ac6895cf5e9eab2ccc184978164e9310 on 44'/223'/0'/0/3) internet_computer#3 js:2:internet_computer:040e411918ebc5963b5f89938dd674d6cb95131ce3d335957cd8efd99cce3521ea22b3f0fc53996b9ce3373a86ca57def22b89829ae905fde5d22c4522a7af5aa2:internet_computer
Internet Computer 5: 0.00202983 ICP (39ops) (5084840b6ed50fa97b40c93863092770dc74f42bd2fbc742b76ec2999e789262 on 44'/223'/0'/0/4) internet_computer#4 js:2:internet_computer:046036d79bf131623410cfe77b7ccc32c923c6f8dc1b62448111328a2a791b1a7df2d1d4ca80659f3f0613e2334df370ab1c4e38c724decdf7f9f650a61e4ea090:internet_computer
Internet Computer 6: 0.0061789 ICP (30ops) (0ec8cbc167cf495b7800efe653586d14ee0a53ef8880c63129b180580b02a8af on 44'/223'/0'/0/5) internet_computer#5 js:2:internet_computer:04e3bde2b3aeee5ae2af7ffdd25cc416df033c04d084ac02166ee52281e81be7945b119ab171b224984a8ff45adf4cbf28a392524dbefff12edf5d2470efd43375:internet_computer
Internet Computer 7: 1.02285 ICP (11ops) (1d571d508b3c8901b3c4a8fdb733f5b831b9eab4f1f7443890ae04b36117fad5 on 44'/223'/0'/0/6) internet_computer#6 js:2:internet_computer:04000cb53ebc7761d8c976856db22cebbdf438fc7b3f9568ac90788d82be9890ac74d8a8f4f5cf86f8b4ea51e251c4aebda1e33af2c32fd90cbe051e5a0ffd641d:internet_computer
Internet Computer 8: 0 ICP (0ops) (49a624b4179ec33e0faaa5998246c46ca16673ad9dc0e44f0026f5061177ebfb on 44'/223'/0'/0/7) internet_computer#7 js:2:internet_computer:04be24b119ae8d9a928654291e45eb8711739b524a36b8b1ace88a4ac0ec83ebfbf43eff2650c3bed6cae4898ae56cc59117c746de408dabc99ea37a590a12632c:internet_computer
NEAR 1 cross: 0.0519343 NEAR (55ops) (0573d7a9c745fa9fe224b080832aa93d740760b94f192c9c141c709945e9aaaf on 44'/397'/0'/0'/0') nearbip44h#0 js:2:near:0573d7a9c745fa9fe224b080832aa93d740760b94f192c9c141c709945e9aaaf:nearbip44h
NEAR 2: 0.05182 NEAR (10ops) (85ee4d429d693859cafc86dcff88892df1f9cbccec810e74e1916662bd408798 on 44'/397'/0'/0'/1') nearbip44h#1 js:2:near:85ee4d429d693859cafc86dcff88892df1f9cbccec810e74e1916662bd408798:nearbip44h
NEAR 3: 0.0696056 NEAR (17ops) (3cb1e394cc2cdc8923b410dd4d972959f14fd1c0f741e38607db1a3f27a35d65 on 44'/397'/0'/0'/2') nearbip44h#2 js:2:near:3cb1e394cc2cdc8923b410dd4d972959f14fd1c0f741e38607db1a3f27a35d65:nearbip44h
NEAR 4: 0.0518366 NEAR (16ops) (cd21c9f87afdf5bdc49cfb9eb36a21cacdd7f5ce182cf98d0b48a5e9a875398e on 44'/397'/0'/0'/3') nearbip44h#3 js:2:near:cd21c9f87afdf5bdc49cfb9eb36a21cacdd7f5ce182cf98d0b48a5e9a875398e:nearbip44h
NEAR 5: 0.0520089 NEAR (18ops) (aebb4b3826d186898afbe2148163ed672f26764c9505dd51a58491be59679b93 on 44'/397'/0'/0'/4') nearbip44h#4 js:2:near:aebb4b3826d186898afbe2148163ed672f26764c9505dd51a58491be59679b93:nearbip44h
NEAR 6: 0.0524062 NEAR (25ops) (07e333a5dd055acb82fb4e340d8e6f39cd74e1250e440e215be291c16c1c2fce on 44'/397'/0'/0'/5') nearbip44h#5 js:2:near:07e333a5dd055acb82fb4e340d8e6f39cd74e1250e440e215be291c16c1c2fce:nearbip44h
NEAR 7: 0.0518443 NEAR (14ops) (bd9d279f6c0cb1ab5273567b47bd0cfee84fc9b788093cba9d9a70fb4d15b7f7 on 44'/397'/0'/0'/6') nearbip44h#6 js:2:near:bd9d279f6c0cb1ab5273567b47bd0cfee84fc9b788093cba9d9a70fb4d15b7f7:nearbip44h
NEAR 8: 0.860915 NEAR (4ops) (e253418d030acd65f3ad034ee8104d2a3dc3ea67b6f866ba16ed4e3c8564bbb2 on 44'/397'/0'/0'/7') nearbip44h#7 js:2:near:e253418d030acd65f3ad034ee8104d2a3dc3ea67b6f866ba16ed4e3c8564bbb2:nearbip44h
NEAR 9: 0.0485198 NEAR (1ops) (f6c2b6371dd3f335422ea179661698a1e0db6b9cc890e7fe43b669c9f7f16f43 on 44'/397'/0'/0'/8') nearbip44h#8 js:2:near:f6c2b6371dd3f335422ea179661698a1e0db6b9cc890e7fe43b669c9f7f16f43:nearbip44h
NEAR 10: 0 NEAR (0ops) (fe690bacc672f4ac406416f197571c8e520523112949394d18fc137871f13c2f on 44'/397'/0'/0'/9') nearbip44h#9 js:2:near:fe690bacc672f4ac406416f197571c8e520523112949394d18fc137871f13c2f:nearbip44h
NEAR 11 cross: 0 NEAR (0ops) (18e7e0394281c32f1247969729a703866d69008f8845a89f746da3e75970518f on 44'/397'/0'/0'/10') nearbip44h#10 js:2:near:18e7e0394281c32f1247969729a703866d69008f8845a89f746da3e75970518f:nearbip44h
XRP 1 cross: 16.613 XRP (48ops) (r9etPtq3oboweMPju5gdYufmvwhH2euz8z on 44'/144'/0'/0/0) #0 js:2:ripple:r9etPtq3oboweMPju5gdYufmvwhH2euz8z:
XRP 2: 14.5094 XRP (47ops) (rX5hKMbYJ2HmKV8se7b2QbbXRiPYArbkH on 44'/144'/1'/0/0) #1 js:2:ripple:rX5hKMbYJ2HmKV8se7b2QbbXRiPYArbkH:
XRP 3: 12.8857 XRP (19ops) (rMoFGec38toFg9ncbi9YbrYYmrP3G5exqn on 44'/144'/2'/0/0) #2 js:2:ripple:rMoFGec38toFg9ncbi9YbrYYmrP3G5exqn:
XRP 4: 0 XRP (0ops) (rrnxW3THwB1ubsE9V78Lek6V1XYnNrodxC on 44'/144'/3'/0/0) #3 js:2:ripple:rrnxW3THwB1ubsE9V78Lek6V1XYnNrodxC:
Solana 3: 0.0217261 SOL (86ops) (2rUuDdwtM2b6zKWU7y8PNzuHomPPG1uAreDafg2xPnA5 on 44'/501'/2') solanaSub#2 js:2:solana:2rUuDdwtM2b6zKWU7y8PNzuHomPPG1uAreDafg2xPnA5:solanaSub
Solana 2: 0.00805007 SOL (100ops) (6iNx5SVYQBGEEooLJiptwqL8YR7qEcZELqpBfd4kwiwx on 44'/501'/1') solanaSub#1 js:2:solana:6iNx5SVYQBGEEooLJiptwqL8YR7qEcZELqpBfd4kwiwx:solanaSub
Solana 1 cross: 0.00327423 SOL (97ops) (5vhAGihUC1uKucJvreCgWWXB6LEptPwkwpqhkq9M6iaz on 44'/501'/0') solanaSub#0 js:2:solana:5vhAGihUC1uKucJvreCgWWXB6LEptPwkwpqhkq9M6iaz:solanaSub
Solana 4: 0.0947939 SOL (94ops) (Cw4MiEvepwAHkxY6DKYDVK5jDEoCSCoT4JmVbJPYauhk on 44'/501'/3') solanaSub#3 js:2:solana:Cw4MiEvepwAHkxY6DKYDVK5jDEoCSCoT4JmVbJPYauhk:solanaSub
Solana 5: 0.00804011 SOL (82ops) (BsQzVpyrHi5ivGaouc46w9GekQgbiJcWNAhsmzzRuo9M on 44'/501'/4') solanaSub#4 js:2:solana:BsQzVpyrHi5ivGaouc46w9GekQgbiJcWNAhsmzzRuo9M:solanaSub
Solana 6: 0.0764451 SOL (86ops) (2kd3E2Kh7xvcQ1UVVfpys5GHVo1KKKRZXVmuTmkYWK4n on 44'/501'/5') solanaSub#5 js:2:solana:2kd3E2Kh7xvcQ1UVVfpys5GHVo1KKKRZXVmuTmkYWK4n:solanaSub
Solana 7: 0.0389299 SOL (87ops) (3ZgtNrSv7F5uhNVWJJkKKvtQVnaubN3QDDJkvTtwMPdF on 44'/501'/6') solanaSub#6 js:2:solana:3ZgtNrSv7F5uhNVWJJkKKvtQVnaubN3QDDJkvTtwMPdF:solanaSub
Solana 8: 0.0183018 SOL (51ops) (9UP1mN61QFowx7zxTBRw3UrV9o8JoyQ6jjsLQfLedG8N on 44'/501'/7') solanaSub#7 js:2:solana:9UP1mN61QFowx7zxTBRw3UrV9o8JoyQ6jjsLQfLedG8N:solanaSub
Solana 9: 0.0341473 SOL (43ops) (AAM59Hc6eC3aASjNbVAitFYKnCcirNcu554gj77QBHME on 44'/501'/8') solanaSub#8 js:2:solana:AAM59Hc6eC3aASjNbVAitFYKnCcirNcu554gj77QBHME:solanaSub
Solana 10: 0.192985 SOL (52ops) (6nMswXFvmTgzxhGmxjJYVQNoUJaFjM1arwAafHcxDbxK on 44'/501'/9') solanaSub#9 js:2:solana:6nMswXFvmTgzxhGmxjJYVQNoUJaFjM1arwAafHcxDbxK:solanaSub
Solana 11 cross: 0 SOL (0ops) (GiLkLhWJiNk6EsgwA1KzNbsBoJAANa46M6Rq5bVCxTFG on 44'/501'/10') solanaSub#10 js:2:solana:GiLkLhWJiNk6EsgwA1KzNbsBoJAANa46M6Rq5bVCxTFG:solanaSub
Stacks 1 cross: 0 STX (75ops) (SP2J4VHFRAT94KY6NFT6129HBA382S6R98W9ABFG2 on 44'/5757'/0'/0/0) #0 js:2:stacks:02d8ff937901982551807aace226a5b1eae3d8c5c89d1eae39ccab9cd1d27a9739:
Stacks 2: 19.8369 STX (73ops) (SP3WE1A84RCG3GWKRXYMXNRVQJ8PG3VDRKE7CMPM4 on 44'/5757'/1'/0/0) #1 js:2:stacks:03605da21826a4d81bb5f593d51882c55303cda788a22f1d2eb427ce764fea6229:
Stacks 3: 19.1921 STX (51ops) (SPJ68NSCQSTQ1AQRY1NJ5D4WWBEPDQ6X24R56J8A on 44'/5757'/2'/0/0) #2 js:2:stacks:02319a870c0e3d22b9c0169df3bae3029a9e5593f8dabbc7e4b6a1e356edafed77:
Stacks 4: 0 STX (0ops) (SP20VP4RY6P3WFDTFGA6A7WFK3ZNN1P305SDWPB3Q on 44'/5757'/3'/0/0) #3 js:2:stacks:02ba832a893132328c5459add91b296287a70b4cbb889eaf1e53542864a853eb8e:
Stellar 1 cross: 1.5005 XLM (271ops) (GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC on 44'/148'/0') sep5#0 js:2:stellar:GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC:sep5
Stellar 2: 49.7811 XLM (267ops) (GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ on 44'/148'/1') sep5#1 js:2:stellar:GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ:sep5
Stellar 3: 12.2153 XLM (273ops) (GA4A2FH4YYI2RXPUC3NPGZQP7XX4CEJNREB27XVX7B7D5RIA3KOLSKTI on 44'/148'/2') sep5#2 js:2:stellar:GA4A2FH4YYI2RXPUC3NPGZQP7XX4CEJNREB27XVX7B7D5RIA3KOLSKTI:sep5
Stellar 4: 1.5005 XLM (248ops) (GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM on 44'/148'/3') sep5#3 js:2:stellar:GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM:sep5
Stellar 5: 1.5005 XLM (226ops) (GBV2ROL25KKDSFCZC2TQPMUEN567YQHRWTRBYHCO5AKYWVIV4JKJ56AF on 44'/148'/4') sep5#4 js:2:stellar:GBV2ROL25KKDSFCZC2TQPMUEN567YQHRWTRBYHCO5AKYWVIV4JKJ56AF:sep5
Stellar 6: 0 XLM (0ops) (GCMN2KYJPPHB4TMXXF2OZPMWVM5EQSDD76IMFOMET7YMN64VJDVHVNCM on 44'/148'/5') sep5#5 js:2:stellar:GCMN2KYJPPHB4TMXXF2OZPMWVM5EQSDD76IMFOMET7YMN64VJDVHVNCM:sep5
Tezos 1 cross: 3.6793 XTZ (149ops) (tz1aDK1uFAmnUXZ7KJPEmcCEFeYHiVZ56zVF on 44'/1729'/0'/0') tezbox#0 js:2:tezos:0240051fc51799e60dcc8870415b87fc4fd948e71b23fdc0d9b8ac7438cf7d4708:tezbox
Tezos 2: 1.67554 XTZ (1ops) (tz1he4fPXP3c9fFrztYT3k7KyYuLb28arFNn on 44'/1729'/1'/0') tezbox#1 js:2:tezos:02fe3d777af5380ef0a431c4985772c9669743050cee5feff717c3c3272d7a2810:tezbox
Tezos 3: 0 XTZ (0ops) (tz1SApkt3kmMaqNE1qtgADc6m3B49HZkFVDA on 44'/1729'/2'/0') tezbox#2 js:2:tezos:029d7bcf10737806147b22ba4578747ce4ac53e26b443c9eb1ac0e4d5bfbb8f67e:tezbox
Algorand 1 cross: 0.3 ALGO (180ops) (TM4WJOS4MZ2TD775W7GSXZMBUF74YT6SKSBXCZY3N7OUIAPXE54MZ5FCD4 on 44'/283'/0'/0/0) #0 js:2:algorand:TM4WJOS4MZ2TD775W7GSXZMBUF74YT6SKSBXCZY3N7OUIAPXE54MZ5FCD4:
Algorand 2: 1.83187 ALGO (193ops) (RWYWVHL3QJSTOLJTM6TIQ65LZX5IUJMHRMSEISS5FGJ7CRLTJSH3S5UAQQ on 44'/283'/1'/0/0) #1 js:2:algorand:RWYWVHL3QJSTOLJTM6TIQ65LZX5IUJMHRMSEISS5FGJ7CRLTJSH3S5UAQQ:
Algorand 3: 10.2049 ALGO (202ops) (YHPWECPNX7OU2AS5NGEC6JUFZRUZWKXKO5RK267DEMQZ2R7IBCE2MAAYNE on 44'/283'/2'/0/0) #2 js:2:algorand:YHPWECPNX7OU2AS5NGEC6JUFZRUZWKXKO5RK267DEMQZ2R7IBCE2MAAYNE:
Algorand 4: 1.2 ALGO (234ops) (WNBXHLRE6IL5W5S3UO2FUWW7DJ6NUBVIVCYV2K66MFE3ABLAPDVEJX5ILA on 44'/283'/3'/0/0) #3 js:2:algorand:WNBXHLRE6IL5W5S3UO2FUWW7DJ6NUBVIVCYV2K66MFE3ABLAPDVEJX5ILA:
Algorand 5: 10.1102 ALGO (165ops) (GEPEPFCOO7TRQ3HKU5IKQPARS7DDXDHH6Y2VNMUJWH7TMLLOZ3Z6JKRQAI on 44'/283'/4'/0/0) #4 js:2:algorand:GEPEPFCOO7TRQ3HKU5IKQPARS7DDXDHH6Y2VNMUJWH7TMLLOZ3Z6JKRQAI:
Algorand 6: 0 ALGO (0ops) (X3TNYJCHUW6UBWVEN5K2ULWMLRWRGBEUWZLR4V2XR3UDN4TWNZP3Q6EAQU on 44'/283'/5'/0/0) #5 js:2:algorand:X3TNYJCHUW6UBWVEN5K2ULWMLRWRGBEUWZLR4V2XR3UDN4TWNZP3Q6EAQU:
Ethereum Classic 1 cross: 0.160596 ETC (23ops) (0x7584df0780C5eB83b26aE55abBc265014f8bf897 on 44'/61'/0'/0/0) #0 js:2:ethereum_classic:0x7584df0780C5eB83b26aE55abBc265014f8bf897:
Ethereum Classic 2: 0 ETC (14ops) (0x62ab4485f7EC0a291540dA31b82BE881166cD786 on 44'/61'/1'/0/0) #1 js:2:ethereum_classic:0x62ab4485f7EC0a291540dA31b82BE881166cD786:
Ethereum Classic 3: 0 ETC (7ops) (0x0b248ABea3Ee9e94C03bc85c37516D16C909875c on 44'/61'/2'/0/0) #2 js:2:ethereum_classic:0x0b248ABea3Ee9e94C03bc85c37516D16C909875c:
Ethereum Classic 4: 0.0377609 ETC (12ops) (0x01530f90685821747Eab008Fc217a2411AA6433C on 44'/61'/3'/0/0) #3 js:2:ethereum_classic:0x01530f90685821747Eab008Fc217a2411AA6433C:
Ethereum Classic 5: 0.0434847 ETC (5ops) (0xD5fa1a3014A6a24f2C17E532713eb51500AD2bE8 on 44'/61'/4'/0/0) #4 js:2:ethereum_classic:0xD5fa1a3014A6a24f2C17E532713eb51500AD2bE8:
Ethereum Classic 6: 0 ETC (0ops) (0x234D2443790764a622430213B6eCcA33272ca575 on 44'/61'/5'/0/0) #5 js:2:ethereum_classic:0x234D2443790764a622430213B6eCcA33272ca575:
Polygon 1 cross: 0 MATIC (51ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:polygon:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Polygon 2: 6.69012 MATIC (51ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:polygon:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Polygon 3: 0.302768 MATIC (47ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:polygon:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Polygon 4: 0 MATIC (49ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:polygon:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Polygon 5: 0 MATIC (16ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:polygon:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Polygon 6: 12.7029 MATIC (15ops) (0xFDa805F0E46fe0b249c5A2DFA677d41033247338 on 44'/60'/5'/0/0) #5 js:2:polygon:0xFDa805F0E46fe0b249c5A2DFA677d41033247338:
Polygon 7: 0.903987 MATIC (2ops) (0x7C9B9Ef87b589188Dd18D77A8CC715a045C9890E on 44'/60'/6'/0/0) #6 js:2:polygon:0x7C9B9Ef87b589188Dd18D77A8CC715a045C9890E:
Polygon 8: 0 MATIC (0ops) (0x48ec5fC762B9300e3B5e04E8ca634165240A1B15 on 44'/60'/7'/0/0) #7 js:2:polygon:0x48ec5fC762B9300e3B5e04E8ca634165240A1B15:
Ethereum Goerli 1 cross: 0.00580454 𝚝ETH (25ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:ethereum_goerli:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Ethereum Goerli 2: 0.0057942 𝚝ETH (17ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:ethereum_goerli:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Ethereum Goerli 3: 0.00851508 𝚝ETH (10ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:ethereum_goerli:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Ethereum Goerli 4: 0.00850399 𝚝ETH (16ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:ethereum_goerli:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Ethereum Goerli 5: 0.0109931 𝚝ETH (6ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:ethereum_goerli:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Ethereum Goerli 6: 0 𝚝ETH (0ops) (0xFDa805F0E46fe0b249c5A2DFA677d41033247338 on 44'/60'/5'/0/0) #5 js:2:ethereum_goerli:0xFDa805F0E46fe0b249c5A2DFA677d41033247338:
Arbitrum Goerli 1 cross: 0.939984 𝚝ETH (256ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:arbitrum_goerli:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Arbitrum Goerli 2: 0.0000231 𝚝ETH (258ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:arbitrum_goerli:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Arbitrum Goerli 3: 0.0000231 𝚝ETH (254ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:arbitrum_goerli:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Arbitrum Goerli 4: 0.0000231 𝚝ETH (274ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:arbitrum_goerli:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Arbitrum Goerli 5: 0 𝚝ETH (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:arbitrum_goerli:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Flare 1 cross: 0.00077815 FLR (330ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:flare:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Flare 2: 0.950918 FLR (351ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:flare:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Flare 3: 2.05039 FLR (357ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:flare:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Flare 4: 2.05692 FLR (352ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:flare:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Flare 5: 0 FLR (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:flare:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Songbird 1 cross: 0.000525 SGB (343ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:songbird:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Songbird 2: 323.536 SGB (339ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:songbird:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Songbird 3: 277.686 SGB (358ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:songbird:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Songbird 4: 336.448 SGB (310ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:songbird:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Songbird 5: 0 SGB (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:songbird:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Moonbeam 1 cross: 0.00262751 GLMR (326ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:moonbeam:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Moonbeam 2: 30.8005 GLMR (333ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:moonbeam:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Moonbeam 3: 0.00276619 GLMR (277ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:moonbeam:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Moonbeam 4: 30.8106 GLMR (323ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:moonbeam:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Moonbeam 5: 0 GLMR (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:moonbeam:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
RSK 1 cross: 0.00015323 RBTC (208ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:rsk:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
RSK 2: 0 RBTC (209ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:rsk:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
RSK 3: 0.00007726 RBTC (199ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:rsk:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
RSK 4: 0.00007863 RBTC (172ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:rsk:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
RSK 5: 0 RBTC (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:rsk:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Bittorent Chain 1 cross: 251,558 BTT (236ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:bittorrent:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Bittorent Chain 2: 251,568 BTT (272ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:bittorrent:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Bittorent Chain 3: 81,625.1 BTT (239ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:bittorrent:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Bittorent Chain 4: 911,249 BTT (219ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:bittorrent:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Bittorent Chain 5: 0 BTT (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:bittorrent:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Kava EVM 1 cross: 9.6831 KAVA (237ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:kava_evm:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Kava EVM 2: 6.55954 KAVA (211ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:kava_evm:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Kava EVM 3: 0 KAVA (229ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:kava_evm:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Kava EVM 4: 3.74833 KAVA (182ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:kava_evm:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Kava EVM 5: 0 KAVA (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:kava_evm:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
OP Mainnet 1 cross: 0.00097436 ETH (32ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:optimism:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
OP Mainnet 2: 0.00095956 ETH (23ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:optimism:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
OP Mainnet 3: 0.00000939 ETH (34ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:optimism:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
OP Mainnet 4: 0.00092379 ETH (32ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:optimism:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
OP Mainnet 5: 0 ETH (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:optimism:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Optimism Goerli 1 cross: 0.389386 𝚝ETH (237ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:optimism_goerli:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Optimism Goerli 2: 0.363549 𝚝ETH (231ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:optimism_goerli:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Optimism Goerli 3: 0.103342 𝚝ETH (237ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:optimism_goerli:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Optimism Goerli 4: 0.0258598 𝚝ETH (216ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:optimism_goerli:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Optimism Goerli 5: 0 𝚝ETH (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:optimism_goerli:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Energy Web 1 cross: 0 EWT (187ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:energy_web:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Energy Web 2: 3.51592 EWT (199ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:energy_web:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Energy Web 3: 3.51593 EWT (199ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:energy_web:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Energy Web 4: 0.502766 EWT (209ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:energy_web:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Energy Web 5: 0 EWT (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:energy_web:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Astar 1 cross: 119.98 ASTR (258ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:astar:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Astar 2: 0.000021 ASTR (250ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:astar:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Astar 3: 117.005 ASTR (228ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:astar:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Astar 4: 101.471 ASTR (194ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:astar:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Astar 5: 0 ASTR (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:astar:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Metis 1 cross: 0 METIS (224ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:metis:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Metis 2: 0.249975 METIS (205ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:metis:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Metis 3: 0.0685956 METIS (213ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:metis:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Metis 4: 0 METIS (208ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:metis:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Metis 5: 0 METIS (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:metis:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Moonriver 1 cross: 0.119046 MOVR (201ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:moonriver:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Moonriver 2: 0.351086 MOVR (215ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:moonriver:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Moonriver 3: 0.351234 MOVR (215ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:moonriver:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Moonriver 4: 1.44706 MOVR (211ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:moonriver:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Moonriver 5: 0 MOVR (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:moonriver:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Velas EVM 1 cross: 160.457 VLX (101ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:velas_evm:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Velas EVM 2: 308.241 VLX (101ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:velas_evm:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Velas EVM 3: 443.351 VLX (103ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:velas_evm:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Velas EVM 4: 0 VLX (101ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:velas_evm:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Velas EVM 5: 0 VLX (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:velas_evm:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Syscoin 1 cross: 0 SYS (240ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:syscoin:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Syscoin 2: 0.00000825 SYS (243ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:syscoin:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Syscoin 3: 0 SYS (217ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:syscoin:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Syscoin 4: 57.1938 SYS (182ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:syscoin:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Syscoin 5: 0 SYS (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:syscoin:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Polygon zkEVM Testnet 1 cross: 0.0701619 𝚝ETH (88ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm_testnet:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Polygon zkEVM Testnet 2: 0.0295157 𝚝ETH (91ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:polygon_zk_evm_testnet:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Polygon zkEVM Testnet 3: 0 𝚝ETH (71ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm_testnet:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Polygon zkEVM Testnet 4: 0 𝚝ETH (59ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:polygon_zk_evm_testnet:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Polygon zkEVM Testnet 5: 0 𝚝ETH (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:polygon_zk_evm_testnet:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Base 1 cross: 0.00079068 ETH (69ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:base:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Base 2: 0.00080929 ETH (74ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:base:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Base 3: 0.00061445 ETH (52ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:base:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Base 4: 0.00047849 ETH (54ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:base:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Base 5: 0 ETH (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:base:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Base Goerli 1 cross: 0.00428945 𝚝ETH (86ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:base_goerli:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Base Goerli 2: 0.00775592 𝚝ETH (85ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:base_goerli:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Base Goerli 3: 0 𝚝ETH (90ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:base_goerli:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Base Goerli 4: 0.00347543 𝚝ETH (68ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:base_goerli:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Base Goerli 5: 0 𝚝ETH (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:base_goerli:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Klaytn 1 cross: 3.62661 KLAY (22ops) (0x60A4E7657D8df28594ac4A06CDe01E18E948a892 on 44'/60'/0'/0/0) #0 js:2:klaytn:0x60A4E7657D8df28594ac4A06CDe01E18E948a892:
Klaytn 2: 0.00105 KLAY (21ops) (0x90bD48144e08b66490BcA9a756BDe9f004F17857 on 44'/60'/1'/0/0) #1 js:2:klaytn:0x90bD48144e08b66490BcA9a756BDe9f004F17857:
Klaytn 3: 3.07103 KLAY (22ops) (0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25 on 44'/60'/2'/0/0) #2 js:2:klaytn:0xb6E8b0371A15CDadF1D8EdA34F78870A5e688B25:
Klaytn 4: 2.23462 KLAY (22ops) (0xe404f128644459C5A0F6FAc6824AdA8F94798c8f on 44'/60'/3'/0/0) #3 js:2:klaytn:0xe404f128644459C5A0F6FAc6824AdA8F94798c8f:
Klaytn 5: 0 KLAY (0ops) (0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9 on 44'/60'/4'/0/0) #4 js:2:klaytn:0x770aB35d6C2Bc4fe41f616be47B626Ef7a2810E9:
Performance ⏲ 31min 4s

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL 15s 41min 1s 74.9s 3min 54s 29min 15s 82.5s 41min 54s 20min 6s
Bitcoin Testnet (9) 0.18ms 2min 59s 61ms 3.1s 3min 47s 818ms 55.3s 54.8s
Bitcoin Cash (6) 0.76ms 85.3s 6ms 3.8s 53.9s 729ms 53.6s 56.3s
Bitcoin Gold (4) 2.21ms 88.2s 6ms 2718ms 68.7s 790ms 43.8s 37.6s
Dash (6) 0.19ms 72.7s 7ms N/A N/A N/A N/A N/A
Digibyte (6) 0.15ms 91.4s 4.98ms 2298ms 56.7s 518ms 38.7s 42s
DogeCoin (6) 0.21ms 58.2s 17ms 3.6s 70.8s 1161ms 65.7s 57.7s
Komodo (4) 0.22ms 70.1s 38ms 3s 45.4s 479ms 37.8s 41.3s
Litecoin (6) 0.59ms 90.6s 2.09ms 4.2s 65.1s 803ms 67.7s 68.5s
Peercoin (4) 0.38ms 57.8s 14ms 1491ms 31.9s 621ms 37.4s 25.5s
PivX (4) 0.21ms 64.9s 3.51ms 2044ms 57.7s 1096ms 54.7s 51.3s
Vertcoin (4) 0.35ms 37.1s 1.44ms 2999ms 62s 793ms 55.1s 52.4s
Viacoin (4) 0.31ms 28.2s 1.32ms N/A N/A N/A N/A N/A
ZCash (4) 0.34ms 16.5s 3.40ms 1316ms 38s 365ms 25.3s 22.6s
Horizen (4) 0.25ms 17s 3.7s 2264ms 38.5s 415ms 23.7s 23.8s
Celo (7) 1095ms 73s 7s 17s 26.7s 17.5s 3min 20s N/A
osmosis (13) 434ms 40s 7ms 3.2s 59.2s 674ms 64s 30.9s
desmos (12) 983ms 51.9s 7ms 9.4s 45.7s 1280ms 0.97ms N/A
umee (11) 465ms 27.4s 63ms 3.1s 69.5s 539ms 1.50ms N/A
persistence (15) 467ms 60.4s 10ms 7.4s 73.2s 389ms 1.33ms N/A
quicksilver (17) 398ms 70.7s 21ms 1874ms 56.2s 390ms 1.51ms N/A
onomy (17) 361ms 52.1s 7ms 5.9s 89.3s 949ms 1.82ms N/A
stargaze (14) 378ms 43.1s 17ms 2985ms 54.2s 737ms 1.22ms N/A
coreum (10) 719ms 41.2s 3.53ms 4.1s 58.5s 711ms 74ms N/A
injective (5) 295ms 20s 1.28ms 1196ms 16.6s 110ms 0.30ms N/A
Crypto org (6) 0.62ms 31.5s 1.54ms 10ms N/A N/A N/A N/A
Elrond (7) 298ms 78.1s 2282ms 68ms 37.8s 995ms 41.6s 33.9s
Hedera (4) 2.40ms 17.2s 716ms 1651ms 16.9s 815ms N/A N/A
InternetComputer (7) 0.41ms 25.9s 2.27ms 5.5s 18.7s 2458ms 21.2s 21.7s
NEAR (9) 3.9s 85.7s 3.8s 3.3s 33.3s 784ms 76.8s N/A
XRP (3) 0.50ms 16.7s 0.71ms N/A N/A N/A N/A N/A
Solana (10) 198ms 3min 31s 30.1s 4.9s 17.3s 6.3s 93s 44.5s
Stacks (3) 0.38ms 16.1s 1.26ms 2832ms N/A N/A N/A N/A
Stellar (5) 0.75ms 34.5s 2065ms 3.2s 33.2s 11.4s 22.1s N/A
Tezos (2) 231ms 21.2s 0.72ms 2265ms N/A N/A N/A N/A
Algorand (5) 0.81ms 1min 52s 1.96ms 1720ms 38.9s 378ms 30.8s 30.8s
Ethereum Classic (5) 904ms 27.3s 14ms 4.1s 12s 464ms 3min 1s 30.9s
Polygon (7) 210ms 22.6s 19ms 4.3s 15s 484ms 31.9s 30.9s
Ethereum Ropsten (0) 122ms N/A N/A N/A N/A N/A N/A N/A
Ethereum Goerli (5) 77ms 10.5s 8ms 3.9s 17.8s 344ms 61s 31s
Arbitrum Goerli (4) 100ms 18.7s 1692ms 6s 11.2s 1379ms 22.2s 11.1s
Flare (4) 84ms 11.5s 1.12ms 2389ms 8.4s 1082ms 21.2s 22s
Songbird (4) 69ms 10.4s 75ms 2706ms 14.3s 1045ms 31.4s 31.6s
Moonbeam (4) 94ms 55.6s 21.5s 1006ms 3.2s 371ms N/A N/A
RSK (4) 52ms 16.1s 3.82ms N/A N/A N/A N/A N/A
Bittorent Chain (4) 56ms 9.2s 17ms 5.6s 9.3s 1672ms 32.1s 31.9s
Kava EVM (4) 800ms 8.4s 11ms 7.8s 9s 3.9s 2min 12s 33.2s
Evmos EVM (0) 794ms N/A N/A N/A N/A N/A N/A N/A
OP Mainnet (4) 101ms 53.6s 2.92ms N/A N/A N/A N/A N/A
Optimism Goerli (4) 44ms 6.3s 607ms 2997ms 9.9s 659ms 31.8s 21.2s
Energy Web (4) 43ms 7.2s 1.34ms 8.1s 10.4s 1776ms 21.4s 21.9s
Astar (4) 89ms 15.3s 13ms 10.4s 11.9s 3.5s 2min 14s 34.4s
Metis (4) 43ms 13.1s 8ms 8s 11.3s 2752ms 32.4s 32.9s
Moonriver (4) 802ms 52.5s 20ms 3.2s 10.1s 1660ms 1min 45s 47s
Velas EVM (4) 46ms 5.4s 3.36ms 3.1s 9.8s 1388ms 2min 22s 31.8s
Syscoin (4) 52ms 6.2s 928ms 3.9s 7.5s 1637ms 5min 41s 11s
Polygon zkEVM Testnet (4) 47ms 4.6s 9ms 32.4s 5.7s 539ms 21.4s 21s
Base (4) 50ms 4.4s 1.84ms N/A N/A N/A N/A N/A
Base Goerli (4) 42ms 4.7s 8ms 3.9s 8.9s 1094ms 31.3s 31.5s
Klaytn (4) 44ms 9.4s 2.38ms 5.5s 8.7s 1758ms 33.7s 34.5s

What is the bot and how does it work? Everything is documented here!

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bot] Weekly non-reg on develop with 'Oxygen' ✅ 32 txs ❌ 13 txs 💰 2 miss funds ($307.82) ⏲ 10min 26s

✅ 10 specs are successful: axelar, cosmos, secret_network, Filecoin, Avalanche C-Chain, Binance Smart Chain, Cronos, Fantom, Telos, Polygon zkEVM
❌ 4 specs have problems: cardano, Filecoin, Tron, Polkadot
💰 2 specs may miss funds: Qtum, Decred

What is the bot and how does it work? Everything is documented here!

1 critical spec errors

Spec Boba failed!

LedgerAPI4xx: /private/v2/network/mainnet/api?module=account&action=txlist&address=0x731477De13B323A0cA90C1FE194EA5A0412937c2&tag=latest&page=1&sort=desc&startBlock=0&endBlock=1057768 Not Found
❌ 13 mutation errors
necessary accounts resynced in 57ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 1 cross [segwit]: 1.04337 QTUM (13ops) (MScaCHRKLSebF3avoJVRcQbcKozBQZ7FeZ on 49'/88'/0'/0/6) segwit#0 js:2:qtum:xpub6BvfSTHRWubyQok4dybQTFVx9h7LrHqVAqAUaZubFw1Pd9x2h4HDpyKiNnHshQySv1DkF3ZKUHLCHBiyeZFVcG9b4iDwBSPmAVEubwgjFgc:segwit
1 UTXOs
1.04337      MLXQzLs4NBUxq3kMY7JBMtchNoetpAtxis rbf 30c17988692a93e046af8bf735b0bc617f4b77d5f043135d907b3955c926c4c6 @0 (18906)

⚠️ LedgerAPI5xx: API HTTP 503

necessary accounts resynced in 0.23ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 2 [segwit]: 0.415712 QTUM (12ops) (MHjJsmCnX8rYM9aFeqSLjb35Qy5WaHAzsZ on 49'/88'/1'/0/6) segwit#1 js:2:qtum:xpub6BvfSTHRWubyT9ET9NECkkigRmcfJE8CZck5aD6egaAHHoC3xCkSEm6yhDGK65Q2GsZyTRKyecoSNRge9r8fBAxNpuv1Rx23wcGxvNn2d7d:segwit
2 UTXOs
0.273411     MS4nve77zxWRAWpiYapy6VpFcNiHkYdDxX (change) e2b1a1e3ecf9afff35ca57ce365a355d7d9cda8250f959c858a99b1182490c65 @2 (18904)
0.1423       MBtNSzdrkJ1qKri4w6mbhWCMbburF67RkK (change) e099dc7db575c4cc3c71a4d2c6e2fa0022ade39a0c25e369f6e4ad2e3d00187c @1 (37803)

⚠️ LedgerAPI5xx: API HTTP 503

necessary accounts resynced in 0.22ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 3 [segwit]: 0 QTUM (0ops) (MR3A49zXnWaH7Vhm7YKeiaREazdKZxie6r on 49'/88'/2'/0/0) segwit#2 js:2:qtum:xpub6BvfSTHRWubyX78dqB3tVcgps5JtUKukFsbkwrxQhEvBr2UmTUjNEdcZRvmBb6PczEcKUrnVvQvQ2BafHcw1wBkqbVLzNyEN912tNDDd8M9:segwit
0 UTXOs

⚠️ LedgerAPI5xx: API HTTP 503

necessary accounts resynced in 0.25ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 1 [legacy]: 0.0894544 QTUM (11ops) (QMEcXDnKfsVKz9kqivDvmsEuz4ArsYjKZN on 44'/88'/0'/0/5) #0 js:2:qtum:xpub6DA2jGUBMLR6J3WVfefyEwJefrpxMvCxC884tLu7kYsHF4znJeiq3FFPYaKyLg6sBP8eXKuoFRBzgmRaYSqAnMSQsERFbgQJFSxH9kJgFyg:
2 UTXOs
0.0852784    QUbKAEtTNpW4z3Vs2V4NuCYyXZ86XMkTyP (change) d937278188da1d55cbb6dddfe2b279d71a9c7d6bbc642b4c9e5e37eaadc5e8d6 @1 (18906)
0.00417608   QQPmk85VjTPyhv7QQkqoM8ZPJj7sepwWfY bca4fd76159222277e299c4fe6e90bdfb748420da1a5b1d938fcfd56062fbdc3 @0 (37805)

⚠️ LedgerAPI5xx: API HTTP 503

necessary accounts resynced in 0.19ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 2 [legacy]: 1.39164 QTUM (11ops) (QhthwDGbdqJp5ayhHJR1hB3BfEmPKFnLLZ on 44'/88'/1'/0/7) #1 js:2:qtum:xpub6DA2jGUBMLR6KWxfa96MHHqBsBWc4XP5YwPSvaN2AiLAKTX4jMBtivpCBoGyUtFa4TZZ2pBcTsN4ps63ewhhipX7zxSs5nApTTvVGqd3owR:
5 UTXOs
0.550423     QZuuSFdNMwAm6GqcnfEUqzCSgfqP5knRXr 4a7f97006c23202e34b20ab6d63c7bd8277551fa70b127ef60f4884816f12138 @0 (18908)
0.45691      QUFtPm3ZLzRXpXz2BXZ1F32oDK5xHN13Mv (change) rbf 30c17988692a93e046af8bf735b0bc617f4b77d5f043135d907b3955c926c4c6 @1 (18906)
0.305076     QeNmEJx3fmVTQRhetCS6a7YFUB8rAruq6m d937278188da1d55cbb6dddfe2b279d71a9c7d6bbc642b4c9e5e37eaadc5e8d6 @0 (18906)
0.078238     QbyiJBMrF6KwChzqAxeZ2pGuvnvs8NuMTr 07dab7d767d22696742c413f222e254d8a9bc6075220c77b5a36f7e820b11933 @0 (37805)
...

⚠️ LedgerAPI5xx: API HTTP 503

necessary accounts resynced in 0.16ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 3 [legacy]: 0 QTUM (0ops) (QXwMM27e61jr6M9TBrEfWiab9j7RPdRB5L on 44'/88'/2'/0/0) #2 js:2:qtum:xpub6DA2jGUBMLR6Nxr6vXgCpqQCa5xbmtGAsPuDpqkQSqH8WwwgHVfBhyYS3vEmEUqUjXHV5WU1zRLF8dhFfDjaonsgn687DWbbdA4kX9gg1UZ:
0 UTXOs

⚠️ LedgerAPI5xx: API HTTP 503

necessary accounts resynced in 0.21ms
▬ CardanoADA 5.0.0 on nanoSP 1.1.0
→ FROM Cardano 1 cross: 52.265 ADA (7ops) (addr1qyg4p0e9vxsy2r3hq44szh9xdfeywxkwdh4vxjfw5l9xx7lgyf2nkgrrlvjz49cn9cqr4el6y74l85d0z3jfj75gmamq03h722 on 1852'/1815'/0'/0/2) cardano#0 js:2:cardano:48a07defdc5ada36fba94b85950c6c880f69e1aa6d421726e6d553183ca944320ecbe00d9bfb0aeced28e6b1968946872c4731144f65dfc9e8b0e7a1e3e09d63:cardano (! sum of ops 50.215549 ADA) 52.265085 ADA delegated to Cardanoscan Pool 1 (CSN1) 7df262feae9201d1b2e32d4c825ca91b29fbafb2b8e556f6efb7f549. Total 0 ADA rewards available.

max spendable ~52.0998
★ using mutation 'move ~50%'
→ TO Cardano 2: 54.3929 ADA (2ops) (addr1qy3qcmtaxvfuh8xej6dpzrs5hhapzeeaacq0yfwj5n6judvfrskn7ypejlf3veluvp9s6u6asv5g30zpp8da8ruspxcql74uav on 1852'/1815'/1'/0/1) cardano#1 js:2:cardano:8df239d936f6b05481f4019f5df43c2a06dacb27eb206c57f4368a27bac9ee7cbd82ee51eb8800886c0dc38f1aee6eb019602a4e422719fc2fe1383144957103:cardano
✔️ transaction 
  SEND  26.132543 ADA
TO addr1qy3qcmtaxvfuh8xej6dpzrs5hhapzeeaacq0yfwj5n6judvfrskn7ypejlf3veluvp9s6u6asv5g30zpp8da8ruspxcql74uav
STATUS (202ms)
  amount: 26.132543 ADA
  estimated fees: 0.170913 ADA
  total spent: 26.303456 ADA
errors: 
errors: 
⚠️ Error: device action timeout. Recent events was:
{"text":"n7ypejlf3veluvp9s6u","x":10,"y":20,"w":109,"h":14}
{"text":"6asv5g30zpp8da8rusp","x":7,"y":34,"w":114,"h":13}
{"text":"xcql74uav","x":37,"y":48,"w":54,"h":14}
{"text":"Send","x":51,"y":28,"w":26,"h":13}
{"text":"26.132543 ADA","x":25,"y":42,"w":78,"h":14}
(totally spent 60.3s – ends at 2023-09-21T05:39:30.649Z)
necessary accounts resynced in 0.25ms
▬ CardanoADA 5.0.0 on nanoSP 1.1.0
→ FROM Cardano 2: 54.3929 ADA (2ops) (addr1qy3qcmtaxvfuh8xej6dpzrs5hhapzeeaacq0yfwj5n6judvfrskn7ypejlf3veluvp9s6u6asv5g30zpp8da8ruspxcql74uav on 1852'/1815'/1'/0/1) cardano#1 js:2:cardano:8df239d936f6b05481f4019f5df43c2a06dacb27eb206c57f4368a27bac9ee7cbd82ee51eb8800886c0dc38f1aee6eb019602a4e422719fc2fe1383144957103:cardano Total 0 ADA rewards available.

max spendable ~54.2276
★ using mutation 'send max'
→ TO Cardano 3: 0 ADA (0ops) (addr1q9cfneqs7p84uvw6xl3s795fgcuphv9hep7tc8pwhr9ugkxtc30l4fqzh779m3zzng9wvt7hslxk8nlzuayzmq30wr3qxhr8ff on 1852'/1815'/2'/0/0) cardano#2 js:2:cardano:063fce040e4d37e55e6fdfcf3297b7a9ae972cdf1f5171450e261c31d0842df1809375a1dde24858b3c9b2c0cf5f004543cd25d1999a13f3d4a0368b82f65e78:cardano
✔️ transaction 
  SEND MAX
TO addr1q9cfneqs7p84uvw6xl3s795fgcuphv9hep7tc8pwhr9ugkxtc30l4fqzh779m3zzng9wvt7hslxk8nlzuayzmq30wr3qxhr8ff
STATUS (195ms)
  amount: 54.227693 ADA
  estimated fees: 0.165281 ADA
  total spent: 54.392974 ADA
errors: 
errors: 
⚠️ Error: device action timeout. Recent events was:
{"text":"0l4fqzh779m3zzng9w","x":8,"y":20,"w":113,"h":14}
{"text":"vt7hslxk8nlzuayzmq3","x":9,"y":34,"w":111,"h":14}
{"text":"0wr3qxhr8ff","x":32,"y":48,"w":65,"h":13}
{"text":"Send","x":51,"y":28,"w":26,"h":13}
{"text":"54.227693 ADA","x":25,"y":42,"w":78,"h":14}
(totally spent 60.2s – ends at 2023-09-21T05:39:30.652Z)
necessary accounts resynced in 0.31ms
▬ Filecoin 0.22.7 on nanoS 2.1.0
→ FROM Filecoin 4: 0.37772 FIL (1ops) (f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq on 44'/461'/3'/0/0) #3 js:2:filecoin:f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq: (! sum of ops 0.37772064889146406 FIL)
max spendable ~0.377383
★ using mutation 'Send 50%~'
→ TO Filecoin 5: 0.899308 FIL (3ops) (f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q on 44'/461'/4'/0/0) #4 js:2:filecoin:f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q:
✔️ transaction 
SEND  0.198388179722218488 FIL
TO f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q
STATUS (1114ms)
  amount: 0.198388179722218488 FIL
  estimated fees: 0.000554221242879192 FIL
  total spent: 0.19894240096509768 FIL
errors: 
errors: 
✔️ has been signed! (5.1s) 
✔️ broadcasted! (413ms) optimistic operation: 
  -0.19894240096509768 FIL OUT        bafy2bzaceb2vsmvtlsicc2hobgztxinzsnkuwj4jd53ty2vxrxtgieicavkv6 2023-09-21T05:33
✔️ operation confirmed (2min 44s): 
  -0.198747529202636018 FIL OUT        bafy2bzaceb2vsmvtlsicc2hobgztxinzsnkuwj4jd53ty2vxrxtgieicavkv6 2023-09-21T05:33
✔️ Filecoin 4: 0.178973 FIL (2ops) (f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq on 44'/461'/3'/0/0) #3 js:2:filecoin:f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq: (! sum of ops 0.178973119688828042 FIL)(in 2min 44s)
(in 3min 21s)
⚠️ TEST destination > account balance increased with transaction amount
Error: expect(received).toBe(expected) // Object.is equality

Expected: "1097696345135703449"
Received: "1097696345135703457"
(totally spent 6min 12s – ends at 2023-09-21T05:39:30.674Z)
necessary accounts resynced in 0.20ms
▬ Tron 0.4.101 on nanoS 2.1.0
→ FROM Tron 1 cross: 373.4 TRX (18ops) (TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1 on 44'/195'/0'/0/0) #0 js:2:tron:TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1:
max spendable ~372.4
★ using mutation 'freeze 25% to bandwidth | energy'
✔️ transaction 
FREEZE ENERGY  93 TRX 
TO 
STATUS (197ms)
  amount: 93 TRX
  estimated fees: 0 TRX
  total spent: 93 TRX
errors: 
errors: 
⚠️ Error: class org.tron.core.exception.ContractValidateException : freeze v2 is open, old freeze is closed
(totally spent 1723ms – ends at 2023-09-21T05:39:30.677Z)
necessary accounts resynced in 0.17ms
▬ Tron 0.4.101 on nanoS 2.1.0
→ FROM Tron 3: 374.4 TRX (15ops) (TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT on 44'/195'/2'/0/0) #2 js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:
max spendable ~373.4
★ using mutation 'send max to another account'
→ TO Tron 4: 0 TRX (0ops) (TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN on 44'/195'/3'/0/0) #3 js:2:tron:TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN:
✔️ transaction 
SEND MAX 
TO TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN
STATUS (1321ms)
  amount: 373.400046 TRX
  estimated fees: 1 TRX
  total spent: 374.400046 TRX
errors: 
errors: fee TronUnexpectedFees
✔️ has been signed! (8.7s) {"operation":{"id":"js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:-1b282c72ab06beed6f1c842ca39b5b641724c59dc025c9366bac50f424df9feb-OUT","hash":"1b282c72ab06beed6f1c842ca39b5b641724c59dc025c9366bac50f424df9feb","type":"OUT","senders":["TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT"],"recipients":["TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN"],"accountId":"js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:","blockHash":null,"blockHeight":null,"extra":{},"date":"2023-09-21T05:31:08.523Z","value":"374400046","fee":"1000000"},"signature":"7ce3c055724b07df581bbfe05a81873b5834afb7e08d69d55b63510e9fd339543e5433d63ab6e925988c225ef5e6b31f8b7ddacc6b0d67db63ca2ad9cfb1da6a01","rawData":{"contract":[{"parameter":{"value":{"amount":373400046,"owner_address":"4138efc47c497788078f0ed4154ad804979e8bc5c7","to_address":"41ac37f62ecd58d0ecbffe55a3be23305a07426b1b"},"type_url":"type.googleapis.com/protocol.TransferContract"},"type":"TransferContract"}],"ref_block_bytes":"6b7a","ref_block_hash":"1ec3fa55c54c837d","expiration":1695274920000,"timestamp":1695274260380}}
⚠️ TEST during broadcast
Error
(totally spent 10.1s – ends at 2023-09-21T05:39:30.699Z)
necessary accounts resynced in 16ms
▬ Polkadot 24.9430.2 on nanoSP 1.1.0
→ FROM Polkadot 3: 1.49107 DOT (5ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44 1.4910756337 DOT spendable. 

max spendable ~1.47532
★ using mutation 'send 50%~'
→ TO Polkadot 1 cross: 1.15685 DOT (7ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44
✔️ transaction 
SEND  0.2451631826 DOT
TO 16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa
STATUS (665ms)
  amount: 0.2451631826 DOT
  estimated fees: 0.0156348041 DOT
  total spent: 0.2607979867 DOT
errors: 
errors: 
⚠️ TEST deviceAction confirm step 'Dest'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Dest": "16KwUHz2qkqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa",
+   "Dest": "16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa",
  }
(totally spent 3.1s – ends at 2023-09-21T05:39:30.702Z)
necessary accounts resynced in 0.46ms
▬ Polkadot 24.9430.2 on nanoSP 1.1.0
→ FROM Polkadot 4: 1.32307 DOT (1ops) (14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi on 44'/354'/3'/0'/0') polkadotbip44#3 js:2:polkadot:14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi:polkadotbip44 1.3230721978 DOT spendable. 

max spendable ~1.30732
★ using mutation 'send 50%~'
→ TO Polkadot 1 cross: 1.15685 DOT (7ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44
✔️ transaction 
SEND  0.1556479461 DOT
TO 16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa
STATUS (298ms)
  amount: 0.1556479461 DOT
  estimated fees: 0.0156348041 DOT
  total spent: 0.1712827502 DOT
errors: 
errors: 
⚠️ TEST deviceAction confirm step 'Dest'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Dest": "16KwUHz2qkqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa",
+   "Dest": "16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa",
  }
(totally spent 1234ms – ends at 2023-09-21T05:39:30.708Z)
⚠️ 9 spec hints
  • Spec Qtum:
    • No mutation were found possible. Yet there are funds in the accounts, please investigate.
  • Spec Decred:
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 6 accounts
    • No mutation were found possible. Yet there are funds in the accounts, please investigate.
  • Spec cardano:
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 7 accounts
  • Spec Filecoin:
    • mutations should define a test(): Send 50%~, Transfer Max
    • mutations should define a testDestination(): Transfer Max
  • Spec Tron:
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 7 accounts
    • mutation send max to another account: unexpected status.warnings.fee = TronUnexpectedFees: Estimated fees – Please implement expectStatusWarnings on the mutation if expected
  • Spec Polkadot:
    • There are not enough accounts to cover all mutations. Please increase the account target to at least 8 accounts
Details of the 45 mutations

Spec Qtum (6)

Spec Qtum found 6 Qtum accounts. Will use Qtum 2.1.0-rc on nanoS 2.1.0
Qtum 1 cross [segwit]: 1.04337 QTUM (13ops) (MScaCHRKLSebF3avoJVRcQbcKozBQZ7FeZ on 49'/88'/0'/0/6) segwit#0 js:2:qtum:xpub6BvfSTHRWubyQok4dybQTFVx9h7LrHqVAqAUaZubFw1Pd9x2h4HDpyKiNnHshQySv1DkF3ZKUHLCHBiyeZFVcG9b4iDwBSPmAVEubwgjFgc:segwit
Qtum 2 [segwit]: 0.415712 QTUM (12ops) (MHjJsmCnX8rYM9aFeqSLjb35Qy5WaHAzsZ on 49'/88'/1'/0/6) segwit#1 js:2:qtum:xpub6BvfSTHRWubyT9ET9NECkkigRmcfJE8CZck5aD6egaAHHoC3xCkSEm6yhDGK65Q2GsZyTRKyecoSNRge9r8fBAxNpuv1Rx23wcGxvNn2d7d:segwit
Qtum 3 [segwit]: 0 QTUM (0ops) (MR3A49zXnWaH7Vhm7YKeiaREazdKZxie6r on 49'/88'/2'/0/0) segwit#2 js:2:qtum:xpub6BvfSTHRWubyX78dqB3tVcgps5JtUKukFsbkwrxQhEvBr2UmTUjNEdcZRvmBb6PczEcKUrnVvQvQ2BafHcw1wBkqbVLzNyEN912tNDDd8M9:segwit
Qtum 1 [legacy]: 0.0894544 QTUM (11ops) (QMEcXDnKfsVKz9kqivDvmsEuz4ArsYjKZN on 44'/88'/0'/0/5) #0 js:2:qtum:xpub6DA2jGUBMLR6J3WVfefyEwJefrpxMvCxC884tLu7kYsHF4znJeiq3FFPYaKyLg6sBP8eXKuoFRBzgmRaYSqAnMSQsERFbgQJFSxH9kJgFyg:
Qtum 2 [legacy]: 1.39164 QTUM (11ops) (QhthwDGbdqJp5ayhHJR1hB3BfEmPKFnLLZ on 44'/88'/1'/0/7) #1 js:2:qtum:xpub6DA2jGUBMLR6KWxfa96MHHqBsBWc4XP5YwPSvaN2AiLAKTX4jMBtivpCBoGyUtFa4TZZ2pBcTsN4ps63ewhhipX7zxSs5nApTTvVGqd3owR:
Qtum 3 [legacy]: 0 QTUM (0ops) (QXwMM27e61jr6M9TBrEfWiab9j7RPdRB5L on 44'/88'/2'/0/0) #2 js:2:qtum:xpub6DA2jGUBMLR6Nxr6vXgCpqQCa5xbmtGAsPuDpqkQSqH8WwwgHVfBhyYS3vEmEUqUjXHV5WU1zRLF8dhFfDjaonsgn687DWbbdA4kX9gg1UZ:
necessary accounts resynced in 57ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 1 cross [segwit]: 1.04337 QTUM (13ops) (MScaCHRKLSebF3avoJVRcQbcKozBQZ7FeZ on 49'/88'/0'/0/6) segwit#0 js:2:qtum:xpub6BvfSTHRWubyQok4dybQTFVx9h7LrHqVAqAUaZubFw1Pd9x2h4HDpyKiNnHshQySv1DkF3ZKUHLCHBiyeZFVcG9b4iDwBSPmAVEubwgjFgc:segwit
1 UTXOs
1.04337      MLXQzLs4NBUxq3kMY7JBMtchNoetpAtxis rbf 30c17988692a93e046af8bf735b0bc617f4b77d5f043135d907b3955c926c4c6 @0 (18906)

⚠️ LedgerAPI5xx: API HTTP 503

necessary accounts resynced in 0.23ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 2 [segwit]: 0.415712 QTUM (12ops) (MHjJsmCnX8rYM9aFeqSLjb35Qy5WaHAzsZ on 49'/88'/1'/0/6) segwit#1 js:2:qtum:xpub6BvfSTHRWubyT9ET9NECkkigRmcfJE8CZck5aD6egaAHHoC3xCkSEm6yhDGK65Q2GsZyTRKyecoSNRge9r8fBAxNpuv1Rx23wcGxvNn2d7d:segwit
2 UTXOs
0.273411     MS4nve77zxWRAWpiYapy6VpFcNiHkYdDxX (change) e2b1a1e3ecf9afff35ca57ce365a355d7d9cda8250f959c858a99b1182490c65 @2 (18904)
0.1423       MBtNSzdrkJ1qKri4w6mbhWCMbburF67RkK (change) e099dc7db575c4cc3c71a4d2c6e2fa0022ade39a0c25e369f6e4ad2e3d00187c @1 (37803)

⚠️ LedgerAPI5xx: API HTTP 503

necessary accounts resynced in 0.22ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 3 [segwit]: 0 QTUM (0ops) (MR3A49zXnWaH7Vhm7YKeiaREazdKZxie6r on 49'/88'/2'/0/0) segwit#2 js:2:qtum:xpub6BvfSTHRWubyX78dqB3tVcgps5JtUKukFsbkwrxQhEvBr2UmTUjNEdcZRvmBb6PczEcKUrnVvQvQ2BafHcw1wBkqbVLzNyEN912tNDDd8M9:segwit
0 UTXOs

⚠️ LedgerAPI5xx: API HTTP 503

necessary accounts resynced in 0.25ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 1 [legacy]: 0.0894544 QTUM (11ops) (QMEcXDnKfsVKz9kqivDvmsEuz4ArsYjKZN on 44'/88'/0'/0/5) #0 js:2:qtum:xpub6DA2jGUBMLR6J3WVfefyEwJefrpxMvCxC884tLu7kYsHF4znJeiq3FFPYaKyLg6sBP8eXKuoFRBzgmRaYSqAnMSQsERFbgQJFSxH9kJgFyg:
2 UTXOs
0.0852784    QUbKAEtTNpW4z3Vs2V4NuCYyXZ86XMkTyP (change) d937278188da1d55cbb6dddfe2b279d71a9c7d6bbc642b4c9e5e37eaadc5e8d6 @1 (18906)
0.00417608   QQPmk85VjTPyhv7QQkqoM8ZPJj7sepwWfY bca4fd76159222277e299c4fe6e90bdfb748420da1a5b1d938fcfd56062fbdc3 @0 (37805)

⚠️ LedgerAPI5xx: API HTTP 503

necessary accounts resynced in 0.19ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 2 [legacy]: 1.39164 QTUM (11ops) (QhthwDGbdqJp5ayhHJR1hB3BfEmPKFnLLZ on 44'/88'/1'/0/7) #1 js:2:qtum:xpub6DA2jGUBMLR6KWxfa96MHHqBsBWc4XP5YwPSvaN2AiLAKTX4jMBtivpCBoGyUtFa4TZZ2pBcTsN4ps63ewhhipX7zxSs5nApTTvVGqd3owR:
5 UTXOs
0.550423     QZuuSFdNMwAm6GqcnfEUqzCSgfqP5knRXr 4a7f97006c23202e34b20ab6d63c7bd8277551fa70b127ef60f4884816f12138 @0 (18908)
0.45691      QUFtPm3ZLzRXpXz2BXZ1F32oDK5xHN13Mv (change) rbf 30c17988692a93e046af8bf735b0bc617f4b77d5f043135d907b3955c926c4c6 @1 (18906)
0.305076     QeNmEJx3fmVTQRhetCS6a7YFUB8rAruq6m d937278188da1d55cbb6dddfe2b279d71a9c7d6bbc642b4c9e5e37eaadc5e8d6 @0 (18906)
0.078238     QbyiJBMrF6KwChzqAxeZ2pGuvnvs8NuMTr 07dab7d767d22696742c413f222e254d8a9bc6075220c77b5a36f7e820b11933 @0 (37805)
...

⚠️ LedgerAPI5xx: API HTTP 503

necessary accounts resynced in 0.16ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM Qtum 3 [legacy]: 0 QTUM (0ops) (QXwMM27e61jr6M9TBrEfWiab9j7RPdRB5L on 44'/88'/2'/0/0) #2 js:2:qtum:xpub6DA2jGUBMLR6Nxr6vXgCpqQCa5xbmtGAsPuDpqkQSqH8WwwgHVfBhyYS3vEmEUqUjXHV5WU1zRLF8dhFfDjaonsgn687DWbbdA4kX9gg1UZ:
0 UTXOs

⚠️ LedgerAPI5xx: API HTTP 503


Spec Decred (5)

Spec Decred found 5 Decred accounts. Will use Decred 1.3.13 on nanoS 2.1.0
Decred 1 cross: 0.0001 DCR (6ops) (DsSSzJqEoSWRu7XYr5L1PFDbP1R9kWL2G4s on 44'/42'/0'/0/3) #0 js:2:decred:dpubZEswmUQs2uoMV65nE6WAWC9X4FTE8uWr4i9ZqUax3GzCwgrAWgyUmafwTSR9gZWuiLunuHtCevHHiApL7jKrBXSrjkrGo3yJQUjB5NUyLqw:
Decred 2: 0 DCR (6ops) (DsY57GzEy3Wcy1G5PC7HW4jcwQ9ugnnSdLG on 44'/42'/1'/0/2) #1 js:2:decred:dpubZEswmUQs2uoMYyVkdkFfFwadTkMAKFNzAKALXMwAmcThnWXFFdd47ZwED7wyEkuLY8DW7EXZFwqWQ7psGV67r8pzqGhMm6Ct49tdcvtrFPV:
Decred 3: 0.0001 DCR (3ops) (DsaSxVpkKrY3F1BLDPtHHWyMe1dhs3hoTa5 on 44'/42'/2'/0/2) #2 js:2:decred:dpubZEswmUQs2uoMca88QfcXcKnyxwGoZBroZ4ehW8uY5nsBbihKDtmXch52hWbr6PEegjCX8YzHraktnagU4nkyCj3K2KXx1q3krWXs1f1bBre:
Decred 4: 1.28953 DCR (4ops) (DsnQ6B7z6xcECepsYCbPQFAGRBZ4MzN5ZrT on 44'/42'/3'/0/3) #3 js:2:decred:dpubZEswmUQs2uoMeNDe2t2X9VmcTwDXX7DmD86fdrTXMrRdgZnJBrr74uzzgnKBFuvchmhY64RLJuRM6C3rnchAkB9Q1fzvPToXHzwctS6uxtR:
Decred 5: 0 DCR (0ops) (DskCZ4d3mZkXwLxAEjx2sEM121SFimdgvSv on 44'/42'/4'/0/0) #4 js:2:decred:dpubZEswmUQs2uoMffXvbjYzmFKAA8qiVoRpBd8QwvJKFgG4HaLsEf3yq9JdFJHzvmMqTKUybT8NPDs16zti7N3ehBSQmxZQB76h8MsWKLZDFAX:

Spec cardano (3)

Spec cardano found 3 Cardano accounts. Will use CardanoADA 5.0.0 on nanoSP 1.1.0
Cardano 1 cross: 52.265 ADA (7ops) (addr1qyg4p0e9vxsy2r3hq44szh9xdfeywxkwdh4vxjfw5l9xx7lgyf2nkgrrlvjz49cn9cqr4el6y74l85d0z3jfj75gmamq03h722 on 1852'/1815'/0'/0/2) cardano#0 js:2:cardano:48a07defdc5ada36fba94b85950c6c880f69e1aa6d421726e6d553183ca944320ecbe00d9bfb0aeced28e6b1968946872c4731144f65dfc9e8b0e7a1e3e09d63:cardano
Cardano 2: 54.3929 ADA (2ops) (addr1qy3qcmtaxvfuh8xej6dpzrs5hhapzeeaacq0yfwj5n6judvfrskn7ypejlf3veluvp9s6u6asv5g30zpp8da8ruspxcql74uav on 1852'/1815'/1'/0/1) cardano#1 js:2:cardano:8df239d936f6b05481f4019f5df43c2a06dacb27eb206c57f4368a27bac9ee7cbd82ee51eb8800886c0dc38f1aee6eb019602a4e422719fc2fe1383144957103:cardano
Cardano 3: 0 ADA (0ops) (addr1q9cfneqs7p84uvw6xl3s795fgcuphv9hep7tc8pwhr9ugkxtc30l4fqzh779m3zzng9wvt7hslxk8nlzuayzmq30wr3qxhr8ff on 1852'/1815'/2'/0/0) cardano#2 js:2:cardano:063fce040e4d37e55e6fdfcf3297b7a9ae972cdf1f5171450e261c31d0842df1809375a1dde24858b3c9b2c0cf5f004543cd25d1999a13f3d4a0368b82f65e78:cardano
necessary accounts resynced in 0.21ms
▬ CardanoADA 5.0.0 on nanoSP 1.1.0
→ FROM Cardano 1 cross: 52.265 ADA (7ops) (addr1qyg4p0e9vxsy2r3hq44szh9xdfeywxkwdh4vxjfw5l9xx7lgyf2nkgrrlvjz49cn9cqr4el6y74l85d0z3jfj75gmamq03h722 on 1852'/1815'/0'/0/2) cardano#0 js:2:cardano:48a07defdc5ada36fba94b85950c6c880f69e1aa6d421726e6d553183ca944320ecbe00d9bfb0aeced28e6b1968946872c4731144f65dfc9e8b0e7a1e3e09d63:cardano (! sum of ops 50.215549 ADA) 52.265085 ADA delegated to Cardanoscan Pool 1 (CSN1) 7df262feae9201d1b2e32d4c825ca91b29fbafb2b8e556f6efb7f549. Total 0 ADA rewards available.

max spendable ~52.0998
★ using mutation 'move ~50%'
→ TO Cardano 2: 54.3929 ADA (2ops) (addr1qy3qcmtaxvfuh8xej6dpzrs5hhapzeeaacq0yfwj5n6judvfrskn7ypejlf3veluvp9s6u6asv5g30zpp8da8ruspxcql74uav on 1852'/1815'/1'/0/1) cardano#1 js:2:cardano:8df239d936f6b05481f4019f5df43c2a06dacb27eb206c57f4368a27bac9ee7cbd82ee51eb8800886c0dc38f1aee6eb019602a4e422719fc2fe1383144957103:cardano
✔️ transaction 
  SEND  26.132543 ADA
TO addr1qy3qcmtaxvfuh8xej6dpzrs5hhapzeeaacq0yfwj5n6judvfrskn7ypejlf3veluvp9s6u6asv5g30zpp8da8ruspxcql74uav
STATUS (202ms)
  amount: 26.132543 ADA
  estimated fees: 0.170913 ADA
  total spent: 26.303456 ADA
errors: 
errors: 
⚠️ Error: device action timeout. Recent events was:
{"text":"n7ypejlf3veluvp9s6u","x":10,"y":20,"w":109,"h":14}
{"text":"6asv5g30zpp8da8rusp","x":7,"y":34,"w":114,"h":13}
{"text":"xcql74uav","x":37,"y":48,"w":54,"h":14}
{"text":"Send","x":51,"y":28,"w":26,"h":13}
{"text":"26.132543 ADA","x":25,"y":42,"w":78,"h":14}
(totally spent 60.3s – ends at 2023-09-21T05:39:30.716Z)
necessary accounts resynced in 0.25ms
▬ CardanoADA 5.0.0 on nanoSP 1.1.0
→ FROM Cardano 2: 54.3929 ADA (2ops) (addr1qy3qcmtaxvfuh8xej6dpzrs5hhapzeeaacq0yfwj5n6judvfrskn7ypejlf3veluvp9s6u6asv5g30zpp8da8ruspxcql74uav on 1852'/1815'/1'/0/1) cardano#1 js:2:cardano:8df239d936f6b05481f4019f5df43c2a06dacb27eb206c57f4368a27bac9ee7cbd82ee51eb8800886c0dc38f1aee6eb019602a4e422719fc2fe1383144957103:cardano Total 0 ADA rewards available.

max spendable ~54.2276
★ using mutation 'send max'
→ TO Cardano 3: 0 ADA (0ops) (addr1q9cfneqs7p84uvw6xl3s795fgcuphv9hep7tc8pwhr9ugkxtc30l4fqzh779m3zzng9wvt7hslxk8nlzuayzmq30wr3qxhr8ff on 1852'/1815'/2'/0/0) cardano#2 js:2:cardano:063fce040e4d37e55e6fdfcf3297b7a9ae972cdf1f5171450e261c31d0842df1809375a1dde24858b3c9b2c0cf5f004543cd25d1999a13f3d4a0368b82f65e78:cardano
✔️ transaction 
  SEND MAX
TO addr1q9cfneqs7p84uvw6xl3s795fgcuphv9hep7tc8pwhr9ugkxtc30l4fqzh779m3zzng9wvt7hslxk8nlzuayzmq30wr3qxhr8ff
STATUS (195ms)
  amount: 54.227693 ADA
  estimated fees: 0.165281 ADA
  total spent: 54.392974 ADA
errors: 
errors: 
⚠️ Error: device action timeout. Recent events was:
{"text":"0l4fqzh779m3zzng9w","x":8,"y":20,"w":113,"h":14}
{"text":"vt7hslxk8nlzuayzmq3","x":9,"y":34,"w":111,"h":14}
{"text":"0wr3qxhr8ff","x":32,"y":48,"w":65,"h":13}
{"text":"Send","x":51,"y":28,"w":26,"h":13}
{"text":"54.227693 ADA","x":25,"y":42,"w":78,"h":14}
(totally spent 60.2s – ends at 2023-09-21T05:39:30.718Z)

Spec axelar (7)

Spec axelar found 7 Axelar accounts (preload: 382ms). Will use Cosmos 2.34.12 on nanoS 2.1.0
Axelar 1 cross: 0 AXL (7ops) (axelar123r3dwfylykx0fugawn6mu2h2smq3047pn5n9g on 44'/118'/0'/0/0) #0 js:2:axelar:axelar123r3dwfylykx0fugawn6mu2h2smq3047pn5n9g:
Axelar 2: 0.850152 AXL (6ops) (axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64 on 44'/118'/1'/0/0) #1 js:2:axelar:axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64:
Axelar 3: 3.36122 AXL (7ops) (axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha on 44'/118'/2'/0/0) #2 js:2:axelar:axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha:
Axelar 4: 2.44011 AXL (5ops) (axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5 on 44'/118'/3'/0/0) #3 js:2:axelar:axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5:
Axelar 5: 4.06892 AXL (3ops) (axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f on 44'/118'/4'/0/0) #4 js:2:axelar:axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f:
Axelar 6: 7.89046 AXL (3ops) (axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx on 44'/118'/5'/0/0) #5 js:2:axelar:axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx:
Axelar 7: 0 AXL (0ops) (axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa on 44'/118'/6'/0/0) #6 js:2:axelar:axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa:
necessary accounts resynced in 0.32ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM Axelar 2: 0.850152 AXL (6ops) (axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64 on 44'/118'/1'/0/0) #1 js:2:axelar:axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64: (! sum of ops -8.873734 AXL) 0.850152 AXL spendable. 

max spendable ~0.839652
★ using mutation 'send some'
→ TO Axelar 4: 2.44011 AXL (5ops) (axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5 on 44'/118'/3'/0/0) #3 js:2:axelar:axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5:
✔️ transaction 
SEND  0.430854 AXL
TO axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5

with fees=0.005769
STATUS (706ms)
  amount: 0.430854 AXL
  estimated fees: 0.005769 AXL
  total spent: 0.436623 AXL
errors: 
errors: 
✔️ has been signed! (15.5s) 
✔️ broadcasted! (262ms) optimistic operation: 
  -0.436623 AXL      OUT        7564017CD25EC58C91EEBDD1B46A1B4AFC5494B146C5B5627D9E4F597A93A135 2023-09-21T05:30
✔️ operation confirmed (0.32ms): 
  -0.436623 AXL      OUT        7564017CD25EC58C91EEBDD1B46A1B4AFC5494B146C5B5627D9E4F597A93A135 2023-09-21T05:30
✔️ Axelar 2: 0.850152 AXL (6ops) (axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64 on 44'/118'/1'/0/0) #1 js:2:axelar:axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64: (! sum of ops -8.873734 AXL) 0.850152 AXL spendable. 
✔️ destination operation 
  ? -436623          OUT        7564017CD25EC58C91EEBDD1B46A1B4AFC5494B146C5B5627D9E4F597A93A135 2023-09-21T05:30

necessary accounts resynced in 0.30ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM Axelar 3: 3.36122 AXL (7ops) (axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha on 44'/118'/2'/0/0) #2 js:2:axelar:axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha: 3.361229 AXL spendable. 

max spendable ~3.35072
★ using mutation 'send some'
→ TO Axelar 4: 2.44011 AXL (5ops) (axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5 on 44'/118'/3'/0/0) #3 js:2:axelar:axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5:
✔️ transaction 
SEND  1.959042 AXL
TO axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5

with fees=0.005789
  memo=LedgerLiveBot
STATUS (798ms)
  amount: 1.959042 AXL
  estimated fees: 0.005789 AXL
  total spent: 1.964831 AXL
errors: 
errors: 
✔️ has been signed! (8.1s) 
✔️ broadcasted! (62ms) optimistic operation: 
  -1.964831 AXL      OUT        F2BB4AAF41AB940D8FB2DA41963E6F5C96BE992428CE5375C1AC3C611AB41546 2023-09-21T05:30
✔️ operation confirmed (0.30ms): 
  -1.964831 AXL      OUT        F2BB4AAF41AB940D8FB2DA41963E6F5C96BE992428CE5375C1AC3C611AB41546 2023-09-21T05:30
✔️ Axelar 3: 3.36122 AXL (7ops) (axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha on 44'/118'/2'/0/0) #2 js:2:axelar:axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha: 3.361229 AXL spendable. 
✔️ destination operation 
  ? -1964831         OUT        F2BB4AAF41AB940D8FB2DA41963E6F5C96BE992428CE5375C1AC3C611AB41546 2023-09-21T05:30

necessary accounts resynced in 3.38ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM Axelar 4: 2.44011 AXL (5ops) (axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5 on 44'/118'/3'/0/0) #3 js:2:axelar:axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5: 1.917541 AXL spendable. 0.522575 AXL delegated. 
DELEGATIONS
  to axelarvaloper1d8j4hv0cd7sdgmta7l66g7hjuzu3f29chfkcvq 0.522575 AXL  (claimable 0.522575)

max spendable ~1.90704
★ using mutation 'delegate new validators'
✔️ transaction 
DELEGATE  0.092252 AXL
TO 
  0.092252 -> axelarvaloper1tee73c83k2vqky9gt59jd3ztwxhqjm27l588q6
with fees=0.011754
  memo=LedgerLiveBot
STATUS (791ms)
  amount: 0.092252 AXL
  estimated fees: 0.011754 AXL
  total spent: 0.104006 AXL
errors: 
errors: 
✔️ has been signed! (9.6s) 
✔️ broadcasted! (66ms) optimistic operation: 
  -0.104006 AXL      DELEGATE   D6D0226A82577FB74B1A0D0ED099F260E43CBA6867E9A98C1C54348E1C69DB95 2023-09-21T05:30
    to axelarvaloper1tee73c83k2vqky9gt59jd3ztwxhqjm27l588q6 0.092252 AXL    
✔️ operation confirmed (0.25ms): 
  -0.104006 AXL      DELEGATE   D6D0226A82577FB74B1A0D0ED099F260E43CBA6867E9A98C1C54348E1C69DB95 2023-09-21T05:30
    to axelarvaloper1tee73c83k2vqky9gt59jd3ztwxhqjm27l588q6 0.092252 AXL    
✔️ Axelar 4: 2.44011 AXL (5ops) (axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5 on 44'/118'/3'/0/0) #3 js:2:axelar:axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5: 1.917541 AXL spendable. 0.522575 AXL delegated. 
DELEGATIONS
  to axelarvaloper1d8j4hv0cd7sdgmta7l66g7hjuzu3f29chfkcvq 0.522575 AXL  (claimable 0.522575)

necessary accounts resynced in 3.39ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM Axelar 5: 4.06892 AXL (3ops) (axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f on 44'/118'/4'/0/0) #4 js:2:axelar:axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f: 4.06892 AXL spendable. 

max spendable ~4.05842
★ using mutation 'send max'
→ TO Axelar 4: 2.44011 AXL (5ops) (axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5 on 44'/118'/3'/0/0) #3 js:2:axelar:axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5:
✔️ transaction 
SEND MAX
TO axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5

with fees=0.005764
STATUS (590ms)
  amount: 4.063156 AXL
  estimated fees: 0.005764 AXL
  total spent: 4.06892 AXL
errors: 
errors: 
✔️ has been signed! (10.3s) 
✔️ broadcasted! (103ms) optimistic operation: 
  -4.06892 AXL       OUT        64EE408F06763AEDEECF50B0FAAF95BF4F03244DCA7E97B08557B3C5A6811FC6 2023-09-21T05:30
✔️ operation confirmed (8ms): 
  -4.06892 AXL       OUT        64EE408F06763AEDEECF50B0FAAF95BF4F03244DCA7E97B08557B3C5A6811FC6 2023-09-21T05:30
✔️ Axelar 5: 4.06892 AXL (3ops) (axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f on 44'/118'/4'/0/0) #4 js:2:axelar:axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f: 4.06892 AXL spendable. 
✔️ destination operation 
  ? -4068920         OUT        64EE408F06763AEDEECF50B0FAAF95BF4F03244DCA7E97B08557B3C5A6811FC6 2023-09-21T05:30

necessary accounts resynced in 0.28ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM Axelar 6: 7.89046 AXL (3ops) (axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx on 44'/118'/5'/0/0) #5 js:2:axelar:axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx: 7.873916 AXL spendable. 0.016551 AXL delegated. 
DELEGATIONS
  to axelarvaloper17eysfn7h36xlvl0kpe6c95f4w4hejr57raak27 0.016551 AXL  (claimable 0.016551)

max spendable ~7.86341
★ using mutation 'undelegate'
✔️ transaction 
UNDELEGATE 
TO 
  0.016551 -> axelarvaloper17eysfn7h36xlvl0kpe6c95f4w4hejr57raak27
with fees=0.017066
  memo=LedgerLiveBot
STATUS (577ms)
  amount: 0 AXL
  estimated fees: 0.017066 AXL
  total spent: 0.017066 AXL
errors: 
errors: 
✔️ has been signed! (11.1s) 
✔️ broadcasted! (74ms) optimistic operation: 
  -0.017066 AXL      UNDELEGATE DAEFCBF4D5AD6C3B71859212C29DB897540C2247B47ADE9C41651E318B9E4F1E 2023-09-21T05:30
    to axelarvaloper17eysfn7h36xlvl0kpe6c95f4w4hejr57raak27 0.016551 AXL    
✔️ operation confirmed (0.27ms): 
  -0.017066 AXL      UNDELEGATE DAEFCBF4D5AD6C3B71859212C29DB897540C2247B47ADE9C41651E318B9E4F1E 2023-09-21T05:30
    to axelarvaloper17eysfn7h36xlvl0kpe6c95f4w4hejr57raak27 0.016551 AXL    
✔️ Axelar 6: 7.89046 AXL (3ops) (axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx on 44'/118'/5'/0/0) #5 js:2:axelar:axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx: 7.873916 AXL spendable. 0.016551 AXL delegated. 
DELEGATIONS
  to axelarvaloper17eysfn7h36xlvl0kpe6c95f4w4hejr57raak27 0.016551 AXL  (claimable 0.016551)


Spec cosmos (7)

Spec cosmos found 7 Cosmos accounts (preload: 921ms). Will use Cosmos 2.34.12 on nanoS 2.1.0
Cosmos 1 cross: 5.7075 ATOM (9ops) (cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf on 44'/118'/0'/0/0) #0 js:2:cosmos:cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf:
Cosmos 2: 0.025006 ATOM (9ops) (cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935 on 44'/118'/1'/0/0) #1 js:2:cosmos:cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935:
Cosmos 3: 0.013596 ATOM (9ops) (cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu on 44'/118'/2'/0/0) #2 js:2:cosmos:cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu:
Cosmos 4: 0.003054 ATOM (7ops) (cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4 on 44'/118'/3'/0/0) #3 js:2:cosmos:cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4:
Cosmos 5: 0 ATOM (5ops) (cosmos12hfs0xs2nw3pqp52hhetnyssjksk422ll6p7yg on 44'/118'/4'/0/0) #4 js:2:cosmos:cosmos12hfs0xs2nw3pqp52hhetnyssjksk422ll6p7yg:
Cosmos 6: 5.2036 ATOM (5ops) (cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8 on 44'/118'/5'/0/0) #5 js:2:cosmos:cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8:
Cosmos 7: 0 ATOM (0ops) (cosmos12xytx2menp2cr2ptpqf5ajyvt9qrrks6hmcamu on 44'/118'/6'/0/0) #6 js:2:cosmos:cosmos12xytx2menp2cr2ptpqf5ajyvt9qrrks6hmcamu:
necessary accounts resynced in 2.53ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM Cosmos 1 cross: 5.7075 ATOM (9ops) (cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf on 44'/118'/0'/0/0) #0 js:2:cosmos:cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf: 5.707502 ATOM spendable. 

max spendable ~5.70548
★ using mutation 'send max'
→ TO Cosmos 6: 5.2036 ATOM (5ops) (cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8 on 44'/118'/5'/0/0) #5 js:2:cosmos:cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8:
✔️ transaction 
SEND MAX
TO cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8

with fees=0.002024
STATUS (1478ms)
  amount: 5.705478 ATOM
  estimated fees: 0.002024 ATOM
  total spent: 5.707502 ATOM
errors: 
errors: 
✔️ has been signed! (11.6s) 
✔️ broadcasted! (97ms) optimistic operation: 
  -5.707502 ATOM     OUT        465E4B1BD133515EB991C7B93725ED7BE753B2A80C847ADBC19772FE5DA9990B 2023-09-21T05:30
✔️ operation confirmed (10.4s): 
  -5.707502 ATOM     OUT        465E4B1BD133515EB991C7B93725ED7BE753B2A80C847ADBC19772FE5DA9990B 2023-09-21T05:30
✔️ Cosmos 1 cross: 0 ATOM (10ops) (cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf on 44'/118'/0'/0/0) #0 js:2:cosmos:cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf: 0 ATOM spendable. 
(in 10.4s)
✔️ destination operation 
  +5.705478 ATOM     IN         465E4B1BD133515EB991C7B93725ED7BE753B2A80C847ADBC19772FE5DA9990B 2023-09-21T05:30
(in 11s)

necessary accounts resynced in 0.21ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM Cosmos 3: 0.013596 ATOM (9ops) (cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu on 44'/118'/2'/0/0) #2 js:2:cosmos:cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu: 0.013596 ATOM spendable. 

max spendable ~0.011578
★ using mutation 'send some'
→ TO Cosmos 1 cross: 0 ATOM (10ops) (cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf on 44'/118'/0'/0/0) #0 js:2:cosmos:cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf:
✔️ transaction 
SEND  0.004449 ATOM
TO cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf

with fees=0.002017
STATUS (688ms)
  amount: 0.004449 ATOM
  estimated fees: 0.002017 ATOM
  total spent: 0.006466 ATOM
errors: 
errors: 
✔️ has been signed! (9.3s) 
✔️ broadcasted! (300ms) optimistic operation: 
  -0.006466 ATOM     OUT        68F0BAEACDFB656246849ABC9321F3BE206CB9BE40542BBF27529C2CD94E2D3D 2023-09-21T05:30
✔️ operation confirmed (10.3s): 
  -0.006466 ATOM     OUT        68F0BAEACDFB656246849ABC9321F3BE206CB9BE40542BBF27529C2CD94E2D3D 2023-09-21T05:30
✔️ Cosmos 3: 0.00713 ATOM (10ops) (cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu on 44'/118'/2'/0/0) #2 js:2:cosmos:cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu: 0.00713 ATOM spendable. 
(in 10.3s)
✔️ destination operation 
  +0.004449 ATOM     IN         68F0BAEACDFB656246849ABC9321F3BE206CB9BE40542BBF27529C2CD94E2D3D 2023-09-21T05:30
(in 10.5s)

necessary accounts resynced in 0.20ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM Cosmos 6: 10.909 ATOM (6ops) (cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8 on 44'/118'/5'/0/0) #5 js:2:cosmos:cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8: (! sum of ops 10.909089 ATOM) 10.825408 ATOM spendable. 0.083116 ATOM delegated. 0.000556 ATOM unbonding. 
DELEGATIONS
  to cosmosvaloper1rwh0cxa72d3yle3r4l8gd7vyphrmjy2kpe4x72 0.083116 ATOM  (claimable 0.083116)
UNDELEGATIONS
  from cosmosvaloper146kwpzhmleafmhtaxulfptyhnvwxzlvm87hwnm 0.000556 ATOM

max spendable ~10.8233
★ using mutation 'undelegate'
✔️ transaction 
UNDELEGATE 
TO 
  0.083116 -> cosmosvaloper1rwh0cxa72d3yle3r4l8gd7vyphrmjy2kpe4x72
with fees=0.015914
  memo=LedgerLiveBot
STATUS (998ms)
  amount: 0 ATOM
  estimated fees: 0.015914 ATOM
  total spent: 0.015914 ATOM
errors: 
errors: 
✔️ has been signed! (10.3s) 
✔️ broadcasted! (95ms) optimistic operation: 
  -0.015914 ATOM     UNDELEGATE CB1E688365DCD08CDC44B436F157CA9C67F9100E9E9F07CF0C08DBE69DF2DFE3 2023-09-21T05:31
    to cosmosvaloper1rwh0cxa72d3yle3r4l8gd7vyphrmjy2kpe4x72 0.083116 ATOM   
✔️ operation confirmed (10.7s): 
  -0.015914 ATOM     UNDELEGATE CB1E688365DCD08CDC44B436F157CA9C67F9100E9E9F07CF0C08DBE69DF2DFE3 2023-09-21T05:31
    to cosmosvaloper1rwh0cxa72d3yle3r4l8gd7vyphrmjy2kpe4x72 0.083116 ATOM   
✔️ Cosmos 6: 10.8931 ATOM (7ops) (cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8 on 44'/118'/5'/0/0) #5 js:2:cosmos:cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8: (! sum of ops 10.893175 ATOM) 10.809494 ATOM spendable. 0.083672 ATOM unbonding. 
UNDELEGATIONS
  from cosmosvaloper146kwpzhmleafmhtaxulfptyhnvwxzlvm87hwnm 0.000556 ATOM
  from cosmosvaloper1rwh0cxa72d3yle3r4l8gd7vyphrmjy2kpe4x72 0.083116 ATOM
(in 10.7s)


Spec secret_network (7)

Spec secret_network found 7 SecretNetwork accounts (preload: 947ms). Will use Cosmos 2.34.12 on nanoS 2.1.0
SecretNetwork 1 cross: 2.81068 SCRT (12ops) (secret123r3dwfylykx0fugawn6mu2h2smq30478ckjn4 on 44'/118'/0'/0/0) #0 js:2:secret_network:secret123r3dwfylykx0fugawn6mu2h2smq30478ckjn4:
SecretNetwork 2: 0.023459 SCRT (7ops) (secret1k2d965a5clx7327n9zx30ewz39ms7kyj8xyvvg on 44'/118'/1'/0/0) #1 js:2:secret_network:secret1k2d965a5clx7327n9zx30ewz39ms7kyj8xyvvg:
SecretNetwork 3: 0 SCRT (11ops) (secret1u63uctcult0t7wsscxxsmv2r2lgl25f490gzpq on 44'/118'/2'/0/0) #2 js:2:secret_network:secret1u63uctcult0t7wsscxxsmv2r2lgl25f490gzpq:
SecretNetwork 4: 13.0041 SCRT (8ops) (secret17s09a0jyp24hl7w3vcn8padz6efwmrpjvp945f on 44'/118'/3'/0/0) #3 js:2:secret_network:secret17s09a0jyp24hl7w3vcn8padz6efwmrpjvp945f:
SecretNetwork 5: 3.61344 SCRT (5ops) (secret12hfs0xs2nw3pqp52hhetnyssjksk422lal4he5 on 44'/118'/4'/0/0) #4 js:2:secret_network:secret12hfs0xs2nw3pqp52hhetnyssjksk422lal4he5:
SecretNetwork 6: 17.16 SCRT (4ops) (secret15wdd32tlkvk8rs5622u4fmmzmk7240u2yfk3am on 44'/118'/5'/0/0) #5 js:2:secret_network:secret15wdd32tlkvk8rs5622u4fmmzmk7240u2yfk3am:
SecretNetwork 7: 0 SCRT (0ops) (secret12xytx2menp2cr2ptpqf5ajyvt9qrrks647v5xq on 44'/118'/6'/0/0) #6 js:2:secret_network:secret12xytx2menp2cr2ptpqf5ajyvt9qrrks647v5xq:
necessary accounts resynced in 1.20ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM SecretNetwork 1 cross: 2.81068 SCRT (12ops) (secret123r3dwfylykx0fugawn6mu2h2smq30478ckjn4 on 44'/118'/0'/0/0) #0 js:2:secret_network:secret123r3dwfylykx0fugawn6mu2h2smq30478ckjn4: 2.81068 SCRT spendable. 

max spendable ~2.77318
★ using mutation 'send max'
→ TO SecretNetwork 5: 3.61344 SCRT (5ops) (secret12hfs0xs2nw3pqp52hhetnyssjksk422lal4he5 on 44'/118'/4'/0/0) #4 js:2:secret_network:secret12hfs0xs2nw3pqp52hhetnyssjksk422lal4he5:
✔️ transaction 
SEND MAX
TO secret12hfs0xs2nw3pqp52hhetnyssjksk422lal4he5

with fees=0.003937
STATUS (1685ms)
  amount: 2.806743 SCRT
  estimated fees: 0.003937 SCRT
  total spent: 2.81068 SCRT
errors: 
errors: 
✔️ has been signed! (14.4s) 
✔️ broadcasted! (353ms) optimistic operation: 
  -2.81068 SCRT      OUT        D0C6E0203C0DE755B6464A378C3CBBF87FA0BF2274AF1215037B6B3D8C9BC2E2 2023-09-21T05:30
✔️ operation confirmed (0.31ms): 
  -2.81068 SCRT      OUT        D0C6E0203C0DE755B6464A378C3CBBF87FA0BF2274AF1215037B6B3D8C9BC2E2 2023-09-21T05:30
✔️ SecretNetwork 1 cross: 2.81068 SCRT (12ops) (secret123r3dwfylykx0fugawn6mu2h2smq30478ckjn4 on 44'/118'/0'/0/0) #0 js:2:secret_network:secret123r3dwfylykx0fugawn6mu2h2smq30478ckjn4: 2.81068 SCRT spendable. 
✔️ destination operation 
  ? -2810680         OUT        D0C6E0203C0DE755B6464A378C3CBBF87FA0BF2274AF1215037B6B3D8C9BC2E2 2023-09-21T05:30

necessary accounts resynced in 0.23ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM SecretNetwork 4: 13.0041 SCRT (8ops) (secret17s09a0jyp24hl7w3vcn8padz6efwmrpjvp945f on 44'/118'/3'/0/0) #3 js:2:secret_network:secret17s09a0jyp24hl7w3vcn8padz6efwmrpjvp945f: 12.832346 SCRT spendable. 0.171764 SCRT delegated. 
DELEGATIONS
  to secretvaloper1p5l3hyhe45ck4xy6eysujpeskezz2s59vhqzwm 0.126548 SCRT  (claimable 0.126548)
  to secretvaloper16w5hlcf389le2n60t32eqf43plp539ged9sruy 0.045216 SCRT  (claimable 0.045216)

max spendable ~12.7948
★ using mutation 'send some'
→ TO SecretNetwork 7: 0 SCRT (0ops) (secret12xytx2menp2cr2ptpqf5ajyvt9qrrks647v5xq on 44'/118'/6'/0/0) #6 js:2:secret_network:secret12xytx2menp2cr2ptpqf5ajyvt9qrrks647v5xq:
✔️ transaction 
SEND  6.426479 SCRT
TO secret12xytx2menp2cr2ptpqf5ajyvt9qrrks647v5xq

with fees=0.004435
  memo=LedgerLiveBot
STATUS (2114ms)
  amount: 6.426479 SCRT
  estimated fees: 0.004435 SCRT
  total spent: 6.430914 SCRT
errors: 
errors: 
✔️ has been signed! (9s) 
✔️ broadcasted! (297ms) optimistic operation: 
  -6.430914 SCRT     OUT        E24196B5AD63ED16F2D76C17431011C6215559A11AB6B86D1656F89CCD0A0113 2023-09-21T05:30
✔️ operation confirmed (0.31ms): 
  -6.430914 SCRT     OUT        E24196B5AD63ED16F2D76C17431011C6215559A11AB6B86D1656F89CCD0A0113 2023-09-21T05:30
✔️ SecretNetwork 4: 13.0041 SCRT (8ops) (secret17s09a0jyp24hl7w3vcn8padz6efwmrpjvp945f on 44'/118'/3'/0/0) #3 js:2:secret_network:secret17s09a0jyp24hl7w3vcn8padz6efwmrpjvp945f: 12.832346 SCRT spendable. 0.171764 SCRT delegated. 
DELEGATIONS
  to secretvaloper1p5l3hyhe45ck4xy6eysujpeskezz2s59vhqzwm 0.126548 SCRT  (claimable 0.126548)
  to secretvaloper16w5hlcf389le2n60t32eqf43plp539ged9sruy 0.045216 SCRT  (claimable 0.045216)
✔️ destination operation 
  ? -6430914         OUT        E24196B5AD63ED16F2D76C17431011C6215559A11AB6B86D1656F89CCD0A0113 2023-09-21T05:30

necessary accounts resynced in 1.07ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM SecretNetwork 5: 3.61344 SCRT (5ops) (secret12hfs0xs2nw3pqp52hhetnyssjksk422lal4he5 on 44'/118'/4'/0/0) #4 js:2:secret_network:secret12hfs0xs2nw3pqp52hhetnyssjksk422lal4he5: 3.613446 SCRT spendable. 

max spendable ~3.57594
★ using mutation 'send some'
→ TO SecretNetwork 4: 13.0041 SCRT (8ops) (secret17s09a0jyp24hl7w3vcn8padz6efwmrpjvp945f on 44'/118'/3'/0/0) #3 js:2:secret_network:secret17s09a0jyp24hl7w3vcn8padz6efwmrpjvp945f:
✔️ transaction 
SEND  2.032987 SCRT
TO secret17s09a0jyp24hl7w3vcn8padz6efwmrpjvp945f

with fees=0.003943
STATUS (1507ms)
  amount: 2.032987 SCRT
  estimated fees: 0.003943 SCRT
  total spent: 2.03693 SCRT
errors: 
errors: 
✔️ has been signed! (11.3s) 
✔️ broadcasted! (284ms) optimistic operation: 
  -2.03693 SCRT      OUT        1A106B66123A695CC25927D7809508847EE3556570E1861FCA6DFCC61004F59B 2023-09-21T05:30
✔️ operation confirmed (0.28ms): 
  -2.03693 SCRT      OUT        1A106B66123A695CC25927D7809508847EE3556570E1861FCA6DFCC61004F59B 2023-09-21T05:30
✔️ SecretNetwork 5: 3.61344 SCRT (5ops) (secret12hfs0xs2nw3pqp52hhetnyssjksk422lal4he5 on 44'/118'/4'/0/0) #4 js:2:secret_network:secret12hfs0xs2nw3pqp52hhetnyssjksk422lal4he5: 3.613446 SCRT spendable. 
✔️ destination operation 
  ? -2036930         OUT        1A106B66123A695CC25927D7809508847EE3556570E1861FCA6DFCC61004F59B 2023-09-21T05:30

necessary accounts resynced in 0.70ms
▬ Cosmos 2.34.12 on nanoS 2.1.0
→ FROM SecretNetwork 6: 17.16 SCRT (4ops) (secret15wdd32tlkvk8rs5622u4fmmzmk7240u2yfk3am on 44'/118'/5'/0/0) #5 js:2:secret_network:secret15wdd32tlkvk8rs5622u4fmmzmk7240u2yfk3am: (! sum of ops 17.160017 SCRT) 17.105585 SCRT spendable. 0.054477 SCRT unbonding. 
UNDELEGATIONS
  from secretvaloper1ghq67qyjf9exqjw4s3ltg56zf5yceve7s4kj5u 0.054477 SCRT

max spendable ~17.068
★ using mutation 'delegate new validators'
✔️ transaction 
DELEGATE  0.725339 SCRT
TO 
  0.725339 -> secretvaloper1hjd20hjvkx06y8p42xl0uzr3gr3ue3nkvd79jj
with fees=0.008127
  memo=LedgerLiveBot
STATUS (2929ms)
  amount: 0.725339 SCRT
  estimated fees: 0.008127 SCRT
  total spent: 0.733466 SCRT
errors: 
errors: 
✔️ has been signed! (12.6s) 
✔️ broadcasted! (372ms) optimistic operation: 
  -0.733466 SCRT     DELEGATE   A8B3115A3AE6B0E522C5B25E5A1978E32C16F94166E0A1C8D9FFABB24529ECC6 2023-09-21T05:30
    to secretvaloper1hjd20hjvkx06y8p42xl0uzr3gr3ue3nkvd79jj 0.725339 SCRT   
✔️ operation confirmed (0.29ms): 
  -0.733466 SCRT     DELEGATE   A8B3115A3AE6B0E522C5B25E5A1978E32C16F94166E0A1C8D9FFABB24529ECC6 2023-09-21T05:30
    to secretvaloper1hjd20hjvkx06y8p42xl0uzr3gr3ue3nkvd79jj 0.725339 SCRT   
✔️ SecretNetwork 6: 17.16 SCRT (4ops) (secret15wdd32tlkvk8rs5622u4fmmzmk7240u2yfk3am on 44'/118'/5'/0/0) #5 js:2:secret_network:secret15wdd32tlkvk8rs5622u4fmmzmk7240u2yfk3am: (! sum of ops 17.160017 SCRT) 17.105585 SCRT spendable. 0.054477 SCRT unbonding. 
UNDELEGATIONS
  from secretvaloper1ghq67qyjf9exqjw4s3ltg56zf5yceve7s4kj5u 0.054477 SCRT


Spec Filecoin (7)

Spec Filecoin found 7 Filecoin accounts. Will use Filecoin 0.22.7 on nanoS 2.1.0
Filecoin 1 cross: 0.0484404 FIL (10ops) (f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y on 44'/461'/0'/0/0) #0 js:2:filecoin:f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y:
Filecoin 2: 0 FIL (8ops) (f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq on 44'/461'/1'/0/0) #1 js:2:filecoin:f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq:
Filecoin 3: 0.0000372 FIL (7ops) (f12zihhoc242uejpqswezsm4c7a2n2d3nqygvyeqi on 44'/461'/2'/0/0) #2 js:2:filecoin:f12zihhoc242uejpqswezsm4c7a2n2d3nqygvyeqi:
Filecoin 4: 0.37772 FIL (1ops) (f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq on 44'/461'/3'/0/0) #3 js:2:filecoin:f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq:
Filecoin 5: 0.851467 FIL (2ops) (f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q on 44'/461'/4'/0/0) #4 js:2:filecoin:f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q:
Filecoin 6: 0.140013 FIL (2ops) (f1boo3wjm5yjpvkbi4s3k2rykpvmf235ivkbj3kbq on 44'/461'/5'/0/0) #5 js:2:filecoin:f1boo3wjm5yjpvkbi4s3k2rykpvmf235ivkbj3kbq:
Filecoin 7: 0 FIL (0ops) (f1bw4zwsefo5rwk3t536tq6wlgdhivrt5ucmdttji on 44'/461'/6'/0/0) #6 js:2:filecoin:f1bw4zwsefo5rwk3t536tq6wlgdhivrt5ucmdttji:
necessary accounts resynced in 0.17ms
▬ Filecoin 0.22.7 on nanoS 2.1.0
→ FROM Filecoin 1 cross: 0.0484404 FIL (10ops) (f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y on 44'/461'/0'/0/0) #0 js:2:filecoin:f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y: (! sum of ops 0.048440484512756451 FIL)
max spendable ~0.0480756
★ using mutation 'Transfer Max'
→ TO Filecoin 5: 0.851467 FIL (2ops) (f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q on 44'/461'/4'/0/0) #4 js:2:filecoin:f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q:
✔️ transaction 
SEND MAX
TO f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q
STATUS (858ms)
  amount: 0.047840980942723344 FIL
  estimated fees: 0.000599503570033242 FIL
  total spent: 0.048440484512756586 FIL
errors: 
errors: 
✔️ has been signed! (9.1s) 
✔️ broadcasted! (288ms) optimistic operation: 
  -0.048440484512756586 FIL OUT        bafy2bzacecf42k2536g5wh37xukmtzbaxtxdaam5vpf474tutminfpmpnyfv2 2023-09-21T05:30
✔️ operation confirmed (2min 41s): 
  -0.04821838030834669 FIL OUT        bafy2bzacecf42k2536g5wh37xukmtzbaxtxdaam5vpf474tutminfpmpnyfv2 2023-09-21T05:30
✔️ Filecoin 1 cross: 0.0002221 FIL (11ops) (f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y on 44'/461'/0'/0/0) #0 js:2:filecoin:f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y: (! sum of ops 0.000222104204409761 FIL)(in 2min 41s)

necessary accounts resynced in 0.31ms
▬ Filecoin 0.22.7 on nanoS 2.1.0
→ FROM Filecoin 4: 0.37772 FIL (1ops) (f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq on 44'/461'/3'/0/0) #3 js:2:filecoin:f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq: (! sum of ops 0.37772064889146406 FIL)
max spendable ~0.377383
★ using mutation 'Send 50%~'
→ TO Filecoin 5: 0.899308 FIL (3ops) (f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q on 44'/461'/4'/0/0) #4 js:2:filecoin:f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q:
✔️ transaction 
SEND  0.198388179722218488 FIL
TO f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q
STATUS (1114ms)
  amount: 0.198388179722218488 FIL
  estimated fees: 0.000554221242879192 FIL
  total spent: 0.19894240096509768 FIL
errors: 
errors: 
✔️ has been signed! (5.1s) 
✔️ broadcasted! (413ms) optimistic operation: 
  -0.19894240096509768 FIL OUT        bafy2bzaceb2vsmvtlsicc2hobgztxinzsnkuwj4jd53ty2vxrxtgieicavkv6 2023-09-21T05:33
✔️ operation confirmed (2min 44s): 
  -0.198747529202636018 FIL OUT        bafy2bzaceb2vsmvtlsicc2hobgztxinzsnkuwj4jd53ty2vxrxtgieicavkv6 2023-09-21T05:33
✔️ Filecoin 4: 0.178973 FIL (2ops) (f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq on 44'/461'/3'/0/0) #3 js:2:filecoin:f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq: (! sum of ops 0.178973119688828042 FIL)(in 2min 44s)
(in 3min 21s)
⚠️ TEST destination > account balance increased with transaction amount
Error: expect(received).toBe(expected) // Object.is equality

Expected: "1097696345135703449"
Received: "1097696345135703457"
(totally spent 6min 12s – ends at 2023-09-21T05:39:31.217Z)

Spec Tron (4)

Spec Tron found 4 Tron accounts (preload: 62.4s). Will use Tron 0.4.101 on nanoS 2.1.0
Tron 1 cross: 373.4 TRX (18ops) (TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1 on 44'/195'/0'/0/0) #0 js:2:tron:TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1:
Tron 2: 0.000001 TRX (25ops) (TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L on 44'/195'/1'/0/0) #1 js:2:tron:TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L:
Tron 3: 374.4 TRX (15ops) (TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT on 44'/195'/2'/0/0) #2 js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:
Tron 4: 0 TRX (0ops) (TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN on 44'/195'/3'/0/0) #3 js:2:tron:TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN:
necessary accounts resynced in 0.20ms
▬ Tron 0.4.101 on nanoS 2.1.0
→ FROM Tron 1 cross: 373.4 TRX (18ops) (TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1 on 44'/195'/0'/0/0) #0 js:2:tron:TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1:
max spendable ~372.4
★ using mutation 'freeze 25% to bandwidth | energy'
✔️ transaction 
FREEZE ENERGY  93 TRX 
TO 
STATUS (197ms)
  amount: 93 TRX
  estimated fees: 0 TRX
  total spent: 93 TRX
errors: 
errors: 
⚠️ Error: class org.tron.core.exception.ContractValidateException : freeze v2 is open, old freeze is closed
(totally spent 1723ms – ends at 2023-09-21T05:39:31.251Z)
necessary accounts resynced in 0.17ms
▬ Tron 0.4.101 on nanoS 2.1.0
→ FROM Tron 3: 374.4 TRX (15ops) (TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT on 44'/195'/2'/0/0) #2 js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:
max spendable ~373.4
★ using mutation 'send max to another account'
→ TO Tron 4: 0 TRX (0ops) (TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN on 44'/195'/3'/0/0) #3 js:2:tron:TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN:
✔️ transaction 
SEND MAX 
TO TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN
STATUS (1321ms)
  amount: 373.400046 TRX
  estimated fees: 1 TRX
  total spent: 374.400046 TRX
errors: 
errors: fee TronUnexpectedFees
✔️ has been signed! (8.7s) {"operation":{"id":"js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:-1b282c72ab06beed6f1c842ca39b5b641724c59dc025c9366bac50f424df9feb-OUT","hash":"1b282c72ab06beed6f1c842ca39b5b641724c59dc025c9366bac50f424df9feb","type":"OUT","senders":["TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT"],"recipients":["TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN"],"accountId":"js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:","blockHash":null,"blockHeight":null,"extra":{},"date":"2023-09-21T05:31:08.523Z","value":"374400046","fee":"1000000"},"signature":"7ce3c055724b07df581bbfe05a81873b5834afb7e08d69d55b63510e9fd339543e5433d63ab6e925988c225ef5e6b31f8b7ddacc6b0d67db63ca2ad9cfb1da6a01","rawData":{"contract":[{"parameter":{"value":{"amount":373400046,"owner_address":"4138efc47c497788078f0ed4154ad804979e8bc5c7","to_address":"41ac37f62ecd58d0ecbffe55a3be23305a07426b1b"},"type_url":"type.googleapis.com/protocol.TransferContract"},"type":"TransferContract"}],"ref_block_bytes":"6b7a","ref_block_hash":"1ec3fa55c54c837d","expiration":1695274920000,"timestamp":1695274260380}}
⚠️ TEST during broadcast
Error
(totally spent 10.1s – ends at 2023-09-21T05:39:31.265Z)
necessary accounts resynced in 1729ms
▬ Tron 0.4.101 on nanoS 2.1.0
→ FROM Tron 3: 374.4 TRX (15ops) (TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT on 44'/195'/2'/0/0) #2 js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:
max spendable ~373.4
★ using mutation 'move 50% to another account'
→ TO Tron 2: 0.000001 TRX (25ops) (TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L on 44'/195'/1'/0/0) #1 js:2:tron:TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L:
✔️ transaction 
SEND  186.700023 TRX 
TO TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L
STATUS (1160ms)
  amount: 186.700023 TRX
  estimated fees: 0 TRX
  total spent: 186.700023 TRX
errors: 
errors: 
✔️ has been signed! (4.2s) 
✔️ broadcasted! (308ms) optimistic operation: 
  -186.700023 TRX    OUT        238f187171a8315c5da4d101718fbe1e7a20287a2e53b2d9ed720523c9e39e58 2023-09-21T05:31
✔️ operation confirmed (11.6s): 
  -186.700023 TRX    OUT        238f187171a8315c5da4d101718fbe1e7a20287a2e53b2d9ed720523c9e39e58 2023-09-21T05:31
✔️ Tron 3: 187.7 TRX (16ops) (TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT on 44'/195'/2'/0/0) #2 js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT: (! sum of ops 187.700023 TRX)(in 11.6s)
✔️ destination operation 
  +186.700023 TRX    IN         238f187171a8315c5da4d101718fbe1e7a20287a2e53b2d9ed720523c9e39e58 2023-09-21T05:31
(in 11.7s)


Spec Avalanche C-Chain (6)

Spec Avalanche C-Chain found 6 Avalanche C-Chain accounts (preload: 988ms). Will use Avalanche 0.7.0 on nanoS 2.1.0
Avalanche C-Chain 1 cross: 0.840564 AVAX (13ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:avalanche_c_chain:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Avalanche C-Chain 2: 0 AVAX (11ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:avalanche_c_chain:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Avalanche C-Chain 3: 0.0925211 AVAX (7ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:avalanche_c_chain:0x2141e8D44753FC7720C471233740c133D79459fC:
Avalanche C-Chain 4: 0.746922 AVAX (6ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:avalanche_c_chain:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Avalanche C-Chain 5: 1.30823 AVAX (2ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:avalanche_c_chain:0x714908e42B5A11eF11578F243052c9E60f1485e6:
Avalanche C-Chain 6: 0 AVAX (0ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:avalanche_c_chain:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
necessary accounts resynced in 0.39ms
▬ Avalanche 0.7.0 on nanoS 2.1.0
→ FROM Avalanche C-Chain 1 cross: 0.840564 AVAX (13ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:avalanche_c_chain:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
max spendable ~0.840564
★ using mutation 'move 50%'
→ TO Avalanche C-Chain 5: 1.30823 AVAX (2ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:avalanche_c_chain:0x714908e42B5A11eF11578F243052c9E60f1485e6:
✔️ transaction 
SEND  0.420282122783160563 AVAX
TO 0x714908e42B5A11eF11578F243052c9E60f1485e6
STATUS (1663ms)
  amount: 0.420282122783160563 AVAX
  estimated fees: 0.000564091984491 AVAX
  total spent: 0.420846214767651563 AVAX
errors: 
errors: 
✔️ has been signed! (8s) 
✔️ broadcasted! (210ms) optimistic operation: 
  -0.420846214767651563 AVAX OUT        0xe7342900060b66cdad27f4670f3db6c742d43e53b322ea1c55570eb832483ffc 2023-09-21T05:30
✔️ operation confirmed (10.3s): 
  -0.420846214767651563 AVAX OUT        0xe7342900060b66cdad27f4670f3db6c742d43e53b322ea1c55570eb832483ffc 2023-09-21T05:30
✔️ Avalanche C-Chain 1 cross: 0.419718 AVAX (14ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:avalanche_c_chain:0x731477De13B323A0cA90C1FE194EA5A0412937c2:(in 10.3s)
✔️ destination operation 
  +0.420282122783160563 AVAX IN         0xe7342900060b66cdad27f4670f3db6c742d43e53b322ea1c55570eb832483ffc 2023-09-21T05:30
(in 10.3s)

necessary accounts resynced in 1.42ms
▬ Avalanche 0.7.0 on nanoS 2.1.0
→ FROM Avalanche C-Chain 3: 0.0925211 AVAX (7ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:avalanche_c_chain:0x2141e8D44753FC7720C471233740c133D79459fC:
max spendable ~0.0925211
★ using mutation 'send max'
→ TO Avalanche C-Chain 2: 0 AVAX (11ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:avalanche_c_chain:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
✔️ transaction 
SEND MAX
TO 0xF4816c59cd8e24eEd9c5570D026C2396336119A0
STATUS (1497ms)
  amount: 0.091964113296525125 AVAX
  estimated fees: 0.000557046 AVAX
  total spent: 0.092521159296525125 AVAX
errors: 
errors: 
✔️ has been signed! (4.4s) 
✔️ broadcasted! (109ms) optimistic operation: 
  -0.092521159296525125 AVAX OUT        0x01620bd4497c80b5e4dac1f4e20a7ba58f3128a27d168d37e3f383809a2ef816 2023-09-21T05:30
✔️ operation confirmed (10.3s): 
  -0.092521159296525125 AVAX OUT        0x01620bd4497c80b5e4dac1f4e20a7ba58f3128a27d168d37e3f383809a2ef816 2023-09-21T05:30
✔️ Avalanche C-Chain 3: 0 AVAX (8ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:avalanche_c_chain:0x2141e8D44753FC7720C471233740c133D79459fC:(in 10.3s)
✔️ destination operation 
  +0.091964113296525125 AVAX IN         0x01620bd4497c80b5e4dac1f4e20a7ba58f3128a27d168d37e3f383809a2ef816 2023-09-21T05:30
(in 10.4s)

necessary accounts resynced in 10ms
▬ Avalanche 0.7.0 on nanoS 2.1.0
→ FROM Avalanche C-Chain 4: 0.746922 AVAX (6ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:avalanche_c_chain:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
max spendable ~0.746922
★ using mutation 'move 50%'
→ TO Avalanche C-Chain 3: 0 AVAX (8ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:avalanche_c_chain:0x2141e8D44753FC7720C471233740c133D79459fC:
✔️ transaction 
SEND  0.37346143485635 AVAX
TO 0x2141e8D44753FC7720C471233740c133D79459fC
STATUS (1196ms)
  amount: 0.37346143485635 AVAX
  estimated fees: 0.000557046 AVAX
  total spent: 0.37401848085635 AVAX
errors: 
errors: 
✔️ has been signed! (4.6s) 
✔️ broadcasted! (173ms) optimistic operation: 
  -0.37401848085635 AVAX OUT        0x402da32e2a3046dd443d1271f0b26674e341eee2c74c9bed70d553c56ba75590 2023-09-21T05:30
✔️ operation confirmed (20.2s): 
  -0.37401848085635 AVAX OUT        0x402da32e2a3046dd443d1271f0b26674e341eee2c74c9bed70d553c56ba75590 2023-09-21T05:31
✔️ Avalanche C-Chain 4: 0.372904 AVAX (7ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:avalanche_c_chain:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:(in 20.2s)
✔️ destination operation 
  +0.37346143485635 AVAX IN         0x402da32e2a3046dd443d1271f0b26674e341eee2c74c9bed70d553c56ba75590 2023-09-21T05:31
(in 10.3s)


Spec Binance Smart Chain (10)

Spec Binance Smart Chain found 10 Binance Smart Chain accounts (preload: 304ms). Will use BinanceSmartChain 1.10.3 on nanoS 2.1.0
Binance Smart Chain 1 cross: 0.0234653 BNB (67ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:bsc:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Binance Smart Chain 2: 0.044375 BNB (71ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:bsc:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Binance Smart Chain 3: 0.00290948 BNB (67ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:bsc:0x2141e8D44753FC7720C471233740c133D79459fC:
Binance Smart Chain 4: 0.0178092 BNB (71ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:bsc:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Binance Smart Chain 5: 0.00248465 BNB (69ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:bsc:0x714908e42B5A11eF11578F243052c9E60f1485e6:
Binance Smart Chain 6: 0 BNB (56ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:bsc:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
Binance Smart Chain 7: 0.0142938 BNB (49ops) (0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1 on 44'/60'/6'/0/0) #6 js:2:bsc:0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1:
Binance Smart Chain 8: 0 BNB (45ops) (0x636462506a431eC48598C1b3FBBc6279860DF70C on 44'/60'/7'/0/0) #7 js:2:bsc:0x636462506a431eC48598C1b3FBBc6279860DF70C:
Binance Smart Chain 9: 0.0204298 BNB (39ops) (0x8C63f5be03552E332A8a1e122c58d7b306d81679 on 44'/60'/8'/0/0) #8 js:2:bsc:0x8C63f5be03552E332A8a1e122c58d7b306d81679:
Binance Smart Chain 10: 0 BNB (0ops) (0x0558aBA03367Cb1452AC701557460b00f8452CA8 on 44'/60'/9'/0/0) #9 js:2:bsc:0x0558aBA03367Cb1452AC701557460b00f8452CA8:
necessary accounts resynced in 0.31ms
▬ BinanceSmartChain 1.10.3 on nanoS 2.1.0
→ FROM Binance Smart Chain 1 cross: 0.0234653 BNB (67ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:bsc:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
max spendable ~0.0234653
★ using mutation 'send max'
→ TO Binance Smart Chain 2: 0.044375 BNB (71ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:bsc:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
✔️ transaction 
SEND MAX
TO 0xF4816c59cd8e24eEd9c5570D026C2396336119A0
STATUS (1728ms)
  amount: 0.023402313909177586 BNB
  estimated fees: 0.000063000000042 BNB
  total spent: 0.023465313909219586 BNB
errors: 
errors: 
✔️ has been signed! (8.7s) 
✔️ broadcasted! (121ms) optimistic operation: 
  -0.023465313909219586 BNB OUT        0xcf6b9fb083b54f7145c038124836ccd22c937f1be24c4e987ca90129c1477415 2023-09-21T05:30
✔️ operation confirmed (20.3s): 
  -0.023465313909219586 BNB OUT        0xcf6b9fb083b54f7145c038124836ccd22c937f1be24c4e987ca90129c1477415 2023-09-21T05:30
✔️ Binance Smart Chain 1 cross: 0 BNB (68ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:bsc:0x731477De13B323A0cA90C1FE194EA5A0412937c2:(in 20.3s)
✔️ destination operation 
  +0.023402313909177586 BNB IN         0xcf6b9fb083b54f7145c038124836ccd22c937f1be24c4e987ca90129c1477415 2023-09-21T05:30
(in 10.5s)

necessary accounts resynced in 10ms
▬ BinanceSmartChain 1.10.3 on nanoS 2.1.0
→ FROM Binance Smart Chain 2: 0.0677773 BNB (72ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:bsc:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
max spendable ~0.0677773
★ using mutation 'move 50%'
→ TO Binance Smart Chain 5: 0.00248465 BNB (69ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:bsc:0x714908e42B5A11eF11578F243052c9E60f1485e6:
✔️ transaction 
SEND  0.033888681896163846 BNB
TO 0x714908e42B5A11eF11578F243052c9E60f1485e6
STATUS (1670ms)
  amount: 0.033888681896163846 BNB
  estimated fees: 0.000063000000042 BNB
  total spent: 0.033951681896205846 BNB
errors: 
errors: 
✔️ has been signed! (7.5s) 
✔️ broadcasted! (106ms) optimistic operation: 
  -0.033951681896205846 BNB OUT        0xd2767da2528627a84b47916bab1df2e5e04f94b6fbe691ddeb4e6c64ec2f18ed 2023-09-21T05:30
✔️ operation confirmed (10.3s): 
  -0.033951681896205846 BNB OUT        0xd2767da2528627a84b47916bab1df2e5e04f94b6fbe691ddeb4e6c64ec2f18ed 2023-09-21T05:30
✔️ Binance Smart Chain 2: 0.0338256 BNB (73ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:bsc:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:(in 10.3s)
✔️ destination operation 
  +0.033888681896163846 BNB IN         0xd2767da2528627a84b47916bab1df2e5e04f94b6fbe691ddeb4e6c64ec2f18ed 2023-09-21T05:30
(in 10.3s)

necessary accounts resynced in 0.29ms
▬ BinanceSmartChain 1.10.3 on nanoS 2.1.0
→ FROM Binance Smart Chain 4: 0.0178092 BNB (71ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:bsc:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
max spendable ~0.0178092
★ using mutation 'move 50%'
→ TO Binance Smart Chain 1 cross: 0 BNB (68ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:bsc:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
✔️ transaction 
SEND  0.00890460021790296 BNB
TO 0x731477De13B323A0cA90C1FE194EA5A0412937c2
STATUS (996ms)
  amount: 0.00890460021790296 BNB
  estimated fees: 0.000063000000042 BNB
  total spent: 0.00896760021794496 BNB
errors: 
errors: 
✔️ has been signed! (4.3s) 
✔️ broadcasted! (168ms) optimistic operation: 
  -0.00896760021794496 BNB OUT        0xcba9d39f54d4d9111ca4c28267d907bd1dd703d3466a8bcf43487be23c863f59 2023-09-21T05:31
✔️ operation confirmed (10.3s): 
  -0.00896760021794496 BNB OUT        0xcba9d39f54d4d9111ca4c28267d907bd1dd703d3466a8bcf43487be23c863f59 2023-09-21T05:31
✔️ Binance Smart Chain 4: 0.0088416 BNB (72ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:bsc:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:(in 10.3s)
✔️ destination operation 
  +0.00890460021790296 BNB IN         0xcba9d39f54d4d9111ca4c28267d907bd1dd703d3466a8bcf43487be23c863f59 2023-09-21T05:31
(in 10.4s)


Spec Cronos (5)

Spec Cronos found 5 Cronos accounts (preload: 101ms). Will use Ethereum 1.10.3 on nanoS 2.1.0
Cronos 1 cross: 5.58191 CRO (115ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:cronos:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Cronos 2: 6.82042 CRO (150ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:cronos:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Cronos 3: 0.0979346 CRO (120ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:cronos:0x2141e8D44753FC7720C471233740c133D79459fC:
Cronos 4: 3.25619 CRO (92ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:cronos:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Cronos 5: 0 CRO (0ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:cronos:0x714908e42B5A11eF11578F243052c9E60f1485e6:
necessary accounts resynced in 0.22ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM Cronos 1 cross: 5.58191 CRO (115ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:cronos:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
max spendable ~5.08805
★ using mutation 'move 50%'
→ TO Cronos 4: 3.25619 CRO (92ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:cronos:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
✔️ transaction 
SEND  2.544025627714107791 CRO
TO 0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd
STATUS (1860ms)
  amount: 2.544025627714107791 CRO
  estimated fees: 0.195681586006242 CRO
  total spent: 2.739707213720349791 CRO
errors: 
errors: 
✔️ has been signed! (6.4s) 
✔️ broadcasted! (725ms) optimistic operation: 
  -2.739707213720349791 CRO OUT        0x15c00b9ef449de64f66b4d334d8719a8dae9f811c23362ae08c851b0e99e1c3f 2023-09-21T05:31
✔️ operation confirmed (31.1s): 
  -2.641874819751291791 CRO OUT        0x15c00b9ef449de64f66b4d334d8719a8dae9f811c23362ae08c851b0e99e1c3f 2023-09-21T05:31
✔️ Cronos 1 cross: 2.94003 CRO (116ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:cronos:0x731477De13B323A0cA90C1FE194EA5A0412937c2:(in 31.1s)
✔️ destination operation 
  +2.544025627714107791 CRO IN         0x15c00b9ef449de64f66b4d334d8719a8dae9f811c23362ae08c851b0e99e1c3f 2023-09-21T05:31
(in 15.9s)

necessary accounts resynced in 0.22ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM Cronos 2: 6.82042 CRO (150ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:cronos:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
max spendable ~6.32253
★ using mutation 'move 50%'
→ TO Cronos 1 cross: 2.94003 CRO (116ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:cronos:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
✔️ transaction 
SEND  3.161267915296824855 CRO
TO 0x731477De13B323A0cA90C1FE194EA5A0412937c2
STATUS (1390ms)
  amount: 3.161267915296824855 CRO
  estimated fees: 0.197278112510493 CRO
  total spent: 3.358546027807317855 CRO
errors: 
errors: 
✔️ has been signed! (3.8s) 
✔️ broadcasted! (508ms) optimistic operation: 
  -3.358546027807317855 CRO OUT        0xe758d0b0a6eab23064d84fb79dd1fd763f0d5b3cec1b5e0211f7a392dd374b11 2023-09-21T05:32
✔️ operation confirmed (15.6s): 
  -3.260713644521883855 CRO OUT        0xe758d0b0a6eab23064d84fb79dd1fd763f0d5b3cec1b5e0211f7a392dd374b11 2023-09-21T05:32
✔️ Cronos 2: 3.55971 CRO (151ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:cronos:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:(in 15.6s)
✔️ destination operation 
  +3.161267915296824855 CRO IN         0xe758d0b0a6eab23064d84fb79dd1fd763f0d5b3cec1b5e0211f7a392dd374b11 2023-09-21T05:32
(in 15.6s)

necessary accounts resynced in 0.18ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM Cronos 4: 5.80022 CRO (93ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:cronos:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
max spendable ~5.30255
★ using mutation 'send max'
→ TO Cronos 2: 3.55971 CRO (151ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:cronos:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
✔️ transaction 
SEND MAX
TO 0xF4816c59cd8e24eEd9c5570D026C2396336119A0
STATUS (2186ms)
  amount: 5.6030342616199775 CRO
  estimated fees: 0.197190350972517 CRO
  total spent: 5.8002246125924945 CRO
errors: 
errors: 
✔️ has been signed! (4.7s) 
✔️ broadcasted! (673ms) optimistic operation: 
  -5.8002246125924945 CRO OUT        0xe3f04e4fbb50f4bd0c15d6a00f16b832b47ddd48a43f96de23808251ac2ee196 2023-09-21T05:33
✔️ operation confirmed (30.8s): 
  -5.7023922360617945 CRO OUT        0xe3f04e4fbb50f4bd0c15d6a00f16b832b47ddd48a43f96de23808251ac2ee196 2023-09-21T05:33
✔️ Cronos 4: 0.0978323 CRO (94ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:cronos:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:(in 30.8s)
✔️ destination operation 
  +5.6030342616199775 CRO IN         0xe3f04e4fbb50f4bd0c15d6a00f16b832b47ddd48a43f96de23808251ac2ee196 2023-09-21T05:33
(in 15.6s)


Spec Fantom (5)

Spec Fantom found 5 Fantom accounts (preload: 65ms). Will use Ethereum 1.10.3 on nanoS 2.1.0
Fantom 1 cross: 25.4867 FTM (22ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:fantom:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Fantom 2: 0.00019505 FTM (20ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:fantom:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Fantom 3: 0.00020136 FTM (17ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:fantom:0x2141e8D44753FC7720C471233740c133D79459fC:
Fantom 4: 24.0923 FTM (18ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:fantom:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Fantom 5: 0 FTM (0ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:fantom:0x714908e42B5A11eF11578F243052c9E60f1485e6:
necessary accounts resynced in 0.13ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM Fantom 1 cross: 25.4867 FTM (22ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:fantom:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
max spendable ~25.3859
★ using mutation 'move 50%'
→ TO Fantom 4: 24.0923 FTM (18ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:fantom:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
✔️ transaction 
SEND  12.692959485285993436 FTM
TO 0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd
STATUS (704ms)
  amount: 12.692959485285993436 FTM
  estimated fees: 0.039939259893561 FTM
  total spent: 12.732898745179554436 FTM
errors: 
errors: 
✔️ has been signed! (4.6s) 
✔️ broadcasted! (303ms) optimistic operation: 
  -12.732898745179554436 FTM OUT        0xe57cb55f353f686130f9e8c190fdc3b317ec80aa5041a41286c85f31c604b285 2023-09-21T05:32
✔️ operation confirmed (30.9s): 
  -12.732646147170387436 FTM OUT        0xe57cb55f353f686130f9e8c190fdc3b317ec80aa5041a41286c85f31c604b285 2023-09-21T05:32
✔️ Fantom 1 cross: 12.754 FTM (23ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:fantom:0x731477De13B323A0cA90C1FE194EA5A0412937c2:(in 30.9s)
✔️ destination operation 
  +12.692959485285993436 FTM IN         0xe57cb55f353f686130f9e8c190fdc3b317ec80aa5041a41286c85f31c604b285 2023-09-21T05:32
(in 15.8s)

necessary accounts resynced in 0.24ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM Fantom 4: 36.7853 FTM (19ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:fantom:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
max spendable ~36.682
★ using mutation 'send max'
→ TO Fantom 3: 0.00020136 FTM (17ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:fantom:0x2141e8D44753FC7720C471233740c133D79459fC:
✔️ transaction 
SEND MAX
TO 0x2141e8D44753FC7720C471233740c133D79459fC
STATUS (1845ms)
  amount: 36.742121946795472565 FTM
  estimated fees: 0.043185957882081 FTM
  total spent: 36.785307904677553565 FTM
errors: 
errors: 
✔️ has been signed! (5s) 
✔️ broadcasted! (310ms) optimistic operation: 
  -36.785307904677553565 FTM OUT        0x23c3544e4e4754caa47761818e533fda0960320a324c9d3c77d91f72e742c91f 2023-09-21T05:33
✔️ operation confirmed (30.9s): 
  -36.785055306668386565 FTM OUT        0x23c3544e4e4754caa47761818e533fda0960320a324c9d3c77d91f72e742c91f 2023-09-21T05:33
✔️ Fantom 4: 0.00025259 FTM (20ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:fantom:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:(in 30.9s)
✔️ destination operation 
  +36.742121946795472565 FTM IN         0x23c3544e4e4754caa47761818e533fda0960320a324c9d3c77d91f72e742c91f 2023-09-21T05:33
(in 15.8s)


Spec Boba (failed)


Spec Telos (5)

Spec Telos found 5 Telos accounts (preload: 68ms). Will use Ethereum 1.10.3 on nanoS 2.1.0
Telos 1 cross: 7.43447 TLOS (22ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:telos_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Telos 2: 3.05957 TLOS (13ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:telos_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Telos 3: 4.56783 TLOS (17ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:telos_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
Telos 4: 4.58803 TLOS (17ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:telos_evm:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Telos 5: 0 TLOS (0ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:telos_evm:0x714908e42B5A11eF11578F243052c9E60f1485e6:
necessary accounts resynced in 0.12ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM Telos 1 cross: 7.43447 TLOS (22ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:telos_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2:  TokenAccount USD Coin: 0.5 USDC (1 ops)
max spendable ~7.40097
★ using mutation 'move 50%'
→ TO Telos 3: 4.56783 TLOS (17ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:telos_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
✔️ transaction 
SEND  3.700486514468529518 TLOS
TO 0x2141e8D44753FC7720C471233740c133D79459fC
STATUS (5.9s)
  amount: 3.700486514468529518 TLOS
  estimated fees: 0.0132763282895775 TLOS
  total spent: 3.713762842758107018 TLOS
errors: 
errors: 
✔️ has been signed! (5.3s) 
✔️ broadcasted! (5.4s) optimistic operation: 
  -3.713762842758107018 TLOS OUT        0x527294b2cdbdb8c66b71e4e46b2d08295c9c58eb5e4b866938e1e0ab274ba820 2023-09-21T05:31
✔️ operation confirmed (12.9s): 
  -3.711107577100191518 TLOS OUT        0x527294b2cdbdb8c66b71e4e46b2d08295c9c58eb5e4b866938e1e0ab274ba820 2023-09-21T05:32
✔️ Telos 1 cross: 3.72337 TLOS (23ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:telos_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2:  TokenAccount USD Coin: 0.5 USDC (1 ops)(in 12.9s)
✔️ destination operation 
  +3.700486514468529518 TLOS IN         0x527294b2cdbdb8c66b71e4e46b2d08295c9c58eb5e4b866938e1e0ab274ba820 2023-09-21T05:32
(in 12.9s)

necessary accounts resynced in 6ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM Telos 2: 3.05957 TLOS (13ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:telos_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
max spendable ~3.02607
★ using mutation 'move 50%'
→ TO Telos 3: 8.26831 TLOS (18ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:telos_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
✔️ transaction 
SEND  1.513035060892720496 TLOS
TO 0x2141e8D44753FC7720C471233740c133D79459fC
STATUS (7.1s)
  amount: 1.513035060892720496 TLOS
  estimated fees: 0.0132763282895775 TLOS
  total spent: 1.526311389182297996 TLOS
errors: 
errors: 
✔️ has been signed! (3.4s) 
✔️ broadcasted! (730ms) optimistic operation: 
  -1.526311389182297996 TLOS OUT        0x929dd269384288903ab8f59ab66f26bc622f1179a52d113fa33e557b18b17ba6 2023-09-21T05:32
✔️ operation confirmed (12.5s): 
  -1.523656123524382496 TLOS OUT        0x929dd269384288903ab8f59ab66f26bc622f1179a52d113fa33e557b18b17ba6 2023-09-21T05:32
✔️ Telos 2: 1.53592 TLOS (14ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:telos_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:(in 12.5s)
✔️ destination operation 
  +1.513035060892720496 TLOS IN         0x929dd269384288903ab8f59ab66f26bc622f1179a52d113fa33e557b18b17ba6 2023-09-21T05:32
(in 12.4s)

necessary accounts resynced in 0.34ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM Telos 3: 9.78135 TLOS (19ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:telos_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
max spendable ~9.74784
★ using mutation 'send max'
→ TO Telos 2: 1.53592 TLOS (14ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:telos_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
✔️ transaction 
SEND MAX
TO 0xF4816c59cd8e24eEd9c5570D026C2396336119A0
STATUS (11.3s)
  amount: 9.768075594845207001 TLOS
  estimated fees: 0.0132763282895775 TLOS
  total spent: 9.781351923134784501 TLOS
errors: 
errors: 
✔️ has been signed! (3.5s) 
✔️ broadcasted! (895ms) optimistic operation: 
  -9.781351923134784501 TLOS OUT        0xa76e7deaf01f20f059b1e887155a0a771abc120cf5783fccbedc6ae3875af3a6 2023-09-21T05:33
✔️ operation confirmed (12.2s): 
  -9.778696657476869001 TLOS OUT        0xa76e7deaf01f20f059b1e887155a0a771abc120cf5783fccbedc6ae3875af3a6 2023-09-21T05:33
✔️ Telos 3: 0.00265526 TLOS (20ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:telos_evm:0x2141e8D44753FC7720C471233740c133D79459fC:(in 12.2s)
✔️ destination operation 
  +9.768075594845207001 TLOS IN         0xa76e7deaf01f20f059b1e887155a0a771abc120cf5783fccbedc6ae3875af3a6 2023-09-21T05:33
(in 12.6s)


Spec Polygon zkEVM (5)

Spec Polygon zkEVM found 5 Polygon zkEVM accounts (preload: 101ms). Will use Ethereum 1.10.3 on nanoS 2.1.0
Polygon zkEVM 1 cross: 0.00537577 ETH (22ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Polygon zkEVM 2: 0 ETH (17ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:polygon_zk_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Polygon zkEVM 3: 0.0161265 ETH (21ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
Polygon zkEVM 4: 0 ETH (18ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:polygon_zk_evm:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Polygon zkEVM 5: 0 ETH (0ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:polygon_zk_evm:0x714908e42B5A11eF11578F243052c9E60f1485e6:
necessary accounts resynced in 0.10ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM Polygon zkEVM 1 cross: 0.00537577 ETH (22ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
max spendable ~0.00537577
★ using mutation 'send max'
→ TO Polygon zkEVM 2: 0 ETH (17ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:polygon_zk_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
✔️ transaction 
SEND MAX
TO 0xF4816c59cd8e24eEd9c5570D026C2396336119A0
STATUS (15.7s)
  amount: 0.00536761075 ETH
  estimated fees: 0.000008169 ETH
  total spent: 0.00537577975 ETH
errors: 
errors: 
✔️ has been signed! (3.7s) 
✔️ broadcasted! (278ms) optimistic operation: 
  -0.00537577975 ETH OUT        0xf2fed203866072c079c439a9971348e01e799ee225c6abd77ea738568a6eb4f9 2023-09-21T05:32
✔️ operation confirmed (10.6s): 
  -0.00537577975 ETH OUT        0xf2fed203866072c079c439a9971348e01e799ee225c6abd77ea738568a6eb4f9 2023-09-21T05:32
✔️ Polygon zkEVM 1 cross: 0 ETH (23ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2:(in 10.6s)
✔️ destination operation 
  +0.00536761075 ETH IN         0xf2fed203866072c079c439a9971348e01e799ee225c6abd77ea738568a6eb4f9 2023-09-21T05:32
(in 10.6s)

necessary accounts resynced in 3.60ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM Polygon zkEVM 2: 0.00536761 ETH (18ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:polygon_zk_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
max spendable ~0.00536761
★ using mutation 'move 50%'
→ TO Polygon zkEVM 3: 0.0161265 ETH (21ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
✔️ transaction 
SEND  0.002683805375 ETH
TO 0x2141e8D44753FC7720C471233740c133D79459fC
STATUS (15.7s)
  amount: 0.002683805375 ETH
  estimated fees: 0.000007497 ETH
  total spent: 0.002691302375 ETH
errors: 
errors: 
✔️ has been signed! (4s) 
✔️ broadcasted! (196ms) optimistic operation: 
  -0.002691302375 ETH OUT        0x22d35f3d86b05770a8336662da83dfbf9ef943513eef9438f25881cd0e3149bd 2023-09-21T05:33
✔️ operation confirmed (10.5s): 
  -0.002691302375 ETH OUT        0x22d35f3d86b05770a8336662da83dfbf9ef943513eef9438f25881cd0e3149bd 2023-09-21T05:33
✔️ Polygon zkEVM 2: 0.0026763 ETH (19ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:polygon_zk_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:(in 10.5s)
✔️ destination operation 
  +0.002683805375 ETH IN         0x22d35f3d86b05770a8336662da83dfbf9ef943513eef9438f25881cd0e3149bd 2023-09-21T05:33
(in 10.4s)

necessary accounts resynced in 7ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM Polygon zkEVM 3: 0.0188103 ETH (22ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
max spendable ~0.0188103
★ using mutation 'move 50%'
→ TO Polygon zkEVM 1 cross: 0 ETH (23ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
✔️ transaction 
SEND  0.0094051943125 ETH
TO 0x731477De13B323A0cA90C1FE194EA5A0412937c2
STATUS (15.5s)
  amount: 0.0094051943125 ETH
  estimated fees: 0.000007959 ETH
  total spent: 0.0094131533125 ETH
errors: 
errors: 
✔️ has been signed! (2819ms) 
✔️ broadcasted! (157ms) optimistic operation: 
  -0.0094131533125 ETH OUT        0x34539c03846ed2f77ff4cc3339aee78733252859abd2b32f8d87012dc5c8f1d4 2023-09-21T05:34
✔️ operation confirmed (10.8s): 
  -0.0094131533125 ETH OUT        0x34539c03846ed2f77ff4cc3339aee78733252859abd2b32f8d87012dc5c8f1d4 2023-09-21T05:34
✔️ Polygon zkEVM 3: 0.00939723 ETH (23ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm:0x2141e8D44753FC7720C471233740c133D79459fC:(in 10.8s)
✔️ destination operation 
  +0.0094051943125 ETH IN         0x34539c03846ed2f77ff4cc3339aee78733252859abd2b32f8d87012dc5c8f1d4 2023-09-21T05:34
(in 10.4s)


Spec Polkadot (5)

Spec Polkadot found 5 Polkadot accounts (preload: 2366ms). Will use Polkadot 24.9430.2 on nanoSP 1.1.0
Polkadot 1 cross: 1.15685 DOT (7ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44
Polkadot 2: 2.7733 DOT (11ops) (1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm on 44'/354'/1'/0'/0') polkadotbip44#1 js:2:polkadot:1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm:polkadotbip44
Polkadot 3: 1.49107 DOT (5ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44
Polkadot 4: 1.32307 DOT (1ops) (14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi on 44'/354'/3'/0'/0') polkadotbip44#3 js:2:polkadot:14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi:polkadotbip44
Polkadot 5: 0 DOT (0ops) (16Woo4M3FMUUUXNKphUyx42LH42cHYgThQm959Z2DARJUePT on 44'/354'/4'/0'/0') polkadotbip44#4 js:2:polkadot:16Woo4M3FMUUUXNKphUyx42LH42cHYgThQm959Z2DARJUePT:polkadotbip44
necessary accounts resynced in 1.10ms
▬ Polkadot 24.9430.2 on nanoSP 1.1.0
→ FROM Polkadot 2: 2.7733 DOT (11ops) (1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm on 44'/354'/1'/0'/0') polkadotbip44#1 js:2:polkadot:1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm:polkadotbip44 2.7733010133 DOT spendable. 

max spendable ~2.75755
★ using mutation 'send 50%~'
→ TO Polkadot 5: 0 DOT (0ops) (16Woo4M3FMUUUXNKphUyx42LH42cHYgThQm959Z2DARJUePT on 44'/354'/4'/0'/0') polkadotbip44#4 js:2:polkadot:16Woo4M3FMUUUXNKphUyx42LH42cHYgThQm959Z2DARJUePT:polkadotbip44
✔️ transaction 
SEND  1 DOT
TO 16Woo4M3FMUUUXNKphUyx42LH42cHYgThQm959Z2DARJUePT
STATUS (330ms)
  amount: 1 DOT
  estimated fees: 0.0157462163 DOT
  total spent: 1.0157462163 DOT
errors: 
errors: 
✔️ has been signed! (6.9s) 
✔️ broadcasted! (100ms) optimistic operation: 
  -1.0157462163 DOT  OUT        0x0689f69e5eb56a8bd04b0956871a8ee2b1df694e91f3bd1ad8715e67324b8b5b 2023-09-21T05:32
✔️ operation confirmed (20.5s): 
  -1.0157348041 DOT  OUT        0x0689f69e5eb56a8bd04b0956871a8ee2b1df694e91f3bd1ad8715e67324b8b5b 2023-09-21T05:32
✔️ Polkadot 2: 1.75756 DOT (12ops) (1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm on 44'/354'/1'/0'/0') polkadotbip44#1 js:2:polkadot:1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm:polkadotbip44 1.7575662092 DOT spendable. 
(in 20.5s)
✔️ destination operation 
  +1 DOT             IN         0x0689f69e5eb56a8bd04b0956871a8ee2b1df694e91f3bd1ad8715e67324b8b5b 2023-09-21T05:32
(in 10.8s)

necessary accounts resynced in 16ms
▬ Polkadot 24.9430.2 on nanoSP 1.1.0
→ FROM Polkadot 3: 1.49107 DOT (5ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44 1.4910756337 DOT spendable. 

max spendable ~1.47532
★ using mutation 'send 50%~'
→ TO Polkadot 1 cross: 1.15685 DOT (7ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44
✔️ transaction 
SEND  0.2451631826 DOT
TO 16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa
STATUS (665ms)
  amount: 0.2451631826 DOT
  estimated fees: 0.0156348041 DOT
  total spent: 0.2607979867 DOT
errors: 
errors: 
⚠️ TEST deviceAction confirm step 'Dest'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Dest": "16KwUHz2qkqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa",
+   "Dest": "16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa",
  }
(totally spent 3.1s – ends at 2023-09-21T05:39:31.662Z)
necessary accounts resynced in 0.46ms
▬ Polkadot 24.9430.2 on nanoSP 1.1.0
→ FROM Polkadot 4: 1.32307 DOT (1ops) (14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi on 44'/354'/3'/0'/0') polkadotbip44#3 js:2:polkadot:14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi:polkadotbip44 1.3230721978 DOT spendable. 

max spendable ~1.30732
★ using mutation 'send 50%~'
→ TO Polkadot 1 cross: 1.15685 DOT (7ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44
✔️ transaction 
SEND  0.1556479461 DOT
TO 16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa
STATUS (298ms)
  amount: 0.1556479461 DOT
  estimated fees: 0.0156348041 DOT
  total spent: 0.1712827502 DOT
errors: 
errors: 
⚠️ TEST deviceAction confirm step 'Dest'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Dest": "16KwUHz2qkqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa",
+   "Dest": "16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa",
  }
(totally spent 1234ms – ends at 2023-09-21T05:39:31.665Z)

Details of the 37 uncovered mutations

Spec Qtum (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec Decred (5)

  • move ~50%: balance is too low (5)
  • optimize-size: balance is too low (5)
  • send 1 utxo: balance is too low (5)
  • send OP_RETURN transaction: balance is too low (5)
  • send max: balance is too low (5)

Spec cardano (4)

  • move ~10% token: balance is too low (1)
  • delegate to pool: balance is too low (1)
  • redelegate to pool: balance is too low (1)
  • undelegate: balance is too low (1)

Spec axelar (2)

  • redelegate: balance is too low for redelegate (2)
  • claim rewards: balance is too low for claim rewards (2)

Spec cosmos (3)

  • delegate new validators: can delegate (2), only one out of 2 accounts is not going to delegate (2)
  • redelegate: balance is too low for redelegate (4)
  • claim rewards: balance is too low for claim rewards (4)

Spec secret_network (3)

  • undelegate: balance is too low (3)
  • redelegate: balance is too low for redelegate (3)
  • claim rewards: balance is too low for claim rewards (3)

Spec Tron (3)

  • unfreeze bandwith / energy: no frozen assets (1)
  • submit vote: no tron power to vote (1)
  • claim rewards: no rewards to claim (1)

Spec Binance Smart Chain (1)

  • move some ERC20 like (ERC20, BEP20, etc...): bsc balance is too low (4), no erc20 account (3)

Spec Cronos (1)

  • move some ERC20 like (ERC20, BEP20, etc...): cronos balance is too low (2)

Spec Fantom (1)

  • move some ERC20 like (ERC20, BEP20, etc...): fantom balance is too low (3)

Spec Boba (3)

  • move 50%:
  • send max:
  • move some ERC20 like (ERC20, BEP20, etc...):

Spec Polkadot (6)

  • send max: send is too low to activate account (2)
  • bond - bondExtra: not enough balance to bond (2)
  • unbond: can't unbond (2)
  • rebond: can't rebond (2)
  • nominate: can't nominate (2)
  • withdraw: nothing to withdraw (2)
Portfolio ($307.82) – Details of the 16 currencies
Spec (accounts) State Remaining Runs (est) funds?
Qtum (6) 47 ops , 2.94019 QTUM ($6.53) 👍 271 MScaCHRKLSebF3avoJVRcQbcKozBQZ7FeZ
Decred (5) 19 ops , 1.28973 DCR ($17.54) 💪 999+ DsSSzJqEoSWRu7XYr5L1PFDbP1R9kWL2G4s
cardano (3) 9 ops , 106.658 ADA ($26.64) 👍 99 addr1qyg4p0e9vxsy2r3hq44szh9xdfeywxkwdh4vxjfw5l9xx7lgyf2nkgrrlvjz49cn9cqr4el6y74l85d0z3jfj75gmamq03h722
axelar (7) 31 ops , 18.0717 AXL ($6.27) 👍 243 axelar123r3dwfylykx0fugawn6mu2h2smq3047pn5n9g
cosmos (7) 49 ops (+5), 10.844 ATOM ($80.45) 👍 327 cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf
secret_network (7) 47 ops , 36.3855 SCRT ($9.32) 👍 370 secret123r3dwfylykx0fugawn6mu2h2smq30478ckjn4
Filecoin (7) 34 ops (+4), 1.41767 FIL ($4.74) 💪 999+ f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y
Tron (4) 62 ops (+4), 747.8 TRX ($63.07) 💪 999+ TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1
Avalanche C-Chain (6) 45 ops (+6), 2.98824 AVAX ($27.00) 💪 999+ 0x731477De13B323A0cA90C1FE194EA5A0412937c2
Binance Smart Chain (10) 540 ops (+6), 0.125767 BNB ($26.87) 👍 65 0x731477De13B323A0cA90C1FE194EA5A0412937c2
Cronos (5) 483 ops (+6), 15.7564 CRO ($0.79) ⚠️ 38 0x731477De13B323A0cA90C1FE194EA5A0412937c2
Fantom (5) 81 ops (+4), 49.5794 FTM ($9.60) 💪 999+ 0x731477De13B323A0cA90C1FE194EA5A0412937c2
Boba (0) 0 ops , 🤷‍♂️ ``
Telos (5) 75 ops (+6), 19.6499 TLOS ($1.21) 💪 625 0x731477De13B323A0cA90C1FE194EA5A0412937c2
Polygon zkEVM (5) 84 ops (+6), 0.0215023 ETH ($0.00) 💪 525 0x731477De13B323A0cA90C1FE194EA5A0412937c2
Polkadot (5) 26 ops (+2), 6.7443 DOT ($27.79) ⚠️ 33 16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa
Qtum 1 cross [segwit]: 1.04337 QTUM (13ops) (MScaCHRKLSebF3avoJVRcQbcKozBQZ7FeZ on 49'/88'/0'/0/6) segwit#0 js:2:qtum:xpub6BvfSTHRWubyQok4dybQTFVx9h7LrHqVAqAUaZubFw1Pd9x2h4HDpyKiNnHshQySv1DkF3ZKUHLCHBiyeZFVcG9b4iDwBSPmAVEubwgjFgc:segwit
Qtum 2 [segwit]: 0.415712 QTUM (12ops) (MHjJsmCnX8rYM9aFeqSLjb35Qy5WaHAzsZ on 49'/88'/1'/0/6) segwit#1 js:2:qtum:xpub6BvfSTHRWubyT9ET9NECkkigRmcfJE8CZck5aD6egaAHHoC3xCkSEm6yhDGK65Q2GsZyTRKyecoSNRge9r8fBAxNpuv1Rx23wcGxvNn2d7d:segwit
Qtum 3 [segwit]: 0 QTUM (0ops) (MR3A49zXnWaH7Vhm7YKeiaREazdKZxie6r on 49'/88'/2'/0/0) segwit#2 js:2:qtum:xpub6BvfSTHRWubyX78dqB3tVcgps5JtUKukFsbkwrxQhEvBr2UmTUjNEdcZRvmBb6PczEcKUrnVvQvQ2BafHcw1wBkqbVLzNyEN912tNDDd8M9:segwit
Qtum 1 [legacy]: 0.0894544 QTUM (11ops) (QMEcXDnKfsVKz9kqivDvmsEuz4ArsYjKZN on 44'/88'/0'/0/5) #0 js:2:qtum:xpub6DA2jGUBMLR6J3WVfefyEwJefrpxMvCxC884tLu7kYsHF4znJeiq3FFPYaKyLg6sBP8eXKuoFRBzgmRaYSqAnMSQsERFbgQJFSxH9kJgFyg:
Qtum 2 [legacy]: 1.39164 QTUM (11ops) (QhthwDGbdqJp5ayhHJR1hB3BfEmPKFnLLZ on 44'/88'/1'/0/7) #1 js:2:qtum:xpub6DA2jGUBMLR6KWxfa96MHHqBsBWc4XP5YwPSvaN2AiLAKTX4jMBtivpCBoGyUtFa4TZZ2pBcTsN4ps63ewhhipX7zxSs5nApTTvVGqd3owR:
Qtum 3 [legacy]: 0 QTUM (0ops) (QXwMM27e61jr6M9TBrEfWiab9j7RPdRB5L on 44'/88'/2'/0/0) #2 js:2:qtum:xpub6DA2jGUBMLR6Nxr6vXgCpqQCa5xbmtGAsPuDpqkQSqH8WwwgHVfBhyYS3vEmEUqUjXHV5WU1zRLF8dhFfDjaonsgn687DWbbdA4kX9gg1UZ:
Decred 1 cross: 0.0001 DCR (6ops) (DsSSzJqEoSWRu7XYr5L1PFDbP1R9kWL2G4s on 44'/42'/0'/0/3) #0 js:2:decred:dpubZEswmUQs2uoMV65nE6WAWC9X4FTE8uWr4i9ZqUax3GzCwgrAWgyUmafwTSR9gZWuiLunuHtCevHHiApL7jKrBXSrjkrGo3yJQUjB5NUyLqw:
Decred 2: 0 DCR (6ops) (DsY57GzEy3Wcy1G5PC7HW4jcwQ9ugnnSdLG on 44'/42'/1'/0/2) #1 js:2:decred:dpubZEswmUQs2uoMYyVkdkFfFwadTkMAKFNzAKALXMwAmcThnWXFFdd47ZwED7wyEkuLY8DW7EXZFwqWQ7psGV67r8pzqGhMm6Ct49tdcvtrFPV:
Decred 3: 0.0001 DCR (3ops) (DsaSxVpkKrY3F1BLDPtHHWyMe1dhs3hoTa5 on 44'/42'/2'/0/2) #2 js:2:decred:dpubZEswmUQs2uoMca88QfcXcKnyxwGoZBroZ4ehW8uY5nsBbihKDtmXch52hWbr6PEegjCX8YzHraktnagU4nkyCj3K2KXx1q3krWXs1f1bBre:
Decred 4: 1.28953 DCR (4ops) (DsnQ6B7z6xcECepsYCbPQFAGRBZ4MzN5ZrT on 44'/42'/3'/0/3) #3 js:2:decred:dpubZEswmUQs2uoMeNDe2t2X9VmcTwDXX7DmD86fdrTXMrRdgZnJBrr74uzzgnKBFuvchmhY64RLJuRM6C3rnchAkB9Q1fzvPToXHzwctS6uxtR:
Decred 5: 0 DCR (0ops) (DskCZ4d3mZkXwLxAEjx2sEM121SFimdgvSv on 44'/42'/4'/0/0) #4 js:2:decred:dpubZEswmUQs2uoMffXvbjYzmFKAA8qiVoRpBd8QwvJKFgG4HaLsEf3yq9JdFJHzvmMqTKUybT8NPDs16zti7N3ehBSQmxZQB76h8MsWKLZDFAX:
Cardano 1 cross: 52.265 ADA (7ops) (addr1qyg4p0e9vxsy2r3hq44szh9xdfeywxkwdh4vxjfw5l9xx7lgyf2nkgrrlvjz49cn9cqr4el6y74l85d0z3jfj75gmamq03h722 on 1852'/1815'/0'/0/2) cardano#0 js:2:cardano:48a07defdc5ada36fba94b85950c6c880f69e1aa6d421726e6d553183ca944320ecbe00d9bfb0aeced28e6b1968946872c4731144f65dfc9e8b0e7a1e3e09d63:cardano
Cardano 2: 54.3929 ADA (2ops) (addr1qy3qcmtaxvfuh8xej6dpzrs5hhapzeeaacq0yfwj5n6judvfrskn7ypejlf3veluvp9s6u6asv5g30zpp8da8ruspxcql74uav on 1852'/1815'/1'/0/1) cardano#1 js:2:cardano:8df239d936f6b05481f4019f5df43c2a06dacb27eb206c57f4368a27bac9ee7cbd82ee51eb8800886c0dc38f1aee6eb019602a4e422719fc2fe1383144957103:cardano
Cardano 3: 0 ADA (0ops) (addr1q9cfneqs7p84uvw6xl3s795fgcuphv9hep7tc8pwhr9ugkxtc30l4fqzh779m3zzng9wvt7hslxk8nlzuayzmq30wr3qxhr8ff on 1852'/1815'/2'/0/0) cardano#2 js:2:cardano:063fce040e4d37e55e6fdfcf3297b7a9ae972cdf1f5171450e261c31d0842df1809375a1dde24858b3c9b2c0cf5f004543cd25d1999a13f3d4a0368b82f65e78:cardano
Axelar 1 cross: 0 AXL (7ops) (axelar123r3dwfylykx0fugawn6mu2h2smq3047pn5n9g on 44'/118'/0'/0/0) #0 js:2:axelar:axelar123r3dwfylykx0fugawn6mu2h2smq3047pn5n9g:
Axelar 2: 0.850152 AXL (6ops) (axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64 on 44'/118'/1'/0/0) #1 js:2:axelar:axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64:
Axelar 3: 3.36122 AXL (7ops) (axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha on 44'/118'/2'/0/0) #2 js:2:axelar:axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha:
Axelar 4: 2.44011 AXL (5ops) (axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5 on 44'/118'/3'/0/0) #3 js:2:axelar:axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5:
Axelar 5: 4.06892 AXL (3ops) (axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f on 44'/118'/4'/0/0) #4 js:2:axelar:axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f:
Axelar 6: 7.89046 AXL (3ops) (axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx on 44'/118'/5'/0/0) #5 js:2:axelar:axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx:
Axelar 7: 0 AXL (0ops) (axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa on 44'/118'/6'/0/0) #6 js:2:axelar:axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa:
Cosmos 1 cross: 0.004449 ATOM (11ops) (cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf on 44'/118'/0'/0/0) #0 js:2:cosmos:cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf:
Cosmos 2: 0.025006 ATOM (9ops) (cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935 on 44'/118'/1'/0/0) #1 js:2:cosmos:cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935:
Cosmos 3: 0.00713 ATOM (10ops) (cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu on 44'/118'/2'/0/0) #2 js:2:cosmos:cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu:
Cosmos 4: 0.003054 ATOM (7ops) (cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4 on 44'/118'/3'/0/0) #3 js:2:cosmos:cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4:
Cosmos 5: 0 ATOM (5ops) (cosmos12hfs0xs2nw3pqp52hhetnyssjksk422ll6p7yg on 44'/118'/4'/0/0) #4 js:2:cosmos:cosmos12hfs0xs2nw3pqp52hhetnyssjksk422ll6p7yg:
Cosmos 6: 10.8931 ATOM (7ops) (cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8 on 44'/118'/5'/0/0) #5 js:2:cosmos:cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8:
Cosmos 7: 0 ATOM (0ops) (cosmos12xytx2menp2cr2ptpqf5ajyvt9qrrks6hmcamu on 44'/118'/6'/0/0) #6 js:2:cosmos:cosmos12xytx2menp2cr2ptpqf5ajyvt9qrrks6hmcamu:
SecretNetwork 1 cross: 2.81068 SCRT (12ops) (secret123r3dwfylykx0fugawn6mu2h2smq30478ckjn4 on 44'/118'/0'/0/0) #0 js:2:secret_network:secret123r3dwfylykx0fugawn6mu2h2smq30478ckjn4:
SecretNetwork 2: 0.023459 SCRT (7ops) (secret1k2d965a5clx7327n9zx30ewz39ms7kyj8xyvvg on 44'/118'/1'/0/0) #1 js:2:secret_network:secret1k2d965a5clx7327n9zx30ewz39ms7kyj8xyvvg:
SecretNetwork 3: 0 SCRT (11ops) (secret1u63uctcult0t7wsscxxsmv2r2lgl25f490gzpq on 44'/118'/2'/0/0) #2 js:2:secret_network:secret1u63uctcult0t7wsscxxsmv2r2lgl25f490gzpq:
SecretNetwork 4: 13.0041 SCRT (8ops) (secret17s09a0jyp24hl7w3vcn8padz6efwmrpjvp945f on 44'/118'/3'/0/0) #3 js:2:secret_network:secret17s09a0jyp24hl7w3vcn8padz6efwmrpjvp945f:
SecretNetwork 5: 3.61344 SCRT (5ops) (secret12hfs0xs2nw3pqp52hhetnyssjksk422lal4he5 on 44'/118'/4'/0/0) #4 js:2:secret_network:secret12hfs0xs2nw3pqp52hhetnyssjksk422lal4he5:
SecretNetwork 6: 17.16 SCRT (4ops) (secret15wdd32tlkvk8rs5622u4fmmzmk7240u2yfk3am on 44'/118'/5'/0/0) #5 js:2:secret_network:secret15wdd32tlkvk8rs5622u4fmmzmk7240u2yfk3am:
SecretNetwork 7: 0 SCRT (0ops) (secret12xytx2menp2cr2ptpqf5ajyvt9qrrks647v5xq on 44'/118'/6'/0/0) #6 js:2:secret_network:secret12xytx2menp2cr2ptpqf5ajyvt9qrrks647v5xq:
Filecoin 1 cross: 0.0002221 FIL (11ops) (f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y on 44'/461'/0'/0/0) #0 js:2:filecoin:f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y:
Filecoin 2: 0 FIL (8ops) (f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq on 44'/461'/1'/0/0) #1 js:2:filecoin:f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq:
Filecoin 3: 0.0000372 FIL (7ops) (f12zihhoc242uejpqswezsm4c7a2n2d3nqygvyeqi on 44'/461'/2'/0/0) #2 js:2:filecoin:f12zihhoc242uejpqswezsm4c7a2n2d3nqygvyeqi:
Filecoin 4: 0.178973 FIL (2ops) (f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq on 44'/461'/3'/0/0) #3 js:2:filecoin:f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq:
Filecoin 5: 1.09769 FIL (4ops) (f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q on 44'/461'/4'/0/0) #4 js:2:filecoin:f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q:
Filecoin 6: 0.140013 FIL (2ops) (f1boo3wjm5yjpvkbi4s3k2rykpvmf235ivkbj3kbq on 44'/461'/5'/0/0) #5 js:2:filecoin:f1boo3wjm5yjpvkbi4s3k2rykpvmf235ivkbj3kbq:
Filecoin 7: 0 FIL (0ops) (f1bw4zwsefo5rwk3t536tq6wlgdhivrt5ucmdttji on 44'/461'/6'/0/0) #6 js:2:filecoin:f1bw4zwsefo5rwk3t536tq6wlgdhivrt5ucmdttji:
Tron 1 cross: 373.4 TRX (18ops) (TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1 on 44'/195'/0'/0/0) #0 js:2:tron:TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1:
Tron 2: 186.7 TRX (28ops) (TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L on 44'/195'/1'/0/0) #1 js:2:tron:TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L:
Tron 4: 0 TRX (0ops) (TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN on 44'/195'/3'/0/0) #3 js:2:tron:TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN:
Tron 3: 187.7 TRX (16ops) (TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT on 44'/195'/2'/0/0) #2 js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:
Avalanche C-Chain 1 cross: 0.419718 AVAX (14ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:avalanche_c_chain:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Avalanche C-Chain 2: 0.0919641 AVAX (12ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:avalanche_c_chain:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Avalanche C-Chain 3: 0.373461 AVAX (9ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:avalanche_c_chain:0x2141e8D44753FC7720C471233740c133D79459fC:
Avalanche C-Chain 4: 0.372904 AVAX (7ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:avalanche_c_chain:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Avalanche C-Chain 5: 1.72852 AVAX (3ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:avalanche_c_chain:0x714908e42B5A11eF11578F243052c9E60f1485e6:
Avalanche C-Chain 6: 0 AVAX (0ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:avalanche_c_chain:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
Binance Smart Chain 1 cross: 0.0089046 BNB (69ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:bsc:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Binance Smart Chain 2: 0.0338256 BNB (73ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:bsc:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Binance Smart Chain 3: 0.00290948 BNB (67ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:bsc:0x2141e8D44753FC7720C471233740c133D79459fC:
Binance Smart Chain 4: 0.0088416 BNB (72ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:bsc:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Binance Smart Chain 5: 0.0363733 BNB (70ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:bsc:0x714908e42B5A11eF11578F243052c9E60f1485e6:
Binance Smart Chain 6: 0 BNB (56ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:bsc:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
Binance Smart Chain 7: 0.0142938 BNB (49ops) (0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1 on 44'/60'/6'/0/0) #6 js:2:bsc:0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1:
Binance Smart Chain 8: 0 BNB (45ops) (0x636462506a431eC48598C1b3FBBc6279860DF70C on 44'/60'/7'/0/0) #7 js:2:bsc:0x636462506a431eC48598C1b3FBBc6279860DF70C:
Binance Smart Chain 9: 0.0204298 BNB (39ops) (0x8C63f5be03552E332A8a1e122c58d7b306d81679 on 44'/60'/8'/0/0) #8 js:2:bsc:0x8C63f5be03552E332A8a1e122c58d7b306d81679:
Binance Smart Chain 10: 0 BNB (0ops) (0x0558aBA03367Cb1452AC701557460b00f8452CA8 on 44'/60'/9'/0/0) #9 js:2:bsc:0x0558aBA03367Cb1452AC701557460b00f8452CA8:
Cronos 1 cross: 6.1013 CRO (117ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:cronos:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Cronos 2: 9.16274 CRO (152ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:cronos:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Cronos 3: 0.0979346 CRO (120ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:cronos:0x2141e8D44753FC7720C471233740c133D79459fC:
Cronos 4: 0.0978323 CRO (94ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:cronos:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Cronos 5: 0 CRO (0ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:cronos:0x714908e42B5A11eF11578F243052c9E60f1485e6:
Fantom 1 cross: 12.754 FTM (23ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:fantom:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Fantom 2: 0.00019505 FTM (20ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:fantom:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Fantom 3: 36.7423 FTM (18ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:fantom:0x2141e8D44753FC7720C471233740c133D79459fC:
Fantom 4: 0.00025259 FTM (20ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:fantom:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Fantom 5: 0 FTM (0ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:fantom:0x714908e42B5A11eF11578F243052c9E60f1485e6:
Telos 1 cross: 3.72337 TLOS (23ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:telos_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Telos 2: 11.3039 TLOS (15ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:telos_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Telos 3: 0.00265526 TLOS (20ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:telos_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
Telos 4: 4.58803 TLOS (17ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:telos_evm:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Telos 5: 0 TLOS (0ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:telos_evm:0x714908e42B5A11eF11578F243052c9E60f1485e6:
Polygon zkEVM 1 cross: 0.00940519 ETH (24ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
Polygon zkEVM 2: 0.0026763 ETH (19ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:polygon_zk_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
Polygon zkEVM 3: 0.00939723 ETH (23ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
Polygon zkEVM 4: 0 ETH (18ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:polygon_zk_evm:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
Polygon zkEVM 5: 0 ETH (0ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:polygon_zk_evm:0x714908e42B5A11eF11578F243052c9E60f1485e6:
Polkadot 1 cross: 1.15685 DOT (7ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44
Polkadot 2: 1.75756 DOT (12ops) (1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm on 44'/354'/1'/0'/0') polkadotbip44#1 js:2:polkadot:1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm:polkadotbip44
Polkadot 3: 1.49107 DOT (5ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44
Polkadot 4: 1.32307 DOT (1ops) (14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi on 44'/354'/3'/0'/0') polkadotbip44#3 js:2:polkadot:14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi:polkadotbip44
Polkadot 5: 1 DOT (1ops) (16Woo4M3FMUUUXNKphUyx42LH42cHYgThQm959Z2DARJUePT on 44'/354'/4'/0'/0') polkadotbip44#4 js:2:polkadot:16Woo4M3FMUUUXNKphUyx42LH42cHYgThQm959Z2DARJUePT:polkadotbip44
Performance ⏲ 10min 26s

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL 69.5s 10min 23s 4.5s 1min 49s 4min 12s 14.6s 11min 20s 7min 36s
Qtum (4) 0.17ms 38.5s 59ms N/A N/A N/A N/A N/A
Decred (4) 0.67ms 31.5s 1.32ms N/A N/A N/A N/A N/A
cardano (2) 0.63ms 2min 36s 0.75ms 397ms N/A N/A N/A N/A
axelar (6) 382ms 31.7s 9ms 3.5s 54.7s 567ms 9ms N/A
cosmos (6) 921ms 33.1s 10ms 3.2s 31.2s 492ms 31.5s 21.5s
secret_network (6) 947ms 32.9s 3.78ms 8.2s 47.3s 1306ms 1.19ms N/A
Filecoin (6) 0.36ms 37.2s 2606ms 1971ms 14.2s 701ms 5min 26s 3min 21s
Tron (3) 62.4s 13.2s 1730ms 2678ms 12.8s 308ms 11.6s 11.7s
Avalanche C-Chain (5) 988ms 20.1s 19ms 4.4s 17.1s 492ms 40.7s 31s
Binance Smart Chain (9) 304ms 35s 26ms 4.4s 20.5s 395ms 40.9s 31.2s
Cronos (4) 101ms 62.7s 1.18ms 5.4s 14.9s 1906ms 77.5s 47.2s
Fantom (4) 65ms 55.7s 11ms 2549ms 9.6s 613ms 61.7s 31.6s
Boba (0) 889ms N/A N/A N/A N/A N/A N/A N/A
Telos (4) 68ms 22.3s 13ms 24.3s 12.1s 7.1s 37.6s 37.9s
Polygon zkEVM (4) 101ms 10.4s 20ms 46.9s 10.5s 632ms 32s 31.4s
Polkadot (5) 2366ms 42.6s 18ms 1294ms 6.9s 100ms 20.5s 10.8s

What is the bot and how does it work? Everything is documented here!

Please sign in to comment.