Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Apr 4, 2024
1 parent 663b851 commit 5c059d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/degen-bridge/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { sumTokens2, sumTokensExport } = require("../helper/unwrapLPs");
const { sumTokensExport } = require("../helper/unwrapLPs");

module.exports = {
base: {
Expand Down
2 changes: 1 addition & 1 deletion projects/pulsechain-bridge/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { sumTokens2 } = require("../helper/unwrapLPs");
const { sumTokensExport } = require("../helper/unwrapLPs");

module.exports = {
ethereum: {
Expand Down
2 changes: 1 addition & 1 deletion projects/ronin-bridge/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { sumTokens2 } = require("../helper/unwrapLPs");
const { sumTokensExport } = require("../helper/unwrapLPs");

module.exports = {
ethereum: {
Expand Down

0 comments on commit 5c059d6

Please sign in to comment.