Skip to content

Commit 8def87c

Browse files
fix: update standard account address (#488)
* fix: update standard account address * chore: update address id * Apply suggestion from @Justkant --------- Co-authored-by: Quentin Jaccarino <[email protected]>
1 parent d345abb commit 8def87c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/purple-lamps-occur.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ledgerhq/wallet-api-simulator": patch
3+
---
4+
5+
Updated address id in standard profiles

packages/simulator/src/profiles/standard/accounts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"id": "account-btc-1",
44
"name": "Bitcoin 1",
5-
"address": "address",
5+
"address": "11111a11-1aaa-111a-1aa1-aa11aa11aa11",
66
"currency": "bitcoin",
77
"balance": "42",
88
"spendableBalance": "42",
@@ -12,7 +12,7 @@
1212
{
1313
"id": "account-eth-1",
1414
"name": "Ethereum 1",
15-
"address": "address",
15+
"address": "11111a11-1aaa-111a-1aa1-aa11aa11aa11",
1616
"currency": "ethereum",
1717
"balance": "42",
1818
"spendableBalance": "42",

0 commit comments

Comments
 (0)