Skip to content

Commit 75e3e38

Browse files
author
Johann Barbie
authored
update config (#208)
1 parent bdfd3fc commit 75e3e38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const configs = [
8989
}
9090
},
9191
{
92-
DOMAINS: ["sundai.io"],
92+
DOMAINS: ["peep.cash"],
9393
CURRENCY: {
9494
EXCHANGE_RATE_QUERY: 5000,
9595
CURRENCY_LIST: ["EUR", "USD", "GBP"],
@@ -102,10 +102,10 @@ const configs = [
102102
SIDECHAIN: {
103103
NAME: "Leap Network",
104104
RPC: "wss://mainnet-node1.leapdao.org:1443",
105-
DAI_ADDRESS: "0x3cC0DF021dD36eb378976142Dc1dE3F5726bFc48",
105+
DAI_ADDRESS: "0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359",
106106
MARKET_MAKER:
107107
"https://k238oyefqc.execute-api.eu-west-1.amazonaws.com/mainnet",
108-
BRIDGE_ADDRESS: "0x0036192587fD788B75829fbF79BE7F06E4F23B21",
108+
BRIDGE_ADDRESS: "0x495AeB6FD65D39AA49482a938b85f7A70b075750",
109109
EXPLORER: {
110110
URL: "https://mainnet.leapdao.org/explorer/",
111111
NAME: "LeapDAO Mainnet Explorer"

0 commit comments

Comments
 (0)