Skip to content

Commit

Permalink
Add Scroll Sepolia testnet to chains
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Aug 9, 2023
1 parent 6df4308 commit 5639fde
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 56 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-goats-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added Scroll Sepolia testnet
63 changes: 48 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,39 @@
},
"typesVersions": {
"*": {
"abi": ["./dist/types/abi.d.ts"],
"accounts": ["./dist/types/accounts/index.d.ts"],
"actions": ["./dist/types/actions/index.d.ts"],
"chains": ["./dist/types/chains.d.ts"],
"contract": ["./dist/types/contract.d.ts"],
"ens": ["./dist/types/ens.d.ts"],
"public": ["./dist/types/public.d.ts"],
"test": ["./dist/types/test.d.ts"],
"utils": ["./dist/types/utils/index.d.ts"],
"wallet": ["./dist/types/wallet.d.ts"],
"window": ["./dist/types/window.d.ts"]
"abi": [
"./dist/types/abi.d.ts"
],
"accounts": [
"./dist/types/accounts/index.d.ts"
],
"actions": [
"./dist/types/actions/index.d.ts"
],
"chains": [
"./dist/types/chains.d.ts"
],
"contract": [
"./dist/types/contract.d.ts"
],
"ens": [
"./dist/types/ens.d.ts"
],
"public": [
"./dist/types/public.d.ts"
],
"test": [
"./dist/types/test.d.ts"
],
"utils": [
"./dist/types/utils/index.d.ts"
],
"wallet": [
"./dist/types/wallet.d.ts"
],
"window": [
"./dist/types/window.d.ts"
]
}
},
"peerDependencies": {
Expand All @@ -144,7 +166,7 @@
"@scure/bip32": "1.3.0",
"@scure/bip39": "1.2.0",
"@types/ws": "^8.5.4",
"@wagmi/chains": "1.6.0",
"@wagmi/chains": "1.7.0",
"abitype": "0.9.3",
"isomorphic-ws": "5.0.0",
"ws": "8.12.0"
Expand Down Expand Up @@ -174,14 +196,23 @@
},
"license": "MIT",
"repository": "wagmi-dev/viem",
"authors": ["awkweb.eth", "jxom.eth"],
"authors": [
"awkweb.eth",
"jxom.eth"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wagmi-dev"
}
],
"keywords": ["eth", "ethereum", "dapps", "wallet", "web3"],
"keywords": [
"eth",
"ethereum",
"dapps",
"wallet",
"web3"
],
"size-limit": [
{
"name": "viem (cjs)",
Expand Down Expand Up @@ -234,7 +265,9 @@
"viem": "workspace:*"
},
"peerDependencyRules": {
"ignoreMissing": ["@algolia/client-search"]
"ignoreMissing": [
"@algolia/client-search"
]
},
"patchedDependencies": {
"vitepress@1.0.0-beta.4": "patches/vitepress@1.0.0-beta.4.patch"
Expand Down
Loading

0 comments on commit 5639fde

Please sign in to comment.