Skip to content

Commit

Permalink
refactor: funtoken erc20 addr to be bytes in proto
Browse files Browse the repository at this point in the history
  • Loading branch information
CalicoNino committed Dec 3, 2024
1 parent 39ebc44 commit 20cc19e
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 75 deletions.
2 changes: 1 addition & 1 deletion proto/eth/evm/v1/evm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option go_package = "github.com/NibiruChain/nibiru/v2/x/evm";
// "Coin" type in Golang.
message FunToken {
// Hexadecimal address of the ERC20 token to which the `FunToken` maps
string erc20_addr = 1 [
bytes erc20_addr = 1 [
(gogoproto.customtype) = "github.com/NibiruChain/nibiru/v2/eth.EIP55Addr",
(gogoproto.nullable) = false
];
Expand Down
147 changes: 73 additions & 74 deletions x/evm/evm.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20cc19e

Please sign in to comment.