Skip to content

Commit

Permalink
Merge pull request #113 from neoiss/master
Browse files Browse the repository at this point in the history
update butternetwork adapter
  • Loading branch information
vrtnd authored Jan 28, 2024
2 parents 4fd6f7d + da6dfbf commit 5c38510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/adapters/butternetwork/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ const constructParams = (chain: string) => {
for (let token of Object.values(tokens)) {
const finalTokenDepositParams = {
...tokenDepositParams,
target: token,
target: mos,
fixedEventData: {
to: mos,
token: token
}
};
const finalTokenWithdrawalParams = {
...tokenWithdrawalParams,
target: token,
target: mos,
fixedEventData: {
from: mos,
token: token
Expand Down
2 changes: 1 addition & 1 deletion src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ export default [
id: 47,
displayName: "Butter Network",
bridgeDbName: "butternetwork",
iconLink: "icons:butternetwork",
iconLink: "icons:butter-network",
largeTxThreshold: 10000,
url: "",
chains: ["Ethereum", "Polygon", "BSC", "MAP Relay Chain"],
Expand Down

0 comments on commit 5c38510

Please sign in to comment.