interface
interface copied to clipboard
Integrate with 4EVERLAND pin service
Introduce 4EVERLAND can provide you with pin service and global acceleration.
Step
-
Open Dashboard and connect with wallet
-
Create token in Auth Tokens, and add it as EVER_TOKEN in Settings->Secrets->Actions
-
Add script below to workflows
- name: Pin to 4everland
uses: 4everland/pin-action@main
continue-on-error: true
timeout-minutes: 2
with:
EVER_TOKEN: ${{ secrets.EVER_TOKEN }}
EVER_PROJECT_NAME: 'uniswap-interface'
path: './build'