@hypercerts-org/marketplace-sdk 0.0.11 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +3 -3
- package/dist/index.esm.js +3 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -1136,12 +1136,12 @@ const goerliAddresses = {
|
|
1136
1136
|
const sepoliaAddresses = {
|
1137
1137
|
// EXCHANGE_V2: deployments[11155111].HypercertExchange as string,
|
1138
1138
|
// EXCHANGE_V2: "0x2d7C5512bC3BBE1A12FB9EC1F8CD7Ab0C99E6de5",
|
1139
|
-
EXCHANGE_V2: "
|
1139
|
+
EXCHANGE_V2: "0xfCC76C05867dad129f1D89a593Da8d55821084Eb",
|
1140
1140
|
// TRANSFER_MANAGER_V2: deployments[11155111].TransferManager as string,
|
1141
|
-
TRANSFER_MANAGER_V2: "
|
1141
|
+
TRANSFER_MANAGER_V2: "0xF0983523e44A0c1EE3a02E7F6e7E53A3FBc52aD8",
|
1142
1142
|
WETH: "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9",
|
1143
1143
|
// ORDER_VALIDATOR_V2: deployments[11155111].OrderValidatorV2A as string,
|
1144
|
-
ORDER_VALIDATOR_V2: "
|
1144
|
+
ORDER_VALIDATOR_V2: "0x45cae10e94d31f9d04f007fafd989d2cf7193ba6",
|
1145
1145
|
};
|
1146
1146
|
/**
|
1147
1147
|
* List of useful contract addresses
|
package/dist/index.esm.js
CHANGED
@@ -1134,12 +1134,12 @@ const goerliAddresses = {
|
|
1134
1134
|
const sepoliaAddresses = {
|
1135
1135
|
// EXCHANGE_V2: deployments[11155111].HypercertExchange as string,
|
1136
1136
|
// EXCHANGE_V2: "0x2d7C5512bC3BBE1A12FB9EC1F8CD7Ab0C99E6de5",
|
1137
|
-
EXCHANGE_V2: "
|
1137
|
+
EXCHANGE_V2: "0xfCC76C05867dad129f1D89a593Da8d55821084Eb",
|
1138
1138
|
// TRANSFER_MANAGER_V2: deployments[11155111].TransferManager as string,
|
1139
|
-
TRANSFER_MANAGER_V2: "
|
1139
|
+
TRANSFER_MANAGER_V2: "0xF0983523e44A0c1EE3a02E7F6e7E53A3FBc52aD8",
|
1140
1140
|
WETH: "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9",
|
1141
1141
|
// ORDER_VALIDATOR_V2: deployments[11155111].OrderValidatorV2A as string,
|
1142
|
-
ORDER_VALIDATOR_V2: "
|
1142
|
+
ORDER_VALIDATOR_V2: "0x45cae10e94d31f9d04f007fafd989d2cf7193ba6",
|
1143
1143
|
};
|
1144
1144
|
/**
|
1145
1145
|
* List of useful contract addresses
|