Skip to content

Commit 73f3085

Browse files
authored
Merge pull request ava-labs#90 from BourgondAries/master
Fix added in merge conflict
2 parents 2f25b8e + cfa6b07 commit 73f3085

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,8 @@ When you go to the website on your browser, you might get a warning saying
2727

2828
## Deployment
2929

30-
<<<<<<< HEAD
31-
3230
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.
3732

3833
## Releases
3934

@@ -45,21 +40,12 @@ When you go to the website on your browser, you might get a warning saying
4540

4641
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.
4742

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-
5543
## Explorer API
5644

5745
# The wallet uses the Avalanche Explorer API to display wallet transaction history.
5846

5947
The wallet uses the Avalanche Explorer API to display wallet transaction history.
6048

61-
> > > > > > > dev
62-
6349
WARNING: This history might be out of order and incomplete.
6450

6551
## Browser Support
@@ -68,12 +54,7 @@ We suggest using Google Chrome to view the Avalanche Wallet website.
6854

6955
### Firefox and https
7056

71-
<<<<<<< HEAD
7257
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
75-
76-
> > > > > > > dev
7758

7859
```
7960
devServer: {

0 commit comments

Comments
 (0)