Skip to content

Commit

Permalink
remove phala; (#218)
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 authored Sep 17, 2024
1 parent eb4651f commit 2a25996
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/routes/routes.testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export const routesTestnet: Map<string, Route[]> = new Map([
[
"2",
[
{ fromDomainId: "2", toDomainId: "3", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001100", type: "fungible" },
{ fromDomainId: "2", toDomainId: "3", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001000", type: "fungible" },
{ fromDomainId: "2", toDomainId: "5", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000200", type: "nonfungible" },
{ fromDomainId: "2", toDomainId: "5", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000300", type: "fungible" },
{ fromDomainId: "2", toDomainId: "5", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000400", type: "semifungible" },
Expand All @@ -33,16 +31,6 @@ export const routesTestnet: Map<string, Route[]> = new Map([
{ fromDomainId: "2", toDomainId: "13", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001200", type: "fungible" },
],
],
[
"3",
[
{ fromDomainId: "3", toDomainId: "2", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001000", type: "fungible" },
{ fromDomainId: "3", toDomainId: "2", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001100", type: "fungible" },
{ fromDomainId: "3", toDomainId: "10", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001100", type: "fungible" },
{ fromDomainId: "3", toDomainId: "12", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001000", type: "fungible" },
{ fromDomainId: "3", toDomainId: "12", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001100", type: "fungible" },
],
],
[
"5",
[
Expand Down Expand Up @@ -101,7 +89,6 @@ export const routesTestnet: Map<string, Route[]> = new Map([
[
{ fromDomainId: "10", toDomainId: "2", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001100", type: "fungible" },
{ fromDomainId: "10", toDomainId: "2", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000600", type: "gmp" },
{ fromDomainId: "10", toDomainId: "3", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001100", type: "fungible" },
{ fromDomainId: "10", toDomainId: "5", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000600", type: "gmp" },
{ fromDomainId: "10", toDomainId: "6", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000600", type: "gmp" },
{ fromDomainId: "10", toDomainId: "8", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000600", type: "gmp" },
Expand Down Expand Up @@ -135,8 +122,6 @@ export const routesTestnet: Map<string, Route[]> = new Map([
{ fromDomainId: "12", toDomainId: "2", resourceId: "0x0000000000000000000000000000000000000000000000000000000000002000", type: "fungible" },
{ fromDomainId: "12", toDomainId: "2", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001100", type: "fungible" },
{ fromDomainId: "12", toDomainId: "2", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001000", type: "fungible" },
{ fromDomainId: "12", toDomainId: "3", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001100", type: "fungible" },
{ fromDomainId: "12", toDomainId: "3", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001000", type: "fungible" },
{ fromDomainId: "12", toDomainId: "10", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001100", type: "fungible" },
],
],
Expand Down

0 comments on commit 2a25996

Please sign in to comment.