treasure-chess / treasure-contracts

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

set dao address to get fees auto #28

Closed cupOJoseph closed 2 years ago

cupOJoseph commented 2 years ago

test deployment succeeding on ropsten Treasure Contract Address: 0x7bBc6dAD2723abCb612cc9474b2B79aDa14E9736 Treasure Market Contract Address: 0x1477Efe6418e761E83Ef07b80691b00A2664d8bB

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@PR28 --registry https://npm.pkg.github.com
: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. ``` //npm.pkg.github.com/:_authToken=TOKEN ```