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

Commit

Permalink
Fix cross-chain category config
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Apr 10, 2024
1 parent 9be9672 commit f721c8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/config/chains/crab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const crabChain: ChainConfig = {
cross: [
{
target: { network: "darwinia-dvm", symbol: "RING" },
bridge: { category: "xtoken-crab-darwinia" },
bridge: { category: "xtoken-darwinia-crab" },
action: "redeem",
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/config/chains/darwinia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const darwiniaChain: ChainConfig = {
cross: [
{
target: { network: "crab-dvm", symbol: "CRAB" },
bridge: { category: "xtoken-darwinia-crab" },
bridge: { category: "xtoken-crab-darwinia" },
action: "redeem",
},
],
Expand Down
4 changes: 2 additions & 2 deletions src/config/chains/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const ethereumChain: ChainConfig = {
},
{
target: { network: "darwinia-dvm", symbol: "RING" },
bridge: { category: "xtoken-ethereum-darwinia" },
bridge: { category: "xtoken-darwinia-ethereum" },
action: "redeem",
},
],
Expand All @@ -75,7 +75,7 @@ export const ethereumChain: ChainConfig = {
},
{
target: { network: "darwinia-dvm", symbol: "KTON" },
bridge: { category: "xtoken-ethereum-darwinia" },
bridge: { category: "xtoken-darwinia-ethereum" },
action: "redeem",
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/config/chains/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const sepoliaChain: ChainConfig = {
cross: [
{
target: { network: "pangolin-dvm", symbol: "PRING" },
bridge: { category: "xtoken-sepolia-pangolin" },
bridge: { category: "xtoken-pangolin-sepolia" },
action: "redeem",
},
],
Expand Down

0 comments on commit f721c8a

Please sign in to comment.