Skip to content

Commit 9adc340

Browse files
authored
feat(message-buffer): add .env.pythnet for message buffer init script (#889)
1 parent 23f676f commit 9adc340

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
MESSAGE_BUFFER_PROGRAM_ID=7Vbmv1jt4vyuqBZcpYPpnVhrqVe5e6ZPb6JxDcffRHUM
2+
PAYER_KEYPAIR_PATH=<ABSOLUTE_PATH_TO_KEYPAIR>
3+
CLUSTER=pythnet
4+
# Whitelist admin will be initialized to same as payer
5+
# then a separate txn will be used to set it to the following address
6+
# after the message buffers have been initialized
7+
# WHITELIST_ADMIN=AmqEnGN76cdRYqNUFg44hX47iXwxRqoGsmNZR29UEGJB # Price feed multisig authority
8+
# 522 + 85(PriceFeedMessage) + 101(TwapMessage) + extra buffer
9+
INITIAL_SIZE=2048

0 commit comments

Comments
 (0)