Skip to content

Commit bfa6c8b

Browse files
authored
fix: l2geth return wrong suggest gas price (#203)
* fix: l2geth return wrong suggest gas price
1 parent 485abd4 commit bfa6c8b

File tree

18 files changed

+34
-34
lines changed

18 files changed

+34
-34
lines changed

charts/gas-oracle/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: gas-oracle helm charts
44
name: gas-oracle
5-
version: 0.0.10
5+
version: 0.0.11
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/gas-oracle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gas-oracle
22

3-
![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
gas-oracle helm charts
66

@@ -39,7 +39,7 @@ Kubernetes: `>=1.22.0-0`
3939
| global.nameOverride | string | `"gas-oracle"` | |
4040
| image.pullPolicy | string | `"Always"` | |
4141
| image.repository | string | `"scrolltech/gas-oracle"` | |
42-
| image.tag | string | `"v4.4.66"` | |
42+
| image.tag | string | `"v4.4.71"` | |
4343
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |
4444
| initContainers.1-check-postgres-connection.args[1] | string | `"$(SCROLL_ROLLUP_DB_CONFIG_DSN)"` | |
4545
| initContainers.1-check-postgres-connection.args[2] | string | `"--timeout"` | |

charts/gas-oracle/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ global:
66
image:
77
repository: scrolltech/gas-oracle
88
pullPolicy: Always
9-
tag: v4.4.66
9+
tag: v4.4.71
1010

1111
command:
1212
[

charts/l2-bootnode/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: l2-bootnode helm chart
44
name: l2-bootnode
5-
version: 0.0.15
5+
version: 0.0.16
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/l2-bootnode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# l2-bootnode
22

3-
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
l2-bootnode helm chart
66

@@ -64,7 +64,7 @@ Kubernetes: `>=1.22.0-0`
6464
| global.nameOverride | string | `"l2-bootnode"` | |
6565
| image.pullPolicy | string | `"Always"` | |
6666
| image.repository | string | `"scrolltech/l2geth"` | |
67-
| image.tag | string | `"scroll-v5.7.21"` | |
67+
| image.tag | string | `"scroll-v5.7.25"` | |
6868
| initContainers.wait-for-l1.command[0] | string | `"/bin/sh"` | |
6969
| initContainers.wait-for-l1.command[1] | string | `"-c"` | |
7070
| initContainers.wait-for-l1.command[2] | string | `"/wait-for-l1.sh $L2GETH_L1_ENDPOINT"` | |

charts/l2-bootnode/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ controller:
1111
image:
1212
repository: scrolltech/l2geth
1313
pullPolicy: Always
14-
tag: scroll-v5.7.21
14+
tag: scroll-v5.7.25
1515

1616
env:
1717
- name: L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK

charts/l2-rpc/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: l2-rpc helm chart
44
name: l2-rpc
5-
version: 0.0.15
5+
version: 0.0.16
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/l2-rpc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# l2-rpc
22

3-
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
l2-rpc helm chart
66

@@ -68,7 +68,7 @@ Kubernetes: `>=1.22.0-0`
6868
| global.nameOverride | string | `"l2-rpc"` | |
6969
| image.pullPolicy | string | `"Always"` | |
7070
| image.repository | string | `"scrolltech/l2geth"` | |
71-
| image.tag | string | `"scroll-v5.7.21"` | |
71+
| image.tag | string | `"scroll-v5.7.25"` | |
7272
| ingress.main.annotations | object | `{}` | |
7373
| ingress.main.enabled | bool | `true` | |
7474
| ingress.main.hosts[0].host | string | `"l2-rpc.scrollsdk"` | |

charts/l2-rpc/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ controller:
1111
image:
1212
repository: scrolltech/l2geth
1313
pullPolicy: Always
14-
tag: scroll-v5.7.21
14+
tag: scroll-v5.7.25
1515

1616
service:
1717
main:

charts/l2-sequencer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: l2-sequencer helm charts
44
name: l2-sequencer
5-
version: 0.0.13
5+
version: 0.0.14
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

0 commit comments

Comments
 (0)