Skip to content

Commit 2afec11

Browse files
authored
add alphanet network id and remove custom networkid (#68)
* add alphanet substratenetwork id and remove custom * add liberland
1 parent 8ea1555 commit 2afec11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pallets/types/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ pub enum SubNetworkId {
106106
Kusama,
107107
Polkadot,
108108
Rococo,
109-
Custom(u32),
109+
Alphanet,
110+
Liberland,
110111
}
111112

112113
#[derive(

0 commit comments

Comments
 (0)