Skip to content

Commit 0306b09

Browse files
authored
Update index.js
1 parent 52e2d00 commit 0306b09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/Kanvas/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const {staking} = require("../helper/staking");
77
const BigNumber = require("bignumber.js");
88

99
const kanvas = "0xe005097ad7eea379ce404011eef68359b052cd0a";
10-
const stakingAddress = "0x34d2Cfb257cCf7EFDC41DB9a824ac314da80Bae8";
11-
const artStudio = "0xf15Bf479A5711f9411595C6289a9e7C36F24ad2F";
10+
const stakingAddress = "0x34d2cfb257ccf7efdc41db9a824ac314da80bae8";
11+
const artStudio = "0xf15bf479a5711f9411595c6289a9e7c36f24ad2f";
1212

1313
const transform = {
1414
"0x150410ebbccc3be87997462ea7a44449b7c0dbf2":"kava:0xfa9343c3897324496a05fc75abed6bac29f8a40f"
@@ -111,4 +111,4 @@ module.exports = {
111111
pool2,
112112
staking: staking(stakingAddress, kanvas, "kava")
113113
}
114-
}
114+
}

0 commit comments

Comments
 (0)