Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Multi ZNS] Replacing the meowToken with zToken #117

Open
wants to merge 14 commits into
base: rc/zns-meowchain
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ docker*.tgz

# We don't ever use the generated manifests
.openzeppelin
/.vscode
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lint": "yarn lint-sol & yarn lint-ts --no-error-on-unmatched-pattern",
"clean": "hardhat clean",
"build": "yarn run clean && yarn run compile && tsc",
"reinstall": "yarn cache clean && rm -rf node_modules && yarn",
MichaelKorchagin marked this conversation as resolved.
Show resolved Hide resolved
"postbuild": "yarn save-tag",
"typechain": "hardhat typechain",
"pretest": "yarn mongo:start",
Expand Down Expand Up @@ -77,10 +78,11 @@
"typescript": "^5.0.2"
},
"dependencies": {
"@zero-tech/z-token": "/home/bb/projects/meow-tokens_ACTUAL/zero-tech-z-token-1.0.0.tgz",
"@zero-tech/zdc": "0.1.6",
"axios": "^1.4.0",
"dotenv": "16.0.3",
"mongodb": "^6.1.0",
"winston": "^3.11.0"
}
}
}
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,10 @@
eslint-plugin-prefer-arrow "^1.2.3"
typescript "^5.0.2"

"@zero-tech/z-token@file:../meow-tokens_ACTUAL/zero-tech-z-token-1.0.0.tgz":
version "1.0.0"
resolved "file:../meow-tokens_ACTUAL/zero-tech-z-token-1.0.0.tgz#ba56c7e269e399e029cca69d1d54357220a2d08f"

"@zero-tech/[email protected]":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@zero-tech/zdc/-/zdc-0.1.6.tgz#131d13a128c494b7b5d32c208f3afdb775bf3ba2"
Expand Down