Skip to content

Commit

Permalink
Merge pull request #63 from holaplex/espi/wallet-address-customer-wallet
Browse files Browse the repository at this point in the history
Wallet Address on Customer Wallet Message
  • Loading branch information
kespinola authored Jun 28, 2023
2 parents 84711da + dedb34e commit 4aa6dc5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions treasury.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,17 @@ message TreasuryEvents {
}

enum Blockchain {
BLOCKCHAIN_UNSPECIFIED=0;
BLOCKCHAIN_SOLANA=1;
BLOCKCHAIN_POLYGON =2;
BLOCKCHAIN_ETHEREUM=3;
BLOCKCHAIN_UNSPECIFIED = 0;
BLOCKCHAIN_SOLANA = 1;
BLOCKCHAIN_POLYGON = 2;
BLOCKCHAIN_ETHEREUM = 3;
}

message CustomerWallet {
string project_id = 2;
string customer_id = 3;
Blockchain blockchain = 4;
string wallet_address = 5;
}

message ProjectWallet {
Expand Down

0 comments on commit 4aa6dc5

Please sign in to comment.