feat: add data for wallect connect module to work

This commit is contained in:
RadoslavDimchev 2023-10-10 23:09:06 +03:00
parent 724d6451a9
commit cb05a57185

View File

@ -3,9 +3,9 @@ export const apiKey = '1730eff0-9d50-4382-a3fe-89f0d34a2070'
const INFURA_KEY = 'f25e905e25a545dcaad2c939530b91db' const INFURA_KEY = 'f25e905e25a545dcaad2c939530b91db'
const rpcUrl = `https://mainnet.infura.io/v3/${INFURA_KEY}` const rpcUrl = `https://mainnet.infura.io/v3/${INFURA_KEY}`
export const wcV2InitOptions = { export const wcV2InitOptions = {
projectId: 'abc123...', projectId: '4f6c353926c22973029147b9d85c4485',
requiredChains: [1, 56], requiredChains: [1, 56],
dappUrl: 'http://YourAwesomeDapp.com', dappUrl: 'http://localhost:5173/',
} }
export const ethereumRopsten = { export const ethereumRopsten = {
id: '0x3', id: '0x3',