File tree Expand file tree Collapse file tree 15 files changed +263
-7
lines changed Expand file tree Collapse file tree 15 files changed +263
-7
lines changed 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" : 10154 ,
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" : "QIM2405023 Interop" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QIM2405023 Interop Token" ,
18
+ "symbol" : "UZP" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 10154 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://10154.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QIM2405023 Interop" ,
28
+ "slug" : "qim2405023-interop" ,
29
+ "testnet" : true
30
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export default {
15
15
}
16
16
] ,
17
17
"faucets" : [ ] ,
18
+ "features" : [ ] ,
18
19
"icon" : {
19
20
"url" : "ipfs://QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui" ,
20
21
"width" : 288 ,
@@ -29,8 +30,10 @@ export default {
29
30
"decimals" : 18
30
31
} ,
31
32
"networkId" : 167009 ,
33
+ "redFlags" : [ ] ,
32
34
"rpc" : [
33
35
"https://167009.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
36
+ "https://taiko-hekla.blockpi.network/v1/rpc/public" ,
34
37
"https://rpc.hekla.taiko.xyz" ,
35
38
"wss://ws.hekla.taiko.xyz"
36
39
] ,
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" : 1853 ,
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" : "HighOctane" ,
16
+ "nativeCurrency" : {
17
+ "name" : "HighOctane Token" ,
18
+ "symbol" : "HO" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 1853 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://1853.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/highoctane/mainnet/rpc"
26
+ ] ,
27
+ "shortName" : "HighOctane" ,
28
+ "slug" : "highoctane" ,
29
+ "testnet" : false
30
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default {
5
5
"explorers" : [
6
6
{
7
7
"name" : "edexa-testnet" ,
8
- "url" : "https://explorer.testnet.edexa.com " ,
8
+ "url" : "https://explorer.testnet.edexa.network " ,
9
9
"standard" : "EIP3091"
10
10
}
11
11
] ,
@@ -18,7 +18,7 @@ export default {
18
18
"height" : 1042 ,
19
19
"format" : "png"
20
20
} ,
21
- "infoURL" : "https://edexa.com /" ,
21
+ "infoURL" : "https://edexa.network /" ,
22
22
"name" : "edeXa Testnet" ,
23
23
"nativeCurrency" : {
24
24
"name" : "EDEXA" ,
@@ -28,7 +28,7 @@ export default {
28
28
"networkId" : 1995 ,
29
29
"rpc" : [
30
30
"https://1995.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
31
- "https://testnet.edexa.com /rpc" ,
31
+ "https://testnet.edexa.network /rpc" ,
32
32
"https://io-dataseed1.testnet.edexa.io-market.com/rpc"
33
33
] ,
34
34
"shortName" : "edx" ,
Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ export default {
23
23
"decimals" : 18
24
24
} ,
25
25
"networkId" : 25 ,
26
+ "redFlags" : [ ] ,
26
27
"rpc" : [
27
28
"https://25.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
29
+ "https://cronos.blockpi.network/v1/rpc/public" ,
28
30
"https://evm.cronos.org" ,
29
31
"https://cronos-evm-rpc.publicnode.com" ,
30
32
"wss://cronos-evm-rpc.publicnode.com" ,
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" : 25284 ,
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" : "QIM2405021" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QIM2405021 Token" ,
18
+ "symbol" : "UZP" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 25284 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://25284.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QIM2405021" ,
28
+ "slug" : "qim2405021" ,
29
+ "testnet" : true
30
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ export default {
12
12
"name" : "EIP1559"
13
13
}
14
14
] ,
15
+ "icon" : {
16
+ "url" : "ipfs://QmQXCm6w8xvWMkksTQYw3So14VCbwHP6chH41v6ysXdSwF" ,
17
+ "width" : 608 ,
18
+ "height" : 608 ,
19
+ "format" : "svg"
20
+ } ,
15
21
"infoURL" : "https://saharalabs.ai" ,
16
22
"name" : "SaharaAI Network" ,
17
23
"nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ export default {
12
12
"name" : "EIP1559"
13
13
}
14
14
] ,
15
+ "icon" : {
16
+ "url" : "ipfs://QmQXCm6w8xvWMkksTQYw3So14VCbwHP6chH41v6ysXdSwF" ,
17
+ "width" : 608 ,
18
+ "height" : 608 ,
19
+ "format" : "svg"
20
+ } ,
15
21
"infoURL" : "https://saharalabs.ai" ,
16
22
"name" : "SaharaAI Testnet" ,
17
23
"nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ export default {
19
19
}
20
20
] ,
21
21
"icon" : {
22
- "url" : "ipfs://bafkreih6nnkha6t3oiy6qkqpgyb46p3ddg5nff5ayizpum2ljexlc3gc54 " ,
23
- "width" : 128 ,
24
- "height" : 128 ,
22
+ "url" : "ipfs://bafkreidyrvphfojaf7iev57trxk3sxbo6qikg26pdy66ke4n22dgm52wwa " ,
23
+ "width" : 320 ,
24
+ "height" : 320 ,
25
25
"format" : "png"
26
26
} ,
27
27
"infoURL" : "https://www.verylabs.io/" ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export default {
34
34
"networkId" : 5424 ,
35
35
"rpc" : [
36
36
"https://5424.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
37
+ "https://mainnet.edexa.network/rpc" ,
37
38
"https://mainnet.edexa.com/rpc" ,
38
39
"https://io-dataseed1.mainnet.edexa.io-market.com/rpc"
39
40
] ,
You can’t perform that action at this time.
0 commit comments