diff --git a/indexers/warp-protocol/src/utils/Environment.ts b/indexers/warp-protocol/src/utils/Environment.ts index 1697bf3..b978469 100644 --- a/indexers/warp-protocol/src/utils/Environment.ts +++ b/indexers/warp-protocol/src/utils/Environment.ts @@ -94,27 +94,12 @@ export class Environment { } } - if (chainName === 'osmosis') { - if (process.env.NETWORK === 'mainnet') { - return { - height: 14266867, - timestamp: 1710262192, - }; - } else { - // testnet (this is mainnet, switch with testnet data when testnet is added) - return { - height: 14266867, - timestamp: 1710262192, - }; - } - } - if (chainName === 'archway') { // this is testnet, switch with mainnet data when deployed if (process.env.NETWORK === 'mainnet') { return { - height: 5159503, - timestamp: 1711559554, + height: 3905130, + timestamp: 1711632224, }; } else { return {