Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss authored and github-actions[bot] committed Mar 8, 2024
1 parent 7dcbbfa commit 6fda542
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
3 changes: 0 additions & 3 deletions packages/core/examples/createListing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@

import { shortString } from "starknet";




import "dotenv/config";

import {
Expand Down
22 changes: 13 additions & 9 deletions packages/core/src/contracts.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
// This file is auto-generated. Do not edit directly.

export const GOERLI_CONTRACTS = {
"nftContract": "0x22411b480425fe6e627fdf4d1b6ac7f8567314ada5617a0a6d8ef3e74b69436",
"messaging": "0x2c3d3e0c37d29364a13ba8cff046e7bc5624655a72526961876a1c8bb3f63c8",
"executor": "0x73148536f8ea9546e92761d11515548cc433df46883d5ee98871a6f63a0bbbc",
"orderbook": "0x66f1e6acf9bdbd23837b2eea271430298b355c506978edb132737e7fcb6b310"
nftContract:
"0x22411b480425fe6e627fdf4d1b6ac7f8567314ada5617a0a6d8ef3e74b69436",
messaging:
"0x2c3d3e0c37d29364a13ba8cff046e7bc5624655a72526961876a1c8bb3f63c8",
executor: "0x73148536f8ea9546e92761d11515548cc433df46883d5ee98871a6f63a0bbbc",
orderbook: "0x66f1e6acf9bdbd23837b2eea271430298b355c506978edb132737e7fcb6b310"
};
export const SEPOLIA_CONTRACTS = {};
export const MAINNET_CONTRACTS = {};
export const DEV_CONTRACTS = {
"messaging": "0x53a0b0ca4b9d248dff574299c98340b67197f7ffc79df9afef66d01e83022c6",
"executor": "0x32cee2469074dabb6ee8dcce24df08d79e9ffd5f978163fbdd0704bce269bab",
"nftContract": "0x305bf776b8976a9709dde4cf307aebed4060e201ab3fca7154ca6db386f13c",
"eth": "0x144a0c8ae6e665dc3652e164ba2881eda87ad9cb5dcc93d30ca6d61b818014c",
"orderbook": "0x33b337f2c708c08e49f5e0161658ed093101dd629c3147ad9eea921e6a6afe3"
messaging:
"0x53a0b0ca4b9d248dff574299c98340b67197f7ffc79df9afef66d01e83022c6",
executor: "0x32cee2469074dabb6ee8dcce24df08d79e9ffd5f978163fbdd0704bce269bab",
nftContract:
"0x305bf776b8976a9709dde4cf307aebed4060e201ab3fca7154ca6db386f13c",
eth: "0x144a0c8ae6e665dc3652e164ba2881eda87ad9cb5dcc93d30ca6d61b818014c",
orderbook: "0x33b337f2c708c08e49f5e0161658ed093101dd629c3147ad9eea921e6a6afe3"
};

0 comments on commit 6fda542

Please sign in to comment.