Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Oct 27, 2024
1 parent ce1288f commit 3b6a50f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/evm-rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.28.1
version: 0.28.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions charts/evm-rollup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ config:
- name: metrics.port
value: "{{ .Values.ports.metrics }}"
condition: .Values.metrics.enabled
- name: txpool.nolocals
value: "true"


conductor:
Expand Down
6 changes: 3 additions & 3 deletions charts/evm-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 0.3.6
- name: evm-rollup
repository: file://../evm-rollup
version: 0.28.1
version: 0.28.2
- name: composer
repository: file://../composer
version: 1.0.0-rc.2
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: blockscout-stack
repository: https://blockscout.github.io/helm-charts
version: 1.6.2
digest: sha256:117d452966a5efe4e5809c8f21b4966a29a616b333cef566b20ec259c0268a0d
generated: "2024-10-24T20:13:17.502491+03:00"
digest: sha256:9970e9614b9147ad9c178e255610399746d667300b66fd69fcf77ec3357622db
generated: "2024-10-27T09:51:36.847655-07:00"
4 changes: 2 additions & 2 deletions charts/evm-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.4
version: 0.7.5

dependencies:
- name: celestia-node
version: 0.3.6
repository: "file://../celestia-node"
condition: celestia-node.enabled
- name: evm-rollup
version: 0.28.1
version: 0.28.2
repository: "file://../evm-rollup"
- name: composer
version: 1.0.0-rc.2
Expand Down
4 changes: 2 additions & 2 deletions charts/ibc-test.just
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ cli_image := "ghcr.io/astriaorg/astria-cli"
# This is the same address as used in deploy.just
evm_destination_address := "0xaC21B97d35Bf75A7dAb16f35b111a50e78A72F30"
evm_rpc_url := "http://executor.astria.localdev.me"
evm_withdraw_tx_hash := "0x3f1a45c167fd147e92c8c9e0570eff7c4fbe7dc5ca7ce2a52a734f91cd6f72c3"
evm_withdraw_tx_hash := "0xaeacd44698269bd7c7121bfb0d55ddddea8b7cf66ca34d878e0f0f9ece18f48e"
# evm_withdraw_tx_raw is the tx to the withdraw smart contract on the evm.
# Uses private key for 0xaC21B97d35Bf75A7dAb16f35b111a50e78A72F30 to sign tx.
# was created via:
Expand All @@ -442,7 +442,7 @@ evm_withdraw_tx_hash := "0x3f1a45c167fd147e92c8c9e0570eff7c4fbe7dc5ca7ce2a52a734
# ASTRIA_WITHDRAWER=0xA58639fB5458e65E4fA917FF951C390292C24A15
# ORIGIN_DESTINATION_CHAIN_ADDRESS=celestia1m0ksdjl2p5nzhqy3p47fksv52at3ln885xvl96
# AMOUNT=1000000000000
evm_withdraw_tx_raw := "0xf9012f80843b9aca07828fd794a58639fb5458e65e4fa917ff951c390292c24a1585e8d4a51000b8c4a996e020000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000002f63656c6573746961316d306b73646a6c3270356e7a68717933703437666b737635326174336c6e38383578766c393600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000820a95a04bc5ecc41a817099c62646713c907a302f0a81c879484f0d92fbc13d0d90d3c5a00da984f38e670402326f840dea26c5171557862aa16cfb5078d75627f6aea742"
evm_withdraw_tx_raw := "0xf9012f80843b9aca0782aa0a94a58639fb5458e65e4fa917ff951c390292c24a1585e8d4a51000b8c4a996e020000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000002f63656c6573746961316d306b73646a6c3270356e7a68717933703437666b737635326174336c6e38383578766c393600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000820a95a0989411b03c5f6a909b56b9d555def3159e741ebe09ff5e0ee246560be11246f0a03ec88359eeb398be2b3ddb9b6dadde7869be9e2792fc413900407b7fa5bf6676"

# all in units of utia
transfer_amount := "53000"
Expand Down

0 comments on commit 3b6a50f

Please sign in to comment.