diff --git a/src/routes/routes.mainnet.ts b/src/routes/routes.mainnet.ts index 772fb6d..7bfc314 100644 --- a/src/routes/routes.mainnet.ts +++ b/src/routes/routes.mainnet.ts @@ -13,10 +13,8 @@ export const routesMainnet: Map = 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", diff --git a/src/utils/domainMetadata.ts b/src/utils/domainMetadata.ts index 2eaf24c..b66f751 100644 --- a/src/utils/domainMetadata.ts +++ b/src/utils/domainMetadata.ts @@ -170,17 +170,6 @@ export const DomainMetadataConfig: EnvironmentMetadataConfigType = { blockExplorerUrl: "https://etherscan.io", renderName: "Ethereum", }, - 2: { - icon: "https://scan.buildwithsygma.com/assets/icons/khala.svg", - name: "khala", - caipId: "polkadot:5232", - nativeTokenSymbol: "pha", - nativeTokenDecimals: 12, - nativeTokenFullName: "pha", - type: "substrate", - blockExplorerUrl: "https://khala.subscan.io", - renderName: "Khala", - }, 3: { icon: "https://scan.buildwithsygma.com/assets/icons/phala.svg", name: "phala",