Skip to content

Commit 5a87891

Browse files
chore(chains): update chains (#2862)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 84487d0 commit 5a87891

File tree

16 files changed

+499
-18
lines changed

16 files changed

+499
-18
lines changed

.changeset/sync-chains.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/chains": patch
3+
---
4+
5+
Synced Chains Package

legacy_packages/chains/chains/1113.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
"explorers": [
66
{
77
"name": "B2 Hub Habitat Testnet Explorer",
8-
"url": "https://habitat-hub-explorer.bsquared.network",
8+
"url": "https://testnet-hub-explorer.bsquared.network",
99
"standard": "EIP3091",
1010
"icon": {
1111
"url": "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9",
@@ -23,18 +23,18 @@ export default {
2323
"format": "png"
2424
},
2525
"infoURL": "https://www.bsquared.network",
26-
"name": "B2 Hub Habitat Testnet",
26+
"name": "B2 Hub Testnet",
2727
"nativeCurrency": {
2828
"name": "BSquared Token",
29-
"symbol": "BSQ",
29+
"symbol": "B2",
3030
"decimals": 18
3131
},
3232
"networkId": 1113,
3333
"rpc": [
3434
"https://1113.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
35-
"https://habitat-hub-rpc.bsquared.network"
35+
"https://testnet-hub-rpc.bsquared.network"
3636
],
3737
"shortName": "B2Hub-testnet",
38-
"slug": "b2-hub-habitat-testnet",
38+
"slug": "b2-hub-testnet",
3939
"testnet": true
4040
} as const satisfies Chain;

legacy_packages/chains/chains/1123.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
"explorers": [
66
{
77
"name": "blockscout",
8-
"url": "https://habitat-explorer.bsquared.network",
8+
"url": "https://testnet-explorer.bsquared.network",
99
"standard": "EIP3091",
1010
"icon": {
1111
"url": "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9",
@@ -23,7 +23,7 @@ export default {
2323
"format": "png"
2424
},
2525
"infoURL": "https://www.bsquared.network",
26-
"name": "B2 Habitat Testnet",
26+
"name": "B2 Testnet",
2727
"nativeCurrency": {
2828
"name": "Bitcoin",
2929
"symbol": "BTC",
@@ -36,12 +36,10 @@ export default {
3636
},
3737
"rpc": [
3838
"https://1123.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
39-
"https://b2habitat-testnet.alt.technology",
40-
"https://habitat-rpc.bsquared.network",
41-
"https://habitat-rpc-public.bsquared.network"
39+
"https://b2-testnet.alt.technology"
4240
],
4341
"shortName": "B2-testnet",
44-
"slug": "b2-habitat-testnet",
42+
"slug": "b2-testnet",
4543
"testnet": true,
46-
"title": "B2 Habitat Testnet"
44+
"title": "B2 Testnet"
4745
} as const satisfies Chain;
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Lambda Chain",
4+
"chainId": 17000920,
5+
"explorers": [
6+
{
7+
"name": "Lambda Chain Testnet Explorer",
8+
"url": "https://testscan.lambda.im",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmXCWjWSTd6kJZKnH9aQRjgLdWRH9NTxU1wC21iBvoB4Hp",
15+
"width": 256,
16+
"height": 256,
17+
"format": "png"
18+
},
19+
"infoURL": "https://lambda.im",
20+
"name": "Lambda Chain Testnet",
21+
"nativeCurrency": {
22+
"name": "ETH",
23+
"symbol": "ETH",
24+
"decimals": 18
25+
},
26+
"networkId": 17000920,
27+
"rpc": [
28+
"https://17000920.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29+
"https://testnrpc.lambda.im/"
30+
],
31+
"shortName": "tlambda",
32+
"slip44": 1,
33+
"slug": "lambda-chain-testnet",
34+
"testnet": true
35+
} as const satisfies Chain;

legacy_packages/chains/chains/223.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ export default {
4141
},
4242
"rpc": [
4343
"https://223.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
44+
"https://mainnet.b2-rpc.com",
4445
"https://rpc.bsquared.network",
45-
"https://b2-mainnet.alt.technology"
46+
"https://b2-mainnet.alt.technology",
47+
"https://b2-mainnet-public.s.chainbase.com"
4648
],
4749
"shortName": "B2-mainnet",
4850
"slug": "b2",

legacy_packages/chains/chains/2748.ts

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "ETH",
4+
"chainId": 2748,
5+
"explorers": [
6+
{
7+
"name": "Nanon Rollup Explorer",
8+
"url": "https://explorer.nanon.network",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://bafybeiduib2fygrwziqpy4yuqr6vvnd6elhahpigbcowcipjjhk6c3qiny",
15+
"width": 400,
16+
"height": 400,
17+
"format": "png"
18+
},
19+
"infoURL": "https://www.nanon.network",
20+
"name": "Nanon",
21+
"nativeCurrency": {
22+
"name": "Ether",
23+
"symbol": "ETH",
24+
"decimals": 18
25+
},
26+
"networkId": 2748,
27+
"parent": {
28+
"type": "L2",
29+
"chain": "eip155-1",
30+
"bridges": [
31+
{
32+
"url": "https://bridge.nanon.network"
33+
}
34+
]
35+
},
36+
"rpc": [
37+
"https://2748.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
38+
"https://rpc.nanon.network"
39+
],
40+
"shortName": "Nanon",
41+
"slip44": 1,
42+
"slug": "nanon",
43+
"testnet": false,
44+
"title": "Nanon Rollup"
45+
} as const satisfies Chain;
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Vizing Testnet",
4+
"chainId": 28516,
5+
"explorers": [
6+
{
7+
"name": "blockscout",
8+
"url": "https://explorer-sepolia.vizing.com",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmPgpWfGsAZ5UHekWFR8rioadVe3Wox8idFyeVxuv9N4Vo",
12+
"width": 200,
13+
"height": 200,
14+
"format": "svg"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmPgpWfGsAZ5UHekWFR8rioadVe3Wox8idFyeVxuv9N4Vo",
21+
"width": 200,
22+
"height": 200,
23+
"format": "svg"
24+
},
25+
"infoURL": "https://vizing.com",
26+
"name": "Vizing Testnet",
27+
"nativeCurrency": {
28+
"name": "Ether",
29+
"symbol": "ETH",
30+
"decimals": 18
31+
},
32+
"networkId": 28516,
33+
"rpc": [
34+
"https://28516.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
35+
"https://rpc-sepolia.vizing.com"
36+
],
37+
"shortName": "Vizing-Testnet",
38+
"slug": "vizing-testnet",
39+
"testnet": true,
40+
"title": "Vizing Testnet"
41+
} as const satisfies Chain;

legacy_packages/chains/chains/302.ts

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "ETH",
4+
"chainId": 302,
5+
"explorers": [
6+
{
7+
"name": "zkCandy Block Explorer",
8+
"url": "https://sepolia.explorer.zkcandy.io",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://bafkreib5jsvl6kxn2qvv4giag3l3e54d2wolo2lqbgkhivxu4cpjzi77eq",
12+
"width": 512,
13+
"height": 512,
14+
"format": "svg"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://bafkreib5jsvl6kxn2qvv4giag3l3e54d2wolo2lqbgkhivxu4cpjzi77eq",
21+
"width": 512,
22+
"height": 512,
23+
"format": "svg"
24+
},
25+
"infoURL": "https://zkcandy.io/",
26+
"name": "zkCandy Sepolia Testnet",
27+
"nativeCurrency": {
28+
"name": "Ether",
29+
"symbol": "ETH",
30+
"decimals": 18
31+
},
32+
"networkId": 302,
33+
"parent": {
34+
"type": "L2",
35+
"chain": "eip155-1",
36+
"bridges": [
37+
{
38+
"url": "https://sepolia.bridge.zkcandy.io/"
39+
}
40+
]
41+
},
42+
"redFlags": [
43+
"reusedChainId"
44+
],
45+
"rpc": [
46+
"https://302.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
47+
"https://sepolia.rpc.zkcandy.io"
48+
],
49+
"shortName": "zkcandy-sepolia",
50+
"slug": "zkcandy-sepolia-testnet",
51+
"testnet": true
52+
} as const satisfies Chain;

legacy_packages/chains/chains/4613.ts

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "VERY Mainnet",
4+
"chainId": 4613,
5+
"explorers": [
6+
{
7+
"name": "VERY explorer",
8+
"url": "https://www.veryscan.io",
9+
"standard": "none"
10+
}
11+
],
12+
"faucets": [],
13+
"features": [
14+
{
15+
"name": "EIP155"
16+
},
17+
{
18+
"name": "EIP1559"
19+
}
20+
],
21+
"icon": {
22+
"url": "ipfs://bafkreih6nnkha6t3oiy6qkqpgyb46p3ddg5nff5ayizpum2ljexlc3gc54",
23+
"width": 128,
24+
"height": 128,
25+
"format": "png"
26+
},
27+
"infoURL": "https://www.verylabs.io/",
28+
"name": "VERY Mainnet",
29+
"nativeCurrency": {
30+
"name": "VERY",
31+
"symbol": "VERY",
32+
"decimals": 18
33+
},
34+
"networkId": 4613,
35+
"rpc": [
36+
"https://4613.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
37+
"https://rpc.verylabs.io"
38+
],
39+
"shortName": "very",
40+
"slug": "very",
41+
"testnet": false,
42+
"title": "VERY Mainnet"
43+
} as const satisfies Chain;
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "REACT",
4+
"chainId": 5318008,
5+
"explorers": [
6+
{
7+
"name": "reactscan",
8+
"url": "https://kopli.reactscan.net",
9+
"standard": "none"
10+
}
11+
],
12+
"faucets": [],
13+
"features": [
14+
{
15+
"name": "EIP155"
16+
},
17+
{
18+
"name": "EIP1559"
19+
}
20+
],
21+
"infoURL": "https://reactive.network",
22+
"name": "Reactive Network Testnet Kopli",
23+
"nativeCurrency": {
24+
"name": "React",
25+
"symbol": "REACT",
26+
"decimals": 18
27+
},
28+
"networkId": 5318008,
29+
"rpc": [
30+
"https://5318008.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
31+
"https://kopli-rpc.reactive.network"
32+
],
33+
"shortName": "react",
34+
"slug": "reactive-network-testnet-kopli",
35+
"testnet": true
36+
} as const satisfies Chain;

0 commit comments

Comments
 (0)