Skip to content

Commit

Permalink
add utonic adapter (DefiLlama#12231)
Browse files Browse the repository at this point in the history
  • Loading branch information
LpcAries authored Nov 11, 2024
1 parent 0bb20c8 commit b5f19e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/utonic/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { call } = require("../helper/chain/ton");

module.exports = {
timetravel: false,
ton: {
tvl: async () => {
const result = await call({ target: "EQAfF5j3JMIpZlLmACv7Ub7RH7WmiVMuV4ivcgNYHvNnqHTz", abi: "get_minter_data"})
return { "coingecko:the-open-network": result[0]/1e9 };
}
}
}

0 comments on commit b5f19e9

Please sign in to comment.