Skip to content

Commit

Permalink
Merge pull request #279 from spalmer25/palmer@functori@add-bls-to-tez…
Browse files Browse the repository at this point in the history
…os-baking-app-params

[Tezos] add the BLS curve to the Baking App parameters
  • Loading branch information
tdejoigny-ledger authored Oct 25, 2024
2 parents 43c540c + d911d18 commit 29e3944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@
"tezos_baking": {
"appFlags": {"flex": "0x240", "nanos": "0x040", "nanos2": "0x040", "nanox": "0x240", "stax": "0x240"},
"appName": "Tezos Baking",
"curve": ["ed25519", "secp256k1", "secp256r1"],
"curve": ["ed25519", "secp256k1", "secp256r1", "bls12381g1"],
"path": ["44'/1729'"]
},
"tezos_wallet": {
Expand Down

0 comments on commit 29e3944

Please sign in to comment.