diff --git a/package.json b/package.json index 2fdb370..8bfff09 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/constants.js b/src/constants.js index eaf4aba..07f27f9 100644 --- a/src/constants.js +++ b/src/constants.js @@ -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'