Skip to content

Commit

Permalink
add missing table gas entry
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner committed Nov 27, 2024
1 parent 4bc4ccc commit 177515a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Pact/Gas/Table.hs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ defaultGasTable =
,("hyperlane-decode-token-message", 2)
,("hyperlane-encode-token-message", 2)
,("hash-keccak256",1)

,("ownera-decode-verified", 1)
]

{-# NOINLINE defaultGasTable #-}
Expand Down

0 comments on commit 177515a

Please sign in to comment.