Closed
Conversation
add admin plugin ascidoc
Fix: typechain imports
…lugin version was audited
Feat: docs
Feat: docs and bump versions
* feat: rename page title * feat: remove pkg name since it is already on the parent pkg.json and add the version as the plugin version * feat: remove warn cards since contracts are audited * fix: remove version
* add artifact package * fix version * addressing comments * fix lint & prettier * add workflow for publishing artifacts npm package * move to wagmi-less approach * clean up * fix readme & addresses & github flow * fix prettier * Apply suggestions from code review Co-authored-by: Jør∂¡ <4456749+brickpop@users.noreply.github.com> * change addresses json format * fix typo * fix typor and remove WIP file * update readme & add publish flow * add empty line * apply prettier * Ignoring NPM postinstall scripts * update changelog * update prepare-abi script * Improved readme * Minor edit * Minor edit * Adding PUB_PINATA_JWT to .env.example * add alpha --------- Co-authored-by: Jør∂¡ <4456749+brickpop@users.noreply.github.com> Co-authored-by: Jør∂¡ <itsbrickpop@gmail.com>
* feat: send the file content and the jwt as param * feat: bump sdk version * fix: pinnata env var only needed when not running on local
* feat: define the needed env vars * feat: define needed helper functions * feat: update the create repo script to get the addresses from the env vars * feat: modify the publish version script to be able to get the needed addreses from env vars * feat: update the upgrade scripts to be able to get the addresses from the env vars * ci: remove not needed log * feat: store the plugin repo proxy in the deployments * feat: remove the possibility of getting the addresses from commons config only env vars are allowed * feat: add note in the env example files * fix: find repo helper function * fix: remove not needed logs * feat: define the needed env vars in the workflow * ci: add comments to the env variables to explain why and when they are used * Update packages/contracts/utils/helpers.ts * Update packages/contracts/plugin-settings.ts --------- Co-authored-by: Rekard0 <5880388+Rekard0@users.noreply.github.com>
* feat: add data to the output file * feat: add needed import
* feat: define the needed env vars * feat: define needed helper functions * feat: update the create repo script to get the addresses from the env vars * feat: modify the publish version script to be able to get the needed addreses from env vars * feat: update the upgrade scripts to be able to get the addresses from the env vars * ci: remove not needed log * feat: store the plugin repo proxy in the deployments * feat: remove the possibility of getting the addresses from commons config only env vars are allowed * feat: add note in the env example files * fix: find repo helper function * fix: remove not needed logs * feat: define the needed env vars in the workflow * ci: add comments to the env variables to explain why and when they are used * add peaq support * use try in publish skip * add peaq rpc * Backporting env var settings from the Multisig PR * Minor edit * Updated verify network details * remove comment * Increasing the timeout of tests * fix subdomain * Update packages/contracts/deploy/20_new_version/23_publish.ts Co-authored-by: Jør∂¡ <4456749+brickpop@users.noreply.github.com> --------- Co-authored-by: Claudia <claudiabarcelovaldes40@gmail.com> Co-authored-by: Jør∂¡ <itsbrickpop@gmail.com> Co-authored-by: Jør∂¡ <4456749+brickpop@users.noreply.github.com>
* ci: remove subgraph * fix readme and git ignore * fix readme
|
Closed in favor of #45 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the change and be sure you follow the contributions rules we do provide here
Task ID: OS-?
Type of change
See the framework lifecylce in
packages/contracts/docs/framework-lifecycleto decide what kind of change this pull request is.Checklist:
CHANGELOG.mdfile in the root folder.DEPLOYMENT_CHECKLISTfile in the root folder.UPDATE_CHECKLISTfile in the root folder.