Skip to content

Commit

Permalink
Fix kton from ethereum to polygon config
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Apr 17, 2024
1 parent 26b1b56 commit ba9a5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xtoken-ui/src/config/chains/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const ethereumChain: ChainConfig = {
onlyThirdParty: true,
},
{
target: { network: "ethereum", symbol: "KTON" },
target: { network: "polygon", symbol: "KTON" },
bridge: { category: "third-party-bridge" },
thirdPartyBridges: [
{
Expand Down

0 comments on commit ba9a5b1

Please sign in to comment.