Skip to content

Commit fe0b642

Browse files
authored
Merge branch 'master' into master
2 parents 32e53df + 1b3d950 commit fe0b642

File tree

6 files changed

+89
-5
lines changed

6 files changed

+89
-5
lines changed

_data/chains/eip155-20181205.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"name": "quarkblockchain",
33
"chain": "QKI",
44
"rpc": [
5-
"https://hz.rpc.qkiscan.cn",
6-
"https://jp.rpc.qkiscan.io",
5+
"https://rpc1.qkirpc.org",
6+
"https://rpc2.qkirpc.org",
7+
"https://rpc3.qkirpc.org",
78
"https://rpc1.qkiscan.io",
89
"https://rpc2.qkiscan.io",
910
"https://rpc3.qkiscan.io"

_data/chains/eip155-5042002.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "Arc Network Testnet",
3+
"chain": "Arc Network",
4+
"icon": "arcnetwork",
5+
"rpc": [
6+
"https://rpc.testnet.arc.network",
7+
"wss://rpc.testnet.arc.network",
8+
"https://rpc.quicknode.testnet.arc.network",
9+
"wss://rpc.quicknode.testnet.arc.network",
10+
"https://rpc.blockdaemon.testnet.arc.network"
11+
],
12+
"faucets": ["https://faucet.circle.com/"],
13+
"nativeCurrency": {
14+
"name": "USDC",
15+
"symbol": "USDC",
16+
"decimals": 18
17+
},
18+
"infoURL": "https://arc.network",
19+
"shortName": "arc-testnet",
20+
"chainId": 5042002,
21+
"networkId": 5042002,
22+
"slip44": 1,
23+
"explorers": [
24+
{
25+
"name": "Arcscan",
26+
"url": "https://testnet.arcscan.app",
27+
"standard": "EIP3091"
28+
}
29+
]
30+
}

_data/chains/eip155-5678.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "Tanssi Demo",
33
"chain": "TANGO",
44
"rpc": [
5-
"https://dancelight-2001.tanssi-api.network",
6-
"wss://dancelight-2001.tanssi-api.network"
5+
"https://services.tanssi-testnet.network/dancelight-2001",
6+
"wss://services.tanssi-testnet.network/dancelight-2001"
77
],
88
"faucets": ["https://apps.tanssi.network/demo"],
99
"nativeCurrency": {
1010
"name": "TANGO",
1111
"symbol": "TANGO",
1212
"decimals": 18
1313
},
14-
"infoURL": "https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain",
14+
"infoURL": "https://docs.tanssi.network/builders/tanssi-network/testnet/demo-evm-network/",
1515
"shortName": "tango",
1616
"chainId": 5678,
1717
"networkId": 5678,

_data/chains/eip155-680.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Jasmy Chain",
3+
"chain": "Jasmy Chain",
4+
"rpc": ["https://rpc.jasmychain.io", "wss://rpc.jasmychain.io"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "JasmyCoin",
8+
"symbol": "JASMY",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://jasmychain.io",
12+
"shortName": "jasmychain",
13+
"chainId": 680,
14+
"networkId": 680,
15+
"explorers": [],
16+
"parent": {
17+
"type": "L2",
18+
"chain": "eip155-1",
19+
"bridges": []
20+
}
21+
}

_data/chains/eip155-681.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Jasmy Chain Testnet",
3+
"chain": "Jasmy Chain Testnet",
4+
"rpc": [
5+
"https://rpc_testnet.jasmychain.io",
6+
"wss://rpc_testnet.jasmychain.io"
7+
],
8+
"faucets": [],
9+
"nativeCurrency": {
10+
"name": "JasmyCoin",
11+
"symbol": "JASMY",
12+
"decimals": 18
13+
},
14+
"infoURL": "https://jasmychain.io",
15+
"shortName": "jasmychain_testnet",
16+
"chainId": 681,
17+
"networkId": 681,
18+
"explorers": [],
19+
"parent": {
20+
"type": "L2",
21+
"chain": "eip155-1",
22+
"bridges": []
23+
}
24+
}

_data/icons/arcnetwork.json

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

0 commit comments

Comments
 (0)