Skip to content

Commit 50bbc7c

Browse files
chore(chains): update chains (#2763)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff354a6 commit 50bbc7c

File tree

16 files changed

+150
-77
lines changed

16 files changed

+150
-77
lines changed

legacy_packages/chains/chains/10024.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13-
"icon": {
14-
"url": "ipfs://QmPtiJGaApbW3ATZhPW3pKJpw3iGVrRGsZLWhrDKF9ZK18",
15-
"width": 1024,
16-
"height": 1024,
17-
"format": "png"
18-
},
1913
"name": "Gon Chain",
2014
"nativeCurrency": {
2115
"name": "Gon Token",

legacy_packages/chains/chains/1138.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13-
"icon": {
14-
"url": "ipfs://Qmd4TMQdnYxaUZqnVddh5S37NGH72g2kkK38ccCEgdZz1C",
15-
"width": 599,
16-
"height": 563,
17-
"format": "png"
18-
},
1913
"infoURL": "https://sinso.io",
2014
"name": "AmStar Testnet",
2115
"nativeCurrency": {

legacy_packages/chains/chains/13600.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,10 @@ export default {
66
{
77
"name": "qbitscan",
88
"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"
1610
}
1711
],
1812
"faucets": [],
19-
"icon": {
20-
"url": "ipfs://QmZEuR4bJaZkC497qQnsxHv23pZFcXb9dTdaDPCPo2sj9Z",
21-
"width": 200,
22-
"height": 200,
23-
"format": "png"
24-
},
2513
"infoURL": "https://kronobit.org",
2614
"name": "Kronobit Mainnet",
2715
"nativeCurrency": {

legacy_packages/chains/chains/1388.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13-
"icon": {
14-
"url": "ipfs://Qmd4TMQdnYxaUZqnVddh5S37NGH72g2kkK38ccCEgdZz1C",
15-
"width": 599,
16-
"height": 563,
17-
"format": "png"
18-
},
1913
"infoURL": "https://sinso.io",
2014
"name": "AmStar Mainnet",
2115
"nativeCurrency": {

legacy_packages/chains/chains/167009.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ export default {
77
"name": "blockscout",
88
"url": "https://blockscoutapi.hekla.taiko.xyz",
99
"standard": "EIP3091"
10+
},
11+
{
12+
"name": "routescan",
13+
"url": "https://hekla.taikoscan.network",
14+
"standard": "EIP3091"
1015
}
1116
],
1217
"faucets": [],

legacy_packages/chains/chains/2049.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ export default {
66
{
77
"name": "movoscan",
88
"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"
1610
}
1711
],
1812
"faucets": [],
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": 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;

legacy_packages/chains/chains/2730.ts

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@ import type { Chain } from "../src/types";
22
export default {
33
"chain": "XR Sepolia",
44
"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": [],
186
"faucets": [],
197
"features": [],
208
"icon": {
@@ -39,7 +27,7 @@ export default {
3927
"redFlags": [],
4028
"rpc": [
4129
"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"
4331
],
4432
"shortName": "xr-sepolia",
4533
"slug": "xr-sepolia",

legacy_packages/chains/chains/3424.ts

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

legacy_packages/chains/chains/3993.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ export default {
1212
"faucets": [
1313
"https://sepoliafaucet.com/"
1414
],
15-
"icon": {
16-
"url": "ipfs://qmxhs7fvjanzwm14vjpbnmklre32gsiy9chsarrnbtfa1n",
17-
"width": 1280,
18-
"height": 1280,
19-
"format": "png"
20-
},
2115
"infoURL": "https://docs.apexlayer.xyz/",
2216
"name": "APEX Testnet",
2317
"nativeCurrency": {

0 commit comments

Comments
 (0)