Skip to content

Commit 5938f0d

Browse files
chore(chains): update chains (thirdweb-dev#3244)
This PR was automatically created by a GitHub Action. It updates the chains package with the latest changes from the database. <!-- start pr-codex --> --- ## PR-Codex overview This PR adds support for the Avalanche chain with specific explorers and features like EIP1559. It also includes a new SPACE Explorer and EIP1559 support. ### Detailed summary - Added support for Avalanche chain with chain ID 48795 - Included a new SPACE Explorer with EIP3091 standard - Added EIP1559 feature support > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent efae2f3 commit 5938f0d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

legacy_packages/chains/chains/48795.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@ import type { Chain } from "../src/types";
22
export default {
33
"chain": "Avalanche",
44
"chainId": 48795,
5-
"explorers": [],
5+
"explorers": [
6+
{
7+
"name": "SPACE Explorer",
8+
"url": "https://subnets-test.avax.network/space",
9+
"standard": "EIP3091"
10+
}
11+
],
612
"faucets": [],
7-
"features": [],
13+
"features": [
14+
{
15+
"name": "EIP1559"
16+
}
17+
],
818
"icon": {
919
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
1020
"width": 256,

0 commit comments

Comments
 (0)