Bump dev (w/ eslint adjustments) (#750)

This commit is contained in:
Jaco
2023-04-10 10:21:15 +03:00
committed by GitHub
parent 0957599bdb
commit c81c08271b
13 changed files with 80 additions and 139 deletions
@@ -3,10 +3,12 @@
import type { Option } from '../types.js';
export const ENDPOINTS: Option[] = [{
info: 'local',
text: 'Local Node (Own, 127.0.0.1:9944)',
value: 'ws://127.0.0.1:9944/'
}];
export const ENDPOINTS: Option[] = [
{
info: 'local',
text: 'Local Node (Own, 127.0.0.1:9944)',
value: 'ws://127.0.0.1:9944/'
}
];
export const ENDPOINT_DEFAULT = ENDPOINTS[0];