File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " viem " : patch
3+ ---
4+
5+ Added Ultra EVM Mainnet chain
Original file line number Diff line number Diff line change 1+ import { defineChain } from '../../utils/chain/defineChain.js'
2+
3+ export const ultra = /*#__PURE__*/ defineChain ( {
4+ id : 19991 ,
5+ name : 'Ultra EVM' ,
6+ nativeCurrency : {
7+ decimals : 18 ,
8+ name : 'Ultra Token' ,
9+ symbol : 'UOS' ,
10+ } ,
11+ rpcUrls : {
12+ default : { http : [ 'https://evm.ultra.eosusa.io' ] } ,
13+ } ,
14+ blockExplorers : {
15+ default : {
16+ name : 'Ultra EVM Explorer' ,
17+ url : 'https://evmexplorer.ultra.io' ,
18+ } ,
19+ } ,
20+ } )
Original file line number Diff line number Diff line change @@ -467,6 +467,7 @@ export { treasure } from './definitions/treasure.js'
467467export { treasureTopaz } from './definitions/treasureTopaz.js'
468468export { tron } from './definitions/tron.js'
469469export { ubiq } from './definitions/ubiq.js'
470+ export { ultra } from './definitions/ultra.js'
470471export { ultraTestnet } from './definitions/ultraTestnet.js'
471472export { ultron } from './definitions/ultron.js'
472473export { ultronTestnet } from './definitions/ultronTestnet.js'
You can’t perform that action at this time.
0 commit comments