File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " viem " : patch
3+ ---
4+
5+ Added POTOS Testnet.
Original file line number Diff line number Diff line change 1+ import { defineChain } from '../../utils/chain/defineChain.js'
2+
3+ export const potosTestnet = /*#__PURE__*/ defineChain ( {
4+ id : 60600 ,
5+ name : 'POTOS Testnet' ,
6+ nativeCurrency : {
7+ decimals : 18 ,
8+ name : 'POTOS Token' ,
9+ symbol : 'POT' ,
10+ } ,
11+ rpcUrls : {
12+ default : {
13+ http : [ 'https://rpc-testnet.potos.hk' ] ,
14+ } ,
15+ } ,
16+ blockExplorers : {
17+ default : {
18+ name : 'POTOS Testnet explorer' ,
19+ url : 'https://scan-testnet.potos.hk' ,
20+ } ,
21+ } ,
22+ testnet : true ,
23+ } )
Original file line number Diff line number Diff line change @@ -463,6 +463,7 @@ export { polygonZkEvmTestnet } from './definitions/polygonZkEvmTestnet.js'
463463export { polynomial } from './definitions/polynomial.js'
464464export { polynomialSepolia } from './definitions/polynomialSepolia.js'
465465export { potos } from './definitions/potos.js'
466+ export { potosTestnet } from './definitions/potosTestnet.js'
466467export { premiumBlockTestnet } from './definitions/premiumBlock.js'
467468export { pulsechain } from './definitions/pulsechain.js'
468469export { pulsechainV4 } from './definitions/pulsechainV4.js'
You can’t perform that action at this time.
0 commit comments