Skip to content

fix(explorer): reduce transaction detail latency (#1229) #961

fix(explorer): reduce transaction detail latency (#1229)

fix(explorer): reduce transaction detail latency (#1229) #961

Workflow file for this run

name: Main
on:
workflow_dispatch:
push:
branches: [main]
permissions: {}
env:
NODE_ENV: production
WRANGLER_SEND_METRICS: false
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
deploy-explorer:
name: Deploy Explorer
needs: verify
uses: ./.github/workflows/deploy.yml
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
with:
app: explorer
environments: '["testnet","mainnet","devnet","nextfork"]'
deploy-fee-payer:
name: Deploy Fee Payer
needs: verify
uses: ./.github/workflows/deploy.yml
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
with:
app: fee-payer
environments: '["devnet","moderato","mainnet"]'
deploy-contract-verification:
name: Deploy Contract Verification
needs: verify
uses: ./.github/workflows/deploy.yml
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
with:
app: contract-verification
environments: '[""]'
deploy-key-manager:
name: Deploy Key Manager
needs: verify
uses: ./.github/workflows/deploy.yml
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
with:
app: key-manager
environments: '[""]'
deploy-og:
name: Deploy OG
needs: verify
uses: ./.github/workflows/deploy.yml
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
with:
app: og
environments: '[""]'
deploy-tokenlist:
name: Deploy Tokenlist
needs: verify
uses: ./.github/workflows/deploy.yml
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
with:
app: tokenlist
environments: '[""]'
deploy-reth-snapshots-viewer:
name: Deploy Reth Snapshots Viewer
needs: verify
uses: ./.github/workflows/deploy.yml
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
with:
app: reth-snapshots-viewer
environments: '[""]'
deploy-tempo-snapshots-viewer:
name: Deploy Tempo Snapshots Viewer
needs: verify
uses: ./.github/workflows/deploy.yml
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
with:
app: tempo-snapshots-viewer
environments: '[""]'
deploy-mcp-docs-indexer:
name: Deploy MCP Docs Indexer
needs: verify
uses: ./.github/workflows/deploy.yml
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
with:
app: mcp-docs-indexer
environments: '[""]'