Skip to content

Commit 82aff0b

Browse files
authored
Merge branch 'master' into master
2 parents 5ce8ccc + 914d66a commit 82aff0b

File tree

92 files changed

+1479
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+1479
-62
lines changed

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
else
5454
echo "Trying to download the image..."
5555
TARGET_FILE=icon
56-
curl -Lo icon "https://cloudflare-ipfs.com/ipfs/$IPFS_HASH" 2>/dev/null
56+
curl -Lo icon "https://dweb.link/ipfs/$IPFS_HASH" 2>/dev/null
5757
fi
5858
5959
METADATA=$(exiftool $TARGET_FILE -json)

_data/chains/eip155-102030.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "Creditcoin",
3+
"chain": "CTC",
4+
"icon": "creditcoin",
5+
"rpc": ["https://mainnet3.creditcoin.network"],
6+
"features": [
7+
{
8+
"name": "EIP155"
9+
},
10+
{
11+
"name": "EIP1559"
12+
}
13+
],
14+
"nativeCurrency": {
15+
"name": "CTC",
16+
"symbol": "CTC",
17+
"decimals": 18
18+
},
19+
"infoURL": "https://creditcoin.org",
20+
"shortName": "ctc",
21+
"chainId": 102030,
22+
"networkId": 102030,
23+
"faucets": [],
24+
"explorers": [
25+
{
26+
"name": "blockscout",
27+
"url": "https://creditcoin.blockscout.com",
28+
"icon": "blockscout",
29+
"standard": "EIP3091"
30+
}
31+
]
32+
}

_data/chains/eip155-102032.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "Creditcoin Devnet",
3+
"chain": "CTC",
4+
"icon": "creditcoin",
5+
"rpc": ["https://rpc.cc3-devnet.creditcoin.network"],
6+
"features": [
7+
{
8+
"name": "EIP155"
9+
},
10+
{
11+
"name": "EIP1559"
12+
}
13+
],
14+
"nativeCurrency": {
15+
"name": "Devnet CTC",
16+
"symbol": "devCTC",
17+
"decimals": 18
18+
},
19+
"infoURL": "https://creditcoin.org",
20+
"shortName": "ctcdev",
21+
"chainId": 102032,
22+
"networkId": 102032,
23+
"faucets": [],
24+
"explorers": [
25+
{
26+
"name": "blockscout",
27+
"url": "https://creditcoin-devnet.blockscout.com",
28+
"icon": "blockscout",
29+
"standard": "EIP3091"
30+
}
31+
]
32+
}

_data/chains/eip155-11000.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "KB Chain",
3+
"chain": "KB",
4+
"rpc": ["https://mainnet-rpc.kbcfoundation.com"],
5+
"faucets": [],
6+
"features": [{ "name": "EIP155" }],
7+
"nativeCurrency": {
8+
"name": "KBC",
9+
"symbol": "KBC",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://kbcfoundation.com",
13+
"shortName": "KBC",
14+
"chainId": 11000,
15+
"networkId": 11000,
16+
"explorers": [
17+
{
18+
"name": "KBC Explorer",
19+
"url": "https://scan.kbcfoundation.com",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/chains/eip155-111551119090.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Thanos Sepolia",
3+
"chain": "ETH",
4+
"rpc": [
5+
"https://rpc.thanos-sepolia.tokamak.network",
6+
"wss://rpc.thanos-sepolia.tokamak.network"
7+
],
8+
"faucets": [],
9+
"nativeCurrency": {
10+
"name": "Tokamak Network",
11+
"symbol": "TON",
12+
"decimals": 18
13+
},
14+
"infoURL": "https://tokamak.network",
15+
"shortName": "thanos-sepolia",
16+
"chainId": 111551119090,
17+
"networkId": 111551119090,
18+
"explorers": [
19+
{
20+
"name": "blockscout",
21+
"url": "https://explorer.thanos-sepolia.tokamak.network",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/chains/eip155-12227332.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "NeoX Testnet T4",
3-
"chain": "NeoX",
2+
"name": "Neo X Testnet T4",
3+
"chain": "Neo X",
44
"rpc": ["https://testnet.rpc.banelabs.org/"],
55
"faucets": [],
66
"nativeCurrency": {
@@ -16,7 +16,7 @@
1616
"explorers": [
1717
{
1818
"name": "neox-scan",
19-
"url": "https://testnet.scan.banelabs.org",
19+
"url": "https://xt4scan.ngd.network",
2020
"standard": "EIP3091"
2121
}
2222
],

_data/chains/eip155-123420000220.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"name": "Fluence Stage",
33
"chain": "Fluence Stage (Testnet)",
4-
"rpc": [
5-
"https://rpc-123420000220.raas-testnet.gelato.digital/",
6-
"wss://ws-123420000220.raas-testnet.gelato.digital/"
7-
],
4+
"rpc": ["https://rpc.stage.fluence.dev", "wss://ws.stage.fluence.dev"],
85
"faucets": [],
96
"nativeCurrency": {
107
"name": "tFLT",
@@ -18,7 +15,7 @@
1815
"explorers": [
1916
{
2017
"name": "blockscout",
21-
"url": "https://blockscout-123420000220.raas-testnet.gelato.digital",
18+
"url": "https://blockscout.stage.fluence.dev",
2219
"standard": "EIP3091"
2320
}
2421
],

_data/chains/eip155-137.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
],
1919
"faucets": [],
2020
"nativeCurrency": {
21-
"name": "MATIC",
22-
"symbol": "MATIC",
21+
"name": "POL",
22+
"symbol": "POL",
2323
"decimals": 18
2424
},
2525
"infoURL": "https://polygon.technology/",
26-
"shortName": "matic",
26+
"shortName": "pol",
2727
"chainId": 137,
2828
"networkId": 137,
2929
"slip44": 966,

_data/chains/eip155-14088.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Zeroth Testnet",
3+
"chain": "Zeroth",
4+
"icon": "zeroth",
5+
"rpc": ["https://test-my.zeroth.run"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "Zeroth",
9+
"symbol": "ZRHt",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://www.zeroth.foundation",
13+
"shortName": "ZRHt",
14+
"chainId": 14088,
15+
"networkId": 14088,
16+
"explorers": [
17+
{
18+
"name": "Zeroth Explorer",
19+
"url": "https://test-scan.zeroth.run",
20+
"icon": "zeroth",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/chains/eip155-1414.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Silicon zkEVM Sepolia Testnet",
3-
"title": "Silicon zkEVM Sepolia Testnet",
2+
"name": "Silicon zkEVM Sepolia Testnet(Deprecated)",
3+
"title": "Silicon zkEVM Sepolia Testnet(Deprecated)",
44
"chain": "Silicon",
55
"rpc": [],
66
"faucets": [],
@@ -10,7 +10,7 @@
1010
"decimals": 18
1111
},
1212
"infoURL": "",
13-
"shortName": "silicon-sepolia-testnet",
13+
"shortName": "silicon-sepolia-testnet-deprecated",
1414
"chainId": 1414,
1515
"networkId": 1414,
1616
"icon": "silicon",
@@ -20,5 +20,5 @@
2020
"chain": "eip155-11155111",
2121
"bridges": []
2222
},
23-
"status": "incubating"
23+
"status": "deprecated"
2424
}

0 commit comments

Comments
 (0)