From a34c0c4f73a857c29d4cf5d8a1147d2ccc9aa1f0 Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 10 Oct 2023 11:38:03 +0800 Subject: [PATCH] Remove OnFinality rpc on Crab (#66) * hide onfinality rpc on crab * update ci.yml --- .github/workflows/ci.yml | 8 ++++---- src/config/chains/crab.ts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a36535..876a77d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,10 @@ name: CI # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the "main" branch - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + # push: + # branches: [ "main" ] + # pull_request: + # branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/src/config/chains/crab.ts b/src/config/chains/crab.ts index c8c9dd2..b179c66 100644 --- a/src/config/chains/crab.ts +++ b/src/config/chains/crab.ts @@ -20,10 +20,10 @@ export const crabChainConfig: ChainConfig = { name: "Dwellir", url: "https://darwiniacrab-rpc.dwellir.com", }, - { - name: "OnFinality", - url: "https://crab.api.onfinality.io/public-rpc", - }, + // { + // name: "OnFinality", + // url: "https://crab.api.onfinality.io/public-rpc", + // }, ], nativeToken: { symbol: "CRAB",