Skip to content

Commit

Permalink
Merge pull request #54 from onflow/update-args-json
Browse files Browse the repository at this point in the history
Update args json
  • Loading branch information
sisyphusSmiling authored Apr 26, 2024
2 parents 360536b + 2164a0e commit 6cc0530
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ______

For contributor use:

- [ ] Targeted PR against `master` branch
- [ ] Targeted PR against `main` branch
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Code follows the [standards mentioned here](https://github.com/onflow/flow-evm-bridge/blob/master/CONTRIBUTING.md#styleguides).
- [ ] Updated relevant documentation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ return true.
In both cases, `allowsBridging()` gates onboarding to the bridge. Once onboarded - **a permissionless operation anyone can
execute** - the value of `allowsBridging()` is irrelevant and assets can move between VMs permissionlessly.

## Under the Hood (facilitating cross-vm interactions)
## Under the Hood

For an in-depth look at the high-level architecture of the bridge, see [FLIP
#237](https://github.com/onflow/flips/pull/233)
Expand Down
15 changes: 6 additions & 9 deletions cadence/args/bridged-nft-code-chunks-args-emulator.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cadence/args/bridged-nft-code-chunks-args-previewnet.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cadence/args/bridged-token-code-chunks-args-emulator.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cadence/args/bridged-token-code-chunks-args-previewnet.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cadence/contracts/bridge/interfaces/CrossVMNFT.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "MetadataViews"

import "EVM"

/// Contract defining cross-VM NFT-related interfaces & Metadata views
/// Contract defining cross-VM NFT-related interfaces
///
access(all) contract CrossVMNFT {

Expand Down

0 comments on commit 6cc0530

Please sign in to comment.