Skip to content

Commit

Permalink
TD-1077: chore: update config post testnet redeploy. (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen-imtb authored Dec 5, 2023
1 parent c0b991a commit 12d552f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/orderbook/src/config/config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Environment } from '@imtbl/config';
import { providers } from 'ethers';

export const LOCAL_CHAIN_NAME = 'imtbl-zkevm-local';
export const DEVNET_CHAIN_NAME = 'imtbl-zkevm-devnet';
export const TESTNET_CHAIN_NAME = 'imtbl-zkevm-testnet';
export const MAINNET_CHAIN_NAME = 'imtbl-zkevm-mainnet';

Expand All @@ -28,8 +26,8 @@ export function getOrderbookConfig(
switch (environment) {
case Environment.SANDBOX:
return {
seaportContractAddress: '0x2CFA8f64e1B49A2DF28532D1D30Cda45117cF778',
zoneContractAddress: '0x1Bb4Fb11Ba021Bd0104F0Ee8E5F5c728Bc83d7F1',
seaportContractAddress: '0x3A0C2Ba54D6CBd3121F01b96dFd20e99D1696C9D',
zoneContractAddress: '0x2EA937879beeF3393853A74Ad62F9ad7DA0B9E81',
apiEndpoint: 'https://api.sandbox.immutable.com',
chainName: TESTNET_CHAIN_NAME,
provider: new providers.JsonRpcProvider(
Expand Down

0 comments on commit 12d552f

Please sign in to comment.