Skip to content

Commit 54da296

Browse files
committed
feat(env): add new environment variables for ICY swap
1 parent fc3aa98 commit 54da296

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.env.example

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ DB_PASS=postgres
1111
DB_SSL_MODE=disable
1212

1313
INDEX_INTERVAL=10s
14+
MIN_ICY_SWAP_AMOUNT=50000000000000000000
1415

1516
BTC_WALLET_WIF=BTC_WALLET_WIF
1617
BTC_BLOCKSTREAM_API_URL=BTC_BLOCKSTREAM_API_URL
1718
BLOCKCHAIN_BTC_TREASURY_ADDRESS=BLOCKCHAIN_BTC_TREASURY_ADDRESS
1819

1920
BLOCKCHAIN_BASE_RPC_ENDPOINT=https://base-sepolia-rpc.publicnode.com
2021
BLOCKCHAIN_ICY_CONTRACT_ADDR=BLOCKCHAIN_ICY_CONTRACT_ADDR
21-
BLOCKCHAIN_ICY_SWAP_CONTRACT_ADDR=BLOCKCHAIN_ICY_SWAP_CONTRACT_ADDR
2222
BLOCKCHAIN_INITIAL_ICY_TRANSACTION_HASH=BLOCKCHAIN_INITIAL_ICY_TRANSACTION_HASH
23+
BLOCKCHAIN_ICY_SWAP_CONTRACT_ADDR=BLOCKCHAIN_ICY_SWAP_CONTRACT_ADDR
24+
BLOCKCHAIN_INITIAL_ICY_SWAP_BLOCK_NUMBER=21748790
2325
BLOCKCHAIN_SWAP_SIGNER_PRIVATE_KEY=0xBLOCKCHAIN_SWAP_SIGNER_PRIVATE_KEY

0 commit comments

Comments
 (0)