* chore: regenerate types from version 66 * chore: fix transfer type mappings * chore: update triggering ratio to use strings * chore: regen explorer types * build(explorer): fix linting error in regenerated explorer types * chore: remove expiry fields from tests and fix imports to use updated generated code Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
11 lines
193 B
GraphQL
11 lines
193 B
GraphQL
query WithdrawalApproval($withdrawalId: ID!) {
|
|
erc20WithdrawalApproval(withdrawalId: $withdrawalId) {
|
|
assetSource
|
|
amount
|
|
nonce
|
|
signatures
|
|
targetAddress
|
|
creation
|
|
}
|
|
}
|