update polkadot-sdk and inkwell dependencies (#101)

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Cyrill Leutwiler
2024-10-29 11:27:44 +01:00
committed by GitHub
parent aae25107a2
commit f985f42370
5 changed files with 528 additions and 527 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ impl ExtBuilder {
Self {
balance_genesis_config: value
.iter()
.map(|(address, balance)| (AccountId::to_account_id(address), *balance))
.map(|(address, balance)| (AccountId::to_fallback_account_id(address), *balance))
.collect(),
}
}