From e60c7f6e14aba89e96daa3a3ca5c92c62bea0ebf Mon Sep 17 00:00:00 2001 From: Michael Standen Date: Tue, 17 Jun 2025 09:49:10 +1200 Subject: [PATCH] Add sei chains --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 88fb445..71704f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,6 +61,8 @@ jobs: chain: xai - name: SKALE Nebula Gaming Hub chain: skale-nebula + - name: SEI + chain: sei # Testnets - name: Telos Testnet chain: telos-testnet @@ -110,6 +112,8 @@ jobs: chain: blast-sepolia - name: XAI Sepolia chain: xai-sepolia + - name: SEI Testnet + chain: sei-testnet steps: - uses: actions/checkout@v3