Skip to content

Commit

Permalink
Deploy to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Spl3en committed Apr 7, 2020
1 parent 978f365 commit a0d6a82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://iconation.github.io/iconswap/",
"name": "iconswap",
"homepage": "https://iconation.github.io/iconswap-testnet/",
"name": "iconswap-testnet",
"version": "0.2.0",
"private": true,
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export const Networks = Object.freeze({
export const WALLET_LOCAL_STORAGE_KEY = 'wallet'

// SCORE Configuration
// export const SCORE_ENDPOINT = 'cxf83517356e3157a23658b89fd5ec685b7073a649'
// export const SCORE_NETWORK = Networks.YEOUIDO
export const SCORE_ENDPOINT = 'cxfbe5703f71d9dc1befb98a91c0a9d37f65e7bed9'
export const SCORE_NETWORK = Networks.YEOUIDO
// export const SCORE_ENDPOINT = "cx9c08deb7f3f6bbc4a66e9b34d04c1d05a54708d3"
// export const SCORE_NETWORK = Networks.LOCALHOST
export const SCORE_ENDPOINT = "cxe116c9b949f63a8575be1b5ff7f8167598d372e7"
export const SCORE_NETWORK = Networks.MAINNET
// export const SCORE_ENDPOINT = "cxe116c9b949f63a8575be1b5ff7f8167598d372e7"
// export const SCORE_NETWORK = Networks.MAINNET

// ICX Configuration
export const ICX_TOKEN_CONTRACT = 'cx0000000000000000000000000000000000000000'
Expand Down

0 comments on commit a0d6a82

Please sign in to comment.