Skip to content

Commit 3e230f6

Browse files
committed
Set up special names for Pontus-X layers
1 parent f70717c commit 3e230f6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/types/searchScope.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ export const MainnetEmerald: SearchScope = {
1515

1616
const specialScopeNames: Partial<Record<Network, Partial<Record<Layer, string>>>> = {
1717
[Network.mainnet]: {},
18-
[Network.testnet]: {},
18+
[Network.testnet]: {
19+
[Layer.pontusxdev]: 'Pontus-X Devnet',
20+
[Layer.pontusx]: 'Pontus-X Testnet',
21+
},
1922
}
2023

2124
export const getNameForScope = (t: TFunction, scope: SearchScope) =>

0 commit comments

Comments
 (0)