Skip to content

Commit

Permalink
Update tribute-contracts lib (#12)
Browse files Browse the repository at this point in the history
* add chainId tag

* remove private field

* update formatting

* update tribute-contracts lib
  • Loading branch information
jdville03 authored Jan 4, 2022
1 parent a49cd9d commit c28c7f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "tribute-subgraph",
"version": "2.0.1",
"private": true,
"description": "Tribute DAO Framework Subgraph",
"repository": {
"type": "git",
Expand All @@ -22,7 +21,7 @@
"ganache-cli": "^6.12.1",
"hardhat-typechain": "^0.3.5",
"keccak256": "^1.0.0",
"tribute-contracts": "^2.3.1",
"tribute-contracts": "^2.3.2",
"truffle": "^5.2.6",
"ts-generator": "^0.1.1",
"typechain": "^4.0.3",
Expand Down Expand Up @@ -51,7 +50,7 @@
"typescript": "^4.4.4"
},
"scripts": {
"ganache": "node_modules/.bin/ganache-cli -s=test -g=0 --secure -u 0 -u 1 -p 7545 --networkId 1337",
"ganache": "node_modules/.bin/ganache-cli -s=test -g=0 --secure -u 0 -u 1 -p 7545 --networkId 1337 --chainId 1337",
"compile": "rimraf build && mkdir -p build/contracts && cp -r node_modules/tribute-contracts/contracts/** build/contracts && hardhat compile",
"release": "np",
"deploy-subgraph": "ts-node subgraph-deployer.ts",
Expand Down
4 changes: 2 additions & 2 deletions subgraph-deployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ const SUBGRAPH_SLUGS = {
* ADAPTERS
* Add your adpater subgraphs datasource and subgraph slug
*/
// CouponOnboarding: "coupon-onboarding-dev",
// CouponOnboarding: 'coupon-onboarding-dev',

/**
* EXTENSIONS
* Add your extension subgraphs datasource and subgraph slug
*/
// NFTExtension: "nft-extension-dev",
// NFTExtension: 'nft-extension-dev',
};

// Execute Child Processes
Expand Down

0 comments on commit c28c7f1

Please sign in to comment.