File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed
Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " viem " : patch
3+ ---
4+
5+ Added CpChain network.
Original file line number Diff line number Diff line change 1+ import { defineChain } from '../../utils/chain/defineChain.js'
2+
3+ export const cpchain = /*#__PURE__*/ defineChain ( {
4+ id : 86608 ,
5+ name : 'CpChain' ,
6+ nativeCurrency : {
7+ decimals : 18 ,
8+ name : 'CpChain' ,
9+ symbol : 'CP' ,
10+ } ,
11+ rpcUrls : {
12+ default : { http : [ 'https://rpc.cpchain.com' ] } ,
13+ } ,
14+ blockExplorers : {
15+ default : {
16+ name : 'CpChain Explorer' ,
17+ url : 'https://explorer.cpchain.com' ,
18+ } ,
19+ } ,
20+ testnet : false ,
21+ } )
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ export { coreTestnet1 } from './definitions/coreTestnet1.js'
121121export { coreTestnet2 } from './definitions/coreTestnet2.js'
122122export { corn } from './definitions/corn.js'
123123export { cornTestnet } from './definitions/cornTestnet.js'
124+ export { cpchain } from './definitions/cpchain.js'
124125export { crab } from './definitions/crab.js'
125126export { creatorTestnet } from './definitions/creatorTestnet.js'
126127export { creditCoin3Devnet } from './definitions/creditCoin3Devnet.js'
You can’t perform that action at this time.
0 commit comments