Skip to content

Commit c312b53

Browse files
committed
add reward token
1 parent c9677ca commit c312b53

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

start.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,18 @@ request.interceptors.response.use(
2525
console.log(err);
2626
}
2727
);
28-
29-
3028
const chainInfoMap = {
3129
BNB: {
3230
link: "https://bnb.openleverage.finance/api",
33-
oleAddress: ""
31+
oleAddress: "0xa865197a84e780957422237b5d152772654341f3"
3432
},
3533
ETH: {
3634
link: "https://eth.openleverage.finance/api",
37-
oleAddress: ""
35+
oleAddress: "0x92CfbEC26C206C90aeE3b7C66A9AE673754FaB7e"
3836
},
3937
KCC: {
4038
link: "https://kcc.openleverage.finance/api",
41-
oleAddress: ""
39+
oleAddress: "0x1ccca1ce62c62f7be95d4a67722a8fdbed6eecb4"
4240
},
4341
}
4442

0 commit comments

Comments
 (0)