Normalize Sepolia USDC template addresses
This commit is contained in:
parent
9ab2805139
commit
c174215057
@ -5,7 +5,7 @@ BASE_MAINNET_RPC_URL=https://mainnet.base.org
|
||||
TREASURY_WALLET=0x0000000000000000000000000000000000000000
|
||||
|
||||
# Base Sepolia USDC by default (override per network as needed).
|
||||
MINT_CURRENCY_ADDRESS=0x036CbD53842c5426634e7929541eC2318f3dCf7e
|
||||
MINT_CURRENCY_ADDRESS=0x036cbd53842c5426634e7929541ec2318f3dcf7e
|
||||
MINT_AMOUNT_ATOMIC=100000000
|
||||
|
||||
# Optional: write deployment metadata JSON (address, tx hash, params).
|
||||
@ -14,7 +14,7 @@ MINT_AMOUNT_ATOMIC=100000000
|
||||
# Entitlement registry deployment defaults (fixed 1000 USDC SKU pricing).
|
||||
ENTITLEMENT_TREASURY_WALLET=0x0000000000000000000000000000000000000000
|
||||
MEMBERSHIP_CONTRACT_ADDRESS=0x0000000000000000000000000000000000000000
|
||||
PAYMENT_TOKEN_ADDRESS=0x036CbD53842c5426634e7929541eC2318f3dCf7e
|
||||
PAYMENT_TOKEN_ADDRESS=0x036cbd53842c5426634e7929541ec2318f3dcf7e
|
||||
OFFER_PRICE_ATOMIC=1000000000
|
||||
|
||||
# Optional: write entitlement deployment metadata JSON.
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"chain_id": 84532,
|
||||
"deployer": "0x0000000000000000000000000000000000000000",
|
||||
"treasury": "0x0000000000000000000000000000000000000000",
|
||||
"payment_token": "0x036CbD53842c5426634e7929541eC2318f3dCf7e",
|
||||
"payment_token": "0x036cbd53842c5426634e7929541ec2318f3dcf7e",
|
||||
"membership_contract": "0x0000000000000000000000000000000000000000",
|
||||
"offer_price_atomic": "1000000000",
|
||||
"entitlement_contract": "0x0000000000000000000000000000000000000000",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"chain_id": 84532,
|
||||
"deployer": "0x0000000000000000000000000000000000000000",
|
||||
"treasury_wallet": "0x0000000000000000000000000000000000000000",
|
||||
"mint_currency_address": "0x036CbD53842c5426634e7929541eC2318f3dCf7e",
|
||||
"mint_currency_address": "0x036cbd53842c5426634e7929541ec2318f3dcf7e",
|
||||
"mint_amount_atomic": "100000000",
|
||||
"membership_contract": "0x0000000000000000000000000000000000000000",
|
||||
"deployment_tx_hash": "0x",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user