File tree Expand file tree Collapse file tree 4 files changed +55
-1
lines changed Expand file tree Collapse file tree 4 files changed +55
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " viem " : patch
3+ ---
4+
5+ Added Metis Sepolia testnet chain and deprecated metisGoerli
Original file line number Diff line number Diff line change @@ -9,8 +9,21 @@ export const metis = /*#__PURE__*/ defineChain({
99 symbol : 'METIS' ,
1010 } ,
1111 rpcUrls : {
12- default : { http : [ 'https://andromeda.metis.io/?owner=1088' ] } ,
12+ default : {
13+ http : [
14+ 'https://metis.rpc.hypersync.xyz' ,
15+ 'https://metis-pokt.nodies.app' ,
16+ 'https://api.blockeden.xyz/metis/67nCBdZQSH9z3YqDDjdm' ,
17+ 'https://metis-andromeda.rpc.thirdweb.com' ,
18+ 'https://metis-andromeda.gateway.tenderly.co' ,
19+ 'https://metis.api.onfinality.io/public' ,
20+ 'wss://metis-rpc.publicnode.com' ,
21+ 'https://andromeda.metis.io/?owner=1088' ,
22+ 'wss://metis.drpc.org' ,
23+ 'https://metis-mainnet.public.blastapi.io' ,
24+ ] ,
1325 } ,
26+ } ,
1427 blockExplorers : {
1528 default : {
1629 name : 'Metis Explorer' ,
Original file line number Diff line number Diff line change 1+ import { defineChain } from '../../utils/chain/defineChain.js'
2+
3+ export const metisSepolia = /*#__PURE__*/ defineChain ( {
4+ id : 59902 ,
5+ name : 'Metis Sepolia' ,
6+ nativeCurrency : {
7+ decimals : 18 ,
8+ name : 'Test Metis' ,
9+ symbol : 'tMETIS' ,
10+ } ,
11+ rpcUrls : {
12+ default : {
13+ http : [
14+ 'wss://metis-sepolia-rpc.publicnode.com' ,
15+ 'https://sepolia.metisdevops.link' ,
16+ 'https://metis-sepolia-rpc.publicnode.com' ,
17+ 'https://metis-sepolia.gateway.tenderly.co'
18+ ] ,
19+ } ,
20+ } ,
21+ blockExplorers : {
22+ default : {
23+ name : 'Metis Sepolia Explorer' ,
24+ url : 'https://sepolia-explorer.metisdevops.link' ,
25+ apiUrl : 'https://sepolia-explorer.metisdevops.link/api-docs' ,
26+ } ,
27+ } ,
28+ contracts : {
29+ multicall3 : {
30+ address : '0xcA11bde05977b3631167028862bE2a173976CA11' ,
31+ blockCreated : 224185 ,
32+ } ,
33+ } ,
34+ } )
Original file line number Diff line number Diff line change @@ -298,6 +298,8 @@ export { metalL2 } from './definitions/metalL2.js'
298298export { meter } from './definitions/meter.js'
299299export { meterTestnet } from './definitions/meterTestnet.js'
300300export { metis } from './definitions/metis.js'
301+ export { metisSepolia } from './definitions/metisSepolia.js'
302+ /** @deprecated Use `metisSepolia` instead. */
301303export { metisGoerli } from './definitions/metisGoerli.js'
302304export { mev } from './definitions/mev.js'
303305export { mevTestnet } from './definitions/mevTestnet.js'
You can’t perform that action at this time.
0 commit comments