Skip to content

Commit

Permalink
add b3 to mainnet routes;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 committed Sep 19, 2024
1 parent 2a25996 commit 20fe9ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/routes/routes.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export const routesMainnet: Map<string, Route[]> = new Map([
{ fromDomainId: "1", toDomainId: "5", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000000", type: "gmp" },
{ fromDomainId: "1", toDomainId: "3", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000001", type: "fungible" },
{ fromDomainId: "1", toDomainId: "2", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000001", type: "fungible" },
{ fromDomainId: "1", toDomainId: "5", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002", type: "native" },
{ fromDomainId: "1", toDomainId: "8", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002", type: "native" },
],
],
["2", [{ fromDomainId: "2", toDomainId: "1", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000001", type: "fungible" }]],
Expand All @@ -32,6 +34,8 @@ export const routesMainnet: Map<string, Route[]> = new Map([
{ fromDomainId: "5", toDomainId: "1", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000000", type: "gmp" },
{ fromDomainId: "5", toDomainId: "4", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000000", type: "gmp" },
{ fromDomainId: "5", toDomainId: "7", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000000", type: "gmp" },
{ fromDomainId: "5", toDomainId: "1", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002", type: "native" },
{ fromDomainId: "5", toDomainId: "8", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002", type: "native" },
],
],
[
Expand All @@ -50,4 +54,11 @@ export const routesMainnet: Map<string, Route[]> = new Map([
{ fromDomainId: "7", toDomainId: "1", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000000", type: "gmp" },
],
],
[
"8",
[
{ fromDomainId: "8", toDomainId: "1", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002", type: "native" },
{ fromDomainId: "8", toDomainId: "5", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002", type: "native" },
],
],
])

0 comments on commit 20fe9ad

Please sign in to comment.