We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542db9e commit 2501d1aCopy full SHA for 2501d1a
.vscode/launch.json
@@ -0,0 +1,14 @@
1
+{
2
+ "version": "1.0.0",
3
+ "configurations": [
4
+ {
5
+ "type": "node",
6
+ "request": "launch",
7
+ "name": "Build packages",
8
+ "runtimeExecutable": "npm",
9
+ "runtimeArgs": ["run", "build:packages"],
10
+ "console": "integratedTerminal",
11
+ "internalConsoleOptions": "neverOpen"
12
+ }
13
+ ]
14
+}
apps/embedded-wallet-demo/src/main.tsx
@@ -26,6 +26,7 @@ const AppWrapper = () => {
26
id: 1287,
27
rpcUrl: 'https://rpc.testnet.moonbeam.network',
28
explorerUrl: 'https://moonbase.moonscan.io',
29
+ currencySymbol: 'DEV',
30
},
31
{
32
name: 'Celo Alfajores Testnet',
0 commit comments