Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Aug 8, 2023
1 parent 39e73b1 commit 08928dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .changeset/mighty-ants-deny.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"viem": patch
---

fix estimateContractGas' error docsPath
Fixed `docsPath` value in `estimateContractGas`.
22 changes: 11 additions & 11 deletions src/actions/public/estimateContractGas.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('wagmi', () => {
args: (0xa5cc3c03994DB5b0d9A5eEdD10CabaB0813678AC, 420)
sender: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
Docs: https://viem.sh/docs/contract/simulateContract.html
Docs: https://viem.sh/docs/contract/estimateContractGas.html
Version: [email protected]"
`)
await expect(() =>
Expand All @@ -95,7 +95,7 @@ describe('wagmi', () => {
args: (1)
sender: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
Docs: https://viem.sh/docs/contract/simulateContract.html
Docs: https://viem.sh/docs/contract/estimateContractGas.html
Version: [email protected]"
`)
await expect(() =>
Expand All @@ -119,7 +119,7 @@ describe('wagmi', () => {
args: (0x1a1E021A302C237453D3D45c7B82B19cEEB7E2e6, 0xa5cc3c03994DB5b0d9A5eEdD10CabaB0813678AC, 1)
sender: 0xa5cc3c03994DB5b0d9A5eEdD10CabaB0813678AC
Docs: https://viem.sh/docs/contract/simulateContract.html
Docs: https://viem.sh/docs/contract/estimateContractGas.html
Version: [email protected]"
`)
})
Expand Down Expand Up @@ -194,7 +194,7 @@ describe('BAYC', () => {
args: (1)
sender: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
Docs: https://viem.sh/docs/contract/simulateContract.html
Docs: https://viem.sh/docs/contract/estimateContractGas.html
Version: [email protected]"
`)
})
Expand Down Expand Up @@ -234,7 +234,7 @@ describe('contract errors', () => {
function: revertWrite()
sender: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
Docs: https://viem.sh/docs/contract/simulateContract.html
Docs: https://viem.sh/docs/contract/estimateContractGas.html
Version: [email protected]]
`)
})
Expand All @@ -258,7 +258,7 @@ describe('contract errors', () => {
function: assertWrite()
sender: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
Docs: https://viem.sh/docs/contract/simulateContract.html
Docs: https://viem.sh/docs/contract/estimateContractGas.html
Version: [email protected]]
`)
})
Expand All @@ -282,7 +282,7 @@ describe('contract errors', () => {
function: overflowWrite()
sender: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
Docs: https://viem.sh/docs/contract/simulateContract.html
Docs: https://viem.sh/docs/contract/estimateContractGas.html
Version: [email protected]]
`)
})
Expand All @@ -306,7 +306,7 @@ describe('contract errors', () => {
function: divideByZeroWrite()
sender: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
Docs: https://viem.sh/docs/contract/simulateContract.html
Docs: https://viem.sh/docs/contract/estimateContractGas.html
Version: [email protected]]
`)
})
Expand All @@ -329,7 +329,7 @@ describe('contract errors', () => {
function: requireWrite()
sender: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
Docs: https://viem.sh/docs/contract/simulateContract.html
Docs: https://viem.sh/docs/contract/estimateContractGas.html
Version: [email protected]]
`)
})
Expand All @@ -355,7 +355,7 @@ describe('contract errors', () => {
function: simpleCustomWrite()
sender: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
Docs: https://viem.sh/docs/contract/simulateContract.html
Docs: https://viem.sh/docs/contract/estimateContractGas.html
Version: [email protected]]
`)
})
Expand All @@ -381,7 +381,7 @@ describe('contract errors', () => {
function: complexCustomWrite()
sender: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
Docs: https://viem.sh/docs/contract/simulateContract.html
Docs: https://viem.sh/docs/contract/estimateContractGas.html
Version: [email protected]]
`)
})
Expand Down

0 comments on commit 08928dc

Please sign in to comment.