-
-
Notifications
You must be signed in to change notification settings - Fork 959
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* goat * Update funny-mice-hunt.md --------- Co-authored-by: abs3ntdev <[email protected]> Co-authored-by: jxom <[email protected]>
- Loading branch information
1 parent
b90c62a
commit 23c9598
Showing
3 changed files
with
32 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 goat network. |
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,26 @@ | ||
import { defineChain } from '../../utils/chain/defineChain.js' | ||
|
||
export const goat = /*#__PURE__*/ defineChain({ | ||
id: 2345, | ||
name: 'GOAT', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'Bitcoin', | ||
symbol: 'BTC', | ||
}, | ||
rpcUrls: { | ||
default: { http: ['https://rpc.goat.network'] }, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Goat Explorer', | ||
url: 'https://explorer.goat.network', | ||
}, | ||
}, | ||
contracts: { | ||
multicall3: { | ||
address: '0xcA11bde05977b3631167028862bE2a173976CA11', | ||
blockCreated: 0, | ||
}, | ||
}, | ||
}) |
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