Skip to content

Commit

Permalink
refactor: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
keiff3r committed Oct 9, 2024
1 parent e5b2113 commit b742642
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@
"curve": ["ed25519"],
"path": ["44'/787'", "44'/354'"]
},
"acre": {
"appFlags": {"flex": "0xa10", "nanos2": "0xa10", "nanox": "0xa10", "stax": "0xa10"},
"appName": "Acre",
"curve": ["secp256k1"],
"path": ["44'/0'", "44'/1'", "48'/0'", "48'/1'", "49'/0'", "49'/1'", "84'/0'", "84'/1'", "86'/0'", "86'/1'"]
},
"acre_testnet": {
"appFlags": {"flex": "0xa10", "nanos2": "0xa10", "nanox": "0xa10", "stax": "0xa10"},
"appName": "Acre Test",
"curve": ["secp256k1"],
"path": ["44'/0'", "44'/1'", "48'/0'", "48'/1'", "49'/0'", "49'/1'", "84'/0'", "84'/1'", "86'/0'", "86'/1'"]
},
"AERGO": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200"},
"appName": "Aergo",
Expand Down Expand Up @@ -629,6 +617,18 @@
"curve": ["ed25519"],
"path": ["44'/354'"]
},
"acre": {
"appFlags": {"flex": "0xa10", "nanos2": "0xa10", "nanox": "0xa10", "stax": "0xa10"},
"appName": "Acre",
"curve": ["secp256k1"],
"path": ["44'/0'", "44'/1'", "48'/0'", "48'/1'", "49'/0'", "49'/1'", "84'/0'", "84'/1'", "86'/0'", "86'/1'"]
},
"acre_testnet": {
"appFlags": {"flex": "0xa10", "nanos2": "0xa10", "nanox": "0xa10", "stax": "0xa10"},
"appName": "Acre Test",
"curve": ["secp256k1"],
"path": ["44'/0'", "44'/1'", "48'/0'", "48'/1'", "49'/0'", "49'/1'", "84'/0'", "84'/1'", "86'/0'", "86'/1'"]
},
"aeternity": {
"appFlags": {"nanos": "0x240", "nanos2": "0x240", "nanox": "0x240"},
"appName": "Aeternity",
Expand Down

0 comments on commit b742642

Please sign in to comment.