Skip to content

Commit 8750470

Browse files
chore(chains): update chains (#3265)
This PR was automatically created by a GitHub Action. It updates the chains package with the latest changes from the database.
1 parent 923a5ec commit 8750470

File tree

5 files changed

+49
-7
lines changed

5 files changed

+49
-7
lines changed

legacy_packages/chains/chains/111000.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ export default {
66
{
77
"name": "Siberium Testnet Explorer - blockscout",
88
"url": "https://explorer.test.siberium.net",
9-
"standard": "EIP3091"
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmYeMdWDZ1iaBFeSPorRyPi7RuSXTdDKTgW3rfnUf3W5ne",
12+
"width": 512,
13+
"height": 512,
14+
"format": "svg"
15+
}
1016
}
1117
],
1218
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmYeMdWDZ1iaBFeSPorRyPi7RuSXTdDKTgW3rfnUf3W5ne",
21+
"width": 512,
22+
"height": 512,
23+
"format": "svg"
24+
},
1325
"infoURL": "https://siberium.net",
1426
"name": "Siberium Test Network",
1527
"nativeCurrency": {

legacy_packages/chains/chains/111111.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ export default {
66
{
77
"name": "Siberium Mainnet Explorer - blockscout - 2",
88
"url": "https://explorer.main.siberium.net.ru",
9-
"standard": "EIP3091"
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmYeMdWDZ1iaBFeSPorRyPi7RuSXTdDKTgW3rfnUf3W5ne",
12+
"width": 512,
13+
"height": 512,
14+
"format": "svg"
15+
}
1016
}
1117
],
1218
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmYeMdWDZ1iaBFeSPorRyPi7RuSXTdDKTgW3rfnUf3W5ne",
21+
"width": 512,
22+
"height": 512,
23+
"format": "svg"
24+
},
1325
"infoURL": "https://siberium.net",
1426
"name": "Siberium Network",
1527
"nativeCurrency": {

legacy_packages/chains/chains/1971.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ export default {
44
"chainId": 1971,
55
"explorers": [],
66
"faucets": [],
7+
"icon": {
8+
"url": "ipfs://bafkreigcquvoalec3ll2m26v4wsx5enlxwyn6nk2mgfqwncyqrgwivla5u",
9+
"width": 200,
10+
"height": 200,
11+
"format": "png"
12+
},
713
"infoURL": "https://1971.network/",
814
"name": "Atelier",
915
"nativeCurrency": {

legacy_packages/chains/chains/25.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ export default {
2626
"redFlags": [],
2727
"rpc": [
2828
"https://25.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29-
"https://cronos.blockpi.network/v1/rpc/public",
30-
"https://evm.cronos.org",
29+
"https://cronos.drpc.org",
30+
"wss://cronos.drpc.org",
3131
"https://cronos-evm-rpc.publicnode.com",
3232
"wss://cronos-evm-rpc.publicnode.com",
33-
"https://cronos.drpc.org",
34-
"wss://cronos.drpc.org"
33+
"https://cronos.blockpi.network/v1/rpc/public",
34+
"https://evm.cronos.org"
3535
],
3636
"shortName": "cro",
3737
"slug": "cronos",

legacy_packages/chains/chains/80085.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@ export default {
66
{
77
"name": "Beratrail",
88
"url": "https://artio.beratrail.io",
9-
"standard": "none"
9+
"standard": "none",
10+
"icon": {
11+
"url": "ipfs://QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr",
12+
"width": 256,
13+
"height": 256,
14+
"format": "png"
15+
}
1016
}
1117
],
1218
"faucets": [
1319
"https://artio.faucet.berachain.com"
1420
],
1521
"features": [],
22+
"icon": {
23+
"url": "ipfs://QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr",
24+
"width": 256,
25+
"height": 256,
26+
"format": "png"
27+
},
1628
"infoURL": "https://www.berachain.com/",
1729
"name": "Berachain Artio",
1830
"nativeCurrency": {

0 commit comments

Comments
 (0)