Skip to content

Commit 72859f8

Browse files
committed
Merge branch 'dev' into addOkxWallet
2 parents d2b0bf0 + 87e9eca commit 72859f8

File tree

60 files changed

+2870
-3836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2870
-3836
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,32 +28,32 @@
2828
"ethereum-blockies-base64": "^1.0.2",
2929
"focus-trap-react": "^10.0.0",
3030
"framer-motion": "^6.5.1",
31-
"gatsby": "^4.21.1",
32-
"gatsby-plugin-emotion": "^7.19.0",
33-
"gatsby-plugin-gatsby-cloud": "^4.20.0",
34-
"gatsby-plugin-image": "^2.21.0",
35-
"gatsby-plugin-manifest": "^4.21.0",
36-
"gatsby-plugin-matomo": "^0.9.0",
31+
"gatsby": "^5.4.1",
32+
"gatsby-plugin-emotion": "^8.4.0",
33+
"gatsby-plugin-gatsby-cloud": "^5.4.0",
34+
"gatsby-plugin-image": "^3.4.0",
35+
"gatsby-plugin-manifest": "^5.4.0",
36+
"gatsby-plugin-matomo": "^0.14.0",
3737
"gatsby-plugin-mdx": "^3.0.0",
38-
"gatsby-plugin-netlify": "^5.0.1",
39-
"gatsby-plugin-react-helmet": "^5.0.0",
38+
"gatsby-plugin-netlify": "^5.1.0",
39+
"gatsby-plugin-react-helmet": "^6.4.0",
4040
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
41-
"gatsby-plugin-react-svg": "^3.1.0",
42-
"gatsby-plugin-robots-txt": "^1.7.1",
43-
"gatsby-plugin-sharp": "^4.21.0",
44-
"gatsby-plugin-sitemap": "^5.21.0",
41+
"gatsby-plugin-react-svg": "^3.3.0",
42+
"gatsby-plugin-robots-txt": "^1.8.0",
43+
"gatsby-plugin-sharp": "^5.4.0",
44+
"gatsby-plugin-sitemap": "^6.4.0",
4545
"gatsby-remark-autolink-headers": "^5.21.0",
4646
"gatsby-remark-copy-linked-files": "^5.21.0",
4747
"gatsby-remark-images": "^6.21.0",
4848
"gatsby-remark-reading-time": "^1.1.0",
49-
"gatsby-source-filesystem": "^4.21.1",
49+
"gatsby-source-filesystem": "^5.4.0",
5050
"gatsby-theme-i18n": "^3.0.0",
5151
"gatsby-theme-i18n-react-intl": "^3.0.0",
52-
"gatsby-transformer-csv": "^4.0.0",
52+
"gatsby-transformer-csv": "^5.4.0",
5353
"gatsby-transformer-gitinfo": "^1.1.0",
54-
"gatsby-transformer-json": "^4.11.0",
55-
"gatsby-transformer-remark": "^5.25.1",
56-
"gatsby-transformer-sharp": "^4.21.0",
54+
"gatsby-transformer-json": "^5.4.0",
55+
"gatsby-transformer-remark": "^6.4.0",
56+
"gatsby-transformer-sharp": "^5.4.0",
5757
"is-relative-url": "^3.0.0",
5858
"lodash": "^4.17.21",
5959
"luxon": "^1.28.1",
@@ -110,14 +110,14 @@
110110
},
111111
"scripts": {
112112
"build": "gatsby build",
113-
"build:lambda": "netlify-lambda build src/lambda --config=./webpack.lambda.js",
113+
"build:lambda": "NODE_OPTIONS=--openssl-legacy-provider netlify-lambda build src/lambda --config=./webpack.lambda.js",
114114
"build:10gb": "NODE_OPTIONS=--max-old-space-size=10240 gatsby build",
115115
"clean": "gatsby clean",
116116
"crowdin-clean": "rm -rf .crowdin && mkdir .crowdin",
117117
"crowdin-import": "ts-node src/scripts/crowdin-import.ts",
118118
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
119119
"markdown-checker": "node src/scripts/markdown-checker.js",
120-
"generate-heading-ids": "ts-node --esm src/scripts/generateHeadingIds.mts",
120+
"generate-heading-ids": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/generateHeadingIds.ts",
121121
"start": "gatsby develop",
122122
"start:lambda": "netlify-lambda serve src/lambda",
123123
"start:static": "gatsby build && gatsby serve",
@@ -132,7 +132,7 @@
132132
}
133133
},
134134
"volta": {
135-
"node": "16.15.0",
135+
"node": "18.13.0",
136136
"npm": "8.5.5",
137137
"yarn": "1.22.18"
138138
}

src/assets/wallets/bitkeep.png

24 KB
Loading

src/assets/wallets/blockwallet.png

460 Bytes
Loading

src/assets/wallets/safe.png

61.1 KB
Loading

src/content/developers/docs/smart-contracts/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ If you plan on querying an on-chain oracle for asset prices, consider using one
474474

475475
- **[OpenZeppelin Defender Admin](https://docs.openzeppelin.com/defender/admin)** - _Interface for managing smart contract administration, including access controls, upgrades, and pausing._
476476

477-
- **[Gnosis Safe](https://gnosis.io/safe/)** - _Smart contract wallet running on Ethereum that requires a minimum number of people to approve a transaction before it can occur (M-of-N)._
477+
- **[Safe](https://safe.global/)** - _Smart contract wallet running on Ethereum that requires a minimum number of people to approve a transaction before it can occur (M-of-N)._
478478

479479
- **[OpenZeppelin Contracts](https://docs.openzeppelin.com/contracts/4.x/)** - _Contract libraries for implementing administrative features, including contract ownership, upgrades, access controls, governance, pauseability, and more._
480480

src/content/translations/it/developers/docs/smart-contracts/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ Se prevedi di interrogare un oracolo sulla catena per conoscere i prezzi dei ben
474474

475475
- **[OpenZeppelin Defender Admin](https://docs.openzeppelin.com/defender/admin)**: _interfaccia per gestire l'amministrazione dei contratti intelligenti, inclusi i controlli di accesso, gli aggiornamenti e l'interruzione._
476476

477-
- **[Gnosis Safe](https://gnosis.io/safe/)**: _portafoglio del contratto intelligente eseguito su Ethereum, che richiede un numero minimo di persone per approvare una transazione prima che possa verificarsi (M di N)._
477+
- **[Safe](https://safe.global/)**: _portafoglio del contratto intelligente eseguito su Ethereum, che richiede un numero minimo di persone per approvare una transazione prima che possa verificarsi (M di N)._
478478

479479
- **[Contratti OpenZeppelin](https://docs.openzeppelin.com/contracts/4.x/)**: _librerie dei contratti per implementare funzionalità amministrative, inclusa la proprietà del contratto, aggiornamenti, controlli di accesso, governance, interruzioni e altro._
480480

src/content/translations/ja/developers/docs/smart-contracts/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ DEX の価格は正確であることが多く、これは市場の均衡を取
472472

473473
- **[OpenZeppelin Defender Admin](https://docs.openzeppelin.com/defender/admin)** - _アクセス制御、アップグレード、一時停止など、スマートコントラクトの管理を行うためのインターフェイス。_
474474

475-
- **[Gnosis Safe](https://gnosis.io/safe/)** - _イーサリアム上で動作し、トランザクションが発生する前に最低人数 (N 人中の M 人) の承認が必要なスマートコントラクトウォレット。_
475+
- **[Safe](https://safe.global/)** - _イーサリアム上で動作し、トランザクションが発生する前に最低人数 (N 人中の M 人) の承認が必要なスマートコントラクトウォレット。_
476476

477477
- **[OpenZeppelin コントラクト](https://docs.openzeppelin.com/contracts/4.x/)** - _コントラクトの所有権、アップグレード、アクセス制御、ガバナンス、一時停止機能など、管理機能を実装するためのコントラクトライブラリ。_
478478

src/data/wallets/wallet-data.ts

Lines changed: 108 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -621,16 +621,16 @@ const walletData: WalletData[] = [
621621
documentation: "",
622622
},
623623
{
624-
last_updated: "June 22, 2022",
625-
name: "Gnosis Safe",
626-
image_name: "gnosis",
627-
brand_color: "#ffffff",
628-
url: "https://gnosis-safe.io/",
629-
wallet_live_date: "2018",
624+
last_updated: "2023-01-25",
625+
name: "Safe",
626+
image_name: "safe",
627+
brand_color: "#12ff80",
628+
url: "https://safe.global/",
629+
wallet_live_date: "2017",
630630
active_development_team: true,
631631
languages_supported: ["en"],
632-
twitter: "https://twitter.com/gnosisSafe",
633-
discord: "https://discord.com/invite/AjG7AQD9Qn",
632+
twitter: "https://twitter.com/safe",
633+
discord: "https://chat.safe.global/",
634634
reddit: "",
635635
telegram: "",
636636
ios: true,
@@ -642,7 +642,7 @@ const walletData: WalletData[] = [
642642
chromium: false,
643643
hardware: false,
644644
open_source: true,
645-
repo_url: "https://github.com/safe-global/",
645+
repo_url: "https://github.com/5afe",
646646
non_custodial: true,
647647
security_audit: ["https://gnosis-safe.io/security/"],
648648
scam_protection: false,
@@ -662,8 +662,8 @@ const walletData: WalletData[] = [
662662
withdraw_crypto: false,
663663
multisig: true,
664664
social_recovery: true,
665-
onboard_documentation: "https://help.gnosis-safe.io/en/",
666-
documentation: "https://docs.gnosis-safe.io/",
665+
onboard_documentation: "https://docs.safe.global/",
666+
documentation: "https://docs.safe.global/",
667667
},
668668
{
669669
last_updated: "June 22, 2022",
@@ -2288,6 +2288,103 @@ const walletData: WalletData[] = [
22882288
onboard_documentation: "https://www.youtube.com/c/GridPlus",
22892289
documentation: "https://docs.gridplus.io/",
22902290
},
2291+
{
2292+
last_updated: "2023-01-24",
2293+
name: "Bitkeep",
2294+
image_name: "bitkeep",
2295+
brand_color: "#ffffff",
2296+
url: "https://www.bitkeep.com/",
2297+
wallet_live_date: "2018-07-01",
2298+
active_development_team: true,
2299+
languages_supported: ["en"],
2300+
twitter: "https://twitter.com/BitKeepOS",
2301+
discord: "https://discord.com/invite/qYTatUzNjM",
2302+
reddit: "",
2303+
telegram: "https://t.me/bitkeep",
2304+
ios: true,
2305+
android: true,
2306+
linux: false,
2307+
windows: false,
2308+
macOS: false,
2309+
firefox: false,
2310+
chromium: true,
2311+
hardware: false,
2312+
open_source: false,
2313+
repo_url: "",
2314+
non_custodial: true,
2315+
security_audit: ["audit team"],
2316+
scam_protection: false,
2317+
hardware_support: false,
2318+
walletconnect: true,
2319+
rpc_importing: true,
2320+
nft_support: true,
2321+
connect_to_dapps: true,
2322+
staking: false,
2323+
swaps: true,
2324+
multichain: true,
2325+
layer_2: true,
2326+
gas_fee_customization: true,
2327+
ens_support: true,
2328+
erc_20_support: true,
2329+
eip_1559_support: true,
2330+
buy_crypto: false,
2331+
withdraw_crypto: false,
2332+
multisig: false,
2333+
social_recovery: false,
2334+
onboard_documentation: "https://study.bitkeep.com/en/",
2335+
documentation: "https://docs.bitkeep.com/guide/",
2336+
},
2337+
{
2338+
last_updated: "2023-01-24",
2339+
name: "BlockWallet",
2340+
image_name: "blockwallet",
2341+
brand_color: "#FFFFFF",
2342+
url: "https://blockwallet.io",
2343+
wallet_live_date: "2022-02-28",
2344+
active_development_team: true,
2345+
languages_supported: ["en"],
2346+
twitter: "https://twitter.com/GetBlockWallet",
2347+
discord: "https://discord.com/invite/EKVZ2xWXEH",
2348+
reddit: "",
2349+
telegram: "https://t.me/blockwallet",
2350+
ios: false,
2351+
android: false,
2352+
linux: false,
2353+
windows: false,
2354+
macOS: false,
2355+
firefox: false,
2356+
chromium: true,
2357+
hardware: false,
2358+
open_source: true,
2359+
repo_url: "https://github.com/block-wallet/extension",
2360+
non_custodial: true,
2361+
security_audit: [
2362+
"https://github.com/block-wallet/block-wallet/blob/main/audits/Least%20Authority%201.pdf",
2363+
"https://github.com/block-wallet/block-wallet/blob/main/audits/BLW-01-report.v3.pdf",
2364+
"https://immunefi.com/bounty/blockwallet/",
2365+
"https://blockwallet.io/security-audits.html",
2366+
],
2367+
scam_protection: true,
2368+
hardware_support: true,
2369+
walletconnect: false,
2370+
rpc_importing: true,
2371+
nft_support: false,
2372+
connect_to_dapps: true,
2373+
staking: false,
2374+
swaps: true,
2375+
multichain: true,
2376+
layer_2: true,
2377+
gas_fee_customization: true,
2378+
ens_support: true,
2379+
erc_20_support: true,
2380+
eip_1559_support: true,
2381+
buy_crypto: false,
2382+
withdraw_crypto: false,
2383+
multisig: false,
2384+
social_recovery: false,
2385+
onboard_documentation: "https://help.blockwallet.io/hc/en-us",
2386+
documentation: "https://github.com/block-wallet/extension",
2387+
},
22912388
{
22922389
last_updated: "2023-01-25",
22932390
name: "OKX",

src/intl/ar/page-wallets-find-wallet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"page-find-wallet-fi-tools-desc": "اقترض وأقرض واكسب فائدة مباشرة من محفظتك.",
8282
"page-find-wallet-following-features": "مع الميزات التالية:",
8383
"page-find-wallet-fortmatic-logo-alt": "شعار Fortmatic",
84-
"page-find-wallet-gnosis-logo-alt": "شعار Gnosis Safe",
84+
"page-find-wallet-gnosis-logo-alt": "شعار Safe",
8585
"page-find-wallet-guarda-logo-alt": "شعار Guarda",
8686
"page-find-wallet-hyperpay-logo-alt": "شعار HyperPay",
8787
"page-find-wallet-imtoken-logo-alt": "شعار imToken",

src/intl/bg/page-wallets-find-wallet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"page-find-wallet-fi-tools-desc": "Вземайте назаем, давайте назаем и печелете лихва направо от своя портфейл.",
7777
"page-find-wallet-following-features": "със следните характеристики:",
7878
"page-find-wallet-fortmatic-logo-alt": "Лого на Fortmatic",
79-
"page-find-wallet-gnosis-logo-alt": "Лого на Gnosis Safe",
79+
"page-find-wallet-gnosis-logo-alt": "Лого на Safe",
8080
"page-find-wallet-guarda-logo-alt": "Лого на Guarda",
8181
"page-find-wallet-hyperpay-logo-alt": "Лого на HyperPay",
8282
"page-find-wallet-imtoken-logo-alt": "лого на imToken",

0 commit comments

Comments
 (0)