From c850586db4bdf99ff9b599fd91b3a4e9c9240660 Mon Sep 17 00:00:00 2001 From: MakMuftic Date: Wed, 4 Sep 2024 10:52:55 +0200 Subject: [PATCH] update wron destination domain --- src/routes/routes.testnet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/routes.testnet.ts b/src/routes/routes.testnet.ts index 81768538..2deaed97 100644 --- a/src/routes/routes.testnet.ts +++ b/src/routes/routes.testnet.ts @@ -30,7 +30,7 @@ export const routesTestnet: Map = new Map([ { fromDomainId: "2", toDomainId: "10", resourceId: "0x0000000000000000000000000000000000000000000000000000000000003000", type: "fungible" }, { fromDomainId: "2", toDomainId: "15", resourceId: "0x0000000000000000000000000000000000000000000000000000000000003000", type: "fungible" }, { fromDomainId: "2", toDomainId: "10", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001200", type: "fungible" }, - { fromDomainId: "2", toDomainId: "13", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001200", type: "fungible" }, + { fromDomainId: "2", toDomainId: "15", resourceId: "0x0000000000000000000000000000000000000000000000000000000000001200", type: "fungible" }, ], ], [