Skip to content

Commit

Permalink
ci(repo): rename package taikoon to nfts (taikoxyz#17260)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored May 20, 2024
1 parent 2a42aac commit ba3be59
Show file tree
Hide file tree
Showing 35 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/taikoon.yml → .github/workflows/nfts.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Taikoon
name: NFTs

on:
push:
branches: [main]
paths:
- "packages/taikoon/**"
- "packages/nfts/**"
pull_request:
paths:
- "packages/taikoon/**"
- "packages/nfts/**"

jobs:
build-taikoon:
Expand All @@ -30,13 +30,13 @@ jobs:
uses: ./.github/actions/install-pnpm-dependencies

- name: Check formatting
working-directory: ./packages/taikoon
working-directory: ./packages/nfts
run: forge fmt --check

- name: Solidity compilation
working-directory: ./packages/taikoon
working-directory: ./packages/nfts
run: pnpm compile

- name: Unit Tests
working-directory: ./packages/taikoon
working-directory: ./packages/nfts
run: pnpm test
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"packages/protocol": "1.5.0",
"packages/relayer": "0.12.0",
"packages/taiko-client": "0.22.0",
"packages/taikoon": "1.0.0",
"packages/nfts": "1.0.0",
"packages/supplementary-contracts": "1.0.0",
"packages/taikoon-ui": "1.0.0"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ taiko-mono/
│ ├── <a href="./packages/relayer">relayer</a>: Bridge backend relayer.
│ ├── <a href="./packages/supplementary-contracts">supplementary-contracts</a>: Supplementary smart contracts that are not part of the Taiko rollup protocol.
│ ├── <a href="./packages/taiko-client">taiko-client</a>: Taiko client implementation in Go.
│ ├── <a href="./packages/taikoon">taikoon</a>: Taikoon and other NFT contracts.
│ ├── <a href="./packages/nfts">nfts</a>: Taiko NFTS.
│ └── <a href="./packages/taikoon-ui">taikoon-ui</a>: Taikoon NFT UI.
...
</pre>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@taiko/taikoon",
"name": "@taiko/nfts",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"packages/guardian-prover-health-check-ui": {},
"packages/protocol": {},
"packages/relayer": {},
"packages/taikoon": {},
"packages/nfts": {},
"packages/taikoon-ui": {},
"packages/taiko-client": {},
"packages/supplementary-contracts": {},
Expand Down

0 comments on commit ba3be59

Please sign in to comment.