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 25, 2024
1 parent 8f95acf commit 61fb19d
Showing 1 changed file with 19 additions and 13 deletions.
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": "0x3cc1c3cb060462445c43e3496e4eb32ba6e8ceff9b1e9fe11de4337b83f1439"
nftContract:
"0x32d99485b22f2e58c8a0206d3b3bb259997ff0db70cffd25585d7dd9a5b0546",
messaging:
"0x57d45cc46de463f7ae63b74ce9b6b6b496a1178b02e7ad04d7c307caa698b7b",
executor: "0x7b42945bc47001db92fe1b9739d753925263f2f1036c2ae1f87536c916ee6a",
orderbook: "0x3cc1c3cb060462445c43e3496e4eb32ba6e8ceff9b1e9fe11de4337b83f1439"
};
export const DEV_CONTRACTS = {
"messaging": "0x580f844f096eb6d5a8422ad5a92ba48864a295c963cd8baeb6b8f8380610a3f",
"executor": "0x58490bab376f861d4eb54567e5e2bcba56347ba9dd51e14657d61720596b121",
"nftContract": "0x5c22ab16f6157b1d2843d9666bf660a530b7a36a60474e771829734e22e6c66",
"eth": "0x7b8fc5c78bf249bb4173ef45267da1a710c65d76bb9ff03deb6b8fc21f35ba4",
"orderbook": "0x7cdd425cab28c7632332345f853b1fe27717d545a64150b6c19a6f159dfd0ab"
messaging:
"0x580f844f096eb6d5a8422ad5a92ba48864a295c963cd8baeb6b8f8380610a3f",
executor: "0x58490bab376f861d4eb54567e5e2bcba56347ba9dd51e14657d61720596b121",
nftContract:
"0x5c22ab16f6157b1d2843d9666bf660a530b7a36a60474e771829734e22e6c66",
eth: "0x7b8fc5c78bf249bb4173ef45267da1a710c65d76bb9ff03deb6b8fc21f35ba4",
orderbook: "0x7cdd425cab28c7632332345f853b1fe27717d545a64150b6c19a6f159dfd0ab"
};

0 comments on commit 61fb19d

Please sign in to comment.