Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit bb6d1dd

Browse files
Add block explorers for TBSI networks (ethereum-lists#3200)
* Create eip155-1708.json * Create eip155-1707.json * eip155-1707.json: add faucets * eip155-1708.json: fix duplicated short name * Update TBSI networks * Add block explorers
1 parent b4116d2 commit bb6d1dd

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

_data/chains/eip155-1707.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@
1212
"infoURL": "https://blockchain.or.th",
1313
"shortName": "TBSI",
1414
"chainId": 1707,
15-
"networkId": 1707
15+
"networkId": 1707,
16+
"explorers": [
17+
{
18+
"name": "blockscout",
19+
"url": "https://exp.blockchain.or.th",
20+
"standard": "EIP3091"
21+
}
22+
]
1623
}

_data/chains/eip155-1708.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@
1212
"infoURL": "https://blockchain.or.th",
1313
"shortName": "tTBSI",
1414
"chainId": 1708,
15-
"networkId": 1708
15+
"networkId": 1708,
16+
"explorers": [
17+
{
18+
"name": "blockscout",
19+
"url": "https://exp.testnet.blockchain.or.th",
20+
"standard": "EIP3091"
21+
}
22+
]
1623
}

0 commit comments

Comments
 (0)