Skip to content

Commit 599b3e0

Browse files
authored
Revert "remove ankr" (#14)
* Revert "remove ankr (#13)" This reverts commit 1c48ea9. * Update ci-pull.yml * Update ci-pull.yml * Update ckb.json
1 parent 1c48ea9 commit 599b3e0

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.github/workflows/check-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
publish_dir: ./public
6161
- name: Publish reports
6262
if: failure()
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v2
6464
with:
6565
name: jfoa-build-reports-${{ runner.os }}
6666
path: ckb/mochawesome-report/

.github/workflows/check-nonde-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
publish_dir: ./public
5959
- name: Publish reports
6060
if: failure()
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v2
6262
with:
6363
name: jfoa-build-reports-${{ runner.os }}
6464
path: ckb/mochawesome-report/

.github/workflows/ci-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: yarn-cache-dir-path
2525
run: echo "::set-output name=dir::$(yarn cache dir)"
2626
- name: Node Cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
id: npm-and-yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2929
with:
3030
path: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
publish_dir: ./public
6363
- name: Publish reports
6464
if: failure()
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v2
6666
with:
6767
name: jfoa-build-reports-${{ runner.os }}
6868
path: ckb/mochawesome-report/

ckb/resource/ckb.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,12 @@
2626
"network": "PUDGE",
2727
"rpc": "https://testnet.ckbapp.dev/",
2828
"excludeMethods": ["send_alert","clear_banned_addresses","set_ban","set_network_active","add_node","remove_node","remove_transaction","clear_tx_pool","subscribe","unsubscribe"]
29+
},
30+
{
31+
"name": "ankr",
32+
"url": "",
33+
"network": "MIRANA",
34+
"rpc": "https://rpc.ankr.com/nervos_ckb",
35+
"excludeMethods": ["send_alert","clear_banned_addresses","set_ban","set_network_active","add_node","remove_node","remove_transaction","clear_tx_pool","subscribe","unsubscribe"]
2936
}
3037
]

0 commit comments

Comments
 (0)