Skip to content

Commit

Permalink
Merge branch 'main' into 315-implementing-fee-distribution-on-token-s…
Browse files Browse the repository at this point in the history
…wap-in-starknet-contract
  • Loading branch information
ybensacq authored Mar 26, 2024
2 parents 4909db6 + 61fb19d commit 23247d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"nftContract": "0x32d99485b22f2e58c8a0206d3b3bb259997ff0db70cffd25585d7dd9a5b0546",
"messaging": "0x57d45cc46de463f7ae63b74ce9b6b6b496a1178b02e7ad04d7c307caa698b7b",
"executor": "0x7b42945bc47001db92fe1b9739d753925263f2f1036c2ae1f87536c916ee6a",
"orderbook": "0x6d3e451eb3ee45cd0d3b5852358be2096b847d1ace02b43e627c08f46054ac"
"orderbook": "0x3cc1c3cb060462445c43e3496e4eb32ba6e8ceff9b1e9fe11de4337b83f1439"
},
"dev": {
"messaging": "0x580f844f096eb6d5a8422ad5a92ba48864a295c963cd8baeb6b8f8380610a3f",
Expand Down
10 changes: 6 additions & 4 deletions packages/core/src/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ export const GOERLI_CONTRACTS = {
};
export const SEPOLIA_CONTRACTS = {};
export const MAINNET_CONTRACTS = {
"nftContract": "0x32d99485b22f2e58c8a0206d3b3bb259997ff0db70cffd25585d7dd9a5b0546",
"messaging": "0x57d45cc46de463f7ae63b74ce9b6b6b496a1178b02e7ad04d7c307caa698b7b",
"executor": "0x7b42945bc47001db92fe1b9739d753925263f2f1036c2ae1f87536c916ee6a",
"orderbook": "0x6d3e451eb3ee45cd0d3b5852358be2096b847d1ace02b43e627c08f46054ac"
nftContract:
"0x32d99485b22f2e58c8a0206d3b3bb259997ff0db70cffd25585d7dd9a5b0546",
messaging:
"0x57d45cc46de463f7ae63b74ce9b6b6b496a1178b02e7ad04d7c307caa698b7b",
executor: "0x7b42945bc47001db92fe1b9739d753925263f2f1036c2ae1f87536c916ee6a",
orderbook: "0x3cc1c3cb060462445c43e3496e4eb32ba6e8ceff9b1e9fe11de4337b83f1439"
};
export const DEV_CONTRACTS = {
"messaging": "0x580f844f096eb6d5a8422ad5a92ba48864a295c963cd8baeb6b8f8380610a3f",
Expand Down

0 comments on commit 23247d3

Please sign in to comment.