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 May 21, 2024
1 parent 1faa4c4 commit ce74351
Show file tree
Hide file tree
Showing 4 changed files with 6,180 additions and 4,979 deletions.
1 change: 1 addition & 0 deletions examples/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const version = 'undefined'
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
console.log("Hello via Bun!");
console.log("Hello via Bun!");
32 changes: 19 additions & 13 deletions packages/core/src/contracts.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
// 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 = {
"nftContract": "0x32d99485b22f2e58c8a0206d3b3bb259997ff0db70cffd25585d7dd9a5b0546",
"messaging": "0x57d45cc46de463f7ae63b74ce9b6b6b496a1178b02e7ad04d7c307caa698b7b",
"executor": "0x7b42945bc47001db92fe1b9739d753925263f2f1036c2ae1f87536c916ee6a",
"orderbook": "0x785873b81c8a3f076270868418c783e8faa5f2b86b87a1754947c650868feb8"
nftContract:
"0x32d99485b22f2e58c8a0206d3b3bb259997ff0db70cffd25585d7dd9a5b0546",
messaging:
"0x57d45cc46de463f7ae63b74ce9b6b6b496a1178b02e7ad04d7c307caa698b7b",
executor: "0x7b42945bc47001db92fe1b9739d753925263f2f1036c2ae1f87536c916ee6a",
orderbook: "0x785873b81c8a3f076270868418c783e8faa5f2b86b87a1754947c650868feb8"
};
export const DEV_CONTRACTS = {
"messaging": "0x5312308bef9ca39c863c9bac8819a31f6a15ff46f4151b210141e6764ae322d",
"executor": "0x617d7b016f939a1554d085874194146c756deb4bc2e9bedde158756ac45cb36",
"nftContract": "0x2e8d526b9eac8473109a2e290643286d4b42de2ff9d921b41ac764775758316",
"eth": "0x200184bde479ccffa50a89485417c907bc1d3779f9b1863d2158733135facce",
"orderbook": "0x2de555cc9b4eafba5ebde8b54bb55747baa940ba60ca6c6768de3e47291a11e"
messaging:
"0x5312308bef9ca39c863c9bac8819a31f6a15ff46f4151b210141e6764ae322d",
executor: "0x617d7b016f939a1554d085874194146c756deb4bc2e9bedde158756ac45cb36",
nftContract:
"0x2e8d526b9eac8473109a2e290643286d4b42de2ff9d921b41ac764775758316",
eth: "0x200184bde479ccffa50a89485417c907bc1d3779f9b1863d2158733135facce",
orderbook: "0x2de555cc9b4eafba5ebde8b54bb55747baa940ba60ca6c6768de3e47291a11e"
};
Loading

0 comments on commit ce74351

Please sign in to comment.