chains/_data/chains/eip155-94.json
Silas Stulz 32e3147736
Add EIP155-94 (#2842)
* Create eip155-94.json

* Create bcts

* Rename bcts to bcts.json

* Update eip155-94.json

* Update bcts.json

* Update bcts.json

* formatting eip155-94

---------

Co-authored-by: ligi <ligi@ligi.de>
2023-05-18 19:42:43 +02:00

26 lines
521 B
JSON

{
"name": "SwissDLT",
"chain": "SDLT",
"rpc": ["https://rpc.swissdlt.ch"],
"faucets": [],
"nativeCurrency": {
"name": "BCTS",
"symbol": "BCTS",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://bcts.ch",
"shortName": "sdlt",
"chainId": 94,
"networkId": 94,
"icon": "bcts",
"explorers": [
{
"name": "SwissDLT Explorer",
"url": "https://explorer.swissdlt.ch",
"icon": "bcts",
"standard": "EIP3091"
}
]
}