Skip to content

Commit 2a5c7d0

Browse files
chore(chains): update chains (#2734)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3847617 commit 2a5c7d0

File tree

21 files changed

+513
-2
lines changed

21 files changed

+513
-2
lines changed

legacy_packages/chains/chains/1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ export default {
7070
"https://mainnet.gateway.tenderly.co",
7171
"wss://mainnet.gateway.tenderly.co",
7272
"https://rpc.blocknative.com/boost",
73+
"https://rpc.flashbots.net",
7374
"https://rpc.flashbots.net/fast",
75+
"https://rpc.mevblocker.io",
76+
"https://rpc.mevblocker.io/fast",
77+
"https://rpc.mevblocker.io/noreverts",
7478
"https://rpc.mevblocker.io/fullprivacy",
7579
"https://eth.drpc.org",
7680
"wss://eth.drpc.org"

legacy_packages/chains/chains/1113.ts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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;

legacy_packages/chains/chains/1123.ts

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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;

legacy_packages/chains/chains/1455.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ export default {
1212
"faucets": [
1313
"https://faucet.ctexscan.com"
1414
],
15+
"icon": {
16+
"url": "ipfs://bafkreid5evn4qovxo6msuekizv5zn7va62tea7w2zpdx5sskconebuhqle",
17+
"width": 800,
18+
"height": 800,
19+
"format": "png"
20+
},
1521
"infoURL": "https://ctextoken.io",
1622
"name": "Ctex Scan Blockchain",
1723
"nativeCurrency": {

legacy_packages/chains/chains/200810.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
"wss://testnet-ws.bitlayer-rpc.com",
3535
"https://rpc.ankr.com/bitlayer_testnet"
3636
],
37-
"shortName": "Bitlayer",
37+
"shortName": "btrt",
3838
"slip44": 1,
3939
"slug": "bitlayer-testnet",
4040
"testnet": true
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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;

legacy_packages/chains/chains/220315.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ export default {
1818
"name": "EIP1559"
1919
}
2020
],
21+
"icon": {
22+
"url": "ipfs://QmZ9njQhhKkpJKGnoYy6XTuDtk5CYiDFUd8atqWthqUT3Q",
23+
"width": 1024,
24+
"height": 1024,
25+
"format": "png"
26+
},
2127
"infoURL": "https://masterbank.org",
2228
"name": "Mas Mainnet",
2329
"nativeCurrency": {

legacy_packages/chains/chains/2342.ts

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": "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;

legacy_packages/chains/chains/2425.ts

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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;

legacy_packages/chains/chains/308.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ export default {
33
"chain": "FTH",
44
"chainId": 308,
55
"explorers": [
6+
{
7+
"name": "furthscan",
8+
"url": "http://furthscan.com",
9+
"standard": "EIP3091"
10+
},
611
{
712
"name": "Furthscan Network Explorer",
813
"url": "http://furthscan.com/",
@@ -34,6 +39,7 @@ export default {
3439
"redFlags": [],
3540
"rpc": [
3641
"https://308.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
42+
"https://rpc.furtheon.org/",
3743
"https://rpc.furtheon.org"
3844
],
3945
"shortName": "FTH",
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": "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;
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": "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;

legacy_packages/chains/chains/4157.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ export default {
33
"chain": "XFI",
44
"chainId": 4157,
55
"explorers": [
6+
{
7+
"name": "CrossFi Testnet Scan",
8+
"url": "https://scan.testnet.ms",
9+
"standard": "EIP3091"
10+
},
611
{
712
"name": "Scan Testnet",
813
"url": "https://scan.testnet.ms/",
@@ -22,6 +27,7 @@ export default {
2227
"redFlags": [],
2328
"rpc": [
2429
"https://4157.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
30+
"https://rpc.testnet.ms/",
2531
"https://rpc.testnet.ms"
2632
],
2733
"shortName": "XFI",

0 commit comments

Comments
 (0)