-
-
Notifications
You must be signed in to change notification settings - Fork 835
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marc Garcia Sastre
committed
Jun 12, 2024
1 parent
dd6cccc
commit 713d13d
Showing
2 changed files
with
25 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,24 @@ | ||
import { defineChain } from '../../utils/chain/defineChain.js' | ||
|
||
export const ham = /*#__PURE__*/ defineChain({ | ||
id: 5112, | ||
name: 'Ham', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'Ham', | ||
symbol: 'ETH', | ||
}, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://rpc.ham.fun/'], | ||
webSocket: ['wss://rpc.ham.fun/'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Ham Chain Explorer', | ||
url: 'https://explorer.ham.fun', | ||
apiUrl: 'https://explorer.ham.fun/api/v2', | ||
}, | ||
}, | ||
}) |
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