Skip to content

Commit 2e004f7

Browse files
author
Vini murafa
authored
**Typo Fix in wanbridge.js** (DefiLlama#12946)
1 parent 7c88691 commit 2e004f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/wanbridge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { get } = require("./helper/http");
33
let ret;
44
async function getTvl() {
55
// This is an api which could get wanchain bridge's lockAddress, balance, tvl and price;
6-
// The infomation is updated every 1 hour.
6+
// The information is updated every 1 hour.
77
if (!ret) {
88
ret = await get("https://api.wanpos.xyz/api/tvl");
99
}

0 commit comments

Comments
 (0)