Skip to content

Commit

Permalink
Fix Energy Web X existentialDeposit
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeeei committed Oct 10, 2024
1 parent 8f17fed commit 3d1217c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ internal class PolkadotWalletManager(
Blockchain.AlephZero, Blockchain.AlephZeroTestnet -> 0.0000000005.toBigDecimal()
Blockchain.Joystream -> 0.026666656.toBigDecimal()
Blockchain.Bittensor -> 0.0000005.toBigDecimal()
Blockchain.EnergyWebX, Blockchain.EnergyWebXTestnet -> BigDecimal.ZERO
Blockchain.EnergyWebX, Blockchain.EnergyWebXTestnet -> 0.000000000000000001.toBigDecimal()
else -> error("${wallet.blockchain} isn't supported")
}

Expand Down

0 comments on commit 3d1217c

Please sign in to comment.