Skip to content

Commit 095d227

Browse files
chore(chains): update chains (#2559)
1 parent 889a1a0 commit 095d227

File tree

13 files changed

+278
-19
lines changed

13 files changed

+278
-19
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
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "re.al",
4+
"chainId": 111188,
5+
"explorers": [
6+
{
7+
"name": "blockscout",
8+
"url": "https://explorer.re.al",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmNUmWC7jNEBcTs6ZqkrQ5vMAQG8qjq7n3FcZnXvJZLoQ9",
12+
"width": 301,
13+
"height": 302,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmNUmWC7jNEBcTs6ZqkrQ5vMAQG8qjq7n3FcZnXvJZLoQ9",
21+
"width": 301,
22+
"height": 302,
23+
"format": "png"
24+
},
25+
"infoURL": "https://re.al",
26+
"name": "re.al",
27+
"nativeCurrency": {
28+
"name": "re.al Ether",
29+
"symbol": "reETH",
30+
"decimals": 18
31+
},
32+
"networkId": 111188,
33+
"parent": {
34+
"type": "L2",
35+
"chain": "eip155-1",
36+
"bridges": [
37+
{
38+
"url": "https://re.al/bridge"
39+
},
40+
{
41+
"url": "https://bridge.gelato.network/bridge/real"
42+
}
43+
]
44+
},
45+
"rpc": [
46+
"https://111188.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
47+
"https://real.drpc.org",
48+
"wss://real.drpc.org"
49+
],
50+
"shortName": "re-al",
51+
"slip44": 60,
52+
"slug": "re-al",
53+
"status": "incubating",
54+
"testnet": false,
55+
"title": "re.al Real-World Assets network"
56+
} as const satisfies Chain;

legacy_packages/chains/chains/114.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ export default {
4343
"https://114.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
4444
"https://coston2-api.flare.network/ext/C/rpc",
4545
"https://flaretestnet-bundler.etherspot.io",
46+
"https://01-gravelines-005-01.rpc.tatum.io/ext/bc/C/rpc",
47+
"https://02-chicago-005-02.rpc.tatum.io/ext/bc/C/rpc",
48+
"https://02-tokyo-005-03.rpc.tatum.io/ext/bc/C/rpc",
4649
"https://coston2.enosys.global/ext/C/rpc"
4750
],
4851
"shortName": "c2flr",

legacy_packages/chains/chains/14.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export default {
4242
"https://flare-api.flare.network/ext/C/rpc",
4343
"https://flare-bundler.etherspot.io",
4444
"https://rpc.ankr.com/flare",
45+
"https://01-gravelines-003-01.rpc.tatum.io/ext/bc/C/rpc",
46+
"https://01-vinthill-003-02.rpc.tatum.io/ext/bc/C/rpc",
4547
"https://rpc.ftso.au/flare",
4648
"https://flare.enosys.global/ext/C/rpc",
4749
"https://flare.solidifi.app/ext/C/rpc"

legacy_packages/chains/chains/16.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ export default {
4242
"rpc": [
4343
"https://16.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
4444
"https://coston-api.flare.network/ext/C/rpc",
45+
"https://01-gravelines-004-01.rpc.tatum.io/ext/bc/C/rpc",
46+
"https://02-chicago-004-02.rpc.tatum.io/ext/bc/C/rpc",
47+
"https://02-tokyo-004-03.rpc.tatum.io/ext/bc/C/rpc",
4548
"https://coston.enosys.global/ext/C/rpc"
4649
],
4750
"shortName": "cflr",

legacy_packages/chains/chains/18231.ts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
"format": "png"
2424
},
2525
"infoURL": "https://raas.gelato.network/rollups/details/public/unreal",
26-
"name": "unreal",
26+
"name": "unreal-old",
2727
"nativeCurrency": {
2828
"name": "unreal Ether",
2929
"symbol": "ETH",
@@ -33,20 +33,17 @@ export default {
3333
"parent": {
3434
"type": "L2",
3535
"chain": "eip155-11155111",
36-
"bridges": [
37-
{
38-
"url": "https://bridge.unreal.gelato.digital"
39-
}
40-
]
36+
"bridges": []
4137
},
4238
"rpc": [
4339
"https://18231.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
4440
"https://rpc.unreal.gelato.digital",
4541
"wss://ws.unreal.gelato.digital"
4642
],
47-
"shortName": "unreal",
43+
"shortName": "unreal-old",
4844
"slip44": 60,
49-
"slug": "unreal",
45+
"slug": "unreal-old",
46+
"status": "deprecated",
5047
"testnet": true,
5148
"title": "unreal testnet for re.al"
5249
} as const satisfies Chain;
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": "unreal",
4+
"chainId": 18233,
5+
"explorers": [
6+
{
7+
"name": "blockscout",
8+
"url": "https://unreal.blockscout.com",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmZbtoK9Q1DHTHjsgPUfHkzb9xdWzrSfPwPQ8M8FPu84mA",
12+
"width": 300,
13+
"height": 301,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmZbtoK9Q1DHTHjsgPUfHkzb9xdWzrSfPwPQ8M8FPu84mA",
21+
"width": 300,
22+
"height": 301,
23+
"format": "png"
24+
},
25+
"infoURL": "https://raas.gelato.network/rollups/details/public/unreal",
26+
"name": "unreal",
27+
"nativeCurrency": {
28+
"name": "unreal Ether",
29+
"symbol": "reETH",
30+
"decimals": 18
31+
},
32+
"networkId": 18233,
33+
"parent": {
34+
"type": "L2",
35+
"chain": "eip155-17000",
36+
"bridges": [
37+
{
38+
"url": "https://bridge.gelato.network/bridge/unreal"
39+
}
40+
]
41+
},
42+
"rpc": [
43+
"https://18233.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
44+
"https://rpc.unreal-orbit.gelato.digital",
45+
"wss://ws.unreal-orbit.gelato.digital"
46+
],
47+
"shortName": "unreal",
48+
"slip44": 60,
49+
"slug": "unreal",
50+
"testnet": true,
51+
"title": "unreal testnet for re.al"
52+
} as const satisfies Chain;

legacy_packages/chains/chains/19.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ export default {
4040
"rpc": [
4141
"https://19.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
4242
"https://songbird-api.flare.network/ext/C/rpc",
43+
"https://01-gravelines-006-01.rpc.tatum.io/ext/bc/C/rpc",
44+
"https://01-vinthill-006-02.rpc.tatum.io/ext/bc/C/rpc",
45+
"https://02-tokyo-006-03.rpc.tatum.io/ext/bc/C/rpc",
4346
"https://rpc.ftso.au/songbird",
4447
"https://songbird.enosys.global/ext/C/rpc",
4548
"https://songbird.solidifi.app/ext/C/rpc"
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": "DeBank",
4+
"chainId": 20240324,
5+
"explorers": [
6+
{
7+
"name": "DeBank Chain Explorer",
8+
"url": "https://sepolia-explorer.testnet.debank.com",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN",
15+
"width": 400,
16+
"height": 400,
17+
"format": "png"
18+
},
19+
"infoURL": "https://debank.com",
20+
"name": "DeBank Sepolia Testnet",
21+
"nativeCurrency": {
22+
"name": "DeBank USD",
23+
"symbol": "USD",
24+
"decimals": 18
25+
},
26+
"networkId": 20240324,
27+
"rpc": [
28+
"https://20240324.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29+
"https://sepolia-rpc.testnet.debank.com"
30+
],
31+
"shortName": "dbkse",
32+
"slip44": 1,
33+
"slug": "debank-sepolia-testnet",
34+
"testnet": true
35+
} as const satisfies Chain;

legacy_packages/chains/chains/395.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": "CADL",
4+
"chainId": 395,
5+
"explorers": [
6+
{
7+
"name": "CamDL Testnet Explorer",
8+
"url": "https://explorer.testnet.camdl.gov.kh",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [
13+
"https://faucet.testnet.camdl.gov.kh/"
14+
],
15+
"features": [
16+
{
17+
"name": "EIP155"
18+
}
19+
],
20+
"icon": {
21+
"url": "ipfs://QmW5Fpb2Ywnfqcj4ibvpbKvPv5Mo5eseWdYZnnUvLkj2Hp",
22+
"width": 1453,
23+
"height": 1453,
24+
"format": "png"
25+
},
26+
"infoURL": "https://camdl.gov.kh/",
27+
"name": "CamDL Testnet",
28+
"nativeCurrency": {
29+
"name": "CADL",
30+
"symbol": "CADL",
31+
"decimals": 18
32+
},
33+
"networkId": 395,
34+
"rpc": [
35+
"https://395.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
36+
"https://rpc1.testnet.camdl.gov.kh/"
37+
],
38+
"shortName": "camdl-testnet",
39+
"slug": "camdl-testnet",
40+
"status": "active",
41+
"testnet": true
42+
} as const satisfies Chain;

0 commit comments

Comments
 (0)