Skip to content

Commit

Permalink
Merge branch 'master' of github.com:iconation/iconswap
Browse files Browse the repository at this point in the history
  • Loading branch information
Spl3en committed Sep 15, 2020
2 parents 6e527b8 + bb11bf3 commit 53ea3da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 = 'cx90d86f087c70187d1a054473887165815f6251a8'
// export const SCORE_NETWORK = Networks.YEOUIDO
// export const SCORE_ENDPOINT = "cxae35fa537cb25df86c771377b81070ac21e78466"
export const SCORE_ENDPOINT = 'cx90d86f087c70187d1a054473887165815f6251a8'
export const SCORE_NETWORK = Networks.YEOUIDO
// export const SCORE_ENDPOINT = "cx9c08deb7f3f6bbc4a66e9b34d04c1d05a54708d3"
// export const SCORE_NETWORK = Networks.LOCALHOST
export const SCORE_ENDPOINT = "cx6f824b1ccc08c13f626b8fc888d8214632cba28a"
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 53ea3da

Please sign in to comment.