Skip to content

Commit

Permalink
export placer
Browse files Browse the repository at this point in the history
  • Loading branch information
judezhu committed May 23, 2024
1 parent 8988f94 commit 0693bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const (
NonFungibleTokenAddr AddressName = "NonFungibleToken"
)

var replacer Replacer
var NewReplacer Replacer

func init() {
replacer = map[AddressName]*regexp.Regexp{
NewReplacer = map[AddressName]*regexp.Regexp{
"placeholderNonFungibleToken": placeholderNonFungibleToken,
"placeholderExampleNFT": placeholderExampleNFT,
"placeholderMetadataViews": placeholderMetadataViews,
Expand Down

0 comments on commit 0693bee

Please sign in to comment.