Skip to content

Commit

Permalink
Bridges (#9694)
Browse files Browse the repository at this point in the history
* ronin bridge

* pulsechain

* degen

* sumTokensExport

* patch
  • Loading branch information
waynebruce0x authored Apr 5, 2024
1 parent 3a4cdfd commit 0b2bfc7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/degen-bridge/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const { sumTokensExport } = require("../helper/unwrapLPs");

module.exports = {
base: {
tvl: sumTokensExport({
owner: "0xEfEf4558802bF373Ce3307189C79a9cAb0a4Cb9C",
fetchCoValentTokens: true,
}),
},
};
10 changes: 10 additions & 0 deletions projects/pulsechain-bridge/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const { sumTokensExport } = require("../helper/unwrapLPs");

module.exports = {
ethereum: {
tvl: sumTokensExport({
owner: "0x1715a3E4A142d8b698131108995174F37aEBA10D",
fetchCoValentTokens: true,
}),
},
};
10 changes: 10 additions & 0 deletions projects/ronin-bridge/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const { sumTokensExport } = require("../helper/unwrapLPs");

module.exports = {
ethereum: {
tvl: sumTokensExport({
owner: "0x64192819Ac13Ef72bF6b5AE239AC672B43a9AF08",
fetchCoValentTokens: true,
}),
},
};

0 comments on commit 0b2bfc7

Please sign in to comment.