mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Decimal Smart Chain (#2063)
* Add Decimal Smart Chain * Fixing linter checks
This commit is contained in:
parent
d464a0e80a
commit
8b1858d4d6
25
_data/chains/eip155-202020.json
Normal file
25
_data/chains/eip155-202020.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Decimal Smart Chain Testnet",
|
||||
"chain": "tDSC",
|
||||
"rpc": ["https://testnet-val.decimalchain.com/web3"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Decimal",
|
||||
"symbol": "tDEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"infoURL": "https://decimalchain.com",
|
||||
"shortName": "tDSC",
|
||||
"chainId": 202020,
|
||||
"networkId": 202020,
|
||||
"icon": "dsc",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "DSC Explorer Testnet",
|
||||
"url": "https://testnet.explorer.decimalchain.com",
|
||||
"icon": "dsc",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
25
_data/chains/eip155-75.json
Normal file
25
_data/chains/eip155-75.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Decimal Smart Chain Mainnet",
|
||||
"chain": "DSC",
|
||||
"rpc": ["https://node.decimalchain.com/web3"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Decimal",
|
||||
"symbol": "DEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"infoURL": "https://decimalchain.com",
|
||||
"shortName": "DSC",
|
||||
"chainId": 75,
|
||||
"networkId": 75,
|
||||
"icon": "dsc",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "DSC Explorer Mainnet",
|
||||
"url": "https://explorer.decimalchain.com",
|
||||
"icon": "dsc",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/dsc.json
Normal file
8
_data/icons/dsc.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmSgzwKnJJjys3Uq2aVVdwJ3NffLj3CXMVCph9uByTBegc",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Loading…
Reference in New Issue
Block a user