mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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>
This commit is contained in:
parent
0eb99c4f8a
commit
32e3147736
25
_data/chains/eip155-94.json
Normal file
25
_data/chains/eip155-94.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/bcts.json
Normal file
8
_data/icons/bcts.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreig7x5z4j6vh2r3pugmjnob3tmlksaekhqcgsorqzvs55o6v7ehqd4",
|
||||
"width": 682,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user