Skip to content

Commit

Permalink
Merge pull request #211 from kadena-io/bugfix/deployment
Browse files Browse the repository at this point in the history
Remove senderx as it's no longer necessary
  • Loading branch information
EnoF authored Dec 17, 2024
2 parents 5bf80d2 + fa58182 commit a998eb3
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,38 +49,6 @@
},
"sender": "sender00"
},
{
"profile": "default",
"codeFile": "./pact/spirekey-gas-station.pact",
"data": {
"upgrade": false
},
"sender": "sender00"
},
{
"profile": "default",
"code": "(coin.transfer-create \"sender00\" \"senderx\" (read-keyset 'ks) 1000000.0)",
"data": {
"ks": {
"keys": [
"368820f80c324bbc7c2b0610688a7da43e39f91d118732671cd9c7500ff43cca"
],
"pred": "keys-all"
}
},
"sender": "sender00",
"caps": [
[
"coin.TRANSFER",
"sender00",
"senderx",
"1000000.0"
],
[
"coin.GAS"
]
]
},
{
"profile": "default",
"code": "(coin.transfer \"sender00\" \"c:kZqdOJ6B_584lKXJgB8srIVivESgjqLneAA6JYJwrf8\" 100.0)",
Expand Down

0 comments on commit a998eb3

Please sign in to comment.