Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
refactor: update contract
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Mar 27, 2024
1 parent f790f16 commit d0ecb15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/bridges/xtoken-next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export class XTokenNextBridge extends BaseBridge {
(this.sourceChain?.network === "pangolin-dvm" && this.targetChain?.network === "sepolia") ||
(this.sourceChain?.network === "sepolia" && this.targetChain?.network === "pangolin-dvm")
) {
backing = "0x7E3105E3A13D55d824b6322cbD2049f098a097F6";
issuing = "0x3B36c2Db4CC5E92Af015Eb572A1C95C95599a8bF";
backing = "0x24f8a04F0cA0730F4b8eC3241F15aCc6b3f8Da0a";
issuing = "0x1aeC008Af5c604be3525d0bB70fFcc4D7281f30C";
}
this.initContractByBackingIssuing(backing, issuing);
}
Expand Down
2 changes: 1 addition & 1 deletion src/config/chains/pangolin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ export const pangolinChain: ChainConfig = {
messager: {
msgline: "0xf7F461728DC89de5EF6615715678b5f5b12bb98A",
},
convertor: "0x3ACEb55AAD4CDFE1531A9C6F6416753e6a7BDD49",
convertor: "0xB3A8DB63d6FBE0f50A3D4977c3e892543D772C4A",
};
2 changes: 1 addition & 1 deletion src/config/chains/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ export const sepoliaChain: ChainConfig = {
messager: {
msgline: "0xf7F461728DC89de5EF6615715678b5f5b12bb98A",
},
convertor: "0x917CB26BfCf9F6bE65f387903AA9180613A40f41",
convertor: "0x4CdFe9915d2c72506f4fC2363A8EaE032E82d1aA",
};

0 comments on commit d0ecb15

Please sign in to comment.