diff --git a/_data/chains/eip155-741.json b/_data/chains/eip155-741.json new file mode 100644 index 00000000..e57e0ca0 --- /dev/null +++ b/_data/chains/eip155-741.json @@ -0,0 +1,23 @@ +{ + "name": "Vention Smart Chain Testnet", + "chain": "VSCT", + "icon": "ventionTestnet", + "rpc": ["https://node-testnet.vention.network"], + "faucets": ["https://faucet.vention.network"], + "nativeCurrency": { + "name": "VNT", + "symbol": "VNT", + "decimals": 18 + }, + "infoURL": "https://testnet.ventionscan.io", + "shortName": "vsct", + "chainId": 741, + "networkId": 741, + "explorers": [ + { + "name": "ventionscan", + "url": "https://testnet.ventionscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-77612.json b/_data/chains/eip155-77612.json new file mode 100644 index 00000000..a08847f8 --- /dev/null +++ b/_data/chains/eip155-77612.json @@ -0,0 +1,23 @@ +{ + "name": "Vention Smart Chain Mainnet", + "chain": "VSC", + "icon": "vention", + "rpc": ["https://mainnet-rpc.vention.network"], + "faucets": ["https://faucet.vention.network"], + "nativeCurrency": { + "name": "VNT", + "symbol": "VNT", + "decimals": 18 + }, + "infoURL": "https://ventionscan.io", + "shortName": "vscm", + "chainId": 77612, + "networkId": 77612, + "explorers": [ + { + "name": "ventionscan", + "url": "https://ventionscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/vention.json b/_data/icons/vention.json new file mode 100644 index 00000000..24843367 --- /dev/null +++ b/_data/icons/vention.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4", + "width": 250, + "height": 250, + "format": "png" + } +] diff --git a/_data/icons/ventionTestnet.json b/_data/icons/ventionTestnet.json new file mode 100644 index 00000000..24843367 --- /dev/null +++ b/_data/icons/ventionTestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4", + "width": 250, + "height": 250, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4 b/_data/iconsDownload/QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4 new file mode 100644 index 00000000..d91093ca Binary files /dev/null and b/_data/iconsDownload/QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4 differ