Skip to content

Commit 55848db

Browse files
chore(chains): update chains (#2605)
Co-authored-by: GitHub Action <action@github.com>
1 parent 0c83897 commit 55848db

File tree

8 files changed

+182
-33
lines changed

8 files changed

+182
-33
lines changed

legacy_packages/chains/chains/123420111.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export default {
1111
"height": 300,
1212
"format": "png"
1313
},
14-
"infoURL": "https://raas.gelato.network/rollups/details/public/op-celestia-testnet",
15-
"name": "Gelato OP Celestia",
14+
"infoURL": "https://raas.gelato.network/rollups/details/public/opcelestia-raspberry",
15+
"name": "OP Celestia Rasberry",
1616
"nativeCurrency": {
1717
"name": "Ether",
1818
"symbol": "ETH",
@@ -21,8 +21,8 @@ export default {
2121
"networkId": 123420111,
2222
"redFlags": [],
2323
"rpc": [],
24-
"shortName": "opcelestia",
25-
"slug": "gelato-op-celestia",
24+
"shortName": "opcelestia-rasberry",
25+
"slug": "op-celestia-rasberry",
2626
"testnet": true,
27-
"title": "Gelato OP Celestia Testnet"
27+
"title": "OP Celestia Rasberry"
2828
} as const satisfies Chain;
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Avalanche",
4+
"chainId": 12781,
5+
"explorers": [],
6+
"faucets": [],
7+
"features": [],
8+
"icon": {
9+
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
10+
"width": 256,
11+
"height": 256,
12+
"format": "svg"
13+
},
14+
"infoURL": "https://avacloud.io",
15+
"name": "playdapp Testnet",
16+
"nativeCurrency": {
17+
"name": "playdapp Testnet Token",
18+
"symbol": "PDA",
19+
"decimals": 18
20+
},
21+
"networkId": 12781,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://12781.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/playdappte/testnet/rpc"
26+
],
27+
"shortName": "playdapp Testnet",
28+
"slug": "playdapp-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "ETH",
4+
"chainId": 282828,
5+
"explorers": [
6+
{
7+
"name": "zillscout",
8+
"url": "https://sepolia.zillnet.io",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmfVmjLNiBh8KyCr9mwDZh34aEhhQ2LAjuP87DFxhfd9nn",
12+
"width": 264,
13+
"height": 264,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmfVmjLNiBh8KyCr9mwDZh34aEhhQ2LAjuP87DFxhfd9nn",
21+
"width": 264,
22+
"height": 264,
23+
"format": "png"
24+
},
25+
"infoURL": "https://zillnet.io",
26+
"name": "Zillion Sepolia Testnet",
27+
"nativeCurrency": {
28+
"name": "Sepolia Ether",
29+
"symbol": "ETH",
30+
"decimals": 18
31+
},
32+
"networkId": 282828,
33+
"parent": {
34+
"type": "L2",
35+
"chain": "eip155-11155111"
36+
},
37+
"rpc": [
38+
"https://282828.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
39+
"https://sepolia.zillnet.io/rpc"
40+
],
41+
"shortName": "zillsep",
42+
"slip44": 1,
43+
"slug": "zillion-sepolia-testnet",
44+
"status": "active",
45+
"testnet": true
46+
} as const satisfies Chain;
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Avalanche",
4+
"chainId": 555666,
5+
"explorers": [],
6+
"faucets": [],
7+
"features": [],
8+
"icon": {
9+
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
10+
"width": 256,
11+
"height": 256,
12+
"format": "svg"
13+
},
14+
"infoURL": "https://avacloud.io",
15+
"name": "EclipseChain Testnet",
16+
"nativeCurrency": {
17+
"name": "EclipseChain Testnet Token",
18+
"symbol": "ECLPS",
19+
"decimals": 18
20+
},
21+
"networkId": 555666,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://555666.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/eclipsecha/testnet/rpc"
26+
],
27+
"shortName": "EclipseChain Testnet",
28+
"slug": "eclipsechain-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

legacy_packages/chains/chains/6038361.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
},
1111
{
1212
"name": "Astar zkEVM Testnet zKyoto",
13-
"url": "hhttps://zkyoto.explorer.startale.com/",
13+
"url": "https://zkyoto.explorer.startale.com",
1414
"standard": "EIP3091"
1515
}
1616
],

legacy_packages/chains/chains/88153591557.ts

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@ import type { Chain } from "../src/types";
22
export default {
33
"chain": "ETH",
44
"chainId": 88153591557,
5-
"explorers": [
6-
{
7-
"name": "blockscout",
8-
"url": "https://gelato-orbit-anytrust-testnet.blockscout.com/",
9-
"standard": "EIP3091",
10-
"icon": {
11-
"url": "ipfs://QmQXw4QEDR4AbUwX9scH7aGhiSDhQRxu6LCQoUkgsYgGyK/Gelato%20brand%20mark.png",
12-
"width": 300,
13-
"height": 300,
14-
"format": "png"
15-
}
16-
}
17-
],
5+
"explorers": [],
186
"faucets": [],
197
"features": [],
208
"icon": {
@@ -23,21 +11,18 @@ export default {
2311
"height": 300,
2412
"format": "png"
2513
},
26-
"infoURL": "https://raas.gelato.network/rollups/details/public/gelato-orbit-anytrust-testnet",
27-
"name": "Gelato Orbit Anytrust",
14+
"infoURL": "https://raas.gelato.network/rollups/details/public/arb-blueberry",
15+
"name": "Arbitrum Blueberry",
2816
"nativeCurrency": {
2917
"name": "Ether",
3018
"symbol": "ETH",
3119
"decimals": 18
3220
},
3321
"networkId": 88153591557,
3422
"redFlags": [],
35-
"rpc": [
36-
"https://88153591557.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
37-
"https://rpc.gelato-orbit-anytrust-testnet.gelato.digital"
38-
],
39-
"shortName": "orbitanytrust",
40-
"slug": "gelato-orbit-anytrust",
23+
"rpc": [],
24+
"shortName": "arb-blueberry",
25+
"slug": "arbitrum-blueberry",
4126
"testnet": true,
42-
"title": "Gelato Orbit Anytrust Testnet"
27+
"title": "Arbitrum Blueberry"
4328
} as const satisfies Chain;
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "ETH",
4+
"chainId": 94204209,
5+
"explorers": [
6+
{
7+
"name": "blockscout",
8+
"url": "https://polygon-blackberry.gelatoscout.com/",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmYotcuJYjUBXZ33CYoWMyNnJbjK14f8ma6sge55Z5bg5W/polygon-blackberry.svg",
12+
"width": 300,
13+
"height": 300,
14+
"format": "svg"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"features": [],
20+
"icon": {
21+
"url": "ipfs://QmYotcuJYjUBXZ33CYoWMyNnJbjK14f8ma6sge55Z5bg5W/polygon-blackberry.svg",
22+
"width": 300,
23+
"height": 300,
24+
"format": "svg"
25+
},
26+
"infoURL": "https://raas.gelato.network/rollups/details/public/polygon-blackberry",
27+
"name": "Polygon Blackberry",
28+
"nativeCurrency": {
29+
"name": "Ether",
30+
"symbol": "ETH",
31+
"decimals": 18
32+
},
33+
"networkId": 94204209,
34+
"redFlags": [],
35+
"rpc": [
36+
"https://94204209.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
37+
"https://rpc.polygon-blackberry.gelato.digital"
38+
],
39+
"shortName": "polygon-blackberry",
40+
"slug": "polygon-blackberry",
41+
"testnet": true
42+
} as const satisfies Chain;

legacy_packages/chains/src/index.ts

Lines changed: 21 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)