Skip to content

Commit

Permalink
Merge pull request #428 from 0xchimz/master
Browse files Browse the repository at this point in the history
Update Viction info
  • Loading branch information
realdealshaman authored Jan 2, 2025
2 parents 872a18a + 2e6af32 commit cf808fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/adapters/peggedAssets/tether/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const chainContracts: ChainContracts = {
bridgedFromETH: ["0xB44a9B6905aF7c801311e8F4E76932ee959c663C"], // multichain
},
tomochain: {
bridgedFromETH: ["0x381b31409e4d220919b2cff012ed94d70135a59e"],
bridgedFromETH: ["0x69b946132b4a6c74cd29ba3ff614ceea1ef9ff2b"],
},
harmony: {
bridgeOnETH: ["0x2dccdb493827e15a5dc8f8b72147e6c4a5620857"],
Expand Down
4 changes: 2 additions & 2 deletions src/peggedData/bridgeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1805,8 +1805,8 @@ export const bridgeInfo = {
link: "https://voltage.finance/",
},
tomochain: {
name: "TomoBridge",
link: "https://bridge.TomoChain.com/",
name: "Arken Bridge",
link: "https://arken.ag/bridge",
},
evodefi: {
name: "EVODeFi",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/normalizeChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export const chainCoingeckoIds = {
},
TomoChain: {
geckoId: "tomochain",
symbol: "TOMO",
symbol: "VIC",
cmcId: "2570",
categories: ["EVM"],
chainId: 88,
Expand Down Expand Up @@ -1191,7 +1191,7 @@ export function getChainDisplayName(
case "gochain":
return "GoChain";
case "tomochain":
return "TomoChain";
return "Viction";
case "fusion":
return "Fusion";
case "kardia":
Expand Down

0 comments on commit cf808fc

Please sign in to comment.