Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Nov 22, 2023
1 parent c63f665 commit 20f3c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/beacon-test/add-beacon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ chain=crab
# ArbitrumSepoliaMessageRoot
fromChain=arbitrum-sepolia
endpointId=0x63400292c39bafe31164968499615317be0f1b97b4122a29d436c8fb427fdf65
# add_beacon $chain $endpointId $fromChain
add_beacon $chain $endpointId $fromChain

# SepoliaMessageRoot
fromChain=sepolia
endpointId=0x009d6b53b1429850be54c01f42e00985b38c66c57d4742bcb443ee902ed7b7c8
# add_beacon $chain $endpointId $fromChain
add_beacon $chain $endpointId $fromChain


chain=arbitrum-sepolia
Expand Down
2 changes: 1 addition & 1 deletion bin/beacon/add-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eo pipefail

. $(dirname $0)/add-beacon-guantong.sh
# . $(dirname $0)/add-beacon-guantong.sh
. $(dirname $0)/add-beacon-aki.sh
. $(dirname $0)/add-beacon-yalin.sh
. $(dirname $0)/add-beacon-echo.sh
Expand Down

0 comments on commit 20f3c73

Please sign in to comment.