Refresh gift_card and hello_world examples.
This commit is contained in:
@@ -13,4 +13,4 @@ requirements = []
|
||||
source = "github"
|
||||
|
||||
[etags]
|
||||
"aiken-lang/stdlib@v2" = [{ secs_since_epoch = 1725021962, nanos_since_epoch = 944823000 }, "cdbbce58b61deb385e7ea787a2e0fc2dc8fe94db9999e0e6275bc9c70e5796be"]
|
||||
"aiken-lang/stdlib@v2" = [{ secs_since_epoch = 1725207295, nanos_since_epoch = 895782000 }, "d79382d2b6ecb3aee9b0755c31d8a5bbafe88a7b3706d7fb8a52fd4d05818501"]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"plutusVersion": "v3",
|
||||
"compiler": {
|
||||
"name": "Aiken",
|
||||
"version": "v1.1.0+9407b67"
|
||||
"version": "v1.1.0+ddfe01e"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
use aiken/builtin
|
||||
use aiken/collection/dict
|
||||
use aiken/collection/list
|
||||
use aiken/hash.{blake2b_256}
|
||||
use aiken/crypto.{blake2b_256}
|
||||
use aiken/primitive/bytearray
|
||||
use cardano/address.{Address, PaymentCredential, Script}
|
||||
use cardano/assets.{PolicyId}
|
||||
use cardano/credential.{Address, PaymentCredential, Script}
|
||||
use cardano/transaction.{
|
||||
InlineDatum, Input, Output, OutputReference, Transaction,
|
||||
} as tx
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
use aiken/collection/dict
|
||||
use aiken/collection/list
|
||||
use cardano/address.{Script}
|
||||
use cardano/assets.{PolicyId}
|
||||
use cardano/credential.{Script}
|
||||
use cardano/transaction.{OutputReference, Transaction} as tx
|
||||
|
||||
pub type Action {
|
||||
|
||||
Reference in New Issue
Block a user