Skip to content

Commit

Permalink
remove ankr (#13)
Browse files Browse the repository at this point in the history
* Update ckb.json

* Update check-node.yml

* Update check-nonde-dispatch.yml

* Update ci-pull.yml

* Update ci.yml
  • Loading branch information
gpBlockchain authored Oct 8, 2024
1 parent 8e07aa7 commit 1c48ea9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
publish_dir: ./public
- name: Publish reports
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jfoa-build-reports-${{ runner.os }}
path: ckb/mochawesome-report/
2 changes: 1 addition & 1 deletion .github/workflows/check-nonde-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
publish_dir: ./public
- name: Publish reports
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jfoa-build-reports-${{ runner.os }}
path: ckb/mochawesome-report/
2 changes: 1 addition & 1 deletion .github/workflows/ci-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
npm run test
- name: Publish reports
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jfoa-build-reports-${{ runner.os }}
path: ckb/mochawesome-report/
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
publish_dir: ./public
- name: Publish reports
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jfoa-build-reports-${{ runner.os }}
path: ckb/mochawesome-report/
7 changes: 0 additions & 7 deletions ckb/resource/ckb.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,5 @@
"network": "PUDGE",
"rpc": "https://testnet.ckbapp.dev/",
"excludeMethods": ["send_alert","clear_banned_addresses","set_ban","set_network_active","add_node","remove_node","remove_transaction","clear_tx_pool","subscribe","unsubscribe"]
},
{
"name": "ankr",
"url": "",
"network": "MIRANA",
"rpc": "https://rpc.ankr.com/nervos_ckb",
"excludeMethods": ["send_alert","clear_banned_addresses","set_ban","set_network_active","add_node","remove_node","remove_transaction","clear_tx_pool","get_banned_addresses","ping_peers","subscribe","unsubscribe","local_node_info","get_peers","sync_state"]
}
]

0 comments on commit 1c48ea9

Please sign in to comment.