Skip to content

Commit c280112

Browse files
chore(chains): update chains (#2910)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 664082e commit c280112

File tree

15 files changed

+263
-7
lines changed

15 files changed

+263
-7
lines changed
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": 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;

legacy_packages/chains/chains/167009.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default {
1515
}
1616
],
1717
"faucets": [],
18+
"features": [],
1819
"icon": {
1920
"url": "ipfs://QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui",
2021
"width": 288,
@@ -29,8 +30,10 @@ export default {
2930
"decimals": 18
3031
},
3132
"networkId": 167009,
33+
"redFlags": [],
3234
"rpc": [
3335
"https://167009.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
36+
"https://taiko-hekla.blockpi.network/v1/rpc/public",
3437
"https://rpc.hekla.taiko.xyz",
3538
"wss://ws.hekla.taiko.xyz"
3639
],

legacy_packages/chains/chains/1853.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": 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;

legacy_packages/chains/chains/1995.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
"explorers": [
66
{
77
"name": "edexa-testnet",
8-
"url": "https://explorer.testnet.edexa.com",
8+
"url": "https://explorer.testnet.edexa.network",
99
"standard": "EIP3091"
1010
}
1111
],
@@ -18,7 +18,7 @@ export default {
1818
"height": 1042,
1919
"format": "png"
2020
},
21-
"infoURL": "https://edexa.com/",
21+
"infoURL": "https://edexa.network/",
2222
"name": "edeXa Testnet",
2323
"nativeCurrency": {
2424
"name": "EDEXA",
@@ -28,7 +28,7 @@ export default {
2828
"networkId": 1995,
2929
"rpc": [
3030
"https://1995.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
31-
"https://testnet.edexa.com/rpc",
31+
"https://testnet.edexa.network/rpc",
3232
"https://io-dataseed1.testnet.edexa.io-market.com/rpc"
3333
],
3434
"shortName": "edx",

legacy_packages/chains/chains/25.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ export default {
2323
"decimals": 18
2424
},
2525
"networkId": 25,
26+
"redFlags": [],
2627
"rpc": [
2728
"https://25.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29+
"https://cronos.blockpi.network/v1/rpc/public",
2830
"https://evm.cronos.org",
2931
"https://cronos-evm-rpc.publicnode.com",
3032
"wss://cronos-evm-rpc.publicnode.com",
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": 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;

legacy_packages/chains/chains/3132023.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ export default {
1212
"name": "EIP1559"
1313
}
1414
],
15+
"icon": {
16+
"url": "ipfs://QmQXCm6w8xvWMkksTQYw3So14VCbwHP6chH41v6ysXdSwF",
17+
"width": 608,
18+
"height": 608,
19+
"format": "svg"
20+
},
1521
"infoURL": "https://saharalabs.ai",
1622
"name": "SaharaAI Network",
1723
"nativeCurrency": {

legacy_packages/chains/chains/313313.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ export default {
1212
"name": "EIP1559"
1313
}
1414
],
15+
"icon": {
16+
"url": "ipfs://QmQXCm6w8xvWMkksTQYw3So14VCbwHP6chH41v6ysXdSwF",
17+
"width": 608,
18+
"height": 608,
19+
"format": "svg"
20+
},
1521
"infoURL": "https://saharalabs.ai",
1622
"name": "SaharaAI Testnet",
1723
"nativeCurrency": {

legacy_packages/chains/chains/4613.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ export default {
1919
}
2020
],
2121
"icon": {
22-
"url": "ipfs://bafkreih6nnkha6t3oiy6qkqpgyb46p3ddg5nff5ayizpum2ljexlc3gc54",
23-
"width": 128,
24-
"height": 128,
22+
"url": "ipfs://bafkreidyrvphfojaf7iev57trxk3sxbo6qikg26pdy66ke4n22dgm52wwa",
23+
"width": 320,
24+
"height": 320,
2525
"format": "png"
2626
},
2727
"infoURL": "https://www.verylabs.io/",

legacy_packages/chains/chains/5424.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default {
3434
"networkId": 5424,
3535
"rpc": [
3636
"https://5424.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
37+
"https://mainnet.edexa.network/rpc",
3738
"https://mainnet.edexa.com/rpc",
3839
"https://io-dataseed1.mainnet.edexa.io-market.com/rpc"
3940
],

0 commit comments

Comments
 (0)