Skip to content

Commit

Permalink
chore: revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
sotatek authored and sotatek committed Dec 26, 2024
1 parent 275ca6e commit ff9d7a2
Show file tree
Hide file tree
Showing 18 changed files with 198 additions and 198 deletions.
22 changes: 11 additions & 11 deletions site/data/de/docs/custom-wallet-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [rainbowWallet, walletConnectWallet],
},
],
{
appName: "My RainbowKit App",
projectId: "YOUR_PROJECT_ID",
appName: 'My RainbowKit App',
projectId: 'YOUR_PROJECT_ID',
}
);
```
Expand Down Expand Up @@ -184,7 +184,7 @@ Entwickler können Smart Wallet bereits heute mit `sepolia` und `baseSepolia`-Ch
import { coinbaseWallet } from '@rainbow-me/rainbowkit/wallets';

// Enable Coinbase Smart Wallet for testing
coinbaseWallet.preference = "smartWalletOnly';
coinbaseWallet.preference = 'smartWalletOnly';
```

#### Coin98 Wallet
Expand Down Expand Up @@ -439,11 +439,11 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [metaMaskWallet, walletConnectWallet],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```

Expand All @@ -461,7 +461,7 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Suggested",
groupName: 'Suggested',
wallets: [
rainbowWallet,
metaMaskWallet,
Expand All @@ -470,7 +470,7 @@ const connectors = connectorsForWallets(
],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```

Expand All @@ -494,14 +494,14 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [rainbowWallet, metaMaskWallet],
},
{
groupName: "Others",
groupName: 'Others',
wallets: [coinbaseWallet, walletConnectWallet],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```
22 changes: 11 additions & 11 deletions site/data/en-US/docs/custom-wallet-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [rainbowWallet, walletConnectWallet],
},
],
{
appName: "My RainbowKit App",
projectId: "YOUR_PROJECT_ID",
appName: 'My RainbowKit App',
projectId: 'YOUR_PROJECT_ID',
}
);
```
Expand Down Expand Up @@ -184,7 +184,7 @@ Developers can test Smart Wallet with `sepolia` and `baseSepolia` chains today b
import { coinbaseWallet } from '@rainbow-me/rainbowkit/wallets';

// Enable Coinbase Smart Wallet for testing
coinbaseWallet.preference = "smartWalletOnly';
coinbaseWallet.preference = 'smartWalletOnly';
```

#### Coin98 Wallet
Expand Down Expand Up @@ -439,11 +439,11 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [metaMaskWallet, walletConnectWallet],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```

Expand All @@ -461,7 +461,7 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Suggested",
groupName: 'Suggested',
wallets: [
rainbowWallet,
metaMaskWallet,
Expand All @@ -470,7 +470,7 @@ const connectors = connectorsForWallets(
],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```

Expand All @@ -494,14 +494,14 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [rainbowWallet, metaMaskWallet],
},
{
groupName: "Others",
groupName: 'Others',
wallets: [coinbaseWallet, walletConnectWallet],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```
22 changes: 11 additions & 11 deletions site/data/es-419/docs/custom-wallet-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [rainbowWallet, walletConnectWallet],
},
],
{
appName: "My RainbowKit App",
projectId: "YOUR_PROJECT_ID",
appName: 'My RainbowKit App',
projectId: 'YOUR_PROJECT_ID',
}
);
```
Expand Down Expand Up @@ -184,7 +184,7 @@ Los desarrolladores pueden probar Smart Wallet con las cadenas `sepolia` y `base
import { coinbaseWallet } from '@rainbow-me/rainbowkit/wallets';

// Enable Coinbase Smart Wallet for testing
coinbaseWallet.preference = "smartWalletOnly';
coinbaseWallet.preference = 'smartWalletOnly';
```

#### Coin98 Wallet
Expand Down Expand Up @@ -439,11 +439,11 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [metaMaskWallet, walletConnectWallet],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```

Expand All @@ -461,7 +461,7 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Suggested",
groupName: 'Suggested',
wallets: [
rainbowWallet,
metaMaskWallet,
Expand All @@ -470,7 +470,7 @@ const connectors = connectorsForWallets(
],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```

Expand All @@ -494,14 +494,14 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [rainbowWallet, metaMaskWallet],
},
{
groupName: "Others",
groupName: 'Others',
wallets: [coinbaseWallet, walletConnectWallet],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```
22 changes: 11 additions & 11 deletions site/data/fr/docs/custom-wallet-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [rainbowWallet, walletConnectWallet],
},
],
{
appName: "My RainbowKit App",
projectId: "YOUR_PROJECT_ID",
appName: 'My RainbowKit App',
projectId: 'YOUR_PROJECT_ID',
}
);
```
Expand Down Expand Up @@ -184,7 +184,7 @@ Les développeurs peuvent tester Smart Wallet avec les chaînes `sepolia` et `ba
import { coinbaseWallet } from '@rainbow-me/rainbowkit/wallets';

// Enable Coinbase Smart Wallet for testing
coinbaseWallet.preference = "smartWalletOnly';
coinbaseWallet.preference = 'smartWalletOnly';
```

#### Portefeuille Coin98
Expand Down Expand Up @@ -439,11 +439,11 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [metaMaskWallet, walletConnectWallet],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```

Expand All @@ -461,7 +461,7 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Suggested",
groupName: 'Suggested',
wallets: [
rainbowWallet,
metaMaskWallet,
Expand All @@ -470,7 +470,7 @@ const connectors = connectorsForWallets(
],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```

Expand All @@ -494,14 +494,14 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [rainbowWallet, metaMaskWallet],
},
{
groupName: "Others",
groupName: 'Others',
wallets: [coinbaseWallet, walletConnectWallet],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```
22 changes: 11 additions & 11 deletions site/data/hi/docs/custom-wallet-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [rainbowWallet, walletConnectWallet],
},
],
{
appName: "My RainbowKit App",
projectId: "YOUR_PROJECT_ID",
appName: 'My RainbowKit App',
projectId: 'YOUR_PROJECT_ID',
}
);
```
Expand Down Expand Up @@ -184,7 +184,7 @@ Smart Wallet प्रारंभिक जून में बिना कि
import { coinbaseWallet } from '@rainbow-me/rainbowkit/wallets';

// Enable Coinbase Smart Wallet for testing
coinbaseWallet.preference = "smartWalletOnly';
coinbaseWallet.preference = 'smartWalletOnly';
```

#### Coin98 Wallet
Expand Down Expand Up @@ -439,11 +439,11 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [metaMaskWallet, walletConnectWallet],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```

Expand All @@ -461,7 +461,7 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Suggested",
groupName: 'Suggested',
wallets: [
rainbowWallet,
metaMaskWallet,
Expand All @@ -470,7 +470,7 @@ const connectors = connectorsForWallets(
],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```

Expand All @@ -494,14 +494,14 @@ import {
const connectors = connectorsForWallets(
[
{
groupName: "Recommended",
groupName: 'Recommended',
wallets: [rainbowWallet, metaMaskWallet],
},
{
groupName: "Others",
groupName: 'Others',
wallets: [coinbaseWallet, walletConnectWallet],
},
],
{ appName: "RainbowKit App", projectId: "YOUR_PROJECT_ID" }
{ appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }
);
```
Loading

0 comments on commit ff9d7a2

Please sign in to comment.