File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " viem " : patch
3+ ---
4+
5+ Add Stable Testnet
Original file line number Diff line number Diff line change 1+ import { defineChain } from '../../utils/chain/defineChain.js'
2+
3+ export const stableTestnet = /*#__PURE__*/ defineChain ( {
4+ id : 2201 ,
5+ name : 'Stable Testnet' ,
6+ nativeCurrency : {
7+ decimals : 18 ,
8+ name : 'USDT' ,
9+ symbol : 'USDT' ,
10+ } ,
11+ rpcUrls : {
12+ default : {
13+ http : [ 'https://stable-jsonrpc.testnet.chain0.dev' ] ,
14+ } ,
15+ } ,
16+ blockExplorers : {
17+ default : {
18+ name : 'Blockscout Explorer' ,
19+ url : 'https://stable-explorer.testnet.chain0.dev' ,
20+ apiUrl : 'https://stable-explorer.testnet.chain0.dev/api/v2' ,
21+ } ,
22+ } ,
23+ testnet : true ,
24+ } )
Original file line number Diff line number Diff line change @@ -552,6 +552,7 @@ export { sophonTestnet } from './definitions/sophonTestnet.js'
552552export { sova } from './definitions/sova.js'
553553export { sovaSepolia } from './definitions/sovaSepolia.js'
554554export { spicy } from './definitions/spicy.js'
555+ export { stableTestnet } from './definitions/stableTestnet.js'
555556export {
556557 statusSepolia ,
557558 statusSepolia as statusNetworkSepolia ,
You can’t perform that action at this time.
0 commit comments