Skip to content

Commit ee2ef54

Browse files
Merge pull request #973 from ensdomains/network-switch
Remove unsupported network logic
2 parents 0b5d60c + 20de474 commit ee2ef54

15 files changed

Lines changed: 56 additions & 137 deletions

File tree

.env

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ BATCH_GATEWAY_URLS='["https://ccip-v2.ens.xyz/"]'
2020

2121
NEXT_PUBLIC_POSTHOG_KEY=phc_Fgf9Nr86STb590T6qQQ5XI3G63UQ4LQGyA1aKS5ROvS
2222
NEXT_PUBLIC_POSTHOG_HOST=https://jakob.ens.domains
23-
24-
NEXT_PUBLIC_PARA_API_KEY_PROD=c5695b18d016139ac4db1c7f98a87e68

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
},
182182
"pnpm": {
183183
"overrides": {
184+
"@getpara/react-sdk": "1.6.1-dev.0",
184185
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13",
185186
"@wagmi/core": "2.13.3",
186187
"@walletconnect/ethereum-provider": "2.11.1",

pnpm-lock.yaml

Lines changed: 55 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/locales/en/common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"title": "Your web3 username",
33
"description": "Your identity across web3, one name for all your crypto addresses, and your decentralised website.",
44
"loading": "Loading",
5-
"unsupportedNetwork": "Unsupported network",
65
"notFound": "404 Not Found",
76
"etherscan": "Etherscan",
87
"action": {

public/locales/es/common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"title": "Tu nombre de usuario de Web3",
33
"description": "Tu identidad en todo Web3, un nombre para todas tus direcciones de criptomonedas y tu sitio web descentralizado.",
44
"loading": "Cargando",
5-
"unsupportedNetwork": "Red no compatible",
65
"notFound": "404 No encontrado",
76
"etherscan": "Etherscan",
87
"action": {

public/locales/nl/common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"title": "Jouw web3 gebruikersnaam",
33
"description": "Jouw web3 identiteit, een naam voor al je crypto Adressen, en je gedecentraliseerde website.",
44
"loading": "Laden",
5-
"unsupportedNetwork": "Netwerk niet ondersteund",
65
"action": {
76
"cancel": "Annuleer",
87
"change": "Verander",

public/locales/pt/common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"title": "Seu nome de usuário na Web3",
33
"description": "Sua identidade em toda a Web3, um nome para todos os seus endereços de criptomoedas e seu site descentralizado.",
44
"loading": "Carregando",
5-
"unsupportedNetwork": "Rede não suportada",
65
"notFound": "404 Não encontrado",
76
"etherscan": "Etherscan",
87
"action": {

public/locales/ru/common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"title": "Ваше веб3 имя пользователя",
33
"description": "Ваша идентификация в веб3, одно имя для всех ваших криптоадресов и вашего децентрализованного вебсайта.",
44
"loading": "Загрузка",
5-
"unsupportedNetwork": "Неподдерживаемая сеть",
65
"notFound": "404 Не найдено",
76
"etherscan": "Etherscan",
87
"action": {

public/locales/uk/common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"title": "Ваш веб3 ім'я користувача",
33
"description": "Ваша ідентичність у веб3, одне ім'я для всіх ваших криптоадрес і ваш децентралізований вебсайт.",
44
"loading": "Завантаження",
5-
"unsupportedNetwork": "Мережева підтримка не підтримується",
65
"notFound": "404 Не знайдено",
76
"etherscan": "Etherscan",
87
"action": {

public/locales/zh/common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"title": "您的 web3 用户名",
33
"description": "您在 web3 上的身份,一个名称就能解析到您所有的加密地址和您的去中心化网站。",
44
"loading": "加载中",
5-
"unsupportedNetwork": "不支持的网络",
65
"notFound": "404 未找到",
76
"etherscan": "Etherscan",
87
"action": {

0 commit comments

Comments
 (0)