Add Decimal Smart Chain (#2063)

* Add Decimal Smart Chain

* Fixing linter checks
This commit is contained in:
Igor Sokolov 2022-12-24 17:32:48 +07:00 committed by GitHub
parent d464a0e80a
commit 8b1858d4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 58 additions and 0 deletions

View 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"
}
]
}

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSgzwKnJJjys3Uq2aVVdwJ3NffLj3CXMVCph9uByTBegc",
"width": 256,
"height": 256,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB