20 lines
764 B
JSON
20 lines
764 B
JSON
{
|
|
"network": "sepolia",
|
|
"chainId": 11155111,
|
|
"rpcUrl": "https://eth-sepolia.g.alchemy.com/v2/YOUR_ALCHEMY_KEY",
|
|
"deployedAt": "",
|
|
"deployer": "YOUR_DEPLOYER_ADDRESS",
|
|
"addresses": {
|
|
"easSchemaRegistry": "YOUR_EAS_SCHEMA_REGISTRY_ADDRESS",
|
|
"eas": "YOUR_EAS_ADDRESS",
|
|
"trustedOracleArbiter": "YOUR_TRUSTED_ORACLE_ARBITER_ADDRESS",
|
|
"stringObligation": "YOUR_STRING_OBLIGATION_ADDRESS",
|
|
"erc20EscrowObligation": "YOUR_ERC20_ESCROW_OBLIGATION_ADDRESS",
|
|
"erc20PaymentObligation": "YOUR_ERC20_PAYMENT_OBLIGATION_ADDRESS",
|
|
"erc20BarterUtils": "YOUR_ERC20_BARTER_UTILS_ADDRESS",
|
|
"mockERC20A": "YOUR_TOKEN_A_ADDRESS_OR_USDC",
|
|
"mockERC20B": "YOUR_TOKEN_B_ADDRESS_OR_USDT",
|
|
"mockERC20C": "YOUR_TOKEN_C_ADDRESS_OR_DAI"
|
|
}
|
|
}
|