Skip to content

Commit

Permalink
chore: update compiler api to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jun 10, 2021
1 parent 2ed984c commit 1fa699c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TAG=v6.0.0
COMPILER_TAG=v4.3.2
COMPILER_TAG=v6.0.0
8 changes: 2 additions & 6 deletions api/compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
"type": "object"
},
"external_encoded_aci": {
"type": "array",
"items": {
"type": "object",
"properties": {}
}
"type": "array"
},
"interface": {
"type": "string"
Expand Down Expand Up @@ -540,7 +536,7 @@
"description": "This is the [Aeternity](https://www.aeternity.com/) compiler API.",
"termsOfService": "https://www.aeternity.com/terms/",
"title": "Aeternity node",
"version": "4.3.2"
"version": "6.0.0"
},
"paths": {
"/aci": {
Expand Down

0 comments on commit 1fa699c

Please sign in to comment.