Skip to content

Commit

Permalink
fix: bsc v1.3.4 -> v1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Dec 6, 2023
1 parent c0a17ca commit 65852d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ aliases:
api-memory-request: 500Mi
stateful-service-replicas: 2
service-name-1: daemon
service-image-1: shapeshiftdao/bnb-smart-chain:v1.3.4
service-image-1: shapeshiftdao/bnb-smart-chain:v1.2.15
service-cpu-limit-1: "8"
service-cpu-request-1: "4"
service-memory-limit-1: 72Gi
Expand Down
2 changes: 1 addition & 1 deletion node/coinstacks/bnbsmartchain/daemon/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ start() {
--maxpeers 200 \
--rpc.allow-unprotected-txs \
--txpool.pricelimit 1 \
--history.transactions 0 \
--txlookuplimit 0 \
--cache 8000 \
--nat none &
PID="$!"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2516,10 +2516,10 @@
resolved "https://registry.yarnpkg.com/@pulumi/query/-/query-0.3.0.tgz#f496608e86a18c3dd31b6c533408e2441c29071d"
integrity sha512-xfo+yLRM2zVjVEA4p23IjQWzyWl1ZhWOGobsBqRpIarzLvwNH/RAGaoehdxlhx4X92302DrpdIFgTICMN4P38w==

"@shapeshiftoss/cluster-launcher@^0.19.0":
version "0.19.0"
resolved "https://registry.yarnpkg.com/@shapeshiftoss/cluster-launcher/-/cluster-launcher-0.19.0.tgz#e6094d96d6365799e67a7d555396d0d356a3f42e"
integrity sha512-8BnHJ8OLxoO8EOs6SHrtRS3wMNqDFUFiza51XJDaiaQsDxx93hiBCPGpA5VD+fhGtsAu50Hfd40RAhRyJKL1cg==
"@shapeshiftoss/cluster-launcher@^0.20.1":
version "0.20.1"
resolved "https://registry.yarnpkg.com/@shapeshiftoss/cluster-launcher/-/cluster-launcher-0.20.1.tgz#4c8763f91d31cc2e530a549001f0db4c0a365a5f"
integrity sha512-EcCBFYV0hmgKfsKC2zhHZuRQ+PbJ7UejLivZJA4GB/wStBJ1yHBcpSNT6iq4TRQC/m58nWzd0Bmr/Ta81QvgRA==
dependencies:
"@pulumi/aws" "5.29.1"
"@pulumi/awsx" "1.0.2"
Expand Down

0 comments on commit 65852d3

Please sign in to comment.