-
-
Notifications
You must be signed in to change notification settings - Fork 838
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changeset Changes Commit * Excelon Mainnet Chain definition * Update excelonMainnet.ts * Update excelonMainnet.ts --------- Co-authored-by: jxom <j@wevm.dev>
- Loading branch information
1 parent
5637837
commit 8e45821
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"viem": patch | ||
--- | ||
|
||
Added Excelon Mainnet chain. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { defineChain } from '../../utils/chain/defineChain.js' | ||
|
||
export const excelonMainnet = /*#__PURE__*/ defineChain({ | ||
id: 22052002, | ||
name: 'Excelon Mainnet', | ||
network: 'XLON', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'Excelon', | ||
symbol: 'xlon', | ||
}, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://edgewallet1.xlon.org'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Excelon explorer', | ||
url: 'https://explorer.excelon.io', | ||
}, | ||
}, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters