Skip to content

Commit

Permalink
Update staging and prod configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenzing committed May 30, 2024
1 parent 90335bc commit 93a426e
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 23 deletions.
59 changes: 42 additions & 17 deletions blockscout-ens/bens-server/config/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@
"blockscout": {
"url": "https://polygon.blockscout.com"
},
"subgraphs": {
"zns-subgraph": {
"use_cache": true,
"address_resolve_technique": "all_domains"
}
}
"use_protocols": [
"zns"
]
},
"8453": {
"blockscout": {
Expand Down Expand Up @@ -73,19 +70,25 @@
"meta": {
"short_name": "ENS",
"title": "Ethereum Name Service",
"description": "The Ethereum Name Service (ENS) is a distributed, open, and extensible naming system based on the Ethereum blockchain."
"description": "The Ethereum Name Service (ENS) is a distributed, open, and extensible naming system based on the Ethereum blockchain.",
"icon_url": "https://i.imgur.com/GOfUwCb.jpeg",
"docs_url": "https://docs.ens.domains/"
}
},
"genome": {
"tld_list": ["gno"],
"tld_list": [
"gno"
],
"subgraph_name": "genome-subgraph",
"address_resolve_technique": "reverse_registry",
"empty_label_hash": "0xc4a8c56f9b0096f720f38bd557d30306dbd78f7751d277e05f062d1b85912a63",
"native_token_contract": "0x942fcaf68a0c264d5447b03a2011b395a899f2d3",
"meta": {
"short_name": "Genome",
"title": "Genome Domains",
"description": "GNO Domains Connecting gnosis chain"
"description": "GNO Domains Connecting gnosis chain",
"icon_url": "https://i.imgur.com/xlDoPfF.png",
"docs_url": "https://genomedomains.com/"
}
},
"rns": {
Expand All @@ -98,7 +101,9 @@
"meta": {
"short_name": "RNS",
"title": "Rootstock Name Service",
"description": "Rootstock Name Service (RNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses."
"description": "Rootstock Name Service (RNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses.",
"icon_url": "https://i.imgur.com/o0MATMs.png",
"docs_url": "https://dev.rootstock.io/rif/rns/"
}
},
"base-name-service": {
Expand All @@ -109,9 +114,11 @@
"address_resolve_technique": "reverse_registry",
"native_token_contract": "0xaCe5602d169Edeb874bfE584a651801B8ac67093",
"meta": {
"short_name": "BNS",
"title": "Base Name Service",
"description": "Base Name Service (BNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses."
"short_name": "BNS",
"title": "Base Name Service",
"description": "Base Name Service (BNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses.",
"icon_url": "https://i.imgur.com/2ZZT3zl.png",
"docs_url": "https://basename.gitbook.io/bns-docs"
}
},
"mode": {
Expand All @@ -125,7 +132,9 @@
"meta": {
"short_name": "MNS",
"title": "Mode Name Service",
"description": "Mode Name Service (MNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses."
"description": "Mode Name Service (MNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses.",
"icon_url": "https://i.imgur.com/6QXp70g.png",
"docs_url": "https://docs.modedomains.xyz/"
}
},
"lightlink": {
Expand All @@ -137,9 +146,25 @@
"native_token_contract": "0x5183ba1dee9770760360533cf00b9d8e26495927",
"empty_label_hash": "0xd00bb4a08bb99b28b4c1d80951b62b654e4d2688242da2d2c7f98ed6c9caaaad",
"meta": {
"short_name": "LNS",
"title": "Lightlink Name Service",
"description": "Lightlink Name Service (LNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses."
"short_name": "LNS",
"title": "LightLink Name Service",
"description": "LightLink Name Service (LNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses.",
"icon_url": "https://i.imgur.com/GvsaOIH.png",
"docs_url": "https://space.id/tld/9"
}
},
"zns": {
"tld_list": [
"poly"
],
"subgraph_name": "zns-subgraph",
"address_resolve_technique": "all_domains",
"meta": {
"short_name": "ZNS",
"title": "ZNS Connect Domains",
"description": "ZNS Connect is a decentralized naming system designed to simplify Web3 by offering user-friendly and memorable domain names",
"icon_url": "https://i.imgur.com/c7QnsBF.png",
"docs_url": "https://docs.znsconnect.io/"
}
}
}
Expand Down
22 changes: 16 additions & 6 deletions blockscout-ens/bens-server/config/staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://eth-sepolia.blockscout.com"
},
"use_protocols": [
"ens", "genome"
"ens"
]
},
"10200": {
Expand Down Expand Up @@ -52,7 +52,9 @@
"meta": {
"short_name": "ENS",
"title": "Ethereum Name Service",
"description": "The Ethereum Name Service (ENS) is a distributed, open, and extensible naming system based on the Ethereum blockchain."
"description": "The Ethereum Name Service (ENS) is a distributed, open, and extensible naming system based on the Ethereum blockchain.",
"icon_url": "https://i.imgur.com/GOfUwCb.jpeg",
"docs_url": "https://docs.ens.domains/"
}
},
"genome": {
Expand All @@ -64,7 +66,9 @@
"meta": {
"short_name": "Genome",
"title": "Genome Domains",
"description": "GNO Domains Connecting gnosis chain"
"description": "GNO Domains Connecting gnosis chain",
"icon_url": "https://i.imgur.com/xlDoPfF.png",
"docs_url": "https://genomedomains.com/"
}
},
"rns": {
Expand All @@ -75,7 +79,9 @@
"meta": {
"short_name": "RNS",
"title": "Rootstock Name Service",
"description": "Rootstock Name Service (RNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses."
"description": "Rootstock Name Service (RNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses.",
"icon_url": "https://i.imgur.com/o0MATMs.png",
"docs_url": "https://dev.rootstock.io/rif/rns/"
}
},
"base-name-service": {
Expand All @@ -86,7 +92,9 @@
"meta": {
"short_name": "BNS",
"title": "Base Name Service",
"description": "Base Name Service (BNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses."
"description": "Base Name Service (BNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses.",
"icon_url": "https://i.imgur.com/2ZZT3zl.png",
"docs_url": "https://basename.gitbook.io/bns-docs"
}
},
"mode": {
Expand All @@ -98,7 +106,9 @@
"meta": {
"short_name": "MNS",
"title": "Mode Name Service",
"description": "Mode Name Service (MNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses."
"description": "Mode Name Service (MNS) is a decentralized naming service, which allows users to have a readable domain name for their addresses.",
"icon_url": "https://i.imgur.com/6QXp70g.png",
"docs_url": "https://docs.modedomains.xyz/"
}
}
}
Expand Down

0 comments on commit 93a426e

Please sign in to comment.