Skip to content

Commit 81b80c6

Browse files
authored
Merge pull request #13751 from ethereum/testWorkflow
Re-add rabby & update workflow
2 parents 341f4ab + cf99aca commit 81b80c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/wallets-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Wallet Data for new_to_crypto
33
on:
44
pull_request:
55
paths:
6-
- "data/wallets/wallet-data.ts"
6+
- "src/data/wallets/wallet-data.ts"
77

88
jobs:
99
check_new_to_crypto:

src/data/wallets/wallet-data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,6 +1294,7 @@ export const walletsData: WalletData[] = [
12941294
social_recovery: false,
12951295
onboard_documentation: "",
12961296
documentation: "",
1297+
new_to_crypto: true,
12971298
},
12981299
{
12991300
last_updated: "2022-08-31",

0 commit comments

Comments
 (0)