-
-
Notifications
You must be signed in to change notification settings - Fork 864
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add MCH Verse chain * Update mchVerse.ts
- Loading branch information
1 parent
103de69
commit b4a05d6
Showing
3 changed files
with
26 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 MCH Verse 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,20 @@ | ||
import { defineChain } from '../../utils/chain/defineChain.js' | ||
|
||
export const mchVerse = /*#__PURE__*/ defineChain({ | ||
id: 29548, | ||
name: 'MCH Verse', | ||
nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 }, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://rpc.oasys.mycryptoheroes.net'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'MCH Verse Explorer', | ||
url: 'https://explorer.oasys.mycryptoheroes.net', | ||
apiUrl: 'https://explorer.oasys.mycryptoheroes.net/api', | ||
}, | ||
}, | ||
testnet: false, | ||
}) |
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