Skip to content

Commit

Permalink
fix(repo): fix nfts project build issue (taikoxyz#17264)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored May 20, 2024
1 parent 6658f6a commit b658890
Show file tree
Hide file tree
Showing 33 changed files with 9,875 additions and 12,121 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nfts.yaml → .github/workflows/nfts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "packages/nfts/**"

jobs:
build-taikoon:
build-nfts-contracts:
runs-on: [taiko-runner]
steps:
- name: Cancel previous runs
Expand Down
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/nfts">nfts</a>: Taiko NFTS.
│ ├── <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.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Taikoon MFT
# Taikoon NFTs

## Setup

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.
File renamed without changes.
File renamed without changes.
21,990 changes: 9,872 additions & 12,118 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit b658890

Please sign in to comment.