Skip to content

Commit

Permalink
remove khala;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 committed Jan 8, 2025
1 parent 293133a commit 3fe3f04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 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
11 changes: 0 additions & 11 deletions src/utils/domainMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3fe3f04

Please sign in to comment.