UNPKG

eths-git

Version:

**eths-git-remote** is a decentralized Git solution designed to manage repositories on-chain. It provides two main components:

49 lines (48 loc) 1.4 kB
export const Networks = { 3335: { name: "QuarkChain Beta L2", nativeCurrency: { name: "QKC", symbol: "QKC", decimals: 18, }, rpc: ["https://rpc.beta.testnet.l2.quarkchain.io:8545"], ethStorageRpc: ['https://rpc.beta.testnet.l2.ethstorage.io:9596'], explorers: [ { name: "quarkchain l2", url: "https://explorer.beta.testnet.l2.quarkchain.io/", standard: "EIP3091", }, ], txConst: { blockTimeSec: 7, rbfTimes: 5, boardcastTimes: 15, }, contracts: { factory: "0x96f7849C6D0EB09024e482Cc9c249096e3368a16" }, }, 11155111: { name: "Sepolia", nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, }, rpc: ["http://65.108.230.142:8545/"], ethStorageRpc: ['https://rpc.testnet.ethstorage.io:9546'], explorers: [ { name: "Sepolia", url: "https://sepolia.etherscan.io/", standard: "EIP3091", }, ], txConst: { blockTimeSec: 7, rbfTimes: 5, boardcastTimes: 15, }, contracts: { factory: "0xFDa9bACe3Ed87e40f0017013111186c80ba2cD9C" }, }, };