Skip to content

add randomUint256 precompile (#210) #6

add randomUint256 precompile (#210)

add randomUint256 precompile (#210) #6

name: SuaveLib sync
on:
workflow_dispatch:
push:
branches:
- main
paths:
- suave/sol/libraries/**
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/[email protected]
with:
token: ${{ secrets.PAT_DISPATCH_SAUVE_STD }}
repository: flashbots/suave-std
event-type: suavelib-sync
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "run": "${{ github.run_id }}"}'