File tree Expand file tree Collapse file tree 5 files changed +72
-12
lines changed Expand file tree Collapse file tree 5 files changed +72
-12
lines changed Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ export default {
4
4
"chainId" : 33469 ,
5
5
"explorers" : [
6
6
{
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 " ,
9
9
"standard" : "EIP3091"
10
10
}
11
11
] ,
12
12
"faucets" : [
13
- "https://faucet.zq2-devnet.zilstg.dev "
13
+ "https://faucet.zq2-devnet.zilliqa.com "
14
14
] ,
15
15
"icon" : {
16
16
"url" : "ipfs://QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp" ,
@@ -19,7 +19,7 @@ export default {
19
19
"format" : "png"
20
20
} ,
21
21
"infoURL" : "https://www.zilliqa.com/" ,
22
- "name" : "Zilliqa 2 EVM Devnet" ,
22
+ "name" : "Zilliqa- 2 EVM Devnet" ,
23
23
"nativeCurrency" : {
24
24
"name" : "Zilliqa" ,
25
25
"symbol" : "ZIL" ,
@@ -28,7 +28,7 @@ export default {
28
28
"networkId" : 33469 ,
29
29
"rpc" : [
30
30
"https://33469.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
31
- "https://api.zq2-devnet.zilstg.dev "
31
+ "https://api.zq2-devnet.zilliqa.com "
32
32
] ,
33
33
"shortName" : "zq2-devnet" ,
34
34
"slug" : "zilliqa-2-evm-devnet" ,
Original file line number Diff line number Diff line change @@ -12,12 +12,6 @@ export default {
12
12
"faucets" : [
13
13
"https://t.me/vexfaucetbot"
14
14
] ,
15
- "icon" : {
16
- "url" : "ipfs://QmcZiEAGFYEEax1uxYnDUh8X5YBvZqMi9K92yZoq4o2zeM" ,
17
- "width" : 451 ,
18
- "height" : 446 ,
19
- "format" : "png"
20
- } ,
21
15
"infoURL" : "https://vexanium.com" ,
22
16
"name" : "VEX EVM TESTNET" ,
23
17
"nativeCurrency" : {
Original file line number Diff line number Diff line change
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 ;
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments