Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCQ/SDK/js-query: Make tests verify results #3525

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions node/cmd/ccq/devnet.permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
"call": "0x18160ddd"
}
},
{
"ethCall": {
"note:": "Decimals of WETH on Goerli",
"chain": 2,
"contractAddress": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
"call": "0x313ce567"
}
},

{
"ethCall": {
"note:": "Name of WETH on Devnet",
Expand All @@ -36,6 +45,14 @@
"call": "0x18160ddd"
}
},
{
"ethCall": {
"note:": "Decimals of WETH on Devnet",
"chain": 2,
"contractAddress": "0xDDb64fE46a91D46ee29420539FC25FD07c5FEa3E",
"call": "0x313ce567"
}
},
{
"ethCallByTimestamp": {
"note:": "Name of WETH on Goerli",
Expand Down Expand Up @@ -68,6 +85,14 @@
"call": "0x18160ddd"
}
},
{
"ethCallByTimestamp": {
"note:": "Decimals of WETH on Devnet",
"chain": 2,
"contractAddress": "0xDDb64fE46a91D46ee29420539FC25FD07c5FEa3E",
"call": "0x313ce567"
}
},
{
"ethCallWithFinality": {
"note:": "Name of WETH on Goerli",
Expand Down Expand Up @@ -99,6 +124,14 @@
"contractAddress": "0xDDb64fE46a91D46ee29420539FC25FD07c5FEa3E",
"call": "0x18160ddd"
}
},
{
"ethCallWithFinality": {
"note:": "Decimals of WETH on Devnet",
"chain": 2,
"contractAddress": "0xDDb64fE46a91D46ee29420539FC25FD07c5FEa3E",
"call": "0x313ce567"
}
}
]
},
Expand Down
Loading
Loading