-
-
Notifications
You must be signed in to change notification settings - Fork 986
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add changeset for Metis Sepolia (#3319)
* chore: add changeset for Metis Sepolia * chore: add changeset * Update metisSepolia.ts --------- Co-authored-by: Metis <[email protected]> Co-authored-by: jxom <[email protected]>
- Loading branch information
1 parent
123cc40
commit 099e7dd
Showing
4 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"viem": patch | ||
--- | ||
|
||
Added Metis Sepolia testnet chain and deprecated metisGoerli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import { defineChain } from '../../utils/chain/defineChain.js' | ||
|
||
export const metisSepolia = /*#__PURE__*/ defineChain({ | ||
id: 59902, | ||
name: 'Metis Sepolia', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'Test Metis', | ||
symbol: 'tMETIS', | ||
}, | ||
rpcUrls: { | ||
default: { | ||
http: [ | ||
'wss://metis-sepolia-rpc.publicnode.com', | ||
'https://sepolia.metisdevops.link', | ||
'https://metis-sepolia-rpc.publicnode.com', | ||
'https://metis-sepolia.gateway.tenderly.co' | ||
], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Metis Sepolia Explorer', | ||
url: 'https://sepolia-explorer.metisdevops.link', | ||
apiUrl: 'https://sepolia-explorer.metisdevops.link/api-docs', | ||
}, | ||
}, | ||
contracts: { | ||
multicall3: { | ||
address: '0xcA11bde05977b3631167028862bE2a173976CA11', | ||
blockCreated: 224185, | ||
}, | ||
}, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters