Search Apps Documentation Source Content File Folder Download Copy Actions Download

consts.gno

0.09 Kb · 7 lines
1package v1
2
3var routerImplAddr address
4
5func init(cur realm) {
6	routerImplAddr = cur.Address()
7}