This repository was archived by the owner on Mar 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ describe("Location queries", () => {
196196 core_count : 4 ,
197197 is_virtual_machine : false ,
198198 } ,
199+ "1k2j08" ,
199200 true ,
200201 8080 ,
201202 ) ;
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export const kusamaLocations = [
1919 memory : "33683795968" ,
2020 coreCount : "8" ,
2121 vm : false ,
22+ networkId : "1d2302" ,
2223 } ,
2324 {
2425 name : "🎠 Forbole GP01 🇭🇰" ,
@@ -37,6 +38,7 @@ export const kusamaLocations = [
3738 memory : "33683795968" ,
3839 coreCount : "8" ,
3940 vm : false ,
41+ networkId : "1d2302" ,
4042 } ,
4143 {
4244 name : "🔱-Masternode24-🔱" ,
@@ -55,6 +57,7 @@ export const kusamaLocations = [
5557 memory : "33683795968" ,
5658 coreCount : "8" ,
5759 vm : false ,
60+ networkId : "1d2309" ,
5861 } ,
5962 {
6063 name : "🔱-Masternode25-🔱" ,
@@ -73,6 +76,7 @@ export const kusamaLocations = [
7376 memory : "33683795968" ,
7477 coreCount : "8" ,
7578 vm : false ,
79+ networkId : "1d2308" ,
7680 } ,
7781] ;
7882
@@ -97,6 +101,7 @@ export const addKusamaLocations = async () => {
97101 core_count : location . coreCount ,
98102 is_virtual_machine : location . vm ,
99103 } ,
104+ location . networkId ,
100105 location . vpn ,
101106 ) ;
102107 }
You can’t perform that action at this time.
0 commit comments