Skip to content

Commit

Permalink
[TD-1115\ Update mainnet and testnet orderbook contract address refer…
Browse files Browse the repository at this point in the history
…ences (#1337)

Signed-off-by: Frank Li <[email protected]>
Co-authored-by: Sam Jeston <[email protected]>
  • Loading branch information
frankisawesome and Sam-Jeston authored Jan 15, 2024
1 parent d79993d commit 3f88b62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/orderbook/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export function getOrderbookConfig(
switch (environment) {
case Environment.SANDBOX:
return {
seaportContractAddress: '0x3A0C2Ba54D6CBd3121F01b96dFd20e99D1696C9D',
zoneContractAddress: '0x2EA937879beeF3393853A74Ad62F9ad7DA0B9E81',
seaportContractAddress: '0x7d117aA8BD6D31c4fa91722f246388f38ab1942c',
zoneContractAddress: '0x8831867E347AB87FA30199C5B695F0A31604Bb52',
apiEndpoint: 'https://api.sandbox.immutable.com',
chainName: TESTNET_CHAIN_NAME,
provider: new providers.JsonRpcProvider(
Expand All @@ -37,8 +37,8 @@ export function getOrderbookConfig(
// not yet deployed
case Environment.PRODUCTION:
return {
seaportContractAddress: '',
zoneContractAddress: '',
seaportContractAddress: '0x6c12aD6F0bD274191075Eb2E78D7dA5ba6453424',
zoneContractAddress: '0x00338b92Bec262078B3e49BF12bbEA058916BF91',
apiEndpoint: 'https://api.immutable.com',
chainName: MAINNET_CHAIN_NAME,
provider: new providers.JsonRpcProvider(
Expand Down

0 comments on commit 3f88b62

Please sign in to comment.