Skip to content

Commit

Permalink
pryzm: add workaround for IBC denom clashing
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Dec 26, 2024
1 parent 3e9d514 commit b41af57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pryzm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async function tvl(api) {
) {
continue
}
if (denom === 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986')
if (denom === 'ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395')
api.addCGToken('terra-luna-2', amount/1e6)
else
api.add(denom, amount);
Expand Down

0 comments on commit b41af57

Please sign in to comment.