Skip to content

Commit

Permalink
Merge branch 'main' into fix_driver_p2p_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp authored May 20, 2024
2 parents 975146c + 9eae95f commit f4327fd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/repo--validate-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
protocol
relayer
taikoon
snaefell-nft
snaefell-ui
ui-lib
taiko-client
supplementary-contracts
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/taikoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [main]
paths:
- "packages/taikoon/**"
pull_request:
paths:
- "packages/taikoon/**"

jobs:
build-taikoon:
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/taikoon">taikoon</a>: Taikoon NFT contracts.
│ ├── <a href="./packages/taikoon">taikoon</a>: Taikoon and other NFT contracts.
│ └── <a href="./packages/taikoon-ui">taikoon-ui</a>: Taikoon NFT UI.
...
</pre>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "snaefell-nft",
"name": "snaefell-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
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 @@ -14,7 +14,7 @@
"packages/taikoon-ui": {},
"packages/taiko-client": {},
"packages/supplementary-contracts": {},
"packages/snaefell-nft": {}
"packages/snaefell-ui": {}
},
"separate-pull-requests": true
}

0 comments on commit f4327fd

Please sign in to comment.