You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,8 @@ When you go to the website on your browser, you might get a warning saying
27
27
28
28
## Deployment
29
29
30
-
<<<<<<< HEAD
31
-
32
30
1. Compile and minify to have a production ready application with `yarn build`.
33
-
2.# Serve from the `/dist` directory.
34
-
35
-
1) Compile and minify to have a production ready application with `yarn build`.
36
-
2) Serve from the `/dist` directory.
31
+
2. Serve from the `/dist` directory.
37
32
38
33
## Releases
39
34
@@ -45,21 +40,12 @@ When you go to the website on your browser, you might get a warning saying
45
40
46
41
By default the wallet will connect to the Avalanche test network. You can change to another network by clicking the button labeled `TestNet` on the navigation bar and selecting another network, or add a custom network.
47
42
48
-
> > > > > > > dev
49
-
50
-
## Changing the Network
51
-
52
-
<<<<<<< HEAD
53
-
By default the wallet will connect to the Avalanche test network. You can change to another network by clicking the button labeled `TestNet` on the navigation bar and selecting another network, or add a custom network.
54
-
55
43
## Explorer API
56
44
57
45
# The wallet uses the Avalanche Explorer API to display wallet transaction history.
58
46
59
47
The wallet uses the Avalanche Explorer API to display wallet transaction history.
60
48
61
-
> > > > > > > dev
62
-
63
49
WARNING: This history might be out of order and incomplete.
64
50
65
51
## Browser Support
@@ -68,12 +54,7 @@ We suggest using Google Chrome to view the Avalanche Wallet website.
68
54
69
55
### Firefox and https
70
56
71
-
<<<<<<< HEAD
72
57
Firefox does not allow https requests to localhost. But the Avalanche Wallet uses https by default, so we will need to change this to http. Make this switch by editing the `vue.config.js` file in the root directory and change
73
-
=======
74
-
Firefox does not allow https requests to localhost. But the Avalanche Wallet uses https by default, so we will need to change this to http. Make this switch by editing the `vue.config.js` file in the root directory and change
0 commit comments