Skip to content

Commit

Permalink
update config (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannbarbie committed Aug 9, 2019
1 parent bdfd3fc commit 75e3e38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const configs = [
}
},
{
DOMAINS: ["sundai.io"],
DOMAINS: ["peep.cash"],
CURRENCY: {
EXCHANGE_RATE_QUERY: 5000,
CURRENCY_LIST: ["EUR", "USD", "GBP"],
Expand All @@ -102,10 +102,10 @@ const configs = [
SIDECHAIN: {
NAME: "Leap Network",
RPC: "wss://mainnet-node1.leapdao.org:1443",
DAI_ADDRESS: "0x3cC0DF021dD36eb378976142Dc1dE3F5726bFc48",
DAI_ADDRESS: "0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359",
MARKET_MAKER:
"https://k238oyefqc.execute-api.eu-west-1.amazonaws.com/mainnet",
BRIDGE_ADDRESS: "0x0036192587fD788B75829fbF79BE7F06E4F23B21",
BRIDGE_ADDRESS: "0x495AeB6FD65D39AA49482a938b85f7A70b075750",
EXPLORER: {
URL: "https://mainnet.leapdao.org/explorer/",
NAME: "LeapDAO Mainnet Explorer"
Expand Down

0 comments on commit 75e3e38

Please sign in to comment.