File tree Expand file tree Collapse file tree 21 files changed +513
-2
lines changed Expand file tree Collapse file tree 21 files changed +513
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,11 @@ export default {
70
70
"https://mainnet.gateway.tenderly.co" ,
71
71
"wss://mainnet.gateway.tenderly.co" ,
72
72
"https://rpc.blocknative.com/boost" ,
73
+ "https://rpc.flashbots.net" ,
73
74
"https://rpc.flashbots.net/fast" ,
75
+ "https://rpc.mevblocker.io" ,
76
+ "https://rpc.mevblocker.io/fast" ,
77
+ "https://rpc.mevblocker.io/noreverts" ,
74
78
"https://rpc.mevblocker.io/fullprivacy" ,
75
79
"https://eth.drpc.org" ,
76
80
"wss://eth.drpc.org"
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "BSQ" ,
4
+ "chainId" : 1113 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "B2 Hub Habitat Testnet Explorer" ,
8
+ "url" : "https://habitat-hub-explorer.bsquared.network" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9" ,
12
+ "width" : 640 ,
13
+ "height" : 640 ,
14
+ "format" : "png"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "icon" : {
20
+ "url" : "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9" ,
21
+ "width" : 640 ,
22
+ "height" : 640 ,
23
+ "format" : "png"
24
+ } ,
25
+ "infoURL" : "https://www.bsquared.network" ,
26
+ "name" : "B2 Hub Habitat Testnet" ,
27
+ "nativeCurrency" : {
28
+ "name" : "BSquared Token" ,
29
+ "symbol" : "BSQ" ,
30
+ "decimals" : 18
31
+ } ,
32
+ "networkId" : 1113 ,
33
+ "rpc" : [
34
+ "https://1113.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
35
+ "https://habitat-hub-rpc.bsquared.network"
36
+ ] ,
37
+ "shortName" : "B2Hub-testnet" ,
38
+ "slug" : "b2-hub-habitat-testnet" ,
39
+ "testnet" : true
40
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "Habitat" ,
4
+ "chainId" : 1123 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "blockscout" ,
8
+ "url" : "https://habitat-explorer.bsquared.network" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9" ,
12
+ "width" : 640 ,
13
+ "height" : 640 ,
14
+ "format" : "png"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "icon" : {
20
+ "url" : "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9" ,
21
+ "width" : 640 ,
22
+ "height" : 640 ,
23
+ "format" : "png"
24
+ } ,
25
+ "infoURL" : "https://www.bsquared.network" ,
26
+ "name" : "B2 Habitat Testnet" ,
27
+ "nativeCurrency" : {
28
+ "name" : "Bitcoin" ,
29
+ "symbol" : "BTC" ,
30
+ "decimals" : 18
31
+ } ,
32
+ "networkId" : 1123 ,
33
+ "parent" : {
34
+ "type" : "L2" ,
35
+ "chain" : "eip155-1113"
36
+ } ,
37
+ "rpc" : [
38
+ "https://1123.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
39
+ "https://b2habitat-testnet.alt.technology" ,
40
+ "https://habitat-rpc.bsquared.network" ,
41
+ "https://habitat-rpc-public.bsquared.network"
42
+ ] ,
43
+ "shortName" : "B2-testnet" ,
44
+ "slug" : "b2-habitat-testnet" ,
45
+ "testnet" : true ,
46
+ "title" : "B2 Habitat Testnet"
47
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ export default {
12
12
"faucets" : [
13
13
"https://faucet.ctexscan.com"
14
14
] ,
15
+ "icon" : {
16
+ "url" : "ipfs://bafkreid5evn4qovxo6msuekizv5zn7va62tea7w2zpdx5sskconebuhqle" ,
17
+ "width" : 800 ,
18
+ "height" : 800 ,
19
+ "format" : "png"
20
+ } ,
15
21
"infoURL" : "https://ctextoken.io" ,
16
22
"name" : "Ctex Scan Blockchain" ,
17
23
"nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export default {
34
34
"wss://testnet-ws.bitlayer-rpc.com" ,
35
35
"https://rpc.ankr.com/bitlayer_testnet"
36
36
] ,
37
- "shortName" : "Bitlayer " ,
37
+ "shortName" : "btrt " ,
38
38
"slip44" : 1 ,
39
39
"slug" : "bitlayer-testnet" ,
40
40
"testnet" : true
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "Bitlayer" ,
4
+ "chainId" : 200901 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "bitlayer mainnet scan" ,
8
+ "url" : "https://www.btrscan.com" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "icon" : {
14
+ "url" : "ipfs://QmdWZ1frB47fr3tw31xE68C2Vocaw5Ef53LQ5WDNdNnNyG" ,
15
+ "width" : 4500 ,
16
+ "height" : 4500 ,
17
+ "format" : "jpg"
18
+ } ,
19
+ "infoURL" : "https://docs.bitlayer.org/" ,
20
+ "name" : "Bitlayer Mainnet" ,
21
+ "nativeCurrency" : {
22
+ "name" : "BTC" ,
23
+ "symbol" : "BTC" ,
24
+ "decimals" : 18
25
+ } ,
26
+ "networkId" : 200901 ,
27
+ "rpc" : [
28
+ "https://200901.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
29
+ "https://rpc.bitlayer.org" ,
30
+ "https://rpc.bitlayer-rpc.com" ,
31
+ "https://rpc.ankr.com/bitlayer" ,
32
+ "wss://ws.bitlayer.org" ,
33
+ "wss://ws.bitlayer-rpc.com"
34
+ ] ,
35
+ "shortName" : "btr" ,
36
+ "slip44" : 1 ,
37
+ "slug" : "bitlayer" ,
38
+ "testnet" : false
39
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ export default {
18
18
"name" : "EIP1559"
19
19
}
20
20
] ,
21
+ "icon" : {
22
+ "url" : "ipfs://QmZ9njQhhKkpJKGnoYy6XTuDtk5CYiDFUd8atqWthqUT3Q" ,
23
+ "width" : 1024 ,
24
+ "height" : 1024 ,
25
+ "format" : "png"
26
+ } ,
21
27
"infoURL" : "https://masterbank.org" ,
22
28
"name" : "Mas Mainnet" ,
23
29
"nativeCurrency" : {
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "OMNIA" ,
4
+ "chainId" : 2342 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "OmniaVerse Explorer" ,
8
+ "url" : "https://scan.omniaverse.io" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [
13
+ "https://www.omniaverse.io"
14
+ ] ,
15
+ "icon" : {
16
+ "url" : "ipfs://QmdNQMFxcjB9PAP1LZVqaQmyppV5QGTqXXmbBeQyaTUpMM" ,
17
+ "width" : 192 ,
18
+ "height" : 192 ,
19
+ "format" : "png"
20
+ } ,
21
+ "infoURL" : "https://www.omniaverse.io" ,
22
+ "name" : "Omnia Chain" ,
23
+ "nativeCurrency" : {
24
+ "name" : "Omnia" ,
25
+ "symbol" : "OMNIA" ,
26
+ "decimals" : 18
27
+ } ,
28
+ "networkId" : 2342 ,
29
+ "rpc" : [
30
+ "https://2342.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
31
+ "https://rpc.omniaverse.io"
32
+ ] ,
33
+ "shortName" : "omnia" ,
34
+ "slug" : "omnia-chain" ,
35
+ "testnet" : false
36
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "KOL" ,
4
+ "chainId" : 2425 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "King Of Legends Devnet Explorer" ,
8
+ "url" : "https://devnet.kingscan.org" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmTZFXhYJboYE9fbaeje12iTF3QPLn6xgyFgrDVe2isDBH" ,
12
+ "width" : 400 ,
13
+ "height" : 400 ,
14
+ "format" : "png"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "icon" : {
20
+ "url" : "ipfs://QmTZFXhYJboYE9fbaeje12iTF3QPLn6xgyFgrDVe2isDBH" ,
21
+ "width" : 400 ,
22
+ "height" : 400 ,
23
+ "format" : "png"
24
+ } ,
25
+ "infoURL" : "https://kingoflegends.net/" ,
26
+ "name" : "King Of Legends Devnet" ,
27
+ "nativeCurrency" : {
28
+ "name" : "King Of Legends" ,
29
+ "symbol" : "KOL" ,
30
+ "decimals" : 18
31
+ } ,
32
+ "networkId" : 2425 ,
33
+ "rpc" : [
34
+ "https://2425.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
35
+ "https://rpc-devnet.kinggamer.org/"
36
+ ] ,
37
+ "shortName" : "kol" ,
38
+ "slip44" : 1 ,
39
+ "slug" : "king-of-legends-devnet" ,
40
+ "testnet" : false ,
41
+ "title" : "King Of Legends Devnet"
42
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ export default {
3
3
"chain" : "FTH" ,
4
4
"chainId" : 308 ,
5
5
"explorers" : [
6
+ {
7
+ "name" : "furthscan" ,
8
+ "url" : "http://furthscan.com" ,
9
+ "standard" : "EIP3091"
10
+ } ,
6
11
{
7
12
"name" : "Furthscan Network Explorer" ,
8
13
"url" : "http://furthscan.com/" ,
@@ -34,6 +39,7 @@ export default {
34
39
"redFlags" : [ ] ,
35
40
"rpc" : [
36
41
"https://308.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
42
+ "https://rpc.furtheon.org/" ,
37
43
"https://rpc.furtheon.org"
38
44
] ,
39
45
"shortName" : "FTH" ,
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "Sahara" ,
4
+ "chainId" : 3132023 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "features" : [
8
+ {
9
+ "name" : "EIP155"
10
+ } ,
11
+ {
12
+ "name" : "EIP1559"
13
+ }
14
+ ] ,
15
+ "icon" : {
16
+ "url" : "ipfs://QmQXCm6w8xvWMkksTQYw3So14VCbwHP6chH41v6ysXdSwF" ,
17
+ "width" : 608 ,
18
+ "height" : 608 ,
19
+ "format" : "svg"
20
+ } ,
21
+ "infoURL" : "https://saharalabs.ai" ,
22
+ "name" : "SaharaAI Network" ,
23
+ "nativeCurrency" : {
24
+ "name" : "SAHARA" ,
25
+ "symbol" : "SAH" ,
26
+ "decimals" : 18
27
+ } ,
28
+ "networkId" : 3132023 ,
29
+ "rpc" : [
30
+ "https://3132023.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
31
+ "https://mainnet.saharalabs.ai"
32
+ ] ,
33
+ "shortName" : "sahara" ,
34
+ "slug" : "saharaai-network" ,
35
+ "testnet" : false
36
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "Sahara" ,
4
+ "chainId" : 313313 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "features" : [
8
+ {
9
+ "name" : "EIP155"
10
+ } ,
11
+ {
12
+ "name" : "EIP1559"
13
+ }
14
+ ] ,
15
+ "icon" : {
16
+ "url" : "ipfs://QmQXCm6w8xvWMkksTQYw3So14VCbwHP6chH41v6ysXdSwF" ,
17
+ "width" : 608 ,
18
+ "height" : 608 ,
19
+ "format" : "svg"
20
+ } ,
21
+ "infoURL" : "https://saharalabs.ai" ,
22
+ "name" : "SaharaAI Testnet" ,
23
+ "nativeCurrency" : {
24
+ "name" : "SAHARA" ,
25
+ "symbol" : "SAH" ,
26
+ "decimals" : 18
27
+ } ,
28
+ "networkId" : 313313 ,
29
+ "rpc" : [
30
+ "https://313313.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
31
+ "https://testnet.saharalabs.ai"
32
+ ] ,
33
+ "shortName" : "saharatest" ,
34
+ "slug" : "saharaai-testnet" ,
35
+ "testnet" : true
36
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ export default {
3
3
"chain" : "XFI" ,
4
4
"chainId" : 4157 ,
5
5
"explorers" : [
6
+ {
7
+ "name" : "CrossFi Testnet Scan" ,
8
+ "url" : "https://scan.testnet.ms" ,
9
+ "standard" : "EIP3091"
10
+ } ,
6
11
{
7
12
"name" : "Scan Testnet" ,
8
13
"url" : "https://scan.testnet.ms/" ,
@@ -22,6 +27,7 @@ export default {
22
27
"redFlags" : [ ] ,
23
28
"rpc" : [
24
29
"https://4157.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
30
+ "https://rpc.testnet.ms/" ,
25
31
"https://rpc.testnet.ms"
26
32
] ,
27
33
"shortName" : "XFI" ,
You can’t perform that action at this time.
0 commit comments