From 4beb086d5f2c427473e40f309655c2c779ed124f Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 25 Dec 2019 15:28:14 +0000 Subject: [PATCH] Feature/metadata2 --- .gitlab-ci.yml | 5 ++--- README.md | 5 ----- src/statics/app-manifest-dev.json | 27 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 src/statics/app-manifest-dev.json diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 153353ff0..6533c6fb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,9 +26,8 @@ build_dev: script: - yarn global add @vue/cli@latest - yarn install - - mv src/statics/chain-manifests-dev.json src/chain-manifests.json - - mv src/statics/app-metadata.json src/app-metadata.json - - mv src/statics/app-manifest.json src/app-manifest.json + - mv src/statics/chain-manifests-dev.json src/statics/chain-manifests.json + - mv src/statics/app-manifest-dev.json src/statics/app-manifest.json - yarn build artifacts: paths: diff --git a/README.md b/README.md index bf7870bd1..e69de29bb 100644 --- a/README.md +++ b/README.md @@ -1,5 +0,0 @@ -# Quasar App - -> WIP - -Adding a comment here \ No newline at end of file diff --git a/src/statics/app-manifest-dev.json b/src/statics/app-manifest-dev.json new file mode 100644 index 000000000..a473179bc --- /dev/null +++ b/src/statics/app-manifest-dev.json @@ -0,0 +1,27 @@ +{ + "account": "hyphadaomain", + "domain": "https://dao-dev.hypha.earth", + "appmeta": "https://dao-dev.hypha.earth/app-metadata.json#a19724cfce96a71ee9b076f7ec8d4d74570cf1ecfd80db60074d8a7e56e4ce4b", + "whitelist": [ + { + "contract": "eosio.token", + "action": "" + }, + { + "contract": "logintester1", + "action": "" + }, + { + "contract": "eosio.login", + "action": "" + }, + { + "contract": "trailservice", + "action": "" + }, + { + "contract": "hyphadaomain", + "action": "" + } + ] +} \ No newline at end of file