Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
9a3bffd to
abb9065
Compare
| templateId: acsDisclosures.ccipReceiver.templateId, | ||
| contractId: acsDisclosures.ccipReceiver.contractId, |
There was a problem hiding this comment.
This would actually have to be specified by the user themselves - CCIPReceiver is mainly an example contract
| }, | ||
| // end:generate | ||
|
|
||
| // generate: |
There was a problem hiding this comment.
This is to add and autogenerate Canton selectors, we need it
clean comments minor refactor
refactor eds remove open api client cleanup comment
cb2aca9 to
15bba1e
Compare
| | 'api' | ||
| | 'cantonJwt' | ||
| | 'cantonParty' | ||
| | 'cantonEdsUrl' |
There was a problem hiding this comment.
@andrevmatos we need somehow all these values from the user input, what's the recommended way to get them through the CLI?
This way I understand is not ideal
| @@ -0,0 +1,7637 @@ | |||
| /* eslint-disable */ | |||
| /** | |||
| * This file was auto-generated by openapi-typescript. | |||
There was a problem hiding this comment.
Unfortunately we there's no lib that gives us this info.
Let me know if you prefer any other way to handle this @andrevmatos
| @@ -0,0 +1,7637 @@ | |||
| /* eslint-disable */ | |||
There was a problem hiding this comment.
We could autogenerate this with the generate tool
| edsDisclosureProvider: EdsDisclosureProvider, | ||
| transferInstructionClient: TransferInstructionClient, | ||
| tokenMetadataClient: TokenMetadataClient, | ||
| ccipParty: string, |
There was a problem hiding this comment.
Check if we can autodiscover this
| | 'api' | ||
| | 'cantonJwt' | ||
| | 'cantonParty' | ||
| | 'cantonEdsUrl' |
There was a problem hiding this comment.
Offchain services URLs could be hardcoded
Uh oh!
There was an error while loading. Please reload this page.