test-napi / common /quota.go
Kyou0203's picture
init for HF Space
daa8246
package common
func GetTrustQuota() int {
return int(10 * QuotaPerUnit)
}