@@ -25,10 +25,7 @@ pub const RESTRICTIONS_LIST: &str = include_str!("./resources/restrictions.json"
2525const REMOTE_URL : & str = "https://parameters.provable.com/mainnet" ;
2626
2727// Degrees
28- #[ cfg( not( feature = "wasm" ) ) ]
2928impl_local ! ( Degree15 , "resources/" , "powers-of-beta-15" , "usrs" ) ;
30- #[ cfg( feature = "wasm" ) ]
31- impl_remote ! ( Degree15 , REMOTE_URL , "resources/" , "powers-of-beta-15" , "usrs" ) ;
3229impl_remote ! ( Degree16 , REMOTE_URL , "resources/" , "powers-of-beta-16" , "usrs" ) ;
3330impl_remote ! ( Degree17 , REMOTE_URL , "resources/" , "powers-of-beta-17" , "usrs" ) ;
3431impl_remote ! ( Degree18 , REMOTE_URL , "resources/" , "powers-of-beta-18" , "usrs" ) ;
@@ -52,14 +49,8 @@ impl_remote!(Degree27, REMOTE_URL, "resources/", "powers-of-beta-27", "usrs");
5249impl_remote ! ( Degree28 , REMOTE_URL , "resources/" , "powers-of-beta-28" , "usrs" ) ;
5350
5451// Shifted Degrees
55- #[ cfg( not( feature = "wasm" ) ) ]
5652impl_local ! ( ShiftedDegree15 , "resources/" , "shifted-powers-of-beta-15" , "usrs" ) ;
57- #[ cfg( feature = "wasm" ) ]
58- impl_remote ! ( ShiftedDegree15 , REMOTE_URL , "resources/" , "shifted-powers-of-beta-15" , "usrs" ) ;
59- #[ cfg( not( feature = "wasm" ) ) ]
6053impl_local ! ( ShiftedDegree16 , "resources/" , "shifted-powers-of-beta-16" , "usrs" ) ;
61- #[ cfg( feature = "wasm" ) ]
62- impl_remote ! ( ShiftedDegree16 , REMOTE_URL , "resources/" , "shifted-powers-of-beta-16" , "usrs" ) ;
6354impl_remote ! ( ShiftedDegree17 , REMOTE_URL , "resources/" , "shifted-powers-of-beta-17" , "usrs" ) ;
6455impl_remote ! ( ShiftedDegree18 , REMOTE_URL , "resources/" , "shifted-powers-of-beta-18" , "usrs" ) ;
6556impl_remote ! ( ShiftedDegree19 , REMOTE_URL , "resources/" , "shifted-powers-of-beta-19" , "usrs" ) ;
0 commit comments