Skip to content

Commit

Permalink
add wallet assets policy script and keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed May 31, 2023
1 parent f1757d4 commit ae73a60
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/e2e/fixtures/wallet_assets/happy_coin/policy.script
@@ -0,0 +1,9 @@
{
"type": "all",
"scripts": [
{
"type": "sig",
"keyHash": "69303ce3536df260efddbc949ccb94e6993302b10b778d8b4d98bfb5"
}
]
}
5 changes: 5 additions & 0 deletions test/e2e/fixtures/wallet_assets/happy_coin/policy.skey
@@ -0,0 +1,5 @@
{
"type": "PaymentSigningKeyShelley_ed25519",
"description": "Payment Signing Key",
"cborHex": "582012095eef0beaeb0224063a9b9a823c20a02fca9f59f7dd339f765ffd6992ddfb"
}
5 changes: 5 additions & 0 deletions test/e2e/fixtures/wallet_assets/happy_coin/policy.vkey
@@ -0,0 +1,5 @@
{
"type": "PaymentVerificationKeyShelley_ed25519",
"description": "Payment Verification Key",
"cborHex": "5820db2c42a7c5b70d7e635b95c5864439f22ccd6639cc7bc128a88a804f149a4448"
}
9 changes: 9 additions & 0 deletions test/e2e/fixtures/wallet_assets/sad_coin/policy.script
@@ -0,0 +1,9 @@
{
"type": "all",
"scripts": [
{
"type": "sig",
"keyHash": "fda874ee455948ba27fe50ea44228995f47b278ef0f35cec8cd31933"
}
]
}
5 changes: 5 additions & 0 deletions test/e2e/fixtures/wallet_assets/sad_coin/policy.skey
@@ -0,0 +1,5 @@
{
"type": "PaymentSigningKeyShelley_ed25519",
"description": "Payment Signing Key",
"cborHex": "5820379ec44d0e7df5a23c37ce79be82217ecaa0676abcb1439ebf25d05ea3369ac6"
}
5 changes: 5 additions & 0 deletions test/e2e/fixtures/wallet_assets/sad_coin/policy.vkey
@@ -0,0 +1,5 @@
{
"type": "PaymentVerificationKeyShelley_ed25519",
"description": "Payment Verification Key",
"cborHex": "5820ff26429770c4f3a6b562d027323c287767a9893aa14085006dd96cc5abf68f18"
}

0 comments on commit ae73a60

Please sign in to comment.