-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated to arb for consideration token * add nfv 1,15 * 15 and 137 * added order-126 * add orders and update env loading contracts * Update readme * readme cleanup * stored extra data during listing. * Update example env * packag.json fixes --------- Co-authored-by: Patrick Gallagher <[email protected]>
- Loading branch information
1 parent
760b523
commit 6a5592c
Showing
8 changed files
with
144 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,27 @@ | ||
ARB_MAINNET_RPC= | ||
ARB_MAINNET_PK= | ||
# NETWORK: Arbitrum-sepolia | ||
ARB_SEPOLIA_RPC= | ||
ARB_SEPOLIA_OFFERER_PK= | ||
ARB_SEPOLIA_BUYER_PK= | ||
# put the public address of your defaultKey here if you're using the cast wallet | ||
SIP15_ZONE_SEPOLIA_ADDRESS=0xcafc335d2f5bd0e929b4edbf526eb74fa4c49924 | ||
VAULT721_SEPOLIA_ADDRESS=0x05AC7e3ac152012B980407dEff2655c209667E4c | ||
VAULT721_SEPOLIA_ADAPTER_ADDRESS=0xc5736e1F01FB4f013C152B8315019CA20d30FC50 | ||
ENCODING_HELPER_SEPOLIA=0x672d358f171ae309dc43fc7b5ff3065e8248efe1 | ||
|
||
# NETWORK: Arbitrum | ||
ARB_MAINNET_RPC= | ||
ARB_MAINNET_OFFERER_PK= | ||
ARB_MAINNET_BUYER_PK= | ||
SIP15_ZONE_MAINNET_ADDRESS= | ||
VAULT721_MAINNET_ADDRESS=0x0005AFE00fF7E7FF83667bFe4F2996720BAf0B36 | ||
VAULT721_ADAPTER_MAINNET_ADDRESS= | ||
ENCODING_HELPER_MAINNET= | ||
|
||
# Public address of defaultKey for 'cast' | ||
DEFAULT_KEY_PUBLIC_ADDRESS= | ||
|
||
ARB_ETHERSCAN_API_KEY= | ||
OPENSEA_API_KEY= | ||
|
||
# run `anvil` and copy a private key from anvil terminal | ||
ANVIL_ONE=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 | ||
ANVIL_RPC=http://127.0.0.1:8545 | ||
|
||
FOUNDRY_PROFILE=debug | ||
|
||
VAULT721_SEPOLIA_ADDRESS=0x05AC7e3ac152012B980407dEff2655c209667E4c | ||
VAULT721_MAINNET_ADDRESS=0x0005AFE00fF7E7FF83667bFe4F2996720BAf0B36 | ||
VAULT721_ANVIL_ADDRESS= | ||
|
||
OPENSEA_API_KEY= | ||
|
||
SIP15_ZONE_ANVIL_ADDRESS=0x5FbDB2315678afecb367f032d93F642f64180aa3 | ||
SIP15_ZONE_SEPOLIA_ADDRESS=0xD658CB9C7626e147c4bd8B8Ef401f1Fb42cA7695 | ||
SIP15_ZONE_MAINNET_ADDRESS= | ||
|
||
VAULT721_MAINNET_ADAPTER_ADDRESS= | ||
VAULT721_SEPOLIA_ADAPTER_ADDRESS=0xc5736e1F01FB4f013C152B8315019CA20d30FC50 | ||
VAULT721_ANVIL_ADAPTER_ADDRESS=0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512 | ||
|
||
ENCODING_HELPER_MAINNET= | ||
ENCODING_HELPER_ANVIL= | ||
ENCODING_HELPER_SEPOLIA=0x672d358f171ae309dc43fc7b5ff3065e8248efe1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"parameters": { | ||
"offerer": "0xC295763Eed507d4A0f8B77241c03dd3354781a15", | ||
"zone": "0xcafc335d2f5bd0e929b4edbf526eb74fa4c49924", | ||
"zoneHash": "0xfd67bb706f1e45b1ac95cb3ba2b364f80af346352b62b4348c1cbf33633b40d0", | ||
"startTime": 1718667016, | ||
"endTime": "1718753416", | ||
"orderType": 2, | ||
"offer": [ | ||
{ | ||
"itemType": 2, | ||
"token": "0x05AC7e3ac152012B980407dEff2655c209667E4c", | ||
"identifierOrCriteria": "1", | ||
"startAmount": "1", | ||
"endAmount": "1" | ||
} | ||
], | ||
"consideration": [ | ||
{ | ||
"itemType": 1, | ||
"token": "0x3018EC2AD556f28d2c0665d10b55ebfa469fD749", | ||
"identifierOrCriteria": "0", | ||
"startAmount": "1000000000000000000", | ||
"endAmount": "1000000000000000000", | ||
"recipient": "0xC295763Eed507d4A0f8B77241c03dd3354781a15" | ||
} | ||
], | ||
"totalOriginalConsiderationItems": 1, | ||
"salt": "0x0000000000000000000000000000000000000000000000007c75eaa0d516a5c9", | ||
"conduitKey": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"counter": "0" | ||
}, | ||
"signature": "0x7efe32dadfad76f5a3e2e6709667fdb1a0d21047c80592d95e3b9f99868de70f995f07dd9f97d7b1831a2a846b76836699fd5108bb665f4463302c86e9b68791" | ||
} |
18 changes: 9 additions & 9 deletions
18
orders/order-128-1718408958.json → orders/order-126-1718665562.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"parameters": { | ||
"offerer": "0x941E92c9Eff78a2b7217057752cf938040a59aE9", | ||
"offerer": "0x09D5Bd4a4f1dA1A965fE24EA54bce3d37661E056", | ||
"zone": "0xcafc335d2f5bd0e929b4edbf526eb74fa4c49924", | ||
"zoneHash": "0x7f1aff2effced629bfcae4e0a3f749094b2af49ee70357d6bca4e8a2d36eea57", | ||
"startTime": 1718408958, | ||
"endTime": "1718495358", | ||
"zoneHash": "0x2e84022d4abd1b0d5d91d272d53d7aae7a1f8ccadde7259a2626113abf33b41d", | ||
"startTime": 1718665562, | ||
"endTime": "1718751962", | ||
"orderType": 2, | ||
"offer": [ | ||
{ | ||
"itemType": 2, | ||
"token": "0x05AC7e3ac152012B980407dEff2655c209667E4c", | ||
"identifierOrCriteria": "128", | ||
"identifierOrCriteria": "126", | ||
"startAmount": "1", | ||
"endAmount": "1" | ||
} | ||
], | ||
"consideration": [ | ||
{ | ||
"itemType": 1, | ||
"token": "0x8c12A21C8D62d794f78E02aE9e377Abee4750E87", | ||
"token": "0x3018EC2AD556f28d2c0665d10b55ebfa469fD749", | ||
"identifierOrCriteria": "0", | ||
"startAmount": "1000000", | ||
"endAmount": "1000000", | ||
"recipient": "0x941E92c9Eff78a2b7217057752cf938040a59aE9" | ||
"recipient": "0x09D5Bd4a4f1dA1A965fE24EA54bce3d37661E056" | ||
} | ||
], | ||
"totalOriginalConsiderationItems": 1, | ||
"salt": "0x000000000000000000000000000000000000000000000000cb3ba97239090623", | ||
"salt": "0x000000000000000000000000000000000000000000000000a073fa8ee34f684f", | ||
"conduitKey": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"counter": "0" | ||
}, | ||
"signature": "0xf76030ec389f1f116d3297f58b586092568403b856a56f8696da82d4e088197f858bcc8142a387a3911355bee84751dc009e365484a94e5c7977a16ace75d270" | ||
"signature": "0x485f3071f0393186999aefe80b7466e750a6e12b01ad421da317fffc3a41e2df71828b8cfbfa0a5f9c2ad32ac7cabc17a13b8d9fa054e9a8d9353fdba41ca6f5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.