You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ The Cygnus SDK is a comprehensive tool designed specifically for the Internet Co
4
4
5
5
## Cygnus SDK Files in Motoko
6
6
7
-
1.[Cygnus.mo](https://github.com/CygnusIC/SDK/blob/main/motoko/Cygnus.mo"Cygnus.mo"): This file contains various types necessary for smooth integration. It also includes access control validation, ensuring that only whitelisted principlaIDs and Cygnus Canister have permission to access these methods.
7
+
1.[Cygnus.mo](https://github.com/CygnusIC/SDK/blob/master/motoko/Cygnus.mo"Cygnus.mo"): This file contains various types necessary for smooth integration. It also includes access control validation, ensuring that only whitelisted principlaIDs and Cygnus Canister have permission to access these methods.
8
8
9
-
2.[Main.mo](https://github.com/CygnusIC/SDK/blob/main/motoko/Actor.mo"Actor.mo"): This file includes two crucial methods that should be copied into the main actor of your canister.
9
+
2.[Main.mo](https://github.com/CygnusIC/SDK/blob/master/motoko/Actor.mo"Actor.mo"): This file includes two crucial methods that should be copied into the main actor of your canister.
0 commit comments