Skip to content

Commit 8cb0022

Browse files
chore(chains): update chains (#2529)
Co-authored-by: GitHub Action <action@github.com>
1 parent 436d9ba commit 8cb0022

26 files changed

+644
-37
lines changed

packages/chains/chains/1003.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ export default {
66
{
77
"name": "Tectum explorer",
88
"url": "https://explorer.tectum.io",
9-
"standard": "EIP3091",
10-
"icon": {
11-
"url": "ipfs://QmYvFVprVdAGJH4iHUCXGEmy7pq8MMfxEjM64SuXutz9qx",
12-
"width": 256,
13-
"height": 256,
14-
"format": "png"
15-
}
9+
"standard": "EIP3091"
1610
}
1711
],
1812
"faucets": [],

packages/chains/chains/138.ts

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ export default {
66
"registry": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85"
77
},
88
"explorers": [
9+
{
10+
"name": "Blockscout Explorer",
11+
"url": "https://blockscout.defi-oracle.io",
12+
"standard": "none"
13+
},
914
{
1015
"name": "Quorum Explorer",
11-
"url": "https://public-0138.defi-oracle.io",
16+
"url": "https://explorer.defi-oracle.io",
1217
"standard": "none"
1318
}
1419
],
@@ -27,7 +32,7 @@ export default {
2732
"height": 1043,
2833
"format": "png"
2934
},
30-
"infoURL": "https://defi-oracle.io/",
35+
"infoURL": "https://info.defi-oracle.io/",
3136
"name": "Defi Oracle Meta Mainnet",
3237
"nativeCurrency": {
3338
"name": "Ether",
@@ -37,8 +42,8 @@ export default {
3742
"networkId": 1,
3843
"rpc": [
3944
"https://138.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
40-
"https://rpc.public-0138.defi-oracle.io",
41-
"wss://rpc.public-0138.defi-oracle.io"
45+
"https://rpc.defi-oracle.io",
46+
"wss://wss.defi-oracle.io"
4247
],
4348
"shortName": "dfio-meta-main",
4449
"slip44": 60,

packages/chains/chains/17186.ts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ import type { Chain } from "../src/types";
22
export default {
33
"chain": "ETH",
44
"chainId": 17186,
5-
"explorers": [
6-
{
7-
"name": "lazy crimson coral explorer",
8-
"url": "https://explorerl2new-lazy-crimson-coral-cotlv0ftqf.t.conduit.xyz",
9-
"standard": "standard"
10-
}
11-
],
5+
"explorers": [],
126
"faucets": [],
137
"features": [],
148
"name": "lazy-crimson-coral",
@@ -28,7 +22,10 @@ export default {
2822
]
2923
},
3024
"redFlags": [],
31-
"rpc": [],
25+
"rpc": [
26+
"https://17186.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
27+
"https://l2-lazy-crimson-coral-cotlv0ftqf.t.conduit.xyz"
28+
],
3229
"shortName": "lazy-crimson-coral",
3330
"slug": "lazy-crimson-coral",
3431
"testnet": true

packages/chains/chains/18898.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ export default {
2525
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
2626
],
2727
"shortName": "QaUser4 Testnet",
28-
"slug": "qauser4-testnet",
28+
"slug": "qauser4-testnet-qauser4 testnet-18898",
2929
"testnet": true
3030
} as const satisfies Chain;

packages/chains/chains/200810.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ export default {
2929
"rpc": [
3030
"https://200810.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
3131
"https://testnet-rpc.bitlayer.org",
32-
"wss://testnet-ws.bitlayer.org"
32+
"wss://testnet-ws.bitlayer.org",
33+
"https://testnet-rpc.bitlayer-rpc.com",
34+
"wss://testnet-ws.bitlayer-rpc.com",
35+
"https://rpc.ankr.com/bitlayer_testnet"
3336
],
3437
"shortName": "Bitlayer",
3538
"slip44": 1,

packages/chains/chains/202401.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "YMTECH-BESU",
4+
"chainId": 202401,
5+
"explorers": [
6+
{
7+
"name": "YMTECH-BESU Chainlens",
8+
"url": "http://39.119.118.198",
9+
"standard": "none"
10+
}
11+
],
12+
"faucets": [],
13+
"infoURL": "https://www.ymtech.co.kr",
14+
"name": "YMTECH-BESU Testnet",
15+
"nativeCurrency": {
16+
"name": "ETH",
17+
"symbol": "ETH",
18+
"decimals": 18
19+
},
20+
"networkId": 202401,
21+
"rpc": [
22+
"https://202401.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
23+
"http://39.119.118.216:8545"
24+
],
25+
"shortName": "YMTECH-BESU",
26+
"slug": "ymtech-besu-testnet",
27+
"testnet": true
28+
} as const satisfies Chain;

packages/chains/chains/308.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": "FTH",
4+
"chainId": 308,
5+
"explorers": [
6+
{
7+
"name": "Furthscan Network Explorer",
8+
"url": "http://furthscan.com/",
9+
"standard": "standard",
10+
"icon": {
11+
"url": "ipfs://QmaZCiLBHGvQptmspWseHHs6L9iCHGKZbqVTqZ7Cf557Vg",
12+
"width": 512,
13+
"height": 512,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"features": [],
20+
"icon": {
21+
"url": "ipfs://QmaZCiLBHGvQptmspWseHHs6L9iCHGKZbqVTqZ7Cf557Vg",
22+
"width": 512,
23+
"height": 512,
24+
"format": "png"
25+
},
26+
"infoURL": "http://furthscan.com/",
27+
"name": "Furtheon Network",
28+
"nativeCurrency": {
29+
"name": "Furtheon",
30+
"symbol": "FTH",
31+
"decimals": 18
32+
},
33+
"networkId": 308,
34+
"redFlags": [],
35+
"rpc": [
36+
"https://308.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
37+
"https://rpc.furtheon.org/"
38+
],
39+
"shortName": "FTH",
40+
"slug": "furtheon-network",
41+
"testnet": false
42+
} as const satisfies Chain;

packages/chains/chains/30915.ts

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Avalanche",
4+
"chainId": 30915,
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": "Deboard's Testnet",
16+
"nativeCurrency": {
17+
"name": "Deboard's Testnet Token",
18+
"symbol": "DEVAX",
19+
"decimals": 18
20+
},
21+
"networkId": 30915,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://30915.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/deboardste/testnet/rpc"
26+
],
27+
"shortName": "Deboard's Testnet",
28+
"slug": "deboard-s-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

packages/chains/chains/32517.ts

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Avalanche",
4+
"chainId": 32517,
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": "QaUser4536 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser4536 Testnet Token",
18+
"symbol": "ZKJ",
19+
"decimals": 18
20+
},
21+
"networkId": 32517,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://32517.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser4536 Testnet",
28+
"slug": "qauser4536-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

packages/chains/chains/36746.ts

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Avalanche",
4+
"chainId": 36746,
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": "QaUser1213 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser1213 Testnet Token",
18+
"symbol": "ZKJ",
19+
"decimals": 18
20+
},
21+
"networkId": 36746,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://36746.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser1213 Testnet",
28+
"slug": "qauser1213-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

0 commit comments

Comments
 (0)