Skip to content

Commit

Permalink
Remove OnFinality rpc on Crab (#66)
Browse files Browse the repository at this point in the history
* hide onfinality rpc on crab

* update ci.yml
  • Loading branch information
JayJay1024 authored Oct 10, 2023
1 parent 0c588c9 commit a34c0c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions src/config/chains/crab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a34c0c4

Please sign in to comment.