Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from YunBongtae/change-text
Browse files Browse the repository at this point in the history
change text
  • Loading branch information
YunBongtae authored Dec 14, 2020
2 parents e98090d + 023172a commit c72bb2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ Supported (Optimized) | Supported | Supported | Not supported
> Actual service wallet site
```
1. Baobab testnet
- https://kaikas.baobab.klaytn.net
- https://baobab.wallet.klaytn.com/
- Use your wallet with a test klay. The Faucet menu is available.
2. Main Network
- https://kaikas.cypress.klaytn.net
- https://wallet.klaytn.com
- This site uses real klay. Take care when using your wallet. The Faucet menu is not available.
* Check out the site link below
```
* Baobab testnet url : https://kaikas.baobab.klaytn.net
* Main Network url : https://kaikas.cypress.klaytn.net
* Baobab testnet url : https://baobab.wallet.klaytn.com/
* Main Network url : https://wallet.klaytn.com

> Api Type
```
Expand Down Expand Up @@ -99,7 +99,7 @@ add 'API_HOST','KLAYTN_HOST','CRYPO_PASSWORD' in 'config/default.env'
Explanation
'API_HOST' : KLAY Faucet backend API
'KLAYTN_HOST' : klaytn API
ex) 'https://kaikas.baobab.klaytn.net:8651'
ex) 'https://api.baobab.klaytn.net:8651'
'CRYPO_PASSWORD' : The key used to encrypt the private key.
ex) '12345A12345B12345C12345'
```
Expand Down
4 changes: 2 additions & 2 deletions config/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ KLAYTN_MAIL_URL = 'mailto:[email protected]'
KLAYTN_IDE_URL = 'https://ide.klaytn.com/'
CRYPO_PASSWORD = ''
KLAYTN_URL_NAME = 'Main Network'
KLAYTN_MAINNET_URL = 'https://kaikas.cypress.klaytn.net/'
KLAYTN_BAOBAB_URL = 'https://kaikas.baobab.klaytn.net/'
KLAYTN_MAINNET_URL = 'https://wallet.klaytn.com'
KLAYTN_BAOBAB_URL = 'https://baobab.wallet.klaytn.com'
KLAYTN_KLAY_UINT = 'KLAY'

# logger
Expand Down

0 comments on commit c72bb2a

Please sign in to comment.