Skip to content

Commit 83ecf67

Browse files
chore(chains): update chains (#2676)
1 parent 57b1f58 commit 83ecf67

27 files changed

+698
-38
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/1001.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,21 @@ export default {
44
"chainId": 1001,
55
"explorers": [
66
{
7-
"name": "klaytnscope",
8-
"url": "https://scope.klaytn.com",
7+
"name": "Klaytnscope",
8+
"url": "https://baobab.klaytnscope.com",
9+
"standard": "EIP3091"
10+
},
11+
{
12+
"name": "Klaytnfinder",
13+
"url": "https://baobab.klaytnfinder.io",
914
"standard": "EIP3091"
1015
}
1116
],
1217
"faucets": [
1318
"https://baobab.wallet.klaytn.com/access?next=faucet"
1419
],
1520
"features": [],
16-
"infoURL": "https://www.klaytn.com/",
21+
"infoURL": "https://klaytn.foundation",
1722
"name": "Klaytn Testnet Baobab",
1823
"nativeCurrency": {
1924
"name": "KLAY",
@@ -24,9 +29,8 @@ export default {
2429
"redFlags": [],
2530
"rpc": [
2631
"https://1001.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
27-
"https://api.baobab.klaytn.net:8651",
28-
"https://klaytn-baobab.drpc.org",
29-
"wss://klaytn-baobab.drpc.org"
32+
"https://public-en-baobab.klaytn.net",
33+
"https://api.baobab.klaytn.net:8651"
3034
],
3135
"shortName": "Baobab",
3236
"slip44": 1,

legacy_packages/chains/chains/111188.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export default {
5050
"shortName": "re-al",
5151
"slip44": 60,
5252
"slug": "re-al",
53-
"status": "incubating",
5453
"testnet": false,
5554
"title": "re.al Real-World Assets network"
5655
} as const satisfies Chain;

legacy_packages/chains/chains/123420111.ts

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@ import type { Chain } from "../src/types";
22
export default {
33
"chain": "ETH",
44
"chainId": 123420111,
5-
"explorers": [],
5+
"explorers": [
6+
{
7+
"name": "blockscout",
8+
"url": "https://opcelestia-raspberry.gelatoscout.com",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM",
12+
"width": 551,
13+
"height": 540,
14+
"format": "png"
15+
}
16+
}
17+
],
618
"faucets": [],
719
"features": [],
820
"icon": {
@@ -19,10 +31,25 @@ export default {
1931
"decimals": 18
2032
},
2133
"networkId": 123420111,
34+
"parent": {
35+
"type": "L2",
36+
"chain": "eip155-11155111",
37+
"bridges": [
38+
{
39+
"url": "https://bridge.gelato.network/bridge/opcelestia-raspberry"
40+
}
41+
]
42+
},
2243
"redFlags": [],
23-
"rpc": [],
44+
"rpc": [
45+
"https://123420111.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
46+
"https://rpc.opcelestia-raspberry.gelato.digital",
47+
"wss://ws.opcelestia-raspberry.gelato.digital"
48+
],
2449
"shortName": "opcelestia-rasberry",
50+
"slip44": 60,
2551
"slug": "op-celestia-rasberry",
52+
"status": "active",
2653
"testnet": true,
2754
"title": "OP Celestia Rasberry"
2855
} as const satisfies Chain;
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": "RSS3",
4+
"chainId": 12553,
5+
"explorers": [
6+
{
7+
"name": "RSS3 VSL Scan",
8+
"url": "https://scan.rss3.io",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmZFWYnufi6G2Z54oJ25sx2yf2Skx5tseJHJJa6Hc1G34t",
15+
"width": 200,
16+
"height": 200,
17+
"format": "svg"
18+
},
19+
"infoURL": "https://rss3.io",
20+
"name": "RSS3 VSL Mainnet",
21+
"nativeCurrency": {
22+
"name": "RSS3",
23+
"symbol": "RSS3",
24+
"decimals": 18
25+
},
26+
"networkId": 12553,
27+
"parent": {
28+
"type": "L2",
29+
"chain": "eip155-1",
30+
"bridges": [
31+
{
32+
"url": "https://explorer.rss3.io/bridge"
33+
}
34+
]
35+
},
36+
"rpc": [
37+
"https://12553.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
38+
"https://rpc.rss3.io"
39+
],
40+
"shortName": "rss3",
41+
"slug": "rss3-vsl",
42+
"testnet": false
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": "EVO",
4+
"chainId": 14324,
5+
"explorers": [
6+
{
7+
"name": "Evolve Testnet Explorer",
8+
"url": "https://testnet.evolveblockchain.io",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [
13+
"https://faucet.evolveblockchain.io"
14+
],
15+
"icon": {
16+
"url": "ipfs://QmVxtpYYzc5214CB7BgsMC4mRNRHCD8fpbNMzZguBWyRwa",
17+
"width": 600,
18+
"height": 600,
19+
"format": "png"
20+
},
21+
"infoURL": "https://evolveblockchain.io",
22+
"name": "EVOLVE Testnet",
23+
"nativeCurrency": {
24+
"name": "Evolve",
25+
"symbol": "EVO",
26+
"decimals": 18
27+
},
28+
"networkId": 14324,
29+
"rpc": [
30+
"https://14324.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
31+
"https://testnet-rpc.evolveblockchain.io"
32+
],
33+
"shortName": "evo",
34+
"slug": "evolve-testnet",
35+
"testnet": true
36+
} as const satisfies Chain;

legacy_packages/chains/chains/158.ts

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": "RBA",
4+
"chainId": 158,
5+
"explorers": [
6+
{
7+
"name": "Rbascan Explorer",
8+
"url": "https://rbascan.com",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"features": [
14+
{
15+
"name": "EIP155"
16+
},
17+
{
18+
"name": "EIP1559"
19+
}
20+
],
21+
"icon": {
22+
"url": "ipfs://QmTk1uhB9nvnvXifvwEPGFcdgsXRt4EXNjovUGyUmfFRcB",
23+
"width": 4000,
24+
"height": 4000,
25+
"format": "png"
26+
},
27+
"infoURL": "https://www.roburna.com/",
28+
"name": "Roburna Mainnet",
29+
"nativeCurrency": {
30+
"name": "Roburna",
31+
"symbol": "RBA",
32+
"decimals": 18
33+
},
34+
"networkId": 158,
35+
"rpc": [
36+
"https://158.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
37+
"https://dataseed.roburna.com"
38+
],
39+
"shortName": "rba",
40+
"slug": "roburna",
41+
"testnet": false
42+
} as const satisfies Chain;

legacy_packages/chains/chains/159.ts

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": "RBAT",
4+
"chainId": 159,
5+
"explorers": [
6+
{
7+
"name": "Rbascan Testnet Explorer",
8+
"url": "https://testnet.rbascan.com",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"features": [
14+
{
15+
"name": "EIP155"
16+
},
17+
{
18+
"name": "EIP1559"
19+
}
20+
],
21+
"icon": {
22+
"url": "ipfs://QmTk1uhB9nvnvXifvwEPGFcdgsXRt4EXNjovUGyUmfFRcB",
23+
"width": 4000,
24+
"height": 4000,
25+
"format": "png"
26+
},
27+
"infoURL": "https://www.roburna.com/",
28+
"name": "Roburna Testnet",
29+
"nativeCurrency": {
30+
"name": "Roburna",
31+
"symbol": "RBAT",
32+
"decimals": 18
33+
},
34+
"networkId": 159,
35+
"rpc": [
36+
"https://159.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
37+
"https://preseed-testnet-1.roburna.com"
38+
],
39+
"shortName": "rbat",
40+
"slug": "roburna-testnet",
41+
"testnet": true
42+
} as const satisfies Chain;

legacy_packages/chains/chains/161221135.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
"explorers": [
66
{
77
"name": "Blockscout",
8-
"url": "https://plume-testnet.explorer.caldera.xyz",
8+
"url": "https://testnet-explorer.plumenetwork.xyz",
99
"standard": "EIP3091",
1010
"icon": {
1111
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM",
@@ -35,13 +35,14 @@ export default {
3535
"chain": "eip155-11155111",
3636
"bridges": [
3737
{
38-
"url": "https://plume-testnet.calderabridge.xyz"
38+
"url": "https://testnet-bridge.plumenetwork.xyz"
3939
}
4040
]
4141
},
4242
"rpc": [
4343
"https://161221135.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
44-
"https://plume-testnet.rpc.caldera.xyz/http"
44+
"https://testnet-rpc.plumenetwork.xyz/http",
45+
"wss://testnet-rpc.plumenetwork.xyz/ws"
4546
],
4647
"shortName": "plume-testnet",
4748
"slip44": 1,

legacy_packages/chains/chains/18686.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export default {
44
"chainId": 18686,
55
"explorers": [
66
{
7-
"name": "MXC zkEVM Mainnet",
8-
"url": "https://explorer.mxc.com",
7+
"name": "MXC zkEVM Moonchain",
8+
"url": "https://explorer.moonchain.com",
99
"standard": "EIP3091"
1010
}
1111
],
@@ -17,9 +17,9 @@ export default {
1717
"format": "png"
1818
},
1919
"infoURL": "https://doc.mxc.com/docs/intro",
20-
"name": "MXC zkEVM Mainnet",
20+
"name": "MXC zkEVM Moonchain",
2121
"nativeCurrency": {
22-
"name": "MXC zkEVM Mainnet",
22+
"name": "MXC zkEVM Moonchain",
2323
"symbol": "MXC",
2424
"decimals": 18
2525
},
@@ -29,6 +29,6 @@ export default {
2929
"https://rpc.mxc.com"
3030
],
3131
"shortName": "MXCzkEVM",
32-
"slug": "mxc-zkevm",
32+
"slug": "mxc-zkevm-moonchain",
3333
"testnet": false
3434
} as const satisfies Chain;

0 commit comments

Comments
 (0)