Skip to content

Commit

Permalink
update 0g branch (#20)
Browse files Browse the repository at this point in the history
* Update tps-single-0g.yml

* suspend

* fix 1559 check

* update 0g version

* revert
  • Loading branch information
0g-wh authored Nov 11, 2024
1 parent b879c49 commit da549ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tps-erc20-0g.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
make build
- name: Build Chain
run: |
git clone -b v0.4.0 https://github.com/0glabs/0g-chain.git
git clone -b dev0.38 https://github.com/0glabs/0g-chain.git
cd 0g-chain
sudo LINK_STATICALLY=true make build-release
sed -i '/$BINARY config broadcast-mode sync/a sed -i '\''s/timeout_commit = "5s"/timeout_commit = "1s"/'\'' ~/.0gchain/config/config.toml' localtestnet.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tps-single-0g.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
make build
- name: Build Chain
run: |
git clone -b v0.4.0 https://github.com/0glabs/0g-chain.git
git clone -b dev0.38 https://github.com/0glabs/0g-chain.git
cd 0g-chain
sudo LINK_STATICALLY=true make build-release
sed -i '/$BINARY config broadcast-mode sync/a sed -i '\''s/timeout_commit = "5s"/timeout_commit = "1s"/'\'' ~/.0gchain/config/config.toml' localtestnet.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tps-uniswap-0g.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
make build
- name: Build Chain
run: |
git clone -b v0.4.0 https://github.com/0glabs/0g-chain.git
git clone -b dev0.38 https://github.com/0glabs/0g-chain.git
cd 0g-chain
sudo LINK_STATICALLY=true make build-release
sed -i '/$BINARY config broadcast-mode sync/a sed -i '\''s/timeout_commit = "5s"/timeout_commit = "1s"/'\'' ~/.0gchain/config/config.toml' localtestnet.sh
Expand Down

0 comments on commit da549ed

Please sign in to comment.