github.com/tri-stone/burrow@v0.25.0/tests/jobs_fixtures/app37-fallback_function/deploy.yaml (about)

     1  jobs:
     2  - name: deployC
     3    deploy:
     4        contract: fallback.sol
     5  
     6  - name: callFallback
     7    call:
     8        destination: $deployC
     9        function: ()
    10  
    11  - name: getX
    12    query-contract:
    13        destination: $deployC
    14        function: x 
    15  
    16  - name: assertLevelUp
    17    assert:
    18        key: $getX
    19        relation: eq
    20        val: 1