Skip to content

Commit

Permalink
chore: fix enosys xdc bridge address (#11739)
Browse files Browse the repository at this point in the history
  • Loading branch information
TJakubek committed Sep 25, 2024
1 parent 702c3a9 commit 20bb62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/enosys-bridge/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { sumTokensExport } = require('../helper/unwrapLPs')
const ADDRESSES = require('../helper/coreAssets.json')

module.exports = {
xdc: { tvl: sumTokensExport({ owner: '0xd5308a4bb2d7121a26d0bd11257245f0efda2bc4', tokens: [ADDRESSES.xdc.WXDC], logCalls: true }) },
xdc: { tvl: sumTokensExport({ owner: '0xcB71dC7b30205eB7Ce27B2cB36b24ba331ecD42a', tokens: [ADDRESSES.xdc.WXDC], logCalls: true }) },
ethereum: { tvl: sumTokensExport({
tokensAndOwners: [
[ADDRESSES.ethereum.USDT,'0x8936761f2903ed1af2b269e6fa3a79ebb0162c51'],
Expand Down

0 comments on commit 20bb62a

Please sign in to comment.