chore: update network setting
This commit is contained in:
parent
8dbd63bab6
commit
64420df6dd
|
|
@ -2,18 +2,49 @@
|
|||
"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"
|
||||
"eas": "",
|
||||
"easSchemaRegistry": "",
|
||||
"erc20EscrowObligation": "",
|
||||
"erc20PaymentObligation": "",
|
||||
"erc20BarterUtils": "",
|
||||
"erc721EscrowObligation": "",
|
||||
"erc721PaymentObligation": "",
|
||||
"erc721BarterUtils": "",
|
||||
"erc1155EscrowObligation": "",
|
||||
"erc1155BarterUtils": "",
|
||||
"erc1155PaymentObligation": "",
|
||||
"tokenBundleEscrowObligation": "",
|
||||
"tokenBundlePaymentObligation": "",
|
||||
"tokenBundleBarterUtils": "",
|
||||
"attestationEscrowObligation": "",
|
||||
"attestationEscrowObligation2": "",
|
||||
"attestationBarterUtils": "",
|
||||
"stringObligation": "",
|
||||
"trivialArbiter": "",
|
||||
"trustedOracleArbiter": "",
|
||||
"anyArbiter": "",
|
||||
"allArbiter": "",
|
||||
"intrinsicsArbiter": "",
|
||||
"intrinsicsArbiter2": "",
|
||||
"exclusiveRevocableConfirmationArbiter": "",
|
||||
"exclusiveUnrevocableConfirmationArbiter": "",
|
||||
"nonexclusiveRevocableConfirmationArbiter": "",
|
||||
"nonexclusiveUnrevocableConfirmationArbiter": "",
|
||||
"nativeTokenEscrowObligation": "",
|
||||
"nativeTokenPaymentObligation": "",
|
||||
"nativeTokenBarterUtils": "",
|
||||
"recipientArbiter": "",
|
||||
"attesterArbiter": "",
|
||||
"schemaArbiter": "",
|
||||
"uidArbiter": "",
|
||||
"refUidArbiter": "",
|
||||
"revocableArbiter": "",
|
||||
"timeAfterArbiter": "",
|
||||
"timeBeforeArbiter": "",
|
||||
"timeEqualArbiter": "",
|
||||
"expirationTimeAfterArbiter": "",
|
||||
"expirationTimeBeforeArbiter": "",
|
||||
"expirationTimeEqualArbiter": ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue