-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
63 additions
and
56 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
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 |
---|---|---|
|
@@ -49,7 +49,7 @@ | |
"rimraf": "^4.4.1", | ||
"simple-git-hooks": "^2.9.0", | ||
"typescript": "5.1.6", | ||
"viem": "2.0.0-beta.6", | ||
"viem": "2.0.0-beta.9", | ||
"vitest": "^0.34.5" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
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
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 |
---|---|---|
|
@@ -57,7 +57,7 @@ test('behavior: user rejected request', async () => { | |
[UserRejectedRequestError: User rejected the request. | ||
Details: Failed to connect. | ||
Version: [email protected].6] | ||
Version: [email protected].9] | ||
`) | ||
}) | ||
|
||
|
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
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 |
---|---|---|
|
@@ -79,6 +79,6 @@ test('behavior: bogus token', async () => { | |
function: decimals() | ||
Docs: https://viem.sh/docs/contract/multicall.html | ||
Version: [email protected].6" | ||
Version: [email protected].9" | ||
`) | ||
}) |
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 |
---|---|---|
|
@@ -397,7 +397,7 @@ test('throws if allowFailure=false & a contract method fails', async () => { | |
args: (0xA0Cf798816D4b9b9866b5330EEa46a18382f251e, 69420) | ||
Docs: https://viem.sh/docs/contract/readContract.html | ||
Version: [email protected].6" | ||
Version: [email protected].9" | ||
`, | ||
) | ||
}) | ||
|
@@ -450,7 +450,7 @@ test('allowFailure=true & a contract method fails', async () => { | |
args: (0xA0Cf798816D4b9b9866b5330EEa46a18382f251e, 69420) | ||
Docs: https://viem.sh/docs/contract/readContract.html | ||
Version: [email protected].6], | ||
Version: [email protected].9], | ||
"result": undefined, | ||
"status": "failure", | ||
}, | ||
|
@@ -464,7 +464,7 @@ test('allowFailure=true & a contract method fails', async () => { | |
args: (0xA0Cf798816D4b9b9866b5330EEa46a18382f251e, 69421) | ||
Docs: https://viem.sh/docs/contract/readContract.html | ||
Version: [email protected].6], | ||
Version: [email protected].9], | ||
"result": undefined, | ||
"status": "failure", | ||
}, | ||
|
@@ -502,7 +502,7 @@ test('throws if allowFailure=false & encoding contract function data fails', asy | |
args: (1e+31) | ||
Docs: https://viem.sh/docs/contract/readContract.html | ||
Version: [email protected].6" | ||
Version: [email protected].9" | ||
`, | ||
) | ||
}) | ||
|
@@ -561,7 +561,7 @@ test('allowFailure=true & encoding contract function data fails', async () => { | |
args: (1e+31) | ||
Docs: https://viem.sh/docs/contract/readContract.html | ||
Version: [email protected].6], | ||
Version: [email protected].9], | ||
"result": undefined, | ||
"status": "failure", | ||
}, | ||
|
@@ -579,7 +579,7 @@ test('allowFailure=true & encoding contract function data fails', async () => { | |
args: (1e+31) | ||
Docs: https://viem.sh/docs/contract/readContract.html | ||
Version: [email protected].6], | ||
Version: [email protected].9], | ||
"result": undefined, | ||
"status": "failure", | ||
}, | ||
|
@@ -617,7 +617,7 @@ test('should throw if allowFailure=false & a contract has no response', async () | |
args: (0xa5cc3c03994DB5b0d9A5eEdD10CabaB0813678AC) | ||
Docs: https://viem.sh/docs/contract/readContract.html | ||
Version: [email protected].6" | ||
Version: [email protected].9" | ||
`, | ||
) | ||
}) | ||
|
@@ -669,7 +669,7 @@ test('allowFailure=true & a contract has no response', async () => { | |
args: (0xa5cc3c03994DB5b0d9A5eEdD10CabaB0813678AC) | ||
Docs: https://viem.sh/docs/contract/readContract.html | ||
Version: [email protected].6], | ||
Version: [email protected].9], | ||
"result": undefined, | ||
"status": "failure", | ||
}, | ||
|
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ test('behavior: user rejected request', async () => { | |
[UserRejectedRequestError: User rejected the request. | ||
Details: Failed to sign message. | ||
Version: [email protected].6] | ||
Version: [email protected].9] | ||
`) | ||
await disconnect(config, { connector: connector_ }) | ||
}) | ||
|
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 |
---|---|---|
|
@@ -46,7 +46,7 @@ test('behavior: user rejected request', async () => { | |
[UserRejectedRequestError: User rejected the request. | ||
Details: Failed to sign typed data. | ||
Version: [email protected].6] | ||
Version: [email protected].9] | ||
`) | ||
await disconnect(config, { connector: connector_ }) | ||
}) | ||
|
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 |
---|---|---|
|
@@ -43,7 +43,7 @@ test('behavior: user rejected request', async () => { | |
[UserRejectedRequestError: User rejected the request. | ||
Details: Failed to switch chain. | ||
Version: [email protected].6] | ||
Version: [email protected].9] | ||
`) | ||
await disconnect(config, { connector: connector_ }) | ||
}) | ||
|
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
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
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
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
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
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
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
Oops, something went wrong.