mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
deploy: 7a0aaf0f35
This commit is contained in:
parent
aac8fdef99
commit
35f0e2c6fc
1 changed files with 16 additions and 2 deletions
18
index.json
18
index.json
|
@ -4438,7 +4438,8 @@
|
||||||
"links": {
|
"links": {
|
||||||
"web": "https://vup.app",
|
"web": "https://vup.app",
|
||||||
"github": "https://github.com/vup-app",
|
"github": "https://github.com/vup-app",
|
||||||
"docs": "https://docs.vup.app/"
|
"docs": "https://docs.vup.app/",
|
||||||
|
"twitter": "https://x.com/VupCloudStorage"
|
||||||
},
|
},
|
||||||
"project_status": {
|
"project_status": {
|
||||||
"live_status": true,
|
"live_status": true,
|
||||||
|
@ -7821,7 +7822,10 @@
|
||||||
"web": "https://www.ethswarm.org",
|
"web": "https://www.ethswarm.org",
|
||||||
"github": "https://github.com/ethersphere",
|
"github": "https://github.com/ethersphere",
|
||||||
"blog": "https://blog.ethswarm.org/",
|
"blog": "https://blog.ethswarm.org/",
|
||||||
"docs": "https://docs.ethswarm.org/"
|
"docs": "https://docs.ethswarm.org/",
|
||||||
|
"whitepaper": "https://www.ethswarm.org/swarm-whitepaper.pdf",
|
||||||
|
"twitter": "https://x.com/ethswarm",
|
||||||
|
"discord": "https://discord.com/invite/hyCr9BMX9U"
|
||||||
},
|
},
|
||||||
"project_status": {
|
"project_status": {
|
||||||
"live_status": true,
|
"live_status": true,
|
||||||
|
@ -7829,6 +7833,16 @@
|
||||||
"testnet": true,
|
"testnet": true,
|
||||||
"mainnet": true
|
"mainnet": true
|
||||||
},
|
},
|
||||||
|
"have_token": true,
|
||||||
|
"token_link": "https://etherscan.io/token/0x19062190b1925b5b6689d7073fdfc8c2976ef8cb",
|
||||||
|
"tokens": [
|
||||||
|
{
|
||||||
|
"name": "BZZToken",
|
||||||
|
"symbol": "BZZ",
|
||||||
|
"network": "Ethereum",
|
||||||
|
"contract_address": "0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb"
|
||||||
|
}
|
||||||
|
],
|
||||||
"logos": [
|
"logos": [
|
||||||
{
|
{
|
||||||
"file": "logo.png",
|
"file": "logo.png",
|
||||||
|
|
Loading…
Reference in a new issue