Skip to content

Commit 9e8cca2

Browse files
chore(chains): update chains (#2739)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d81b68 commit 9e8cca2

File tree

5 files changed

+72
-12
lines changed

5 files changed

+72
-12
lines changed
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": "ETH",
4+
"chainId": 167009,
5+
"explorers": [
6+
{
7+
"name": "blockscout",
8+
"url": "https://blockscoutapi.hekla.taiko.xyz",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui",
15+
"width": 288,
16+
"height": 258,
17+
"format": "png"
18+
},
19+
"infoURL": "https://taiko.xyz",
20+
"name": "Taiko Hekla L2",
21+
"nativeCurrency": {
22+
"name": "Ether",
23+
"symbol": "ETH",
24+
"decimals": 18
25+
},
26+
"networkId": 167009,
27+
"rpc": [
28+
"https://167009.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29+
"https://rpc.hekla.taiko.xyz",
30+
"wss://ws.hekla.taiko.xyz"
31+
],
32+
"shortName": "tko-hekla",
33+
"slug": "taiko-hekla-l2",
34+
"status": "active",
35+
"testnet": false
36+
} as const satisfies Chain;

legacy_packages/chains/chains/33469.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ export default {
44
"chainId": 33469,
55
"explorers": [
66
{
7-
"name": "Zilliqa 2 EVM Devnet Explorer",
8-
"url": "https://explorer.zq2-devnet.zilstg.dev",
7+
"name": "Zilliqa-2 EVM Devnet Explorer",
8+
"url": "https://explorer.zq2-devnet.zilliqa.com",
99
"standard": "EIP3091"
1010
}
1111
],
1212
"faucets": [
13-
"https://faucet.zq2-devnet.zilstg.dev"
13+
"https://faucet.zq2-devnet.zilliqa.com"
1414
],
1515
"icon": {
1616
"url": "ipfs://QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp",
@@ -19,7 +19,7 @@ export default {
1919
"format": "png"
2020
},
2121
"infoURL": "https://www.zilliqa.com/",
22-
"name": "Zilliqa 2 EVM Devnet",
22+
"name": "Zilliqa-2 EVM Devnet",
2323
"nativeCurrency": {
2424
"name": "Zilliqa",
2525
"symbol": "ZIL",
@@ -28,7 +28,7 @@ export default {
2828
"networkId": 33469,
2929
"rpc": [
3030
"https://33469.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
31-
"https://api.zq2-devnet.zilstg.dev"
31+
"https://api.zq2-devnet.zilliqa.com"
3232
],
3333
"shortName": "zq2-devnet",
3434
"slug": "zilliqa-2-evm-devnet",

legacy_packages/chains/chains/5522.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ export default {
1212
"faucets": [
1313
"https://t.me/vexfaucetbot"
1414
],
15-
"icon": {
16-
"url": "ipfs://QmcZiEAGFYEEax1uxYnDUh8X5YBvZqMi9K92yZoq4o2zeM",
17-
"width": 451,
18-
"height": 446,
19-
"format": "png"
20-
},
2115
"infoURL": "https://vexanium.com",
2216
"name": "VEX EVM TESTNET",
2317
"nativeCurrency": {

legacy_packages/chains/chains/9998.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": "ZTC",
4+
"chainId": 9998,
5+
"explorers": [],
6+
"faucets": [],
7+
"infoURL": "https://ztc.best",
8+
"name": "Ztc Mainnet",
9+
"nativeCurrency": {
10+
"name": "Ztcer",
11+
"symbol": "ZTC",
12+
"decimals": 5
13+
},
14+
"networkId": 9998,
15+
"rpc": [
16+
"https://9998.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
17+
"https://zitcoin.us"
18+
],
19+
"shortName": "ZTC",
20+
"slug": "ztc",
21+
"testnet": false
22+
} as const satisfies Chain;

legacy_packages/chains/src/index.ts

Lines changed: 9 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)