getter.gno
0.30 Kb ยท 11 lines
1package protocol_fee
2
3// GetDomainPath returns the domain path of the protocol fee contract.
4func GetDomainPath() string {
5 return domainPath
6}
7
8// GetVersionPackagePath returns the current implementation package path.
9func GetVersionPackagePath() string {
10 return versionManager.GetCurrentPackagePath()
11}