-
-
Notifications
You must be signed in to change notification settings - Fork 964
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* saga * Update thick-cars-report.md --------- Co-authored-by: abs3ntdev <[email protected]> Co-authored-by: jxom <[email protected]>
- Loading branch information
1 parent
3be3c69
commit 344bcaf
Showing
3 changed files
with
33 additions
and
0 deletions.
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 Saga chain. |
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,27 @@ | ||
import { defineChain } from '../../utils/chain/defineChain.js' | ||
|
||
export const saga = /*#__PURE__*/ defineChain({ | ||
id: 5464, | ||
name: 'Saga', | ||
network: 'saga', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'gas', | ||
symbol: 'GAS', | ||
}, | ||
rpcUrls: { | ||
default: { http: ['http://sagaevm-5464-1.jsonrpc.sagarpc.io'] }, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Saga Explorer', | ||
url: 'https://sagaevm-5464-1.sagaexplorer.io', | ||
}, | ||
}, | ||
contracts: { | ||
multicall3: { | ||
address: '0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160', | ||
blockCreated: 467530, | ||
}, | ||
}, | ||
}) |
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