We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70717c commit 3e230f6Copy full SHA for 3e230f6
1 file changed
src/types/searchScope.ts
@@ -15,7 +15,10 @@ export const MainnetEmerald: SearchScope = {
15
16
const specialScopeNames: Partial<Record<Network, Partial<Record<Layer, string>>>> = {
17
[Network.mainnet]: {},
18
- [Network.testnet]: {},
+ [Network.testnet]: {
19
+ [Layer.pontusxdev]: 'Pontus-X Devnet',
20
+ [Layer.pontusx]: 'Pontus-X Testnet',
21
+ },
22
}
23
24
export const getNameForScope = (t: TFunction, scope: SearchScope) =>
0 commit comments