treasure-chess / treasure-contracts

Smart Contracts and Subgraphs for Treasure Chess
MIT License
6 stars 1 forks source link

remove broken merge problems, add addresses to template env #15

Closed cupOJoseph closed 2 years ago

github-actions[bot] commented 2 years ago

📦 treasure-contracts Package Installation

Install this PR (you need to setup Github packages):

yarn add @treasure-chess/treasure-contracts@PR15
:octocat: Click to learn how to use Github packages To use the Github package registry, create a token with "read:packages" permission. See [Creating a personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) for help. Next add these lines to your `.npmrc` file, replacing TOKEN with your personal access token. See [Installing a package from Github](https://docs.github.com/en/packages/guides/configuring-npm-for-use-with-github-packages#installing-a-package) if you get stuck. ``` @treasure-chess:registry=https://npm.pkg.github.com //npm.pkg.github.com/:_authToken=TOKEN ```