mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
added QomL1 testnet, mainnet and icon (#1905)
* added QomL1 testnet, mainnet and icon * removed 9th line in icon file * changed icon filename to chain name * update chain id QL1 * Change short fort testnet qom and add status incubating * reformate json files * change icon from tqom to qom, and change shortName * Prettier code formating * prettier run Co-authored-by: backend69 <111348549+backend69@users.noreply.github.com> Co-authored-by: Backend Man <backend69@proton.me>
This commit is contained in:
parent
d1fe0965db
commit
2572a2e829
25
_data/chains/eip155-766.json
Normal file
25
_data/chains/eip155-766.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "QL1",
|
||||
"chain": "QOM",
|
||||
"status": "incubating",
|
||||
"rpc": ["https://mainnet.qom.one:8545"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Shiba Predator",
|
||||
"symbol": "QOM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://qom.one",
|
||||
"shortName": "qom",
|
||||
"chainId": 766,
|
||||
"networkId": 766,
|
||||
"icon": "qom",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "QL1 Mainnet Explorer",
|
||||
"url": "https://mainnet.qom.one",
|
||||
"icon": "qom",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
25
_data/chains/eip155-7668378.json
Normal file
25
_data/chains/eip155-7668378.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "QL1 Testnet",
|
||||
"chain": "QOM",
|
||||
"status": "incubating",
|
||||
"rpc": ["https://testnet.qom.one:8545"],
|
||||
"faucets": ["https://faucet.qom.one"],
|
||||
"nativeCurrency": {
|
||||
"name": "Shiba Predator",
|
||||
"symbol": "QOM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://qom.one",
|
||||
"shortName": "tqom",
|
||||
"chainId": 7668378,
|
||||
"networkId": 7668378,
|
||||
"icon": "qom",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "QL1 Testnet Explorer",
|
||||
"url": "https://testnet.qom.one",
|
||||
"icon": "qom",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/qom.json
Normal file
8
_data/icons/qom.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmRc1kJ7AgcDL1BSoMYudatWHTrz27K6WNTwGifQb5V17D",
|
||||
"width": 518,
|
||||
"height": 518,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user