|
|
@@ -53,17 +53,17 @@ export class Web3Service {
|
|
|
mintAddress: '0x74E6d686F70fD5829f00dB0F95EC0f153970baD3'
|
|
|
},
|
|
|
mainnet: {
|
|
|
- ethereumNetwork: 'goerli',
|
|
|
- ethereumExplorer: 'https://goerli.etherscan.io',
|
|
|
+ ethereumNetwork: 'mainnet',
|
|
|
+ ethereumExplorer: 'https://etherscan.io',
|
|
|
infuraApiKey: '6e36ce031e304b79af723a0a28789083',
|
|
|
- zksyncRpcUrl: 'https://testnet.era.zksync.dev',
|
|
|
- zksyncChainId: 280,
|
|
|
- zksyncExplorer: 'https://goerli.explorer.zksync.io',
|
|
|
- liquidityManagerAddress: '0x25727b360604E1e6B440c3B25aF368F54fc580B6',
|
|
|
- tokenAddress: '0x0faF6df7054946141266420b43783387A78d82A9',
|
|
|
- quoterAddress: '0xE93D1d35a63f7C6b51ef46a27434375761a7Db28',
|
|
|
- swapAddress: '0x3040EE148D09e5B92956a64CDC78b49f48C0cDdc',
|
|
|
- mintAddress: '0x74E6d686F70fD5829f00dB0F95EC0f153970baD3'
|
|
|
+ zksyncRpcUrl: 'https://mainnet.era.zksync.io',
|
|
|
+ zksyncChainId: 324,
|
|
|
+ zksyncExplorer: 'https://explorer.zksync.io/',
|
|
|
+ liquidityManagerAddress: '0x936c9A1B8f88BFDbd5066ad08e5d773BC82EB15F',
|
|
|
+ tokenAddress: '0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4',
|
|
|
+ quoterAddress: '0x377EC7c9ae5a0787F384668788a1654249059dD6',
|
|
|
+ swapAddress: '0x9606eC131EeC0F84c95D82c9a63959F2331cF2aC',
|
|
|
+ mintAddress: '0x53eC17BD635F7A54B3551E76Fd53Db8881028fC3'
|
|
|
}
|
|
|
}
|
|
|
|