Skip to content

Commit

Permalink
chore: remove khala routes and metadata (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcar121293 authored Jan 10, 2025
1 parent 293133a commit f1195e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/routes.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ export const routesMainnet: Map<string, Route[]> = new Map([
{ fromDomainId: "1", toDomainId: "7", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000000", type: "gmp" },
{ fromDomainId: "1", toDomainId: "5", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000000", type: "gmp" },
{ fromDomainId: "1", toDomainId: "3", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000001", type: "fungible" },
{ fromDomainId: "1", toDomainId: "2", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000001", type: "fungible" },
],
],
["2", [{ fromDomainId: "2", toDomainId: "1", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000001", type: "fungible" }]],
["3", [{ fromDomainId: "3", toDomainId: "1", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000001", type: "fungible" }]],
[
"4",
Expand Down

0 comments on commit f1195e7

Please sign in to comment.