Skip to content

Commit 6d6e0ac

Browse files
chore(chains): update chains (#2819)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8516fc1 commit 6d6e0ac

File tree

6 files changed

+75
-11
lines changed

6 files changed

+75
-11
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/1918.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "UPBEth",
4+
"chainId": 1918,
5+
"explorers": [],
6+
"faucets": [],
7+
"infoURL": "https://mobylab.docs.crescdi.pub.ro/blog/UPB-CRESCDI-Testnet",
8+
"name": "UPB CRESCDI Testnet",
9+
"nativeCurrency": {
10+
"name": "UPBEth",
11+
"symbol": "UPBEth",
12+
"decimals": 18
13+
},
14+
"networkId": 1918,
15+
"rpc": [
16+
"https://1918.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
17+
"https://testnet.crescdi.pub.ro"
18+
],
19+
"shortName": "UPBEth",
20+
"slug": "upb-crescdi-testnet",
21+
"testnet": true
22+
} as const satisfies Chain;
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "GitAGI",
4+
"chainId": 210049,
5+
"explorers": [],
6+
"faucets": [],
7+
"infoURL": "https://gitagi.org/",
8+
"name": "GitAGI Atlas Testnet",
9+
"nativeCurrency": {
10+
"name": "GitAGI",
11+
"symbol": "tGAGI",
12+
"decimals": 18
13+
},
14+
"networkId": 210049,
15+
"rpc": [
16+
"https://210049.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
17+
"https://rpc.gitagi.org"
18+
],
19+
"shortName": "atlas",
20+
"slug": "gitagi-atlas-testnet",
21+
"testnet": true
22+
} as const satisfies Chain;

legacy_packages/chains/chains/4200.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
"chainId": 4200,
55
"explorers": [
66
{
7-
"name": "blockscout",
7+
"name": "L2scan",
88
"url": "https://scan.merlinchain.io",
99
"standard": "EIP3091",
1010
"icon": {
@@ -32,7 +32,8 @@ export default {
3232
"networkId": 4200,
3333
"rpc": [
3434
"https://4200.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
35-
"https://rpc.merlinchain.io"
35+
"https://rpc.merlinchain.io",
36+
"https://merlin-mainnet-enterprise.unifra.io"
3637
],
3738
"shortName": "Merlin-Mainnet",
3839
"slug": "merlin",

legacy_packages/chains/chains/5678.ts

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
import type { Chain } from "../src/types";
22
export default {
3-
"chain": "EVMCC",
3+
"chain": "TANGO",
44
"chainId": 5678,
5-
"explorers": [],
5+
"explorers": [
6+
{
7+
"name": "BlockScout",
8+
"url": "https://3001-blockscout.a.dancebox.tanssi.network",
9+
"standard": "EIP3091"
10+
}
11+
],
612
"faucets": [],
7-
"infoURL": "https://tanssi.network",
8-
"name": "Tanssi EVM ContainerChain",
13+
"infoURL": "https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain",
14+
"name": "Tanssi Demo",
915
"nativeCurrency": {
1016
"name": "TANGO",
1117
"symbol": "TANGO",
@@ -17,7 +23,7 @@ export default {
1723
"https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network",
1824
"wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network"
1925
],
20-
"shortName": "TanssiCC",
21-
"slug": "tanssi-evm-containerchain",
26+
"shortName": "tango",
27+
"slug": "tanssi-demo",
2228
"testnet": false
2329
} as const satisfies Chain;

legacy_packages/chains/src/index.ts

Lines changed: 11 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)