File tree Expand file tree Collapse file tree 16 files changed +150
-77
lines changed Expand file tree Collapse file tree 16 files changed +150
-77
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ export default {
10
10
}
11
11
] ,
12
12
"faucets" : [ ] ,
13
- "icon" : {
14
- "url" : "ipfs://QmPtiJGaApbW3ATZhPW3pKJpw3iGVrRGsZLWhrDKF9ZK18" ,
15
- "width" : 1024 ,
16
- "height" : 1024 ,
17
- "format" : "png"
18
- } ,
19
13
"name" : "Gon Chain" ,
20
14
"nativeCurrency" : {
21
15
"name" : "Gon Token" ,
Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ export default {
10
10
}
11
11
] ,
12
12
"faucets" : [ ] ,
13
- "icon" : {
14
- "url" : "ipfs://Qmd4TMQdnYxaUZqnVddh5S37NGH72g2kkK38ccCEgdZz1C" ,
15
- "width" : 599 ,
16
- "height" : 563 ,
17
- "format" : "png"
18
- } ,
19
13
"infoURL" : "https://sinso.io" ,
20
14
"name" : "AmStar Testnet" ,
21
15
"nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -6,22 +6,10 @@ export default {
6
6
{
7
7
"name" : "qbitscan" ,
8
8
"url" : "https://explorer.qbitscan.com" ,
9
- "standard" : "EIP3091" ,
10
- "icon" : {
11
- "url" : "ipfs://QmZEuR4bJaZkC497qQnsxHv23pZFcXb9dTdaDPCPo2sj9Z" ,
12
- "width" : 200 ,
13
- "height" : 200 ,
14
- "format" : "png"
15
- }
9
+ "standard" : "EIP3091"
16
10
}
17
11
] ,
18
12
"faucets" : [ ] ,
19
- "icon" : {
20
- "url" : "ipfs://QmZEuR4bJaZkC497qQnsxHv23pZFcXb9dTdaDPCPo2sj9Z" ,
21
- "width" : 200 ,
22
- "height" : 200 ,
23
- "format" : "png"
24
- } ,
25
13
"infoURL" : "https://kronobit.org" ,
26
14
"name" : "Kronobit Mainnet" ,
27
15
"nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ export default {
10
10
}
11
11
] ,
12
12
"faucets" : [ ] ,
13
- "icon" : {
14
- "url" : "ipfs://Qmd4TMQdnYxaUZqnVddh5S37NGH72g2kkK38ccCEgdZz1C" ,
15
- "width" : 599 ,
16
- "height" : 563 ,
17
- "format" : "png"
18
- } ,
19
13
"infoURL" : "https://sinso.io" ,
20
14
"name" : "AmStar Mainnet" ,
21
15
"nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ export default {
7
7
"name" : "blockscout" ,
8
8
"url" : "https://blockscoutapi.hekla.taiko.xyz" ,
9
9
"standard" : "EIP3091"
10
+ } ,
11
+ {
12
+ "name" : "routescan" ,
13
+ "url" : "https://hekla.taikoscan.network" ,
14
+ "standard" : "EIP3091"
10
15
}
11
16
] ,
12
17
"faucets" : [ ] ,
Original file line number Diff line number Diff line change @@ -6,13 +6,7 @@ export default {
6
6
{
7
7
"name" : "movoscan" ,
8
8
"url" : "https://movoscan.com" ,
9
- "standard" : "none" ,
10
- "icon" : {
11
- "url" : "ipfs://QmdFJMdnTvu4adiMERMP7B5ZZDwgiPmU3kU1qrUFdvHmUY" ,
12
- "width" : 800 ,
13
- "height" : 800 ,
14
- "format" : "png"
15
- }
9
+ "standard" : "none"
16
10
}
17
11
] ,
18
12
"faucets" : [ ] ,
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "Avalanche" ,
4
+ "chainId" : 24010 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "features" : [ ] ,
8
+ "icon" : {
9
+ "url" : "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg" ,
10
+ "width" : 256 ,
11
+ "height" : 256 ,
12
+ "format" : "svg"
13
+ } ,
14
+ "infoURL" : "https://avacloud.io" ,
15
+ "name" : "Stealthnet Testing " ,
16
+ "nativeCurrency" : {
17
+ "name" : "Stealthnet Testing Token" ,
18
+ "symbol" : "AVCLDDEV" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 24010 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://24010.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/stealthnet/testnet/rpc"
26
+ ] ,
27
+ "shortName" : "Stealthnet Testing " ,
28
+ "slug" : "stealthnet-testing" ,
29
+ "testnet" : true
30
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -2,19 +2,7 @@ import type { Chain } from "../src/types";
2
2
export default {
3
3
"chain" : "XR Sepolia" ,
4
4
"chainId" : 2730 ,
5
- "explorers" : [
6
- {
7
- "name" : "blockscout" ,
8
- "url" : "https://xr-sepolia-testnet.explorer.caldera.xyz/" ,
9
- "standard" : "EIP3091" ,
10
- "icon" : {
11
- "url" : "ipfs://QmRdBsZF2sgWitedT5qAtBZwrYwY1xecHN9u5fgddqA1eL/xr-sepolia.png" ,
12
- "width" : 300 ,
13
- "height" : 300 ,
14
- "format" : "png"
15
- }
16
- }
17
- ] ,
5
+ "explorers" : [ ] ,
18
6
"faucets" : [ ] ,
19
7
"features" : [ ] ,
20
8
"icon" : {
@@ -39,7 +27,7 @@ export default {
39
27
"redFlags" : [ ] ,
40
28
"rpc" : [
41
29
"https://2730.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
42
- "https://xr-sepolia-testnet.rpc.caldera.xyz/http"
30
+ "https://xr-sepolia-testnet.rpc.caldera.xyz/infra-partner- http"
43
31
] ,
44
32
"shortName" : "xr-sepolia" ,
45
33
"slug" : "xr-sepolia" ,
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "EVO" ,
4
+ "chainId" : 3424 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "Evolve Mainnet Explorer" ,
8
+ "url" : "https://evoexplorer.com" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "icon" : {
14
+ "url" : "ipfs://QmVxtpYYzc5214CB7BgsMC4mRNRHCD8fpbNMzZguBWyRwa" ,
15
+ "width" : 600 ,
16
+ "height" : 600 ,
17
+ "format" : "png"
18
+ } ,
19
+ "infoURL" : "https://evolveblockchain.io" ,
20
+ "name" : "EVOLVE Mainnet" ,
21
+ "nativeCurrency" : {
22
+ "name" : "Evolve" ,
23
+ "symbol" : "EVO" ,
24
+ "decimals" : 18
25
+ } ,
26
+ "networkId" : 3424 ,
27
+ "rpc" : [
28
+ "https://3424.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
29
+ "https://rpc.evolveblockchain.io"
30
+ ] ,
31
+ "shortName" : "EVOm" ,
32
+ "slug" : "evolve" ,
33
+ "testnet" : false
34
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -12,12 +12,6 @@ export default {
12
12
"faucets" : [
13
13
"https://sepoliafaucet.com/"
14
14
] ,
15
- "icon" : {
16
- "url" : "ipfs://qmxhs7fvjanzwm14vjpbnmklre32gsiy9chsarrnbtfa1n" ,
17
- "width" : 1280 ,
18
- "height" : 1280 ,
19
- "format" : "png"
20
- } ,
21
15
"infoURL" : "https://docs.apexlayer.xyz/" ,
22
16
"name" : "APEX Testnet" ,
23
17
"nativeCurrency" : {
You can’t perform that action at this time.
0 commit comments