Remove instructions for running devnet_setup.sh
This commit is contained in:
parent
3d771ea41d
commit
c370a94911
|
@ -39,10 +39,6 @@ Generate test ETH lockups once the cluster is up:
|
|||
|
||||
kubectl exec -it -c tests eth-devnet-0 -- npx truffle exec src/send-lockups.js
|
||||
|
||||
Initialize contract on devnet and generate test SOL lockups:
|
||||
|
||||
kubectl exec -it guardian-0 -c agent ./devnet_setup.sh
|
||||
|
||||
Adjust number of nodes in running cluster:
|
||||
|
||||
tilt args -- --num=2
|
||||
|
|
|
@ -271,6 +271,8 @@ func vaaConsensusProcessor(lockC chan *common.ChainLock, setC chan *common.Guard
|
|||
panic(err)
|
||||
}
|
||||
|
||||
// TODO: proper leader selection
|
||||
|
||||
if t, ok := v.Payload.(*vaa.BodyTransfer); ok {
|
||||
switch {
|
||||
case t.TargetChain == vaa.ChainIDSolana:
|
||||
|
|
Loading…
Reference in New Issue