Skip to content

Commit f4c7fd1

Browse files
authored
feat: Add Tempo testnet 42429 (#7938)
Co-authored-by: Steven Truong <struong@users.noreply.github.com>
1 parent c653813 commit f4c7fd1

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

_data/chains/eip155-42429.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Tempo Testnet",
3+
"chain": "ETH",
4+
"rpc": ["https://rpc.testnet.tempo.xyz"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "No native currency",
8+
"symbol": "USD",
9+
"decimals": 6
10+
},
11+
"infoURL": "https://tempo.xyz",
12+
"shortName": "tempotest",
13+
"chainId": 42429,
14+
"networkId": 42429,
15+
"icon": "tempo",
16+
"explorers": [
17+
{
18+
"name": "tempo-explorer",
19+
"url": "https://explore.tempo.xyz",
20+
"icon": "tempo",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/icons/tempo.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreignxbz2mjbwv6sqbjndkxhi423j7yyk3qlfdfnzclcmq4uklxdgza",
4+
"width": 512,
5+
"height": 512,
6+
"format": "png"
7+
}
8+
]
Binary file not shown.

0 commit comments

Comments
 (0)