Skip to content

Commit

Permalink
Merge branch 'gno-tm2-overflow' of github.com:mvertes/gno into gno-tm…
Browse files Browse the repository at this point in the history
…2-overflow
  • Loading branch information
thehowl committed Dec 8, 2024
2 parents 71d7d63 + 4c863f5 commit 39af5be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/pull_request_template.md

This file was deleted.

12 changes: 12 additions & 0 deletions docs/reference/stdlibs/std/chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ std.AssertOriginCall()
```
---

## ChainDomain
```go
func ChainDomain() string
```
Returns the chain domain. Currently only `gno.land` is supported.

#### Usage
```go
domain := std.ChainDomain() // gno.land
```
---

## Emit
```go
func Emit(typ string, attrs ...string)
Expand Down

0 comments on commit 39af5be

Please sign in to comment.