We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wanbridge.js
1 parent 7c88691 commit 2e004f7Copy full SHA for 2e004f7
projects/wanbridge.js
@@ -3,7 +3,7 @@ const { get } = require("./helper/http");
3
let ret;
4
async function getTvl() {
5
// This is an api which could get wanchain bridge's lockAddress, balance, tvl and price;
6
- // The infomation is updated every 1 hour.
+ // The information is updated every 1 hour.
7
if (!ret) {
8
ret = await get("https://api.wanpos.xyz/api/tvl");
9
}
0 commit comments