From 067c816d777215013ab724d0b2fb6d44033bf594 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Mon, 1 Apr 2024 09:57:10 -0500 Subject: [PATCH] re-add royalties to mint and address PR comments --- README.md | 10 ++--- contracts/MetadataViews.cdc | 4 +- lib/go/contracts/internal/assets/assets.go | 6 +-- lib/go/templates/internal/assets/assets.go | 12 +++--- tests/test_example_nft.cdc | 14 +++---- ...ding_tests.cdc => test_nft_forwarding.cdc} | 16 ++++---- transactions/mint_nft.cdc | 38 ++++++++++--------- .../setup_account_to_receive_royalty.cdc | 6 ++- 8 files changed, 56 insertions(+), 50 deletions(-) rename tests/{nft_forwarding_tests.cdc => test_nft_forwarding.cdc} (95%) diff --git a/README.md b/README.md index 09b62fa..fb7a3fc 100644 --- a/README.md +++ b/README.md @@ -195,16 +195,16 @@ If you want to test out these contracts, we recommend either testing them with the [Flow Playground](https://play.flow.com) or with the [Visual Studio Code Extension](https://github.com/onflow/flow/blob/master/docs/vscode-extension.md#cadence-visual-studio-code-extension). -The steps to follow are: +If you are not making/testing any modifications to the standard contracts, +they are already deployed to the addresses listed above and you can just import +from those directly instead of deploying them yourself. + +If you want to test changes to the standards, the steps to follow are: 1. Deploy `ViewResolver.cdc` 2. Deploy `NonFungibleToken.cdc`, importing `ViewResolver`. 3. Deploy `ExampleNFT.cdc`, importing `NonFungibleToken`. -If you are not making any modifications to the standard contracts, -they are already deployed to the addresses listed above and you can just import -from those directly instead of deploying them yourself. - Then you can experiment with some of the other transactions and scripts in `transactions/` or even write your own. You'll need to replace some of the import address placeholders with addresses that you deploy to, as well as some of the transaction arguments. diff --git a/contracts/MetadataViews.cdc b/contracts/MetadataViews.cdc index 580d85b..d8e54be 100644 --- a/contracts/MetadataViews.cdc +++ b/contracts/MetadataViews.cdc @@ -185,7 +185,7 @@ access(all) contract MetadataViews { /// Helper to get License in a typesafe way /// /// @param viewResolver: A reference to the resolver resource - /// @return A optional License struct + /// @return An optional License struct /// access(all) fun getLicense(_ viewResolver: &{ViewResolver.Resolver}) : License? { if let view = viewResolver.resolveView(Type()) { @@ -212,7 +212,7 @@ access(all) contract MetadataViews { /// Helper to get ExternalURL in a typesafe way /// /// @param viewResolver: A reference to the resolver resource - /// @return A optional ExternalURL struct + /// @return An optional ExternalURL struct /// access(all) fun getExternalURL(_ viewResolver: &{ViewResolver.Resolver}) : ExternalURL? { if let view = viewResolver.resolveView(Type()) { diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index d815ee1..52e7b30 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -1,7 +1,7 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: // ExampleNFT.cdc (13.594kB) -// MetadataViews.cdc (25.493kB) +// MetadataViews.cdc (25.495kB) // NonFungibleToken.cdc (10.483kB) // ViewResolver.cdc (2.71kB) @@ -93,7 +93,7 @@ func examplenftCdc() (*asset, error) { return a, nil } -var _metadataviewsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7c\x7f\x73\xdb\xb8\xd1\xf0\xff\xf9\x14\x7b\xee\xcc\xd5\x7e\x5f\x59\x72\xae\xd7\x9b\xf7\xd5\x9c\x7a\xcd\x25\x71\x9b\x67\xee\xf2\x64\x12\x5f\xfb\xcc\x64\x6e\x62\x88\x5c\x49\xa8\x49\x82\x05\x40\xcb\x6a\x26\xdf\xfd\x99\x5d\xfc\x20\x48\x51\x16\xed\xe6\x1a\xff\x91\x50\x24\xb0\x58\x2c\xf6\x37\x16\x90\x65\xad\xb4\x85\x93\xcb\xa6\x5a\xcb\x65\x81\x57\xea\x06\xab\x93\x27\xe1\xf5\x6b\x55\x1d\xf8\xf2\x37\x89\xdb\xb7\x68\x54\x71\x8b\xfa\xe4\xc9\x93\xd9\x6c\x06\x57\x1b\x69\x20\x53\x95\xd5\x22\xb3\x20\xcb\xba\xc0\x12\x2b\x6b\xc0\x6e\x10\x4a\xb4\x22\x17\x56\x80\xb1\xa2\xca\x85\xce\xa1\xd6\xaa\x56\x06\x73\xee\x2b\x2b\xb8\xfc\xe9\xd5\x9b\xf3\x8b\xef\xfe\xf0\xdd\x94\xde\xf0\xdb\xb7\xb8\x9a\xc3\xc6\xda\xda\xcc\x67\xb3\xb5\xb4\x9b\x66\x39\xcd\x54\x39\x53\xd5\xaa\x50\xdb\xd9\xaa\x90\xb5\x99\x2d\x0b\xb5\x9c\x95\x42\x56\x33\x51\xd7\x85\xcc\x84\x95\xaa\x9a\x7d\x73\xf1\xcd\xd3\x8b\xff\xff\xf4\xbb\xf3\x6a\x65\xcf\xc3\xe0\xd3\x32\x8f\xb0\xdf\x59\xdd\x64\xd6\x80\xa8\x72\xd0\x68\x54\xa3\x33\x34\x90\x89\xaa\xc5\x1c\x54\x85\xa0\x34\x94\x4a\x23\xf7\x89\x93\xb0\xbb\x1a\xcd\x04\x32\x51\x14\x98\xc3\xad\xc4\xad\x99\xc2\x4b\x91\x6d\xf8\x99\x3f\x83\xc6\x5a\xa3\x21\x02\x70\x5f\x01\xb9\x5c\xad\x50\x13\xdc\x1b\x59\xe5\xa0\x56\x11\xde\x04\x4c\x93\x6d\x40\x18\x10\x90\x69\x14\x56\x69\x58\x4a\xb5\xd6\xa2\xde\xec\xb8\xb7\xd2\x20\xe0\xbf\xde\xbc\xfc\x0b\xc8\x52\xac\x11\x56\xb2\x40\x47\x27\x91\x65\x68\xcc\xa9\x28\x8a\xb3\x96\xf8\x3f\x7b\xc0\xb4\x4a\x06\x3e\x3e\x79\x02\x00\x40\x70\x5e\x48\x53\x17\x62\x07\x92\x86\x5a\x0a\x23\x33\x8f\xf1\x46\x58\x90\x55\x56\x34\x39\xba\x05\xab\x44\x89\x13\xc8\xd1\x64\x5a\xd6\x44\x52\xa2\x54\x84\x63\x37\x4d\xb9\xac\x84\x2c\x60\x45\xa8\x55\xa0\x96\xff\xc0\xcc\x4e\xe1\x67\x65\xac\xff\x61\xc0\x6c\x54\x53\xe4\x09\x41\x2d\xb1\x08\x0d\x38\x0d\x90\xf8\xff\x74\x0e\x86\xd7\x25\x22\xea\x71\x0f\xe3\x5e\x79\xcc\x88\x7a\x84\xa5\x1f\x36\x6d\xd3\x6b\x2f\x0d\xac\x24\x16\x39\x6c\x65\x51\xc0\x12\x21\x77\x90\x31\x27\xa6\x2b\xa4\xf1\x3c\x60\x37\xa8\x71\xa5\x34\x7a\xac\x3b\x60\x96\xfc\x56\x5b\x9a\x69\xa6\xaa\x4c\x1a\x1c\x1e\x33\x9d\x49\x81\x96\x71\x9d\x13\xaf\xc9\x6a\xdd\x9d\xc9\x33\xd8\x6a\x69\x2d\x56\x1d\x1a\x7f\xa6\x69\x09\xc8\xd1\x0a\x19\x98\xb3\x0b\x76\xd2\x01\x65\x14\x33\xfd\x12\x99\xcd\xe1\x16\xf5\x52\x19\x84\x53\x9c\xae\xa7\x20\xa0\x16\x5a\x30\x1f\x82\xac\x8c\x45\xc1\x7c\x2b\xc0\xc8\x6a\x5d\x20\x14\xb2\xc2\xb3\x71\x94\x48\x66\x79\x88\x20\xa6\x14\x45\x91\xb0\x56\x94\x20\xf1\x48\xda\x78\xfe\x5b\x22\x08\xd8\xe2\xf2\x7c\xa5\x25\x56\x79\xb1\x63\xf1\x81\x53\x39\x45\x96\xa9\x09\xbc\x79\xfd\x97\xb3\x0e\x10\x96\x07\x4f\x97\x7d\x86\x99\xd0\xc4\x6f\xa0\xd6\xc8\xa2\x3f\x01\xb4\xd9\x38\x2a\xc4\xc9\xcd\xe1\xe3\xa5\x2c\xf0\x53\x4b\x03\x5e\x28\x59\x49\x7b\x1a\x5f\xd1\x5f\xca\x41\x93\xce\x97\x01\x8a\x76\x1b\xec\x0f\x16\xbe\x9c\xc1\xc7\x4e\x4b\x83\xc5\x6a\xca\x72\xb5\xe0\x01\xf7\x3f\xa6\x4c\xba\x48\x87\xde\x6f\xda\x2e\xe0\xa2\x45\x21\x36\x73\x48\x7c\x6a\x55\xd2\x5f\xb1\xa8\x51\x83\x55\xb0\xc6\x56\xee\x99\x89\x59\xcd\x8a\x15\xc2\x56\xec\x3a\x0a\x83\xfa\xfd\x99\x58\xb3\x64\xb2\x05\x43\x34\x87\x67\xa0\x91\x95\x6c\x86\x04\x91\xf8\x45\xfb\x8f\x51\xcb\xb7\x10\x34\xda\x46\x57\xf0\xac\x02\xc5\x73\x11\x45\x1c\xdf\xa9\xa1\x83\x5a\x6a\xd5\x54\x84\xae\x6f\x7d\xfa\xa1\x87\xc6\xd7\x1f\x53\xfb\x38\x0d\x0f\x9f\xce\x60\x1e\x46\xf8\x21\x59\x02\xb9\x62\xe6\x60\x0e\x58\x74\x40\x4d\x3d\xf6\x04\xee\xf4\x6a\x57\xe3\xf7\xbe\xfb\x9f\x4e\xcf\xfa\x8b\x18\xa0\x78\x10\x20\xcc\x0f\x89\x1a\x85\xde\x9f\x9f\xfb\x6d\xe7\xc3\xa7\x27\xfb\x4f\xbe\x61\xe5\xd7\x30\x59\xb9\xbf\x60\x85\x5a\x66\x20\x2b\x8b\x7a\x25\x88\xe4\x24\x36\xad\xe1\x03\xe1\x24\xcd\x58\xa5\x31\x07\x92\x61\x0d\x6a\xb5\x82\x6c\x23\x64\x35\x05\x62\x4a\x13\xc1\x79\x71\x6b\x0c\xe6\xb4\x76\x71\x21\x8d\xb3\x79\x66\x02\xb7\x32\x47\xe5\xd4\xb5\x22\x7d\x0d\x25\xe6\x52\x1c\xb5\x25\x2d\x7e\x34\x60\x42\x8b\xb4\x2d\x93\x8c\x96\xb5\xd1\xf2\xf4\x2c\xaa\xa8\xde\x94\xff\xc6\xc6\x52\x01\xde\x91\xef\x12\xe6\xe7\xac\xa7\xf1\xf0\xc8\x5b\x02\xc1\xb6\xe2\xaf\x57\x57\x6f\xe0\x54\x69\x7e\x78\x77\x06\xbf\xbc\xfd\xe9\x28\xb6\xd4\x94\xf0\x9c\xdf\x87\x2d\x2d\x74\xa3\x8b\x7d\x4d\xda\x6a\x91\xe4\xf3\xa0\xb8\x37\x9a\x04\xb4\xd1\xa9\x68\x3e\x80\x32\x3d\x90\x9e\x4b\x02\xe4\xc3\xe2\x3e\x4c\xc1\x96\x43\x5e\xbd\xb9\x7c\x17\x69\xc4\xbf\xfc\xf2\x83\xd0\xd8\x32\x45\x0e\xcb\x1d\x89\xb7\xd4\xec\xf5\x90\x73\x21\x73\xac\xac\x5c\x49\xd4\x70\xfa\xfc\xd5\x8b\xb3\x08\x44\x0b\x66\x16\xbb\x11\x6c\x19\xa5\xc6\xcc\xc2\x2f\x6f\x5f\x4d\xe1\x19\x64\x85\xa4\xbe\x89\xeb\xc8\x7c\xd8\x18\x74\xce\xca\xf3\x57\x2f\x5a\xa7\x47\xc1\x8a\x3c\x37\xe2\xbf\x42\x09\xf6\x19\xbc\x3f\x76\x2b\x05\xad\x37\xa3\xbb\x16\x16\xb7\x62\x77\x74\xa1\xa9\x71\x67\xa1\x3b\x16\xe8\xf9\xab\x17\xc4\x52\x34\xc4\xc0\x04\xc9\xeb\x62\xfc\x78\x44\xe7\x0d\x26\xbd\x3b\x90\x3a\x5e\x74\xae\x32\x33\x95\xf5\xca\x4c\xa5\x9a\x91\x2b\x83\xb5\x35\x33\x3f\xc2\xb9\xc8\x73\x4d\x1c\x5c\xad\x67\xa3\xcc\x59\x26\xf3\x61\x63\xfe\x46\xd8\x0d\x4b\x44\xa2\x5a\x6b\x7a\xe7\x95\x32\x2f\x7a\x50\xc8\xac\xec\x3d\xf1\xdc\xea\x28\xbd\x1b\x65\xe0\xa5\x01\x55\x15\x3b\xa8\x10\x73\xb2\xcf\xab\x16\xb8\x34\xe4\xb1\xc8\x1c\xe3\x92\xdf\x0b\x74\x04\x91\x08\xec\xb9\xd9\x19\x8b\xa5\x19\x47\x1e\x9a\x71\xa0\xcf\x0f\x43\x32\x9a\xd0\x6f\xd2\x6d\x3d\x28\xb2\x99\xcc\x61\x41\x44\xdf\xff\xc4\xc4\x5d\x30\x8c\x21\x79\x6e\xe9\xd6\x54\x19\x73\xb9\x13\x58\xc7\x60\x4c\xf9\x4a\x58\x79\x8b\xa4\xa2\x5a\xee\xda\x63\xac\x7b\xe8\xb4\x51\xdb\x73\xab\x66\x9e\x85\xce\xe9\xf5\xb9\xaa\xce\xb7\xb8\x9c\xfd\xce\xc1\x3e\x6f\x74\x61\x0e\xae\x40\xb0\xc6\xe4\xe2\x1b\xa7\x62\x88\x2d\x85\xac\xe8\x31\xae\x6b\xa3\xe5\x51\xda\x8f\xd2\x58\xde\x5c\x7a\xc2\xb5\x44\x3c\x68\x2a\x4f\x68\x4a\xf3\xd9\xec\x64\x4a\x2c\x21\xec\x69\x58\x93\xb3\xf0\xe2\x64\x76\x12\x9f\x09\xd6\x59\xcf\xb8\x0e\x69\xcc\xc3\x50\x8f\xeb\xd0\x68\x69\x83\x1a\xdd\x4a\xbb\x71\x31\x8a\xd6\x68\x6a\x25\x73\x9a\x37\x5b\x49\x72\x1e\x8e\xaa\xa4\x9f\xa9\x65\x5f\x13\xb1\x76\x72\x2c\x81\x0e\xd6\x28\xe6\x5f\xb1\x6a\xeb\x7b\xb9\x2e\x8c\xce\xa5\x38\xe7\x20\x39\x53\x25\x92\x0c\xbb\xf5\x55\xba\x64\x2f\x7f\x57\xe3\xcc\x34\x4b\x6e\x21\x8c\xf7\x36\x97\x98\x03\xc5\x68\xd0\x81\x15\x59\x11\x6f\xb1\x50\x35\xea\x69\xa9\xfe\x25\x8b\x42\x4c\x95\x5e\xcf\xb0\x3a\xff\xe5\x1d\xb3\xe9\xec\xef\xb8\x9c\x91\x69\x9d\xfd\x48\x51\xaf\xf9\xa0\x56\x1f\xf8\xe7\xcf\xaf\x7e\x7e\xf9\x81\x1d\xcd\x51\xb3\x8a\xb4\xbc\xcf\xf4\xa6\x53\x9f\xec\x77\xe9\xca\x36\xaf\x37\xf5\x58\xd0\x3f\xfd\x0f\xb1\xf3\x22\x3e\x1d\xe6\x8b\xbf\x6b\x51\x93\x2f\xed\xf8\x5f\x69\x28\x9b\xc2\xca\xba\xf0\xcb\xe6\x12\x15\xa3\x78\xc0\xf4\x99\xe0\x59\x05\x42\x2f\xa5\xd5\x42\xef\xce\x8d\xfc\x17\xe6\x1c\x0a\xf9\xf0\x7f\x07\x55\x53\x2e\x91\x9c\x3b\xcf\x43\x92\xb4\xe4\x41\x2a\xf2\xd7\x39\xbc\xe7\xb6\xbf\x0e\x91\xf0\x43\xaf\xcd\xa0\x3e\xe4\x26\xb0\xe8\x0d\x76\x24\xc2\xf0\xf3\xfb\x8f\x06\x18\xad\x11\xf4\xa3\x8f\x0b\x2f\x5c\xe3\x07\x45\x17\xae\xcb\x63\x83\x0b\xd7\x7b\x64\x6c\x11\x19\x05\x7a\x7f\x9f\x21\xb4\x18\xd2\x70\x85\xcc\xb0\x22\x97\x31\xcb\x94\x66\xc5\x66\x55\x94\x7f\x53\xe7\x77\x2c\xf2\xbe\x95\x69\xd7\xf1\x2a\x24\x9d\x3a\x11\x86\xf7\x15\x82\x6f\xa5\x56\xa4\x37\x5f\x5f\x5e\x91\xe3\xe0\x61\xe4\x47\xf5\xe5\x4f\x1e\xa5\xc3\x4e\x3a\xe1\xf5\x2a\xfa\x6d\xf7\x29\x8d\x0f\x89\x7f\x77\xaf\xe3\xde\x05\x49\xec\x1f\x7f\x8c\x95\x81\x80\xf7\x17\x12\x82\x30\xfc\x38\x29\xf0\xad\x1f\x24\x06\xbe\xcf\x63\xe5\xc0\x77\x1f\x29\x08\xfb\x5c\xf0\x1b\x48\x42\x8c\x97\xc8\x41\x63\xa2\x93\x87\x6b\xb1\x04\x4e\xcd\x02\xde\x59\xd4\x44\x5c\x23\x6d\x6b\xe8\x7d\x52\x3e\xe1\xfb\xe5\x2e\x0d\x76\x88\xd7\x6f\x10\xa6\x31\xae\xf9\xb1\x50\x19\x41\x57\x21\x4e\x6a\x0c\x6a\x03\x69\x0c\xc4\x49\x38\x2d\xd7\x92\x46\xe3\x44\x98\xcf\x01\x93\xf4\x70\xa2\xba\xd6\xea\x1f\xd4\xb7\xa6\xd0\x88\x83\xe3\x60\xc2\x9d\xbf\x49\x0d\x33\x55\x14\xc8\xae\x68\x8b\x2c\xae\xa3\x3c\x6f\xb7\xdb\x69\xb9\xe3\xec\xbd\x87\xe6\x32\xff\xb7\xa8\x89\xee\xe7\x6a\xc5\xdf\x5a\x28\xc7\x44\xf5\xa5\xa7\x0f\x91\xef\xd1\x31\xf5\x07\x18\x11\x55\x2f\xee\x8d\x7f\xbb\x82\x98\x62\xf5\x85\x84\x31\x45\x61\x9c\x40\x26\x3d\x1e\x24\x94\x49\xbf\xc7\x0a\x66\x02\x62\xa4\x70\x0e\xaf\xfb\x67\x17\x50\xc7\xe4\x2b\x59\x61\x88\xd9\xcb\x5a\x19\xb1\xa4\x30\x57\xed\x44\x61\x77\xed\xce\x17\x37\x5e\xcb\x5b\x34\x50\x0a\x7d\x83\xb6\x2e\x44\x86\x06\x44\x2b\x66\x4d\x45\xfa\x3c\x4f\x53\x6b\x0a\x4c\x53\xf3\xe6\x1b\x89\x8f\x03\x2a\xd1\x1c\xb5\x51\x6f\xfd\xf0\x3d\x87\x2e\x24\xef\x3a\xfb\x7b\xf0\x16\x33\x94\xb7\x31\xc1\x80\xb0\xc4\x0a\x57\x32\x93\x42\xef\x42\x02\xde\xcf\xa7\x9b\xad\x10\xcc\x19\xc1\xa4\x66\x1a\x2d\xba\x6d\xb0\xd0\x29\x00\xe6\x10\x25\xfc\x9a\xae\xd1\xd2\xba\x9e\x9e\xf5\x82\xcc\x4c\x95\x25\x56\xb9\x4b\xc8\x9c\xc3\x2f\xac\x84\x7c\x3a\x9f\x77\xc8\x48\x13\x56\xb8\x4d\xf4\x0f\x5c\x16\x6a\xeb\x66\xd1\x01\xa6\xbb\x53\x92\x06\x1a\x43\xce\xc3\xf5\x1a\xad\xa7\x4d\x98\xf5\x9b\x66\x59\xc8\xec\x8d\xb0\x9b\xd3\xb3\xeb\x09\xeb\xc3\x4a\xd9\x2e\x38\x97\x19\x42\x5a\x6c\xd1\x14\x36\x19\x35\x4e\xca\x29\x5d\xde\x98\x11\x45\xa1\xb6\x5e\x87\x5a\x05\x4d\x9d\x13\xea\x1d\x80\x4c\x32\x51\x8b\xa5\x2c\xa4\xe5\xc4\x37\xc7\x42\x8d\x6d\x34\xaf\x7a\xc3\x5a\x9f\x37\x67\xd6\x7e\xcd\xda\xe6\x07\x15\x59\x40\x66\x0e\xcf\x63\xe3\xef\xbf\xfe\xd8\x59\xed\x69\x98\xf7\xa7\x3f\x75\x79\xe3\x67\x17\x36\x90\x77\x11\xb2\xb1\x99\x28\xb2\xa6\x20\xe4\x09\x3b\x51\xaa\xc6\x39\x4d\x46\x14\x08\xb7\xa2\x68\x10\xac\x16\x95\x59\xa1\xd6\xae\x47\x77\x11\x3c\x13\xb6\x34\x7a\xad\x2c\xc2\x39\xbc\xb2\xc9\x2e\xcd\x12\xed\x16\xb1\x82\x8b\xe9\x05\x13\xff\xe9\xf4\xa2\x0b\xe6\xe5\x1d\x75\x71\x1c\x95\x8c\x2c\x0d\xdc\x71\x87\xb2\x45\x5c\x1a\xb8\x98\xfe\xf1\x3b\x6a\x5a\xa5\x6c\xdb\x05\xe8\xfa\x6f\x03\x02\xdc\xe3\xff\xc0\xdd\x74\x5f\x54\x44\x51\xec\xa0\x46\x9d\x61\x65\xc9\xac\xad\x31\xc9\x74\xbb\xbd\x21\x8b\xba\x34\x44\x94\xa5\x30\xd2\x40\xad\x64\x65\x3b\x51\x25\x35\x32\xaa\x90\x39\x2d\xf4\x52\x10\x69\x4d\x29\xb4\x8d\x1b\xb7\x06\xb6\x1b\x8a\xb6\x33\x91\xb3\x3e\x57\xab\x15\x71\xce\xf5\x2f\x97\xf2\xee\xbb\x6f\xaf\xfb\x8c\x23\x2c\x88\x42\xa3\xc8\x77\x41\x37\x38\xe5\x93\x8e\xcf\xfc\x93\x09\x43\xd4\xcd\x04\xfd\x90\xd6\x74\x01\x51\xd8\xec\xbd\x01\xa1\x11\xc8\x99\xd4\x58\xec\x20\x47\x9a\x91\xac\xa4\xb1\x3e\xcb\xbf\xa6\x10\x2f\x69\x5d\xe5\x51\x29\x75\x85\xa4\x26\x0e\xf8\x7f\x01\x05\xb5\x82\x5a\x63\x26\x4d\xb4\xf6\x43\x2c\x9b\x35\x76\x0e\x6e\xa6\x5d\x76\xfc\xef\x60\xaa\x3a\x3b\x5e\xa9\x67\xe3\x64\x88\x26\x47\x43\x89\x5d\xc8\x18\xf9\x35\x9f\xec\x09\x9c\xc6\xc2\xcd\x61\x23\xeb\xc8\x76\xf4\xe1\x7a\x2b\x8a\x02\xed\x75\xd8\x13\x26\x65\x3b\x01\x17\xe4\xda\x0d\xc1\xc5\xc2\xe0\xfe\x3a\xb0\x53\xb4\xad\x50\x43\x29\xd7\x1b\x0b\x5b\x51\x59\xd6\xd9\x35\x66\x72\xb5\x3b\x3c\xeb\x7b\xf7\x45\x5b\xcf\xe3\x81\xf2\x3c\x49\xa9\x39\x19\x1a\xa4\x6f\x3b\x6b\x3d\xe4\xc0\x66\x8d\x85\x3f\x2d\x58\x20\xbf\xfe\x9a\x7f\x7d\xbf\x60\xb1\x9c\xc3\xc9\xf3\xc6\x7a\xf9\x69\x25\x58\x56\xf4\x4a\xe6\xa0\x45\xb5\x46\x90\x53\x84\xf7\x17\x93\xa7\xbf\x9e\x1c\x30\xb0\x10\xfc\xa6\xa8\xa5\x17\x51\x47\x0c\xe4\x3f\x1b\x0b\x0b\xc2\x62\xff\xd3\xf1\xfd\xc9\x07\x64\x4b\x82\xc9\x74\x85\x1d\xb1\xc3\xcf\xa9\xb1\x26\xce\xfb\x67\x83\x7a\xe7\x6c\xca\xf5\xdb\x60\x90\xaf\x83\xe1\x5d\x69\x55\x12\xfb\x24\xde\x33\x31\x15\x8b\xd8\x5d\x8d\x99\x75\x7a\xb2\x16\xbb\xd6\x9a\x7b\xad\xe0\x12\x62\x14\x21\x31\xfb\x04\x67\x7d\xa4\xad\x27\x38\xfd\xf4\x8d\xd6\x62\xe7\x39\x55\x8b\xec\xc6\xe9\x09\x59\xe5\xf2\x56\xe6\x8d\x28\x5a\x0c\xfa\x8c\x4a\xd4\x8d\xf2\xf9\xaa\x5a\x29\x33\x87\xf7\x9e\x40\xbf\xde\xb3\x61\xe4\xfd\xe5\x81\x4e\x7d\xce\x23\x1f\x8a\x78\xc6\x19\x17\x61\xc1\x34\x9c\x06\x14\x45\xc1\x1c\xd7\x2a\xf5\xe8\x02\x90\x55\x5e\x22\xac\xd9\x13\xf0\x3b\x3b\x4f\xa7\x17\x1d\xb0\xb7\x82\xbc\x6c\x2b\x8a\xe7\xcc\x35\x17\xbd\xcf\xb4\xe0\xc1\x24\xc8\x2a\xe2\x39\x20\x03\x09\x90\xf8\xf8\x7f\x43\xdf\x69\x9f\x1b\xbb\xbc\x2d\x8c\x41\x6d\x4f\x63\x3f\x27\x3d\x13\x28\xd1\x18\xb1\xc6\x39\x9c\xbc\x73\x93\x8d\xe3\x8f\x9f\xed\xc9\x59\x9f\x8c\xcf\x8c\x91\x6b\xa7\xc7\x02\xbc\x41\x21\x72\x23\x2d\xf6\x1b\xf5\x12\xb5\x6f\x9d\xd3\x9b\xc2\xe3\xac\xdf\x60\xa6\xb4\xb7\xa3\x2e\x98\xe3\x92\x0c\xbe\xab\xed\xc0\x84\xd7\x1d\xd3\x1e\xcf\xbb\xc6\x74\x7e\xf4\xd8\x24\x9a\xd3\xb3\x84\xa5\xee\xd9\x8c\x1c\x98\x23\xdc\x17\x91\xb5\x22\xf4\x85\xe2\xb1\xb7\x3d\xfa\x1c\x8b\xc6\x5a\x8a\x3c\x24\x16\x8b\xbd\x1e\x1b\x89\x45\x00\x23\xe3\xb0\x54\x35\xf5\x25\xec\xb3\xd4\x22\x38\x1b\xec\x36\x19\x59\x8b\x44\xa3\xc4\x3e\x2c\xcb\x3b\x5b\x16\x62\xc6\xae\xba\x8b\x89\x12\x2e\x8b\x6b\x41\xb0\x0b\x8f\xb7\x58\xd9\x86\xdd\xbf\x14\x96\x88\xde\xb8\xd9\x4a\x9b\x6d\x96\x8a\x42\xbb\x60\xbb\x26\x11\xee\xc6\x31\x42\xa8\x5b\x5b\x36\x1e\x2c\xef\x5b\x76\x90\x8b\x04\xa2\x5f\x95\xea\xd5\xc8\xf5\xb7\xc8\xda\x58\x25\xc6\x6a\x01\x21\x0a\x0f\x53\x1b\x3a\xc4\x3c\xfb\x32\x35\x18\x05\xcd\xd3\x71\x3e\xf6\xd7\x61\x56\xf3\xc7\x99\x8f\x25\x2f\xaf\xde\xa6\xc3\x1e\x49\xe7\xfa\x12\x32\xb7\x91\x9b\x14\x43\xfa\x7c\xd6\xeb\xcb\xab\xe9\xde\xe2\x84\x68\x84\x43\x4d\x2d\xa4\xf3\x2d\x13\x33\x76\x83\xbb\x99\xf3\x49\x6a\x21\xb5\x01\x51\xa8\x6a\xed\x62\x4e\xa3\xca\x56\xee\x38\xed\x7b\x47\xcb\xca\x5b\x19\x3c\xae\x58\xaa\xc6\x31\x11\x83\x3e\x66\x6b\xaf\xa8\x51\x42\x93\x81\xea\x44\x86\x33\x85\x9f\xe4\x0d\xc2\x8f\x22\xbb\x59\x6b\xd5\x54\xf9\x04\x5e\xee\xd0\x4c\xe0\xaf\x42\xea\x5e\xe9\xd8\xd8\xf2\x41\x1e\xa9\xa9\x72\xd4\x05\xfb\xba\x6e\xca\xe9\xa8\x93\xa0\x78\x6c\x78\xcd\x84\x36\xae\x7c\x8f\x9b\x40\xad\xd5\xad\xcc\x31\x10\x23\x68\x2b\x06\x76\x18\x27\xfe\x3c\x87\x67\xd5\xce\x95\xd0\x76\xf0\xf2\xb5\x72\xa4\x21\xd2\xf5\x32\x1b\xb5\xe5\x05\x88\x63\x39\x62\x6f\x9d\xeb\x2c\x8d\x23\x1b\xb9\x47\x6e\x2a\x91\x51\x52\xe0\xc4\xe7\xb2\x32\x56\x54\x19\x4e\x60\xa7\x1a\xc8\x58\xc4\x4d\xc0\x8a\x86\x12\xd0\x54\xf2\x0e\xac\x2c\xd1\x58\x51\xd6\x2e\x8c\xf7\x6e\x78\x07\x3f\x61\xe0\xe4\x85\xb0\x78\xc2\x13\xc7\xa2\x48\xc7\xaa\x0b\x61\x57\x8a\xe2\x39\x0a\x7e\x55\x65\x9a\xd2\x57\x84\x38\xda\x71\xad\x2e\xbb\x2c\x21\x4b\x20\xfc\x1e\xd8\x61\x4f\xbf\x1d\x7b\xa0\x28\x80\xcc\xad\xd0\x14\x18\x92\x67\x29\x0a\xa3\xa2\x76\x70\x99\xd8\x62\xe7\x25\x43\x58\xab\xe5\xb2\xb1\x9d\x9d\xf9\x2e\x73\x38\x69\x89\x26\x25\x44\x7e\x8c\x66\x51\xb4\x10\x0c\x57\x4e\xf8\x29\xfa\x77\x81\x0d\x5e\x5f\x5e\xfd\xde\x80\x66\x9c\x0e\x73\x83\xfb\x3e\xf7\xb8\x0f\x16\x39\x74\x2a\x18\xf7\xd8\x67\x32\x48\x97\x49\x1f\xf0\xc3\x2b\x16\x1d\x47\x2c\xdc\x80\x03\x01\x43\xc2\x09\x8b\x14\x87\x81\xd8\xc4\xad\xcb\xc2\xe3\x34\x32\xa2\x60\x75\xc7\x6a\x32\x78\x3e\x41\x63\x1d\xd7\x6f\xbe\xa3\xef\xc0\xbb\x95\x23\x54\x5c\x04\x97\x4a\xda\x80\x8a\x43\x91\x6d\xbc\x6e\xba\x57\xb9\x99\x7b\x12\xe5\x0e\xb5\x39\xbc\xe7\x96\x07\xb6\x70\x7b\x8d\x06\xd7\xd0\xcf\x71\xe1\x1b\x0f\x18\x7d\xfa\xeb\x06\x33\x79\x6e\x5a\x03\xe2\xf4\xb0\x67\x5a\x8f\x37\x21\xd1\xe9\xd2\xf5\x52\x9d\xdb\xc6\x6d\xe7\xac\x4a\x9d\x4c\xfb\xb9\x5b\x96\x3c\x91\xe7\x98\x1f\x75\x4d\xc9\x82\x8a\x3c\x67\x50\x34\xe1\xb9\x83\x7a\xcf\x4c\xa7\xc4\x22\x55\x7e\x6a\xef\xa9\xef\xe8\x7a\xa4\xc9\x9c\xbe\x94\x4f\xea\x51\x18\xe7\x90\xba\xc6\x0f\xf2\x46\x5d\x97\xc7\xba\xa2\xae\xf7\x48\x3f\x74\x8f\xb3\xc3\xdf\x67\x70\x42\xfd\xba\xc5\x1a\x2b\xab\x00\x85\x91\x05\xc7\x41\xb7\xa8\x2d\xd7\xa2\xf1\x37\xa1\x77\xbc\x12\x8e\x27\xe0\x52\x69\x4e\xeb\x27\x0e\x4a\xd8\xd8\x32\x7e\x73\x41\xb1\xfa\x66\x7d\x8d\x92\x0b\x1a\x43\x41\x7c\x58\x25\xd6\x0a\xde\xc2\x5f\x39\x27\x20\xc2\x63\xd3\x55\xa2\xdd\xa8\x58\x16\x6f\x9a\xd5\x4a\x3a\x86\x58\xcb\x5b\xf6\x51\x4b\xb6\x2f\x1c\xb9\xa9\x95\xcf\xe4\x78\x14\x0f\x31\x1a\xcd\xc7\x09\x51\x77\x66\x4b\x0c\x93\x76\x2a\xed\xaa\x15\xef\xa4\x37\xde\xf1\x91\x93\xfc\xb5\x28\xd1\xcc\x3b\x95\xd8\xbe\x68\xcb\x61\xe3\xed\x77\xc8\xeb\x5d\xd3\x58\xd7\x11\x58\xf8\xbb\xc1\x9d\xa7\x96\xd0\xce\xda\x6d\x45\xe5\xc7\x5f\x62\x46\x5a\xf1\xda\xe1\x71\x3d\xe8\x53\xb3\x03\x2d\xa8\x43\x5f\x8f\x1c\x62\x77\xc2\xe3\x4a\x79\x8e\x77\xa4\xf8\xe8\x10\x4f\x4c\xdc\xa7\x49\x7f\x9e\xef\x5d\x9b\x5f\x7f\x38\x9b\xef\x33\xe4\x6c\x06\xcf\xe3\xea\xbb\xa4\xa2\xf1\x59\xc5\x30\xa5\x68\x52\xbc\x53\xe7\x36\x0d\xa4\x6e\x9d\x68\x7f\x96\x27\x9f\xf6\xbc\xc6\x5d\x2f\x3f\xb9\x11\x55\x5e\xa0\xb3\x18\x4c\x64\x0a\x74\x38\xe1\x69\xdb\xc6\xff\x68\x4c\x32\x36\xf3\x49\x80\xcf\x85\xce\x45\x31\x4d\x05\xb7\x33\x59\xf8\x6a\x41\xa2\xd2\x13\x38\x72\xe5\x6e\x08\xed\x4e\xdb\xaf\x06\xc4\x92\x88\x3a\xd5\x58\xaa\x5b\x3c\xbd\xc1\xdd\x1c\x6e\xfa\x55\x75\xed\x53\x7c\x1c\xb0\x50\xb0\x80\xf7\xbf\x3e\xd9\x1b\x9f\xc1\x33\xdf\x74\x87\x8e\x10\x60\xe1\x56\xc8\xbb\x31\x37\xd1\x83\xa1\x9e\xef\x6f\x7e\xfd\xaa\xe7\xc0\x54\xb2\x68\x9d\x97\x4a\x16\x5d\x6c\x7b\x36\x80\x6d\xc5\xd0\x04\x02\x53\x3a\xc6\x72\xbd\xce\xfa\xea\x26\xe6\xc5\x63\x06\x73\x4f\x6b\x48\x63\x1a\x6c\x13\x9b\xfe\x60\x56\x84\xc0\x81\x91\xdb\x4c\x29\xf9\xa8\x9b\x91\xa5\x2c\x84\x4e\x4e\xa6\x11\x58\xbc\x13\x25\x75\x17\x15\xfc\x0f\x29\x86\xa7\x17\x17\xe4\x74\xbb\x8d\xae\x08\x4c\x56\xe4\x30\xbb\x2d\x3b\xe7\xcb\xac\x1a\x77\x3e\xcc\xe5\xd4\xdd\x7e\x41\xba\xe3\xd9\x3a\x40\xcf\x5c\xf5\x80\x63\xb7\x25\xb9\x36\x9a\x03\x97\x88\x39\xe6\x92\xa7\x35\x81\xed\x46\x66\x5c\x5b\xbc\xdd\x70\x05\x78\xf8\x74\x08\x0f\x47\x4a\xe2\x54\xe3\xb4\x9b\xaf\x62\x03\x57\xc5\xc6\xfa\xe5\x58\xac\xf7\xd2\x0d\x71\xec\x34\x5a\x8a\x49\x68\x73\xd9\xd2\x6f\xe2\xb4\x70\x16\xf2\x12\xef\xd0\x4e\xe0\x4d\x21\x76\x13\x78\x87\x5a\xa2\xe9\xee\x53\xf8\xca\x3a\x77\xd2\x61\x2b\x76\x49\x61\x85\x03\x91\x15\xc2\x18\x8a\x6a\x48\x7f\x04\x02\x8d\x8a\x25\x7f\xd8\x9f\x87\xef\x9f\x14\xf2\x1d\x38\x6c\xc5\x33\x12\x15\x9c\x7c\xf3\x6d\xe0\x85\xd3\xdf\x7d\xf3\xed\xec\xe9\xc5\xc5\xd9\x09\x57\xa4\xb8\xd8\xd3\x03\x92\x06\xbe\xf9\xf6\x9e\x08\x97\x5b\xcd\xe1\x97\x57\x95\xed\xef\xfb\x10\x5a\xa5\xb8\x1b\x44\x8d\x02\x31\xbf\xbd\xec\x99\x7a\xda\xeb\xdb\x3f\x05\x16\x12\x2e\x3e\xea\x75\x49\x97\x42\x96\xd2\x62\x7e\xee\x87\xc0\x7c\x18\xda\x88\x29\x13\xa2\xd2\xd0\xb7\xc1\xae\x5c\xa9\xc3\xe2\xd6\x54\x7e\xd0\x30\x2f\xd7\xb7\x4d\x57\x51\x38\x6b\x15\xe9\x8e\x71\x67\xca\x4a\x71\x17\xe8\x77\x34\xfe\xfa\x61\xd2\xa3\xf8\xa4\xd3\x7d\xc0\x81\x22\xdc\x06\x55\x38\xb4\xe9\x6d\xbf\x30\xdf\x2f\xa8\xf5\x57\x69\x76\xfb\xaa\x65\x84\x4c\x54\x43\x89\x6c\xeb\x17\xd9\xb5\xfa\xea\xe4\x90\x76\x87\x51\x41\x9f\x1f\x6b\xd1\x8f\xc5\x63\x03\x1a\x8a\xd1\x1c\x19\xc5\x75\xf6\x85\x82\x1a\x18\x55\x47\xeb\x1b\xff\x1b\x95\xb4\x7b\x22\xdd\xd9\x6d\xec\xe8\x4b\x11\x34\xe6\x41\x2e\x21\xad\xf8\x93\x34\x76\x0e\xef\x3d\x66\x87\xea\x6e\xf7\x1b\x0e\x17\xdf\xfa\x76\xb0\x88\x5d\xc6\x46\x34\x91\x34\x5f\xea\x94\x5f\x44\x60\x64\xc1\x93\x6f\xfe\xb0\x6a\x27\xdf\xe9\xd1\xa5\x4e\xbe\xff\xd8\x3a\xa7\x96\xdd\xfa\x52\xfa\xb9\x8a\x9c\x62\x52\x8e\xfd\xf2\x60\x8c\xce\x5d\xd9\x53\x0e\x06\xb5\x14\x45\xe0\x5f\x97\x23\x0f\xfb\x97\xc4\xad\x11\xd8\x1b\xd7\xd1\xc0\x46\xdc\x62\x72\x2c\x9e\x01\xf9\x59\xb0\xdb\xc0\x9e\x7c\x0f\x6e\xd4\x93\x11\xdc\x3b\xf2\x5d\x4b\xb1\x8b\xa5\x39\xbc\xe7\xaa\x71\xdd\x90\x27\xf3\xea\x85\x4b\x00\xa6\x8d\x92\xb3\xf8\x6d\xc0\xe5\x8c\x69\x38\x04\xe6\xce\xf9\x4c\xdd\x69\x94\x0e\x02\xd2\x74\xb6\x6f\x97\x08\x4d\x25\xff\xd9\x70\x51\x8c\x3f\x30\xc8\xd6\x9b\xcd\x36\xa3\x42\x6a\x9f\x3d\x74\x61\x03\xd1\x8e\x29\x8f\x77\x6e\xc8\xc3\xf9\x97\x43\x76\x33\x95\xe4\x6e\x9b\xe1\x0c\xda\x01\x7d\x79\x44\x80\x3d\x7a\x5f\x4a\x7c\xfd\xf0\xe3\x84\xd7\x35\x7e\x90\xe8\xba\x2e\x8f\x15\x5c\xd7\x7b\xa4\xd8\xee\x2d\xf4\xe7\x16\xda\xb6\x74\xd8\xa7\x31\x53\xf7\xd8\x0b\xa9\x4b\xa4\x25\xd9\x4d\xea\xcd\x05\x5a\x2e\x98\x0e\x5d\x2b\xc4\xdc\xb8\xa8\xf1\x16\x43\x16\xc2\x64\x4a\x73\xec\x90\x96\x60\x2c\x1b\x0b\xd2\x9d\xa0\x8f\x00\xb9\xd3\x52\xb5\x79\xca\x43\xcc\xef\xf3\xe0\x1f\xf7\x9c\x41\x3f\x94\xaf\x28\x74\xad\x38\x11\x7f\x24\xf3\xce\xfd\x42\x35\xcc\x80\xef\x5b\x8a\x3b\x59\x36\x65\xbb\x8d\xc2\x1d\x8e\x38\x5c\x87\x80\x0d\x5c\xe7\x90\xa2\xea\x8e\xb6\x1d\x39\xdd\x18\x43\x84\x9f\x70\x8d\x55\x2e\xf4\x6e\x02\x2f\x6b\x99\x4d\x88\x36\x38\x81\x5f\xaa\x4c\x95\x25\xb9\x8e\xcf\xf9\xff\x6e\xac\xe0\x4f\xcf\x75\x13\xdf\x23\xea\x8e\x06\xbd\xc7\x2e\xed\x26\x9d\xc9\x0f\x16\x16\x0d\x39\x91\x6e\xe1\x16\xce\x8d\xfc\xfa\xeb\x0e\x8d\x16\x87\x9c\xcb\x5a\x54\x32\x3b\x3d\x79\x16\xf8\x21\x72\x9f\x09\x4b\xda\xbd\x9f\x44\x69\xe6\xae\x3d\x0f\x72\x5f\xeb\x79\x74\x7a\xcb\x0c\x87\x7d\x44\xf8\x37\xca\x8c\x7a\xe5\x05\x6e\x2e\x5f\x32\x99\xeb\x51\x18\x59\x5d\xc0\x8d\x1f\x56\x5a\xe0\x76\x6c\x1e\x5b\x57\xc0\xbd\xc7\x16\x15\xf4\x35\x45\xf8\xfb\x0c\xda\xf3\xf5\xe5\x15\x2b\xd0\xad\x16\xb5\xe1\x84\xdb\x73\xbe\x20\x85\xaf\xd4\x71\x9b\x2e\xd7\x32\x77\x85\x82\xd7\x4d\x43\x8f\x2e\x1b\xe7\x76\x1c\xc3\x6e\x4e\x84\x17\xd2\xac\x82\x6b\xc3\x0b\xb4\x08\xb5\xcc\xb8\xca\x37\x1e\x3e\xf2\xf7\xe7\xb0\xd7\x30\x7c\x79\x4e\x04\x37\xea\x16\x9d\x30\x87\xc3\x7e\x84\xcc\xa3\x0f\x71\xa8\x09\xcd\xed\x68\x23\x9f\x03\x9b\x77\xaf\x1e\x9a\x86\xcb\x2e\x0e\xf6\xc3\xb6\x3c\xbf\xdf\x37\x3d\x2e\x70\xb0\x7f\x9b\xf1\x7a\x21\xac\x98\xd3\x8c\x9f\x77\x5e\x8d\xea\x1a\x90\xef\xf6\x3e\x86\x7b\xac\xd8\x48\xcb\x69\x0e\xb6\x0e\xf9\x48\xbf\xd7\x71\xf4\xe2\x17\x99\x43\x0c\xd2\x3b\x1f\x68\x3d\x0e\x7c\xf2\xab\x00\x87\x96\xa1\xdb\x3a\xa1\xfd\x5e\x8f\x94\xf8\xdd\x5e\x5d\x8a\xc3\x10\xc9\x0f\x76\x88\xe8\x0d\x12\xba\xdb\xad\xad\x87\x49\xc9\xdb\xbb\xe1\xa6\x47\xd3\xf0\x7e\x38\x60\xcd\xf9\xac\xdc\xfe\x07\x26\xe8\x82\xe9\x3a\xa0\xf1\x3d\xce\x71\x8f\x78\xbf\x49\x4a\xc7\x45\x4a\xd5\xfd\xa6\x3d\xe2\x2d\x7a\xd4\xbc\xb7\x43\x44\x64\xef\xdd\x7e\xb7\x96\x78\x8b\x81\xd2\x4e\x18\xb7\xf9\x7a\xd0\x88\xf9\xb3\x5e\xcc\xb8\x87\x6c\x16\xe9\x8c\x2b\x9f\xa6\x90\xf9\x6f\x62\xd1\x82\x76\x1b\x67\xc9\x7c\xeb\xd3\x56\x99\x4d\x1e\x60\xd4\xf6\x35\x29\x47\x61\x2b\xfb\xb7\x31\x46\xcd\xf7\x26\xab\x96\x1a\xc5\xd0\x7d\x30\xbf\x16\x2c\x93\x6b\xf3\x15\x08\xf3\x55\xc0\x22\x59\xa7\xbe\x21\x0b\xb3\xdc\x57\x25\x32\xdf\x57\x23\xf3\x2e\xde\xf4\x6a\x50\xa1\xf4\xb5\x43\x72\xf5\x51\x0a\xe0\x6c\xbc\x7e\xe9\x1d\x23\xbb\x07\xca\x9e\xbe\x61\xce\x75\x0b\xda\xd5\x3b\x23\xa1\x44\x25\x34\x0c\xe8\xf8\xbc\x52\xcd\x14\x60\xb4\x55\x98\xf7\x74\xf4\xe2\xd6\xf6\xf2\xfb\x3b\x9d\x2e\xad\x12\x3b\x12\xcf\xb9\x0a\xee\x36\x98\xf3\x97\xa0\xf0\x55\x3a\xfe\x5a\x43\xab\x25\xde\xe2\x70\xb9\xc9\x7d\x87\x42\x9d\x93\xdd\xd4\x20\x7a\x67\x35\x5d\x0a\xbb\xd6\x8a\xb4\x41\x84\x47\x43\x8a\xb5\x1b\xd4\x95\x04\xb6\x47\x94\xc6\x1c\x51\xdb\x5b\xc9\x5e\xec\xe7\x6e\x93\xa9\xe2\x38\x5b\xbe\x07\x82\xfd\x21\x7f\x62\x5b\x87\x13\x63\x31\x29\xe3\x6e\x14\x3a\xbc\xf1\xe0\x61\xbd\xf1\x97\xae\xc4\x1f\xbd\x7b\x6c\xdc\x6c\xb8\x24\xd4\x6d\x3c\x95\x8d\xe1\x8c\x6b\x21\xab\x1b\x37\x98\x5f\x8e\x81\x89\xc7\xad\x8a\x90\xfd\x82\xb8\x45\x95\x15\x0d\x1f\x61\x8f\x87\x02\x79\x22\xe1\xb4\x9f\xdf\x2a\xf3\x12\xe3\x5c\xce\xf6\xe3\xc1\x39\xd5\xb1\x56\x33\xad\xdb\xdc\x0f\x51\x07\x4f\xe8\x25\x8b\x1c\xee\xb3\x72\x33\xcb\x83\x4e\x76\xe0\x3b\xd0\x2a\xe5\xcf\x3e\x62\x65\xa5\x0d\x17\x7e\xe2\x9d\x34\x76\x02\xd2\x42\xa5\x80\x3c\x65\xd4\x6d\xf4\xb6\x74\x65\x89\x5a\x86\x0c\x5a\x92\x25\x8c\x73\x3c\x32\xc5\x96\x5b\xe6\xc0\x35\x5b\xdd\x29\xd2\xac\x7a\x35\xc0\x7e\xb9\x7c\xee\x5c\xac\x94\x66\x5c\xdd\x9e\x4f\xdd\xae\xf2\x91\x81\x7f\x62\x30\x6e\xa7\x77\x7f\xe0\xcb\x58\xf8\xe1\x8e\x66\x15\x6a\x6b\xdc\x71\x45\x9f\x0c\x10\x15\x60\x59\xdb\x5d\x5f\xaa\x02\xc1\x69\xfe\x81\x87\x99\x81\x3b\xe0\x03\x2b\xdd\x73\x84\x8a\x77\x56\x5e\xd2\x10\x29\x89\x56\x4d\x75\x7a\x36\x87\x3f\x7f\xec\xdf\xe7\x3a\x6d\x5b\x1d\xbf\x89\xf0\x90\xc4\x74\x75\xdc\x30\x0f\x0e\xb5\xe9\x2f\xe2\x50\x9b\x3e\xbd\x7b\x4a\x7d\x68\xba\x61\x11\xc6\x4e\x3b\xaa\xdb\x51\x07\xa2\xfa\x68\x4d\xa5\x79\xe7\x6e\xaa\x39\x55\x2b\x87\xe3\xf7\x5f\xdf\x3b\x20\x39\x01\x73\x38\xf1\x9a\x85\x25\x30\xe8\x14\x01\xe1\xd6\x1b\xb5\x82\x7b\x60\xb4\x72\x32\x3d\x7a\xb0\x2a\x59\xb5\x45\xf2\xbc\xdf\xb0\x5d\xb8\x45\xfb\x78\xa8\x59\x8b\xcb\xa2\xff\xe2\x50\x97\x96\x66\x8b\xfe\x8b\x01\xb7\x77\x68\x65\x17\xf7\xae\xf7\x58\xe7\x75\xdf\xd8\x70\x1e\x66\x1b\xce\x47\x71\x75\x7e\xa8\xdc\xac\x78\x81\xf2\x58\x6a\xf1\x9f\xc9\xd0\xec\xa3\x38\xda\xc5\xed\x79\x44\x0f\xc9\xdb\xec\xc7\x71\x8f\x4c\xe1\xec\x01\x1a\x99\xcd\xb9\xcf\x0d\x08\x7f\x9f\x3f\x2d\x7e\xc0\x8d\xf2\x55\xeb\x7c\x72\x36\x28\xde\xdf\x27\x97\x55\xb6\xd7\x57\x8c\x72\xa7\x5c\xea\xa7\x82\x70\x81\x05\x1b\xf8\x08\x8d\x6f\xd8\x95\x99\x09\xb6\x78\xcf\x3c\x78\x4f\x67\x89\x64\x4d\x09\xe0\x03\x7d\xaa\xbd\x6b\x40\x67\x33\x78\x2d\xca\x3d\x33\xc9\xe8\x6f\x37\x58\x05\xcf\xdf\x55\xdc\xf9\xe1\xfb\x77\x76\xf4\x87\xbe\xf7\xc8\xc2\x8b\x24\x75\x3a\x34\xea\x10\x91\x82\xff\x34\x66\xe0\x23\x17\x0c\xc7\x8b\x20\xdc\x95\x01\xec\x77\xf8\xab\x54\x78\x28\x3e\x60\x9f\xf2\x41\x38\x0e\x32\x72\xf8\x71\x89\xac\x0e\x46\xef\xfe\xd9\x08\x8d\xbe\x06\xc0\xdd\x23\xd9\x39\x23\x33\x7a\x6c\xc3\x80\x5e\x95\x5c\x73\xd1\x1d\x9b\x2f\x69\xea\x8c\xfa\xa3\xa8\x2a\xd4\x9d\x51\xe3\xcd\x08\xed\x60\x93\xbe\x4b\xcd\xbb\x37\x82\x8b\xa6\xa0\x42\xa1\xe1\xe9\xb7\x17\x17\x77\x7f\xf8\xe3\xc5\x61\xb4\x96\x3c\xd2\x48\xb4\xde\xa9\x4c\xfa\xc5\x31\x8e\x0c\x5c\xa5\xde\xc5\xea\xf7\x06\x8c\x6b\xb7\x51\x25\xd6\x62\x8d\x9d\x42\x1d\x78\xa3\xfc\xf5\xab\x5c\xd1\x57\x0a\x2e\xf8\x39\xe1\x33\x23\x6b\x2d\xca\x93\x09\x9c\xd8\xad\xb4\x16\x35\x3d\xe6\xd2\x64\x4a\xe7\x27\x47\x0e\xe1\xb8\x11\x4d\x52\xd9\x79\x70\x79\x7f\xd3\xeb\x9c\xc7\x71\x58\xb7\xcf\x31\xce\xe8\xb6\x3e\xb6\x60\x3d\xd8\x0f\xa1\x4b\xe8\xf4\x9b\xde\x3c\xfd\x80\x44\x5c\x42\x18\x58\xa4\x64\xda\x6f\x9a\x50\x05\x16\x29\x8d\x06\xa0\x3a\x92\x10\x44\xf7\xf4\x38\xa7\x24\xbd\x03\x7b\xd8\x2f\xf1\x6e\x49\x84\xf6\x05\xfd\x93\x47\xf9\x26\x8f\xb8\x37\x7b\x30\x65\xfc\x59\x3c\x94\x07\xdd\xa8\x7d\xc4\xae\x86\xbf\xc7\xfb\x29\x9f\x9e\xfc\x6f\x00\x00\x00\xff\xff\x9d\x76\xf9\xba\x95\x63\x00\x00" +var _metadataviewsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7c\x7f\x73\xdb\xb8\xd1\xf0\xff\xf9\x14\x7b\xee\xcc\xd5\x7e\x5f\x59\x72\xae\xd7\x9b\xf7\xd5\x9c\x7a\xcd\x25\x71\x9b\x67\xee\xf2\x64\x12\x5f\xfb\xcc\x64\x6e\x62\x88\x5c\x49\xa8\x49\x82\x05\x40\xcb\x6a\x26\xdf\xfd\x99\x5d\xfc\x20\x48\x51\x16\xed\xe6\x1a\xff\x91\x50\x24\xb0\x58\x2c\xf6\x37\x16\x90\x65\xad\xb4\x85\x93\xcb\xa6\x5a\xcb\x65\x81\x57\xea\x06\xab\x93\x27\xe1\xf5\x6b\x55\x1d\xf8\xf2\x37\x89\xdb\xb7\x68\x54\x71\x8b\xfa\xe4\xc9\x93\xd9\x6c\x06\x57\x1b\x69\x20\x53\x95\xd5\x22\xb3\x20\xcb\xba\xc0\x12\x2b\x6b\xc0\x6e\x10\x4a\xb4\x22\x17\x56\x80\xb1\xa2\xca\x85\xce\xa1\xd6\xaa\x56\x06\x73\xee\x2b\x2b\xb8\xfc\xe9\xd5\x9b\xf3\x8b\xef\xfe\xf0\xdd\x94\xde\xf0\xdb\xb7\xb8\x9a\xc3\xc6\xda\xda\xcc\x67\xb3\xb5\xb4\x9b\x66\x39\xcd\x54\x39\x53\xd5\xaa\x50\xdb\xd9\xaa\x90\xb5\x99\x2d\x0b\xb5\x9c\x95\x42\x56\x33\x51\xd7\x85\xcc\x84\x95\xaa\x9a\x7d\x73\xf1\xcd\xd3\x8b\xff\xff\xf4\xbb\xf3\x6a\x65\xcf\xc3\xe0\xd3\x32\x8f\xb0\xdf\x59\xdd\x64\xd6\x80\xa8\x72\xd0\x68\x54\xa3\x33\x34\x90\x89\xaa\xc5\x1c\x54\x85\xa0\x34\x94\x4a\x23\xf7\x89\x93\xb0\xbb\x1a\xcd\x04\x32\x51\x14\x98\xc3\xad\xc4\xad\x99\xc2\x4b\x91\x6d\xf8\x99\x3f\x83\xc6\x5a\xa3\x21\x02\x70\x5f\x01\xb9\x5c\xad\x50\x13\xdc\x1b\x59\xe5\xa0\x56\x11\xde\x04\x4c\x93\x6d\x40\x18\x10\x90\x69\x14\x56\x69\x58\x4a\xb5\xd6\xa2\xde\xec\xb8\xb7\xd2\x20\xe0\xbf\xde\xbc\xfc\x0b\xc8\x52\xac\x11\x56\xb2\x40\x47\x27\x91\x65\x68\xcc\xa9\x28\x8a\xb3\x96\xf8\x3f\x7b\xc0\xb4\x4a\x06\x3e\x3e\x79\x02\x00\x40\x70\x5e\x48\x53\x17\x62\x07\x92\x86\x5a\x0a\x23\x33\x8f\xf1\x46\x58\x90\x55\x56\x34\x39\xba\x05\xab\x44\x89\x13\xc8\xd1\x64\x5a\xd6\x44\x52\xa2\x54\x84\x63\x37\x4d\xb9\xac\x84\x2c\x60\x45\xa8\x55\xa0\x96\xff\xc0\xcc\x4e\xe1\x67\x65\xac\xff\x61\xc0\x6c\x54\x53\xe4\x09\x41\x2d\xb1\x08\x0d\x38\x0d\x90\xf8\xff\x74\x0e\x86\xd7\x25\x22\xea\x71\x0f\xe3\x5e\x79\xcc\x88\x7a\x84\xa5\x1f\x36\x6d\xd3\x6b\x2f\x0d\xac\x24\x16\x39\x6c\x65\x51\xc0\x12\x21\x77\x90\x31\x27\xa6\x2b\xa4\xf1\x3c\x60\x37\xa8\x71\xa5\x34\x7a\xac\x3b\x60\x96\xfc\x56\x5b\x9a\x69\xa6\xaa\x4c\x1a\x1c\x1e\x33\x9d\x49\x81\x96\x71\x9d\x13\xaf\xc9\x6a\xdd\x9d\xc9\x33\xd8\x6a\x69\x2d\x56\x1d\x1a\x7f\xa6\x69\x09\xc8\xd1\x0a\x19\x98\xb3\x0b\x76\xd2\x01\x65\x14\x33\xfd\x12\x99\xcd\xe1\x16\xf5\x52\x19\x84\x53\x9c\xae\xa7\x20\xa0\x16\x5a\x30\x1f\x82\xac\x8c\x45\xc1\x7c\x2b\xc0\xc8\x6a\x5d\x20\x14\xb2\xc2\xb3\x71\x94\x48\x66\x79\x88\x20\xa6\x14\x45\x91\xb0\x56\x94\x20\xf1\x48\xda\x78\xfe\x5b\x22\x08\xd8\xe2\xf2\x7c\xa5\x25\x56\x79\xb1\x63\xf1\x81\x53\x39\x45\x96\xa9\x09\xbc\x79\xfd\x97\xb3\x0e\x10\x96\x07\x4f\x97\x7d\x86\x99\xd0\xc4\x6f\xa0\xd6\xc8\xa2\x3f\x01\xb4\xd9\x38\x2a\xc4\xc9\xcd\xe1\xe3\xa5\x2c\xf0\x53\x4b\x03\x5e\x28\x59\x49\x7b\x1a\x5f\xd1\x5f\xca\x41\x93\xce\x97\x01\x8a\x76\x1b\xec\x0f\x16\xbe\x9c\xc1\xc7\x4e\x4b\x83\xc5\x6a\xca\x72\xb5\xe0\x01\xf7\x3f\xa6\x4c\xba\x48\x87\xde\x6f\xda\x2e\xe0\xa2\x45\x21\x36\x73\x48\x7c\x6a\x55\xd2\x5f\xb1\xa8\x51\x83\x55\xb0\xc6\x56\xee\x99\x89\x59\xcd\x8a\x15\xc2\x56\xec\x3a\x0a\x83\xfa\xfd\x99\x58\xb3\x64\xb2\x05\x43\x34\x87\x67\xa0\x91\x95\x6c\x86\x04\x91\xf8\x45\xfb\x8f\x51\xcb\xb7\x10\x34\xda\x46\x57\xf0\xac\x02\xc5\x73\x11\x45\x1c\xdf\xa9\xa1\x83\x5a\x6a\xd5\x54\x84\xae\x6f\x7d\xfa\xa1\x87\xc6\xd7\x1f\x53\xfb\x38\x0d\x0f\x9f\xce\x60\x1e\x46\xf8\x21\x59\x02\xb9\x62\xe6\x60\x0e\x58\x74\x40\x4d\x3d\xf6\x04\xee\xf4\x6a\x57\xe3\xf7\xbe\xfb\x9f\x4e\xcf\xfa\x8b\x18\xa0\x78\x10\x20\xcc\x0f\x89\x1a\x85\xde\x9f\x9f\xfb\x6d\xe7\xc3\xa7\x27\xfb\x4f\xbe\x61\xe5\xd7\x30\x59\xb9\xbf\x60\x85\x5a\x66\x20\x2b\x8b\x7a\x25\x88\xe4\x24\x36\xad\xe1\x03\xe1\x24\xcd\x58\xa5\x31\x07\x92\x61\x0d\x6a\xb5\x82\x6c\x23\x64\x35\x05\x62\x4a\x13\xc1\x79\x71\x6b\x0c\xe6\xb4\x76\x71\x21\x8d\xb3\x79\x66\x02\xb7\x32\x47\xe5\xd4\xb5\x22\x7d\x0d\x25\xe6\x52\x1c\xb5\x25\x2d\x7e\x34\x60\x42\x8b\xb4\x2d\x93\x8c\x96\xb5\xd1\xf2\xf4\x2c\xaa\xa8\xde\x94\xff\xc6\xc6\x52\x01\xde\x91\xef\x12\xe6\xe7\xac\xa7\xf1\xf0\xc8\x5b\x02\xc1\xb6\xe2\xaf\x57\x57\x6f\xe0\x54\x69\x7e\x78\x77\x06\xbf\xbc\xfd\xe9\x28\xb6\xd4\x94\xf0\x9c\xdf\x87\x2d\x2d\x74\xa3\x8b\x7d\x4d\xda\x6a\x91\xe4\xf3\xa0\xb8\x37\x9a\x04\xb4\xd1\xa9\x68\x3e\x80\x32\x3d\x90\x9e\x4b\x02\xe4\xc3\xe2\x3e\x4c\xc1\x96\x43\x5e\xbd\xb9\x7c\x17\x69\xc4\xbf\xfc\xf2\x83\xd0\xd8\x32\x45\x0e\xcb\x1d\x89\xb7\xd4\xec\xf5\x90\x73\x21\x73\xac\xac\x5c\x49\xd4\x70\xfa\xfc\xd5\x8b\xb3\x08\x44\x0b\x66\x16\xbb\x11\x6c\x19\xa5\xc6\xcc\xc2\x2f\x6f\x5f\x4d\xe1\x19\x64\x85\xa4\xbe\x89\xeb\xc8\x7c\xd8\x18\x74\xce\xca\xf3\x57\x2f\x5a\xa7\x47\xc1\x8a\x3c\x37\xe2\xbf\x42\x09\xf6\x19\xbc\x3f\x76\x2b\x05\xad\x37\xa3\xbb\x16\x16\xb7\x62\x77\x74\xa1\xa9\x71\x67\xa1\x3b\x16\xe8\xf9\xab\x17\xc4\x52\x34\xc4\xc0\x04\xc9\xeb\x62\xfc\x78\x44\xe7\x0d\x26\xbd\x3b\x90\x3a\x5e\x74\xae\x32\x33\x95\xf5\xca\x4c\xa5\x9a\x91\x2b\x83\xb5\x35\x33\x3f\xc2\xb9\xc8\x73\x4d\x1c\x5c\xad\x67\xa3\xcc\x59\x26\xf3\x61\x63\xfe\x46\xd8\x0d\x4b\x44\xa2\x5a\x6b\x7a\xe7\x95\x32\x2f\x7a\x50\xc8\xac\xec\x3d\xf1\xdc\xea\x28\xbd\x1b\x65\xe0\xa5\x01\x55\x15\x3b\xa8\x10\x73\xb2\xcf\xab\x16\xb8\x34\xe4\xb1\xc8\x1c\xe3\x92\xdf\x0b\x74\x04\x91\x08\xec\xb9\xd9\x19\x8b\xa5\x19\x47\x1e\x9a\x71\xa0\xcf\x0f\x43\x32\x9a\xd0\x6f\xd2\x6d\x3d\x28\xb2\x99\xcc\x61\x41\x44\xdf\xff\xc4\xc4\x5d\x30\x8c\x21\x79\x6e\xe9\xd6\x54\x19\x73\xb9\x13\x58\xc7\x60\x4c\xf9\x4a\x58\x79\x8b\xa4\xa2\x5a\xee\xda\x63\xac\x7b\xe8\xb4\x51\xdb\x73\xab\x66\x9e\x85\xce\xe9\xf5\xb9\xaa\xce\xb7\xb8\x9c\xfd\xce\xc1\x3e\x6f\x74\x61\x0e\xae\x40\xb0\xc6\xe4\xe2\x1b\xa7\x62\x88\x2d\x85\xac\xe8\x31\xae\x6b\xa3\xe5\x51\xda\x8f\xd2\x58\xde\x5c\x7a\xc2\xb5\x44\x3c\x68\x2a\x4f\x68\x4a\xf3\xd9\xec\x64\x4a\x2c\x21\xec\x69\x58\x93\xb3\xf0\xe2\x64\x76\x12\x9f\x09\xd6\x59\xcf\xb8\x0e\x69\xcc\xc3\x50\x8f\xeb\xd0\x68\x69\x83\x1a\xdd\x4a\xbb\x71\x31\x8a\xd6\x68\x6a\x25\x73\x9a\x37\x5b\x49\x72\x1e\x8e\xaa\xa4\x9f\xa9\x65\x5f\x13\xb1\x76\x72\x2c\x81\x0e\xd6\x28\xe6\x5f\xb1\x6a\xeb\x7b\xb9\x2e\x8c\xce\xa5\x38\xe7\x20\x39\x53\x25\x92\x0c\xbb\xf5\x55\xba\x64\x2f\x7f\x57\xe3\xcc\x34\x4b\x6e\x21\x8c\xf7\x36\x97\x98\x03\xc5\x68\xd0\x81\x15\x59\x11\x6f\xb1\x50\x35\xea\x69\xa9\xfe\x25\x8b\x42\x4c\x95\x5e\xcf\xb0\x3a\xff\xe5\x1d\xb3\xe9\xec\xef\xb8\x9c\x91\x69\x9d\xfd\x48\x51\xaf\xf9\xa0\x56\x1f\xf8\xe7\xcf\xaf\x7e\x7e\xf9\x81\x1d\xcd\x51\xb3\x8a\xb4\xbc\xcf\xf4\xa6\x53\x9f\xec\x77\xe9\xca\x36\xaf\x37\xf5\x58\xd0\x3f\xfd\x0f\xb1\xf3\x22\x3e\x1d\xe6\x8b\xbf\x6b\x51\x93\x2f\xed\xf8\x5f\x69\x28\x9b\xc2\xca\xba\xf0\xcb\xe6\x12\x15\xa3\x78\xc0\xf4\x99\xe0\x59\x05\x42\x2f\xa5\xd5\x42\xef\xce\x8d\xfc\x17\xe6\x1c\x0a\xf9\xf0\x7f\x07\x55\x53\x2e\x91\x9c\x3b\xcf\x43\x92\xb4\xe4\x41\x2a\xf2\xd7\x39\xbc\xe7\xb6\xbf\x0e\x91\xf0\x43\xaf\xcd\xa0\x3e\xe4\x26\xb0\xe8\x0d\x76\x24\xc2\xf0\xf3\xfb\x8f\x06\x18\xad\x11\xf4\xa3\x8f\x0b\x2f\x5c\xe3\x07\x45\x17\xae\xcb\x63\x83\x0b\xd7\x7b\x64\x6c\x11\x19\x05\x7a\x7f\x9f\x21\xb4\x18\xd2\x70\x85\xcc\xb0\x22\x97\x31\xcb\x94\x66\xc5\x66\x55\x94\x7f\x53\xe7\x77\x2c\xf2\xbe\x95\x69\xd7\xf1\x2a\x24\x9d\x3a\x11\x86\xf7\x15\x82\x6f\xa5\x56\xa4\x37\x5f\x5f\x5e\x91\xe3\xe0\x61\xe4\x47\xf5\xe5\x4f\x1e\xa5\xc3\x4e\x3a\xe1\xf5\x2a\xfa\x6d\xf7\x29\x8d\x0f\x89\x7f\x77\xaf\xe3\xde\x05\x49\xec\x1f\x7f\x8c\x95\x81\x80\xf7\x97\x8a\xb2\xc3\xf8\xe3\xc4\xc0\xb7\x7e\x90\x1c\xf8\x3e\x8f\x15\x04\xdf\x7d\xa4\x24\xec\xb3\xc1\x6f\x20\x0a\x31\x60\x22\x0f\x8d\xa9\x4e\x2e\xae\xc5\x12\x38\x37\x0b\x78\x67\x51\x13\x71\x8d\xb4\xad\xa5\xf7\x59\xf9\x84\xf1\x97\xbb\x34\xda\x21\x66\xbf\x41\x98\xc6\xc0\xe6\xc7\x42\x65\x04\x5d\x85\x40\xa9\x31\xa8\x0d\xa4\x41\x10\x67\xe1\xb4\x5c\x4b\x1a\x8d\x33\x61\x3e\x09\x4c\xe2\xc3\x99\xea\x5a\xab\x7f\x50\xdf\x9a\x62\x23\x8e\x8e\x83\x0d\x77\x0e\x27\x35\xcc\x54\x51\x20\xfb\xa2\x2d\xb2\xb8\x8e\x02\xbd\xdd\x6e\xa7\xe5\x8e\xd3\xf7\x1e\x9a\x4b\xfd\xdf\xa2\x26\xba\x9f\xab\x15\x7f\x6b\xa1\x1c\x93\xd5\x97\x9e\x3e\x44\xbe\x47\x07\xd5\x1f\x60\x44\x58\xbd\xb8\x37\x00\xee\x4a\x62\x8a\xd5\x97\x92\xc6\x14\x87\x71\x12\x99\xf4\x78\x90\x54\x26\xfd\x1e\x2b\x99\x09\x88\x91\xd2\x39\xbc\xf0\x9f\x5d\x42\x1d\x97\xaf\x64\x85\x21\x6a\x2f\x6b\x65\xc4\x92\x02\x5d\xb5\x13\x85\xdd\xb5\x7b\x5f\xdc\x78\x2d\x6f\xd1\x40\x29\xf4\x0d\xda\xba\x10\x19\x1a\x10\xad\x9c\x35\x15\x69\xf4\x3c\x4d\xae\x29\x30\x4d\xcd\xdb\x6f\x24\x3f\x0e\xa8\x44\x73\xd4\x4a\xbd\xf5\xc3\xf7\x5c\xba\x90\xbe\xeb\xec\xf0\xc1\x5b\xcc\x50\xde\xc6\x14\x03\xc2\x12\x2b\x5c\xc9\x4c\x0a\xbd\x0b\x29\x78\x3f\x9f\x6e\xbe\x42\x30\x67\x04\xa3\x9a\x69\xb4\xe8\x36\xc2\x42\xa7\x00\x98\x83\x94\xf0\x6b\xba\x46\x4b\xeb\x7a\x7a\xd6\x0b\x33\x33\x55\x96\x58\xe5\x2e\x25\x73\x0e\xbf\xb0\x16\xf2\x09\x7d\xde\x23\x23\x55\x58\xe1\x36\x51\x40\x70\x59\xa8\xad\x9b\x45\x07\x98\xee\x4e\x49\x1a\x68\x0c\xb9\x0f\xd7\x6b\xb4\x9e\x36\x61\xd6\x6f\x9a\x65\x21\xb3\x37\xc2\x6e\x4e\xcf\xae\x27\xac\x10\x2b\x65\xbb\xe0\x5c\x6e\x08\x69\xb1\x45\x53\xd8\x64\xd4\x38\x29\xa7\x75\x79\x6b\x46\x14\x85\xda\x7a\x25\x6a\x15\x34\x75\x4e\xa8\x77\x00\x32\xc9\x44\x2d\x96\xb2\x90\x96\x53\xdf\x1c\x0d\x35\xb6\xd1\xbc\xea\x0d\xab\x7d\xde\x9e\x59\xfb\x35\x6b\x9b\x1f\xd4\x64\x01\x99\x39\x3c\x8f\x8d\xbf\xff\xfa\x63\x67\xb5\xa7\x61\xde\x9f\xfe\xd4\xe5\x8d\x9f\x5d\xe0\x40\xfe\x45\xc8\xc7\x66\xa2\xc8\x9a\x82\x90\x27\xec\x44\xa9\x1a\xe7\x36\x19\x51\x20\xdc\x8a\xa2\x41\xb0\x5a\x54\x66\x85\x5a\xbb\x1e\xdd\x45\xf0\x4c\xd8\xd2\xe8\xb5\xb2\x08\xe7\xf0\xca\x26\xfb\x34\x4b\xb4\x5b\xc4\x0a\x2e\xa6\x17\x4c\xfc\xa7\xd3\x8b\x2e\x98\x97\x77\xd4\xc5\x71\x54\x32\xb2\x34\x70\xc7\x1d\xca\x16\x71\x69\xe0\x62\xfa\xc7\xef\xa8\x69\x95\xb2\x6d\x17\xa0\xeb\xbf\x0d\x08\x70\x8f\xff\x03\x77\xd3\x7d\x51\x11\x45\xb1\x83\x1a\x75\x86\x95\x25\xbb\xb6\xc6\x24\xd7\xed\x76\x87\x2c\xea\xd2\x10\x51\x96\xc2\x48\x03\xb5\x92\x95\xed\xc4\x95\xd4\xc8\xa8\x42\xe6\xb4\xd0\x4b\x41\xa4\x35\xa5\xd0\x36\x6e\xdd\x1a\xd8\x6e\x28\xde\xce\x44\xce\x0a\x5d\xad\x56\xc4\x39\xd7\xbf\x5c\xca\xbb\xef\xbe\xbd\xee\x33\x8e\xb0\x20\x0a\x8d\x22\xdf\x05\xdd\xe0\x94\x4f\x3a\x3e\xf3\x4f\x26\x0c\x51\x37\x13\xf4\x43\x5a\xd3\x05\x44\x81\xb3\x77\x07\x84\x46\x20\x77\x52\x63\xb1\x83\x1c\x69\x46\xb2\x92\xc6\xfa\x3c\xff\x9a\x82\xbc\xa4\x75\x95\x47\xa5\xd4\x15\x92\x9a\x38\xe0\xff\x05\x14\xd4\x0a\x6a\x8d\x99\x34\xd1\xdc\x0f\xb1\x6c\xd6\xd8\x39\xb8\x99\x76\xd9\xf1\xbf\x83\xa9\xea\xec\x79\xa5\xae\x8d\x93\x21\x9a\x1c\x0d\x25\x76\x21\x67\xe4\xd7\x7c\xb2\x27\x70\x1a\x0b\x37\x87\x8d\xac\x23\xdb\xd1\x87\xeb\xad\x28\x0a\xb4\xd7\x61\x57\x98\x94\xed\x04\x5c\x98\x6b\x37\x04\x17\x0b\x83\xfb\xeb\xc0\x5e\xd1\xb6\x42\x0d\xa5\x5c\x6f\x2c\x6c\x45\x65\x59\x67\xd7\x98\xc9\xd5\xee\xf0\xac\xef\xdd\x19\x6d\x5d\x8f\x07\xca\xf3\x24\xa5\xe6\x64\x68\x90\xbe\xed\xac\xf5\x90\x07\x9b\x35\x16\xfe\xb4\x60\x81\xfc\xfa\x6b\xfe\xf5\xfd\x82\xc5\x72\x0e\x27\xcf\x1b\xeb\xe5\xa7\x95\x60\x59\xd1\x2b\x99\x83\x16\xd5\x1a\x41\x4e\x11\xde\x5f\x4c\x9e\xfe\x7a\x72\xc0\xc0\x42\x70\x9c\xa2\x96\x5e\x44\x1d\x31\x90\x01\x6d\x2c\x2c\x08\x8b\xfd\x4f\xc7\x77\x28\x1f\x90\x2f\x09\x26\xd3\x95\x76\xc4\x0e\x3f\xa7\xc6\x9a\x38\xef\x9f\x0d\xea\x9d\xb3\x29\xd7\x6f\x83\x41\xbe\x0e\x86\x77\xa5\x55\x49\xec\x93\xb8\xcf\xc4\x54\x2c\x62\x77\x35\x66\xd6\xe9\xc9\x5a\xec\x5a\x6b\xee\xb5\x82\x4b\x89\x51\x88\xc4\xec\x13\xbc\xf5\x91\xb6\x9e\xe0\xf4\x13\x38\x5a\x8b\x9d\xe7\x54\x2d\xb2\x1b\xa7\x27\x64\x95\xcb\x5b\x99\x37\xa2\x68\x31\xe8\x33\x2a\x51\x37\xca\xe7\xab\x6a\xa5\xcc\x1c\xde\x7b\x02\xfd\x7a\xcf\x96\x91\x77\x98\x07\x3a\xf5\x39\x8f\x7c\x28\xe2\x19\x67\x5c\x84\x05\xd3\x70\x22\x50\x14\x05\x73\x5c\xab\xd4\xa3\x0b\x40\x56\x79\x89\xb0\x66\x4f\xc0\xef\xed\x3c\x9d\x5e\x74\xc0\xde\x0a\x72\xb3\xad\x28\x9e\x33\xd7\x5c\xf4\x3e\xd3\x82\x07\x93\x20\xab\x88\xe7\x80\x0c\x24\x40\xe2\xe3\xff\x0d\x7d\xa7\x7d\x6e\xec\xf2\xb6\x30\x06\xb5\x3d\x8d\xfd\x9c\xf4\x4c\xa0\x44\x63\xc4\x1a\xe7\x70\xf2\xce\x4d\x36\x8e\x3f\x7e\xb6\x27\x67\x7d\x32\x3e\x33\x46\xae\x9d\x1e\x0b\xf0\x06\x85\xc8\x8d\xb4\xd8\x6f\xd4\x4b\xd5\xbe\x75\x4e\x6f\x0a\x8f\xf3\x7e\x83\xb9\xd2\x5e\x7c\x21\x98\xe3\x92\x1c\xbe\xab\xee\xc0\x84\xd7\x1d\xd3\x1e\xcf\xbc\xc6\x84\x7e\xf4\xd8\x24\x9a\xd3\xb3\x84\xa5\xee\xd9\x8e\x1c\x98\x23\xdc\x17\x92\xb5\x22\xf4\x85\x72\x84\x6f\x7b\xf4\x39\x16\x8d\xb5\x14\x79\x48\x2c\x16\x7b\x3d\x36\x12\x8b\x00\x46\xc6\x61\xa9\x6a\xea\x4b\xd8\x67\xa9\x46\x70\x36\xd8\x6d\x33\xb2\x16\x89\x46\x89\x7d\x58\x96\x77\xb6\x2c\xc4\x8c\x5d\x75\x17\x33\x25\x5c\x18\xd7\x82\x60\x17\x1e\x6f\xb1\xb2\x0d\xbb\x7f\x29\x2c\x11\xbd\x71\xb3\x95\x36\xdb\x2c\x15\x85\x76\xc1\x76\x4d\x22\xdc\x8d\x63\x84\x50\xb9\xb6\x6c\x3c\x58\xde\xb9\xec\x20\x17\x09\x44\xbf\x2a\xd5\xab\x92\xeb\x6f\x92\xb5\xb1\x4a\x8c\xd5\x02\x42\x14\x1e\xa6\x36\x74\x88\x79\xf6\x65\x6a\x30\x0a\x9a\xa7\xe3\x7c\xec\xaf\xc3\xac\xe6\x8f\x33\x1f\x4b\x5e\x5e\xbd\x4d\x87\x3d\x92\xd0\xf5\x45\x64\x6e\x2b\x37\x29\x87\xf4\x09\xad\xd7\x97\x57\xd3\xbd\xc5\x09\xd1\x08\x87\x9a\x5a\x48\xe7\x5b\x26\x66\xec\x06\x77\x33\xe7\x93\xd4\x42\x6a\x03\xa2\x50\xd5\xda\xc5\x9c\x46\x95\xad\xdc\x71\xe2\xf7\x8e\x96\x95\x37\x33\x78\x5c\xb1\x54\x8d\x63\x22\x06\x7d\xcc\xd6\x5e\x51\xa3\x84\x26\x03\xf5\x89\x0c\x67\x0a\x3f\xc9\x1b\x84\x1f\x45\x76\xb3\xd6\xaa\xa9\xf2\x09\xbc\xdc\xa1\x99\xc0\x5f\x85\xd4\xbd\xe2\xb1\xb1\x05\x84\x3c\x52\x53\xe5\xa8\x0b\xf6\x75\xdd\x94\xd3\x51\x27\x41\xf1\xd8\xf0\x9a\x09\x6d\x5c\x01\x1f\x37\x81\x5a\xab\x5b\x99\x63\x20\x46\xd0\x56\x0c\xec\x30\x4e\xfc\x79\x0e\xcf\xaa\x9d\x2b\xa2\xed\xe0\xe5\xab\xe5\x48\x43\xa4\xeb\x65\x36\x6a\xcb\x0b\x10\xc7\x72\xc4\xde\x3a\xd7\x59\x1a\x47\x36\x72\x8f\xdc\x54\x22\xa3\xa4\xc0\x89\xcf\x65\x65\xac\xa8\x32\x9c\xc0\x4e\x35\x90\xb1\x88\x9b\x80\x15\x0d\x25\xa0\xa9\xe4\x1d\x58\x59\xa2\xb1\xa2\xac\x5d\x18\xef\xdd\xf0\x0e\x7e\xc2\xc0\xc9\x0b\x61\xf1\x84\x27\x8e\x45\x91\x8e\x55\x17\xc2\xae\x14\xc5\x73\x14\xfc\xaa\xca\x34\xa5\xaf\x09\x71\xb4\xe3\x6a\x5d\x76\x59\x42\x96\x40\xf8\x5d\xb0\xc3\x9e\x7e\x3b\xf6\x40\x59\x00\x99\x5b\xa1\x29\x30\x24\xcf\x52\x14\x46\x45\xed\xe0\x52\xb1\xc5\xce\x4b\x86\xb0\x56\xcb\x65\x63\x3b\x7b\xf3\x5d\xe6\x70\xd2\x12\x4d\x4a\x88\xfc\x18\xcd\xa2\x68\x21\x18\xae\x9d\xf0\x53\xf4\xef\x02\x1b\xbc\xbe\xbc\xfa\xbd\x01\xcd\x38\x1d\xe6\x06\xf7\x7d\xee\x71\x1f\x2c\x73\xe8\xd4\x30\xee\xb1\xcf\x64\x90\x2e\x93\x3e\xe0\x87\xd7\x2c\x3a\x8e\x58\xb8\x01\x07\x02\x86\x84\x13\x16\x29\x0e\x03\xb1\x89\x5b\x97\x85\xc7\x69\x64\x44\xc1\xea\x8e\xd5\x64\xf0\x7c\x82\xc6\x3a\xae\xdf\x7c\x47\xdf\x81\xf7\x2b\x47\xa8\xb8\x08\x2e\x95\xb4\x01\x15\x87\x22\xdb\x78\xdd\x74\xaf\x72\x33\xf7\x64\xca\x1d\x6a\x73\x78\xcf\x2d\x0f\x6c\xe2\xf6\x1a\x0d\xae\xa1\x9f\xe3\xc2\x37\x1e\x30\xfa\xf4\xd7\x0d\x66\xf2\xdc\xb4\x06\xc4\xe9\x61\xcf\xb4\x1e\x6f\x42\xa2\xd3\xa5\xeb\xa5\x3a\xb7\x8d\xdb\xce\x59\x95\x3a\x99\xf6\x73\xb7\x2c\x79\x22\xcf\x31\x3f\xea\x9a\x92\x05\x15\x79\xce\xa0\x68\xc2\x73\x07\xf5\x9e\x99\x4e\x89\x45\xaa\xfc\xd4\xde\x53\xe1\xd1\xf5\x48\x93\x39\x7d\x29\x9f\xd4\xa3\x30\xce\x21\x75\x8d\x1f\xe4\x8d\xba\x2e\x8f\x75\x45\x5d\xef\x91\x7e\xe8\x1e\x67\x87\xbf\xcf\xe0\x84\xfa\x75\x8b\x55\x56\x56\x01\x0a\x23\x0b\x8e\x83\x6e\x51\x5b\xae\x46\xe3\x6f\x42\xef\x78\x25\x1c\x4f\xc0\xa5\xd2\x9c\xd6\x4f\x1c\x94\xb0\xb3\x65\xfc\xe6\x82\x62\xf5\xcd\xfa\x1a\x25\x97\x34\x86\x92\xf8\xb0\x4a\xac\x15\xbc\x85\xbf\x72\x4e\x40\x84\xc7\xa6\xab\x44\xbb\x51\xb1\x30\xde\x34\xab\x95\x74\x0c\xb1\x96\xb7\xec\xa3\x96\x6c\x5f\x38\x72\x53\x2b\x9f\xc9\xf1\x28\x1e\x62\x34\x9a\x8f\x13\xa2\xee\xcc\x96\x18\x26\xed\x54\xda\x55\x2b\xde\x49\x6f\xbc\xe3\x43\x27\xf9\x6b\x51\xa2\x99\x77\xf6\xa5\x7c\xd9\x96\xc3\xc6\xdb\xef\x90\xd7\xbb\xa6\xb1\xae\x23\xb0\xf0\x77\x83\x3b\x4f\x2d\xa1\x9d\xb5\xdb\x8a\xca\x8f\xbf\xc4\x8c\xb4\xe2\xb5\xc3\xe3\x7a\xd0\xa7\x66\x07\x5a\x50\x87\xbe\x1e\x39\xc4\xee\x84\xc7\x95\xf2\x1c\xef\x48\xf1\xd1\x21\x9e\x98\xb8\x4f\x93\xfe\x3c\xdf\xbb\x36\xbf\xfe\x70\x36\xdf\x67\xc8\xd9\x0c\x9e\xc7\xd5\x77\x49\x45\xe3\xb3\x8a\x61\x4a\xd1\xa4\x78\xa7\xce\x6d\x1a\x48\xdd\x3a\xd1\xfe\x34\x4f\x3e\xed\x79\x8d\xbb\x5e\x7e\x72\x23\xaa\xbc\x40\x67\x31\x98\xc8\x14\xe8\x70\xc2\xd3\xb6\x8d\xff\xd1\x98\x64\x6c\xe6\x93\x00\x9f\x4b\x9d\x8b\x62\x9a\x0a\x6e\x67\xb2\xf0\xd5\x82\x44\xa5\x27\x70\xe4\xca\xdd\x10\xda\x9d\xb6\x5f\x0d\x88\x25\x11\x75\xaa\xb1\x54\xb7\x78\x7a\x83\xbb\x39\xdc\xf4\xeb\xea\xda\xa7\xf8\x38\x60\xa1\x60\x01\xef\x7f\x7d\xb2\x37\x3e\x83\x67\xbe\xe9\x0e\x1d\x21\xc0\xc2\xad\x90\x77\x63\x6e\xa2\x07\x43\x3d\xdf\xdf\xfc\xfa\x55\xcf\x81\xa9\x64\xd1\x3a\x2f\x95\x2c\xba\xd8\xf6\x6c\x00\xdb\x8a\xa1\x09\x04\xa6\x74\x8c\xe5\x7a\x9d\xf5\xd5\x4d\xcc\x8b\xc7\x0c\xe6\x9e\xd6\x90\xc6\x34\xd8\x26\x36\xfd\xd1\xac\x08\x81\x03\x23\xb7\x99\x52\xf2\x61\x37\x23\x4b\x59\x08\x9d\x9c\x4d\x23\xb0\x78\x27\x4a\xea\x2e\x2a\xf8\x1f\x52\x0c\x4f\x2f\x2e\xc8\xe9\x76\x1b\x5d\x11\x98\xac\xc8\x61\x76\x5b\x76\xce\x97\x59\x35\xee\x84\x98\xcb\xa9\xbb\xfd\x82\x74\xc7\xb3\x75\x80\x9e\xb9\xf2\x01\xc7\x6e\x4b\x72\x6d\x34\x07\x2e\x11\x73\xcc\x25\x4f\x6b\x02\xdb\x8d\xcc\xb8\xba\x78\xbb\xe1\x1a\xf0\xf0\xe9\x10\x1e\x8e\x94\xc4\xa9\xc6\x69\x37\x5f\xc7\x06\xae\x8e\x8d\xf5\xcb\xb1\x58\xef\xa5\x1b\xe2\xd8\x79\xb4\x14\x93\xd0\xe6\xb2\xa5\xdf\xc4\x69\xe1\x2c\xe4\x25\xde\xa1\x9d\xc0\x9b\x42\xec\x26\xf0\x0e\xb5\x44\xd3\xdd\xa7\xf0\xb5\x75\xee\xac\xc3\x56\xec\x92\xca\x0a\x07\x22\x2b\x84\x31\x14\xd5\x90\xfe\x08\x04\x1a\x15\x4b\xfe\xb0\x3f\x0f\xdf\x3f\x29\xe5\x3b\x70\xdc\x8a\x67\x24\x2a\x38\xf9\xe6\xdb\xc0\x0b\xa7\xbf\xfb\xe6\xdb\xd9\xd3\x8b\x8b\xb3\x13\x2e\x49\x71\xb1\xa7\x07\x24\x0d\x7c\xf3\xed\x3d\x11\x2e\xb7\x9a\xc3\x2f\xaf\x2a\xdb\xdf\xf7\x21\xb4\x4a\x71\x37\x88\x1a\x05\x62\x7e\x7b\xd9\x33\xf5\xb4\xd7\xb7\x7f\x0e\x2c\x24\x5c\x7c\xd4\xeb\x92\x2e\x85\x2c\xa5\xc5\xfc\xdc\x0f\x81\xf9\x30\xb4\x11\x53\x26\x44\xa5\xa1\x6f\x83\x5d\xb9\x54\x87\xc5\xad\xa9\xfc\xa0\x61\x5e\xae\x6f\x9b\xae\xa2\x70\xd6\x2a\xd2\x1d\xe3\x4e\x95\x95\xe2\x2e\xd0\xef\x68\xfc\xf5\xc3\xa4\x47\xf1\x49\xa7\xfb\x80\x03\x45\xb8\x0d\xaa\x70\x68\xd3\xdb\x7e\x61\xbe\x5f\x50\xeb\xaf\xd2\xec\xf6\x55\xcb\x08\x99\xa8\x86\x12\xd9\xd6\x2f\xb2\x6b\xf5\xd5\xc9\x21\xed\x0e\xa3\x82\x3e\x3f\xd6\xa2\x1f\x8b\xc7\x06\x34\x14\xa3\x39\x32\x8a\xeb\xec\x0b\x05\x35\x30\xaa\x92\xd6\x37\xfe\x37\x6a\x69\xf7\x44\xba\xb3\xdb\xd8\xd1\x97\x22\x68\xcc\x83\x5c\x42\x5a\xf1\x27\x69\xec\x1c\xde\x7b\xcc\x0e\x55\xde\xee\x37\x1c\x2e\xbf\xf5\xed\x60\x11\xbb\x8c\x8d\x68\x22\x69\xbe\x58\xcd\x53\x40\x60\x64\xc1\x93\x6f\xfe\xb0\x6a\x27\xdf\xe9\xd1\xa5\x4e\xbe\xff\xd8\x3a\xa7\x96\xdd\xfa\x52\xfa\xb9\x8a\x9c\x62\x52\x8e\xfd\xf2\x60\x8c\xce\x5d\xd9\x53\x0e\x06\xb5\x14\x45\xe0\x5f\x97\x23\x0f\xfb\x97\xc4\xad\x11\xd8\x1b\xd7\xd1\xc0\x46\xdc\x62\x72\x30\x9e\x01\xf9\x59\xb0\xdb\xc0\x9e\x7c\x0f\x6e\xd4\x93\x11\xdc\x3b\xf2\x5d\x4b\xb1\x8b\xa5\x39\xbc\xe7\xaa\x71\xdd\x90\x27\xf3\xea\x85\x4b\x00\xa6\x8d\x92\xd3\xf8\x6d\xc0\xe5\x8c\x69\x38\x06\xe6\x4e\xfa\x4c\xdd\x79\x94\x0e\x02\xd2\x74\xb6\x6f\x97\x08\x4d\x25\xff\xd9\x70\x51\x8c\x3f\x32\xc8\xd6\x9b\xcd\x36\xa3\x42\x6a\x9f\x3d\x74\x61\x03\xd1\x8e\x29\x8f\x77\x6e\xc8\xc3\xf9\x97\x43\x76\x33\x95\xe4\x6e\x9b\xe1\x0c\xda\x01\x7d\x79\x44\x80\x3d\x7a\x5f\x4a\x7c\xfd\xf0\xe3\x84\xd7\x35\x7e\x90\xe8\xba\x2e\x8f\x15\x5c\xd7\x7b\xa4\xd8\xee\x2d\xf4\xe7\x16\xda\xb6\x76\xd8\xa7\x31\x53\xf7\xd8\x0b\xa9\x4b\xa4\x25\xd9\x4d\xea\xcd\x05\x5a\x2e\x98\x0e\x5d\x2b\xc4\xdc\xb8\xa8\xf1\x16\x43\x16\xc2\x64\x4a\x73\xec\x90\x96\x60\x2c\x1b\x0b\xd2\x9d\xa1\x8f\x00\xb9\xd3\x52\xb5\x79\xca\x43\xcc\xef\xf3\xe0\x1f\xf7\x9c\x41\x3f\x94\xaf\x28\x74\xad\x38\x11\x7f\x24\xf3\xce\xfd\x42\x35\xcc\x80\xef\x5b\x8a\x3b\x59\x36\x65\xbb\x8d\xc2\x1d\x8e\x38\x5c\x87\x80\x0d\x5c\xe8\x90\xa2\xea\x0e\xb7\x1d\x39\xdf\x18\x43\x84\x9f\x70\x8d\x55\x2e\xf4\x6e\x02\x2f\x6b\x99\x4d\x88\x36\x38\x81\x5f\xaa\x4c\x95\x25\xb9\x8e\xcf\xf9\xff\x6e\xac\xe0\xcf\xcf\x75\x13\xdf\x23\xea\x8e\x06\xbd\xc7\x2e\xed\x26\x9d\xc9\x0f\x16\x16\x0d\x39\x91\x6e\xe1\x16\xce\x8d\xfc\xfa\xeb\x0e\x8d\x16\x87\x9c\xcb\x5a\x54\x32\x3b\x3d\x79\x16\xf8\x21\x72\x9f\x09\x4b\xda\xbd\xa1\x44\x69\xe6\xae\x3d\x0f\x72\x5f\xeb\x79\x74\x7a\xcb\x0c\x87\x7d\x44\xf8\x37\xca\x8c\x7a\xe5\x05\x6e\x2e\x5f\x32\x99\xeb\x51\x18\x59\x5d\xc0\x8d\x1f\x56\x5a\xe0\x76\x6c\x1e\x5b\x57\xc0\xbd\xc7\x16\x15\xf4\x35\x45\xf8\xfb\x0c\xda\xf3\xf5\xe5\x15\x2b\xd0\xad\x16\xb5\xe1\x84\xdb\x73\xbe\x22\x85\x2f\xd5\x71\x9b\x2e\xd7\x32\x77\x85\x82\xd7\x4d\x43\x8f\x2e\x1b\xe7\x76\x1c\xc3\x6e\x4e\x84\x17\xd2\xac\x82\x6b\xc3\x0b\xb4\x08\xb5\xcc\xb8\xca\x37\x1e\x3f\xf2\x37\xe8\xb0\xd7\x30\x7c\x7d\x4e\x04\x37\xea\x1e\x9d\x30\x87\xc3\x7e\x84\xcc\xa3\x0f\x71\xa8\x09\xcd\xed\x68\x23\x9f\x03\x9b\x77\x2f\x1f\x9a\x86\xeb\x2e\x0e\xf6\xc3\xb6\x3c\xbf\xdf\x37\x3d\x2e\x70\xb0\x7f\x9b\xf1\x7a\x21\xac\x98\xd3\x8c\x9f\x77\x5e\x8d\xea\x1a\x90\xef\xf6\x3e\x86\x7b\xac\xd8\x48\xcb\x69\x0e\xb6\x0e\xf9\x48\xbf\xd7\x71\xf4\xea\x17\x99\x43\x0c\xd2\x3b\x1f\x68\x3d\x0e\x7c\xf2\xab\x00\x87\x96\xa1\xdb\x3a\xa1\xfd\x5e\x8f\x94\xf8\xdd\x5e\x5d\x8a\xc3\x10\xc9\x0f\x76\x88\xe8\x0d\x12\xba\xdb\xad\xad\x87\x49\xc9\xdb\xbb\xe3\xa6\x47\xd3\xf0\x7e\x38\x60\xcd\xf9\xb4\xdc\xfe\x07\x26\xe8\x82\xe9\x3a\xa0\xf1\x3d\xce\x71\x8f\x78\xbf\x49\x4a\xc7\x45\x4a\xd5\xfd\xa6\x3d\xe2\x2d\x7a\xd4\xbc\xb7\x43\x44\x64\xef\xdd\x7e\xb7\x96\x78\x8b\x81\xd2\x4e\x18\xb7\xf9\x7a\xd0\x88\xf9\xc3\x5e\xcc\xb8\x87\x6c\x16\xe9\x8c\x2b\x9f\xa6\x90\xf9\x6f\x62\xd1\x82\x76\x1b\x67\xc9\x7c\xeb\xd3\x56\x99\x4d\x1e\x60\xd4\xf6\x35\x29\x47\x61\x2b\xfb\xb7\x31\x46\xcd\xf7\x26\xab\x96\x1a\xc5\xd0\x7d\x30\xbf\x16\x2c\x93\x6b\xf3\x15\x08\xf3\x55\xc0\x22\x59\xa7\xbe\x21\x0b\xb3\xdc\x57\x25\x32\xdf\x57\x23\xf3\x2e\xde\xf4\x6a\x50\xa1\xf4\xb5\x43\x72\xf9\x51\x0a\xe0\x6c\xbc\x7e\xe9\x1d\x23\xbb\x07\xca\x9e\xbe\x61\xce\x75\x0b\xda\xd5\x3b\x23\xa1\x44\x25\x34\x0c\xe8\xf8\xbc\x52\xcd\x14\x60\xb4\x55\x98\xf7\x74\xf4\xe2\xd6\xf6\xf2\xfb\x3b\x9d\x2e\xad\x12\x3b\x12\xcf\xb9\x0a\xee\x36\x98\xf3\xd7\xa0\xf0\x65\x3a\xfe\x62\x43\xab\x25\xde\xe2\x70\xb9\xc9\x7d\xa7\x42\x9d\x93\xdd\xd4\x20\x7a\x87\x35\x5d\x0a\xbb\xd6\x8a\xb4\x41\x84\x47\x43\x8a\xb5\x1b\xd4\x95\x04\xb6\x47\x94\xc6\x1c\x51\xdb\x5b\xc9\x5e\xec\xe7\xee\x93\xa9\xe2\x38\x5b\xbe\x09\x82\xfd\x21\x7f\x66\x5b\x87\x13\x63\x31\x29\xe3\xee\x14\x3a\xbc\xf1\xe0\x61\xbd\xf1\xd7\xae\xc4\x1f\xbd\x9b\x6c\xdc\x6c\xb8\x24\xd4\x6d\x3c\x95\x8d\xe1\x8c\x6b\x21\xab\x1b\x37\x98\x5f\x8e\x81\x89\xc7\xad\x8a\x90\xfd\x82\xb8\x45\x95\x15\x0d\x1f\x62\x8f\x87\x02\x79\x22\xe1\xb4\x9f\xdf\x2a\xf3\x12\xe3\x5c\xce\xf6\xe3\xc1\x39\xd5\xb1\x56\x33\xad\xdb\xdc\x0f\x51\x07\x4f\xe8\x25\x8b\x1c\x6e\xb4\x72\x33\xcb\x83\x4e\x76\xe0\x3b\xd0\x2a\xe5\xcf\x3e\x62\x65\xa5\x0d\x57\x7e\xe2\x9d\x34\x76\x02\xd2\x42\xa5\x80\x3c\x65\xd4\x6d\xf4\xb6\x74\x65\x89\x5a\x86\x0c\x5a\x92\x25\x8c\x73\x3c\x32\xc5\x96\x5b\xe6\xc0\x35\x5b\xdd\x29\xd2\xac\x7a\x35\xc0\x7e\xb9\x7c\xee\x5c\xac\x94\x66\x5c\xdd\x9e\x4f\xdd\xae\xf2\x91\x81\x7f\x62\x30\x6e\xa7\x77\x7f\xe0\xcb\x58\xf8\xe1\x8e\x66\x15\x6a\x6b\xdc\x71\x45\x9f\x0c\x10\x15\x60\x59\xdb\x5d\x5f\xaa\x02\xc1\x69\xfe\x81\x87\x99\x81\x3b\xe0\x03\x2b\xdd\x73\x84\x8a\x77\x56\x5e\xd2\x10\x29\x89\x56\x4d\x75\x7a\x36\x87\x3f\x7f\xec\xdf\xe8\x3a\x6d\x5b\x1d\xbf\x8b\xf0\x90\xc4\x74\x75\xdc\x30\x0f\x0e\xb5\xe9\x2f\xe2\x50\x9b\x3e\xbd\x7b\x4a\x7d\x68\xba\x61\x11\xc6\x4e\x3b\xaa\xdb\x51\x07\xa2\xfa\x68\x4d\xa5\x79\xe7\xee\xaa\x39\x55\x2b\x87\xe3\xf7\x5f\xdf\x3b\x20\x39\x01\x73\x38\xf1\x9a\x85\x25\x30\xe8\x14\x01\xe1\xde\x1b\xb5\x82\x7b\x60\xb4\x72\x32\x3d\x7a\xb0\x2a\x59\xb5\x45\xf2\xbc\xdf\xb0\x5d\xb8\x45\xfb\x78\xa8\x59\x8b\xcb\xa2\xff\xe2\x50\x97\x96\x66\x8b\xfe\x8b\x01\xb7\x77\x68\x65\x17\xf7\xae\xf7\x58\xe7\x75\xdf\xd8\x70\x1e\x66\x1b\xce\x47\x71\x75\x7e\xa8\xdc\xac\x78\x81\xf2\x58\x6a\xf1\x9f\xc9\xd0\xec\xa3\x38\xda\xc5\xed\x79\x44\x0f\xc9\xdb\xec\xc7\x71\x8f\x4c\xe1\xec\x01\x1a\x99\xcd\xb9\xcf\x0d\x08\x7f\x9f\x3f\x2d\x7e\xc0\x8d\xf2\x55\xeb\x7c\x72\x36\x28\xde\xdf\x27\xd7\x55\xb6\xf7\x57\x8c\x72\xa7\x5c\xea\xa7\x82\x70\x83\x05\x1b\xf8\x08\x8d\xef\xd8\x95\x99\x09\xb6\x78\xcf\x3c\x78\x4f\x67\x89\x64\x4d\x09\xe0\x03\x7d\xaa\xbd\x8b\x40\x67\x33\x78\x2d\xca\x3d\x33\xc9\xe8\x6f\x37\x58\x05\xcf\xdf\x55\xdc\xf9\xe1\xfb\x97\x76\xf4\x87\xbe\xf7\xc8\xc2\x8b\x24\x75\x3a\x34\xea\x10\x91\x82\xff\x34\x66\xe0\x23\x57\x0c\xc7\x8b\x20\xdc\x95\x01\xec\x77\xf8\xbb\x54\x78\x28\x3e\x60\x9f\xf2\x41\x38\x0e\x32\x72\xf8\x71\x89\xac\x0e\x46\xef\xfe\xd9\x08\x8d\xbe\x06\xc0\xdd\x24\xd9\x39\x23\x33\x7a\x6c\xc3\x80\x5e\x95\x5c\x73\xd1\x1d\x9b\xaf\x69\xea\x8c\xfa\xa3\xa8\x2a\xd4\x9d\x51\xe3\xcd\x08\xed\x60\x93\xbe\x4b\xcd\xbb\x37\x82\x8b\xa6\xa0\x42\xa1\xe1\xe9\xb7\x17\x17\x77\x7f\xf8\xe3\xc5\x61\xb4\x96\x3c\xd2\x48\xb4\xde\xa9\x4c\xfa\xc5\x31\x8e\x0c\x5c\xa5\xde\xc5\xea\xf7\x06\x8c\x6b\xb7\x51\x25\xd6\x62\x8d\x9d\x42\x1d\x78\xa3\xfc\x05\xac\x5c\xd1\x57\x0a\x2e\xf8\x39\xe1\x33\x23\x6b\x2d\xca\x93\x09\x9c\xd8\xad\xb4\x16\x35\x3d\xe6\xd2\x64\x4a\xe7\x27\x47\x0e\xe1\xb8\x11\x4d\x52\xd9\x79\x70\x79\x7f\xd3\x0b\x9d\xc7\x71\x58\xb7\xcf\x31\xce\xe8\xb6\x3e\xb6\x60\x3d\xd8\x0f\xa1\x4b\xe8\xf4\x9b\xde\x3d\xfd\x80\x44\x5c\x42\x18\x58\xa4\x64\xda\x6f\x9a\x50\x05\x16\x29\x8d\x06\xa0\x3a\x92\x10\x44\xf7\xf4\x38\xa7\x24\xbd\x05\x7b\xd8\x2f\xf1\x6e\x49\x84\xf6\x05\xfd\x93\x47\xf9\x26\x8f\xb8\x39\x7b\x30\x65\xfc\x59\x3c\x94\x07\xdd\xa9\x7d\xc4\xae\x86\xbf\xc7\xfb\x29\x9f\x9e\xfc\x6f\x00\x00\x00\xff\xff\xa7\x07\x53\x5d\x97\x63\x00\x00" func metadataviewsCdcBytes() ([]byte, error) { return bindataRead( @@ -109,7 +109,7 @@ func metadataviewsCdc() (*asset, error) { } info := bindataFileInfo{name: "MetadataViews.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2e, 0x21, 0x38, 0xa6, 0x72, 0x51, 0xbf, 0x52, 0xc0, 0x1d, 0xcb, 0x1d, 0x95, 0xf6, 0x3a, 0x7d, 0x8f, 0x87, 0x94, 0x93, 0xde, 0x43, 0x97, 0xd7, 0xe5, 0xd5, 0xe4, 0x9d, 0x1a, 0xc8, 0xf1, 0xfe}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6f, 0x1d, 0xd4, 0x65, 0xf1, 0x72, 0x66, 0xa, 0x23, 0x21, 0xcf, 0xe3, 0xea, 0xf2, 0x40, 0x49, 0x7d, 0x35, 0xf, 0x5b, 0xf3, 0xe3, 0x2c, 0xcf, 0x5c, 0x24, 0x56, 0x2d, 0xf1, 0xb4, 0xef, 0x5e}} return a, nil } diff --git a/lib/go/templates/internal/assets/assets.go b/lib/go/templates/internal/assets/assets.go index 1c505b9..970433f 100644 --- a/lib/go/templates/internal/assets/assets.go +++ b/lib/go/templates/internal/assets/assets.go @@ -11,7 +11,7 @@ // transactions/destroy_nft.cdc (1.22kB) // transactions/generic_transfer_with_address.cdc (2.18kB) // transactions/generic_transfer_with_paths.cdc (1.888kB) -// transactions/mint_nft.cdc (2.885kB) +// transactions/mint_nft.cdc (2.884kB) // transactions/nft-forwarding/change_forwarder_recipient.cdc (1.257kB) // transactions/nft-forwarding/create_forwarder.cdc (1.534kB) // transactions/nft-forwarding/transfer_nft_to_receiver.cdc (2.034kB) @@ -19,7 +19,7 @@ // transactions/setup_account.cdc (1.326kB) // transactions/setup_account_from_address.cdc (1.593kB) // transactions/setup_account_from_nft_reference.cdc (1.374kB) -// transactions/setup_account_to_receive_royalty.cdc (1.477kB) +// transactions/setup_account_to_receive_royalty.cdc (1.624kB) // transactions/test/upgrade_nft_contract.cdc (172B) // transactions/transfer_nft.cdc (2.171kB) // transactions/unlink_collection.cdc (520B) @@ -312,7 +312,7 @@ func transactionsGeneric_transfer_with_pathsCdc() (*asset, error) { return a, nil } -var _transactionsMint_nftCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x56\x41\x6f\xe3\x36\x13\xbd\xeb\x57\xcc\xe7\x83\x57\xc6\x97\xb5\x5a\xa0\xe8\x41\x88\xb3\x48\xbc\x0d\xd0\xc3\x06\x8b\xac\xbb\x97\xc0\x87\xb1\x34\x96\xd8\xd2\xa4\x4a\x8e\xec\x18\x41\xfe\x7b\x41\x51\xa2\x25\x47\x4e\x0c\xc3\x96\xc8\x99\xc7\x99\x37\x6f\x46\x4a\x92\x04\x56\xa5\xb0\x60\x33\x23\x2a\x86\xda\x92\x05\x2e\x09\x1e\xee\x57\xdf\x84\x62\x32\x60\xc8\xea\xda\x64\x04\xac\x61\x27\x14\x03\x82\xa2\x83\x33\x88\x9c\xf7\x9f\x0c\xbb\xda\x32\x6c\x08\x4c\xad\xe0\x20\xb8\x6c\x00\x30\xcb\x74\xad\x18\xb8\x44\x86\x12\x3d\xea\x6e\x08\xd9\x00\x58\xd6\x86\x72\x10\x0a\x12\x77\x89\x05\x25\xe1\xf0\x28\x12\xbb\x4a\x1b\x86\xc9\x83\x56\xf7\xb5\x2a\xc4\x46\xd2\x4a\xff\x43\x6a\x12\x76\xfe\x78\xc6\x5d\x25\xe9\xe1\x7e\x75\x5a\xfb\x46\x8c\x39\x32\xfe\x14\x74\xb0\xa7\xe5\x33\x84\x88\x0d\x2a\x8b\x19\x0b\xad\xe2\x08\x00\xc0\x50\x26\x2a\x41\x8a\x53\xb8\xcd\x73\x43\xd6\x5e\x35\xeb\x0a\x77\x94\xc2\x0f\x36\x42\x15\x7e\x25\x27\xcf\x98\xd0\x6a\xb8\xc1\x65\xbd\xdb\x28\x14\x72\xb8\x9c\xd5\x6c\x53\x78\xfa\xeb\x5e\x3c\xff\xfe\xdb\xda\xaf\x19\x7d\x44\xc9\xc7\xaf\x27\x28\x67\xe2\xbd\x86\x26\x77\xa4\x68\x2b\x32\x81\x46\x90\xb3\x69\x83\x5b\x47\x33\x78\x89\x1a\x43\xc7\xa4\xd4\x19\x4a\xd8\xa3\x11\xb8\x91\x04\x5b\x6d\x1a\x72\x85\x2a\x86\xe4\x6f\xc9\x90\xca\xa8\xf1\x93\xc4\xed\x46\x0a\xd3\x13\x95\xf3\x5e\x09\x3a\xf8\xc7\xce\xd1\x29\xc1\x01\x1a\xca\x48\xec\xc9\x7c\xb2\x90\x69\x29\xa9\x21\x32\xa0\x06\x2e\x97\x61\xef\x91\xb6\x29\x4c\x5f\xce\x6b\x39\x7f\x6c\x81\x5e\xfd\x61\x95\xa1\x0a\x0d\xc5\x56\x14\xca\xc5\x85\x35\x97\xf1\x9d\x36\x46\x1f\x7e\xa2\xac\x69\x06\xd3\x5b\xaf\xae\x90\x7e\x77\xe8\x29\x8e\xaf\xc8\x08\x0b\xe8\xa5\xe4\x54\x27\xf7\xb4\xd4\x8a\x0d\x66\xec\xb4\x11\x77\x4a\x5c\x1d\x2b\x4a\x41\x09\x79\x05\x7b\x41\x07\x7f\xeb\x7e\xaf\x07\x52\x72\xb4\x2c\x07\x47\xdc\xc4\xb3\x19\xa0\xfd\x1f\x7c\x60\xf7\x25\x84\xe9\x3e\x5f\xbe\x40\x85\x4a\x64\xf1\xc4\x99\x3f\xfa\xc0\x0c\xe4\x9a\x2c\x28\xcd\xd0\x86\x0a\x6f\x60\x9a\xe8\x26\xb3\x00\x16\x2e\x92\x04\x36\x0d\x43\x80\xa7\x0a\x77\x85\x1a\x69\x66\xa1\xa0\xed\xb6\x00\x61\x49\x6e\xe7\xad\x48\x16\xe0\xc9\x9f\xb7\x46\x73\x0f\x7e\x3d\x2a\x91\x9b\x78\x6b\xf4\x2e\xed\x73\xed\x37\x7e\x78\xe7\xef\xc8\xe5\xec\x42\xfe\x6d\x21\x4f\xa9\x37\xe3\x00\x50\x81\xde\xfc\x4d\x19\x03\x72\x93\x82\xad\x28\x13\x5b\x41\x39\x54\xc8\xe5\x64\x16\xf5\x33\xf7\xda\xe8\x34\xe9\x55\xf7\xc9\x42\x55\x6f\xa4\xc8\x5c\xf6\x3d\x5d\x9c\xe9\x3f\x24\x3e\x2e\x57\x58\x40\x41\xdc\x06\x19\x07\x9b\xd9\x3c\xc3\x0a\x37\x42\x0a\x16\x64\x03\x39\xef\x28\xfb\x26\x1e\x10\xd0\x8c\x84\x41\x65\xe7\x3e\x5a\xc7\xd5\xc0\x72\xd6\x23\x6b\xa9\x6b\x99\x37\x2c\x15\xbe\xc1\x1a\xec\xd1\x7a\xc3\x29\x8d\x56\x2e\xa7\xe6\x82\x97\x70\x82\x1b\x4b\x73\x49\xaa\xe0\x12\x16\x8b\xb1\x89\xd4\xed\x4e\xa7\x17\x8c\x07\xb3\xa9\xdd\x4e\x61\x72\x6b\x0c\x1e\xa1\xb5\xb6\x65\x13\xf9\x86\x80\xfe\xad\x51\x36\xa3\xa9\x75\x07\x43\x12\x99\x72\xc8\x89\x51\x48\x3b\xe9\x07\x4b\xcf\x94\xd5\x4c\xfd\x2e\x4f\x12\xf7\x5d\x1a\x42\x26\x5f\xf1\x16\xa7\xf5\xef\x1b\xee\xd1\x80\x97\xd7\x02\x7e\x39\xdf\xf0\x7e\x7e\x9e\x0e\x9b\xf7\xd1\x23\xae\x61\x01\x4f\xeb\xbe\xdb\xa1\x14\x92\xde\xcb\x1b\x6e\xda\xf3\x5e\xfa\x6e\xdd\x70\xda\x04\x8f\x23\x8c\xd3\xf7\xd4\x78\xaf\x3f\x70\x5e\x76\xda\x3b\x0e\xe5\xd9\x33\x39\x13\x68\x41\x7c\x3d\x7d\xf9\x58\x9a\xed\x79\xdd\x67\x48\x4b\x41\xdc\x32\xd3\xb9\x7e\x0f\x92\x8d\x67\x63\x18\x7d\xed\xde\xf5\x92\x0f\xcd\x5e\xe2\x9e\xa0\x43\x83\x4c\xab\xad\x28\x6a\xf7\x36\x80\x0c\x17\xcf\x3a\x6b\x7e\x08\x8f\x49\x97\x29\x56\x15\xa9\x7c\x34\xa3\xd1\x22\x5f\xcc\xbd\xeb\xae\x74\x9c\xf9\xab\x4b\x7e\x59\xcd\x69\xd3\x29\x6d\x2d\x2f\x1a\x0e\xde\x20\x46\x1a\xef\x82\x16\x1a\x5e\xcf\x17\xdf\x2c\x74\xaa\xf7\xff\xff\x87\x5f\xfb\x06\xaf\xd1\x80\x40\x37\xab\xc3\xd8\x40\xe5\x3a\xb1\xd2\x56\x30\x08\xee\x3d\xe9\xc3\x54\x3d\x7b\xd4\x43\xff\x25\x22\x77\x10\xd7\x9f\xfb\x8f\x92\xe6\xef\xe1\x7e\x35\x9c\x7f\xfe\x85\xca\xfd\x5e\x45\x17\x49\xe9\xdd\x0c\xad\x7a\xef\x58\xe1\x72\x68\xd1\x6f\xee\x35\x24\x49\xb8\x8f\xde\x72\xf8\xce\xf8\x9f\xb7\x54\xc4\xec\x5a\x26\x85\xeb\xcf\x21\xcd\x30\x54\x5f\xa3\xff\x02\x00\x00\xff\xff\x0d\x17\x53\xe3\x45\x0b\x00\x00" +var _transactionsMint_nftCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x56\x41\x6f\xe3\x36\x13\xbd\xeb\x57\xcc\xe7\x83\xd7\xc6\x97\xb5\x5b\xa0\xe8\x41\x88\xb3\xd8\x78\x1b\xa0\x87\x0d\x16\x59\x77\x2f\x41\x0e\x63\x6a\x2c\xb1\xa5\x49\x95\x1c\xd9\x31\x82\xfc\xf7\x82\xa2\x44\x8b\x89\x92\xd6\x07\x5b\x26\x67\x1e\x67\xde\xbc\x19\x71\xb9\x5c\xc2\xa6\x92\x0e\x9c\xb0\xb2\x66\x68\x1c\x39\xe0\x8a\xe0\xf6\x66\xf3\x55\x6a\x26\x0b\x96\x9c\x69\xac\x20\x60\x03\x7b\xa9\x19\x10\x34\x1d\xbd\x41\xe6\xbd\x7f\x67\xd8\x37\x8e\x61\x4b\x60\x1b\x0d\x47\xc9\x55\x0b\x80\x42\x98\x46\x33\x70\x85\x0c\x15\x06\xd4\x7d\x0a\xd9\x02\x38\x36\x96\x0a\x90\x1a\x96\xfe\x11\x4b\x5a\xc6\xc3\xbd\x41\x16\x62\x24\xb0\xe6\x84\x8a\x4f\x80\xb6\x6c\xf6\xa4\xd9\x81\xd4\x85\x14\x92\x5c\x8c\x00\x95\x2c\x35\x15\x59\x26\xf7\xb5\xb1\x0c\x93\x5b\xa3\x6f\x1a\x5d\xca\xad\xa2\x8d\xf9\x8b\xf4\x24\xee\xfc\xf6\x88\xfb\x5a\xd1\xed\xcd\xe6\xbc\xf6\x95\x18\x0b\x64\xfc\x21\xe9\xe8\xce\xcb\x2f\x10\x32\xb6\xa8\x1d\x0a\x96\x46\xcf\x32\x00\x00\x4b\x42\xd6\x92\x34\xe7\xf0\xb9\x28\x2c\x39\x77\xd1\xae\x6b\xdc\x53\x0e\xdf\xd9\x4a\x5d\x86\x95\x82\x02\xd1\xd2\xe8\x74\x83\xab\x66\xbf\xd5\x28\x55\xba\x2c\x1a\x76\x39\xdc\xff\x71\x23\x1f\x7f\xfd\xe5\x21\xac\x75\x3c\x7c\x39\x43\x79\x93\xe0\x95\x9a\x5c\x93\xa6\x9d\x14\x12\xad\x24\x6f\xd3\x05\xf7\x90\xcd\xe1\x29\x6b\x0d\x3d\xb7\xca\x08\x54\x70\x40\x2b\x71\xab\x08\x76\xc6\xb6\x35\x91\xba\x4c\x6b\xb6\x23\x4b\x5a\x50\xeb\xa7\x88\xbb\x8d\x1c\xa6\x67\x2a\x17\xe7\xca\x45\xf8\xbb\xde\xd1\x0b\xc8\x03\x5a\x12\x24\x0f\x64\x3f\x38\x10\x46\x29\x6a\x89\x8c\xa8\x91\xcb\x75\xdc\xbb\xa3\x5d\x0e\xd3\xa7\x97\xb5\x5c\xdc\x75\x40\xcf\xe1\xb0\xda\x52\x8d\x96\x66\xce\x6b\xc0\xe6\x80\x0d\x57\xb3\x6b\x63\xad\x39\xfe\x40\xd5\xd0\x1c\xa6\x9f\x83\x28\x63\xfa\xfd\xa1\xe7\x38\xbe\x20\x23\xac\x60\x90\x92\x17\xab\x3a\xd0\xda\x68\xb6\x28\xd8\x6b\x63\xd6\x0b\x78\x73\xaa\x29\x07\x2d\xd5\x05\x1c\x24\x1d\xc3\x5f\xff\x7d\x99\x48\xc9\xd3\xb2\x4e\x8e\xb8\x9a\xcd\xe7\x80\xee\x7f\xf0\x2f\x76\x9f\x62\x98\xfe\xf3\xe9\x13\xd4\xa8\xa5\x98\x4d\xbc\xf9\x5d\x08\xcc\x42\x61\xc8\x81\x36\x0c\x5d\xa8\xf0\x0a\xa6\x8d\x6e\x32\x8f\x60\xf1\x61\xb9\x84\x6d\xcb\x10\xe0\xb9\xc2\x7d\xa1\x46\x66\x80\xd4\xd0\x35\x69\x84\x70\xa4\x76\x8b\x4e\x24\x2b\x08\xe4\x2f\x3a\xa3\x45\x00\xbf\x1c\x95\xc8\xd5\x6c\x67\xcd\x3e\x1f\x72\x1d\x36\xbe\x07\xe7\x6f\xc8\xd5\xfc\x8d\xfc\xbb\x42\x9e\x53\x6f\xa7\x08\xa0\x06\xb3\xfd\x93\x04\x03\x72\x9b\x82\xab\x49\xc8\x9d\xa4\x02\x6a\xe4\x6a\x32\xcf\x86\x99\x07\x6d\xf4\x9a\x0c\xaa\xfb\xe0\xa0\x6e\xb6\x4a\x0a\x9f\xfd\x40\x17\x2f\xf4\x1f\x13\x1f\x97\x2b\xac\xa0\x24\xee\x82\x9c\x45\x9b\xf9\x42\x60\x8d\x5b\xa9\x24\x4b\x72\x91\x9c\x77\x94\x7d\x35\x4b\x08\x68\x47\x42\x52\xd9\x45\x88\xd6\x73\x95\x58\xce\x07\x64\xad\x4d\xa3\x8a\x96\xa5\x32\x34\x58\x8b\x3d\x5a\x6f\x38\xa7\xd1\xc9\xe5\xdc\x5c\xf0\x14\x4f\xf0\x63\x69\xa1\x48\x97\x5c\xc1\x6a\x35\x36\x91\xfa\xdd\xe9\xf4\x0d\xe3\x64\x36\x75\xdb\x39\x4c\x3e\x5b\x8b\x27\xe8\xac\x5d\xd5\x46\xbe\x25\xa0\xbf\x1b\x54\xed\x68\xea\xdf\x02\x96\x14\x32\x15\x50\x10\xa3\x54\x6e\x32\x0c\x96\x1e\x49\x34\x4c\xc3\x2e\x5f\x2e\x61\x6d\x09\x99\x42\xb9\x3b\x90\xce\x39\x5a\x1d\xd0\x42\x10\xd6\x0a\x7e\x4a\x56\x83\x47\x18\xa3\x69\xcf\xde\x05\xac\x07\x58\xc1\xfd\x43\xf4\x39\x56\x52\xd1\x7b\xb9\xc2\x55\x77\xd2\x53\x52\x37\x3f\x8d\xb6\xd1\xfc\x04\xe3\x7c\xdd\xb7\xae\x0f\xef\x79\xae\x7b\xa5\x9d\x52\x31\x0e\x4c\x5e\xc8\xb1\x24\xbe\x9c\x3e\xfd\x77\x21\xfa\x4f\x4a\x45\x49\xdc\xb1\xd1\xfb\x7d\x8b\xea\x9c\xcd\x5f\x01\x0c\x35\x7a\x3d\xc8\x39\x36\x75\x85\x07\x82\x1e\x0a\x84\xd1\x3b\x59\x36\xfe\xb2\x80\x0c\x6f\x1e\x34\x6c\x72\x88\xef\x42\x9f\x20\xd6\x35\xe9\xe2\x75\x22\xa3\xf5\x1c\xcf\xb7\x6f\x9e\x7c\x9c\xea\x8b\x51\x27\xd1\x70\xde\x76\x41\x57\xb6\x71\xab\xe4\x6a\x30\xd2\x51\x63\x35\x6f\x59\xcc\xde\xfe\xd7\x6b\x39\xfc\xfe\x1f\x7e\x8e\xbb\xcf\x59\xd2\x1b\x7e\xf0\xc6\x19\x80\xda\xb7\x55\x6d\x9c\x64\x90\x3c\x78\x6d\xc7\x11\xf9\xe2\xbd\x0d\xc3\x1b\x41\xe1\x21\x2e\x3f\x0e\xdf\x0b\xed\xcf\xed\xcd\x26\xe5\x34\xdc\x8e\xfc\x77\x4a\x48\x42\xc4\xe0\x4f\x6a\x35\xb8\x30\xc5\xc7\x8b\xf1\xc2\xe7\xe7\xc7\xec\x35\x4f\xef\x8c\xf1\x45\xc7\xc2\x8c\x7d\x33\xe4\x70\xf9\x31\x66\x18\x87\xe3\x73\xf6\x4f\x00\x00\x00\xff\xff\xd3\x92\x8d\x2c\x44\x0b\x00\x00" func transactionsMint_nftCdcBytes() ([]byte, error) { return bindataRead( @@ -328,7 +328,7 @@ func transactionsMint_nftCdc() (*asset, error) { } info := bindataFileInfo{name: "transactions/mint_nft.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x79, 0x59, 0x8f, 0x44, 0x31, 0x1d, 0x1a, 0x7e, 0x73, 0x16, 0xd2, 0xd0, 0xa5, 0x55, 0x18, 0x24, 0x64, 0xd1, 0x7c, 0x83, 0x6c, 0x50, 0xd8, 0x49, 0x43, 0xe7, 0xb0, 0x65, 0x3, 0xd2, 0x62, 0x63}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x52, 0x62, 0xe0, 0xef, 0xa7, 0x43, 0x24, 0x23, 0xe, 0x15, 0x4f, 0x60, 0x4b, 0xcb, 0x9f, 0xa1, 0x82, 0xca, 0xaf, 0xb4, 0x3a, 0xef, 0xea, 0xee, 0x2a, 0x3a, 0x90, 0x1, 0x58, 0xab, 0xd0, 0x71}} return a, nil } @@ -472,7 +472,7 @@ func transactionsSetup_account_from_nft_referenceCdc() (*asset, error) { return a, nil } -var _transactionsSetup_account_to_receive_royaltyCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x53\x4f\x6b\x3b\x37\x10\xbd\xef\xa7\x18\x7c\x48\x6c\x58\xec\xbb\x69\x0a\xa9\x4b\x20\xd0\xd2\x90\x7f\xbd\x7a\xac\x9d\xdd\x1d\x22\x4b\x42\x1a\xc5\x59\x42\xbe\x7b\x91\xf6\x8f\xbd\x25\x04\x7e\xbe\x79\x35\xf3\xe6\xcd\x7b\x6f\x36\x9b\x0d\x3c\xb7\x1c\x40\x3c\x9a\x80\x4a\xd8\x1a\xe0\x00\x08\x42\x47\xa7\x51\x08\x6a\xeb\xd3\xdf\xf3\x7b\x91\x9a\xc4\x82\xf2\x94\xde\x11\x0c\x9d\x40\xb3\x79\x03\x36\x20\x2d\xb1\x07\x54\xca\x46\x23\xa9\xea\x40\x10\x03\x55\x19\xc6\x93\x22\x7e\x67\xd3\x80\xb7\x1d\x6a\x61\x0a\xc5\xb7\x0c\x14\x9a\x59\x23\x9a\x0e\xea\x68\x1a\x3e\x68\x02\xb1\x6f\x64\x4a\x38\xb5\xac\xda\xc4\x35\x38\x52\x5c\x33\x55\x70\xe8\xd2\x7c\xd8\xbf\x63\xd4\xf2\x80\xd2\xee\x01\x7d\x13\x8f\x64\x24\xcd\xc9\xb3\xee\xeb\x5c\x33\x32\x3c\xa1\x91\x90\x78\xf6\xdc\xe8\xcc\x2c\x6d\x73\xf7\xd7\x3f\xff\x96\xa9\xbe\xbb\xd6\x3a\xd1\x81\xfd\x26\x88\xf5\xd8\xd0\xa6\xd6\xf6\xf4\x9c\xa8\xbc\xa6\x69\xfb\x0b\xf0\x2e\xa3\x5e\x82\xb2\x24\xb4\x97\xa7\x3f\x77\xe5\x50\x60\xa3\xae\x32\xe0\x1d\xa3\x64\x98\x75\xc6\x79\xea\xd1\x13\xf9\x8c\x88\xa6\x82\x60\xc1\x9a\xf5\xa0\x14\x81\x43\x69\xcf\xd2\xa4\x65\x5c\x3c\x68\x56\x83\x07\x61\x70\x24\x97\x49\x8b\x32\xd8\x02\x75\x94\xe8\xa9\x4c\x15\xf4\xe1\x48\x09\x55\x17\x1c\xa7\x69\x0d\x19\xf2\xac\xe6\x32\xab\xcc\xf7\x90\xd3\x70\x42\x5f\xf5\xad\x59\x48\xe7\xbc\x75\x9e\x53\x14\xb2\xee\x45\xc1\x47\x67\xbd\xc0\xe2\x6e\x70\x2c\xaf\xb7\x98\x3e\xff\x4d\x82\x15\x0a\xbe\x32\x9d\xc2\xa2\x28\x2e\x8c\x5f\x4e\xce\x6d\xe1\x42\x89\x15\x7c\x16\x05\x00\x80\xf3\xe4\xd0\xd3\x32\x70\x63\xc8\x6f\x01\xa3\xb4\xcb\x3f\xac\xf7\xf6\xf4\x8a\x3a\x52\x09\xf7\x21\x44\x1a\x5a\x77\xe8\xf0\xc0\x9a\xa5\xdb\x59\x23\xde\x6a\x4d\xbe\x84\x87\x24\x56\x68\xcf\x8f\x25\xbc\x18\xf7\xff\x8f\x2b\xb8\xba\xed\x23\x32\x0d\x4f\xbf\xcd\x06\x1e\x49\xa2\x37\x40\xe8\x75\x07\x3c\x4f\x53\x65\x29\x98\x6b\x81\x16\xdf\xd3\x61\xcc\x04\x80\xec\xef\x84\xc4\x35\xf4\x5b\xac\x87\x40\xad\x0f\x79\x8f\xdf\xae\x3e\x67\x6d\xeb\xc7\xde\x1f\xff\xf5\xfb\xb2\xf6\xf6\xb8\x85\x49\xa3\x15\xdc\xdc\x80\x61\x0d\x9f\x13\x6a\x16\x09\x0d\xab\xe5\xe2\xb6\x2f\x9c\x42\x72\x3e\x93\xf9\x25\xf5\x41\x49\xcc\xc1\x58\x01\xfa\xe0\x20\x8b\xd5\x84\xf8\x35\x5b\x7e\x37\xde\xfc\x10\x39\x35\x09\x36\xe6\x21\x6f\xd9\xe7\xce\x1a\xdd\xa5\xa8\xd9\x40\xe1\x12\x24\x95\x55\xe4\x6c\x60\x49\x5c\xfa\x93\x97\xd6\xdb\xd8\xb4\xf9\x71\x5c\x19\xd8\x08\xf9\x1a\x15\x4d\xed\x83\x66\xd3\x5c\xa6\xb0\x8e\xa3\x7d\xcb\x59\xb4\xd6\x0d\xc9\x63\xbe\xe6\x6e\x04\xcc\xde\xab\xa4\xdd\x72\x75\x5e\x51\x93\xf4\x5a\xed\xd0\xc1\xcd\xb7\x23\x46\x8f\x38\xc5\xeb\x27\x8b\xce\xe6\xfc\x48\x79\x24\x3c\x8e\x2d\x01\x65\x0b\xbf\x46\xbf\xe8\xed\xf9\x2a\xfe\x0b\x00\x00\xff\xff\x45\x05\x27\x05\xc5\x05\x00\x00" +var _transactionsSetup_account_to_receive_royaltyCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x4d\x6b\x23\x47\x10\xbd\xcf\xaf\xa8\xe8\xb0\x3b\x82\x41\xba\x9b\x78\x61\xa3\x60\x58\x48\xc8\xe2\xb5\x9d\xab\x4a\x3d\x35\x33\x85\x5b\xdd\x4d\x77\x8d\xe5\xc1\xe8\xbf\x87\xee\xf9\x76\x4c\x20\xb0\xba\x69\xba\xfa\xd5\xab\xf7\x5e\xf5\x7e\xbf\x87\x87\x86\x03\x88\x47\x13\x50\x09\x5b\x03\x1c\x00\x41\xe8\xec\x34\x0a\x41\x65\x7d\xfc\x3b\x9f\x67\xf1\x92\x58\x50\x9e\xe2\x39\x82\xa1\x0b\x68\x36\xcf\xc0\x06\xa4\x21\xf6\x80\x4a\xd9\xd6\x48\xac\x3a\x11\xb4\x81\xca\x04\xe3\x49\x11\xbf\xb0\xa9\xc1\xdb\x0e\xb5\x30\x85\xec\x43\x06\x0a\xcd\xea\x22\x9a\x0e\xaa\xd6\xd4\x7c\xd2\x04\x62\x9f\xc9\x14\x70\x69\x58\x35\x91\x6b\x70\xa4\xb8\x62\x2a\xe1\xd4\xc5\xfe\x70\x7c\xc1\x56\xcb\x77\x94\xe6\x08\xe8\xeb\xf6\x4c\x46\x62\x9f\xd4\xeb\x5b\x95\x6a\x46\x86\x17\x34\x12\x22\xcf\x9e\x1b\xcd\xcc\xe2\x34\x77\x7f\xfc\xf5\x77\x11\xeb\xbb\xcf\x5a\x47\x3a\x70\xdc\x07\xb1\x1e\x6b\xda\x57\xda\x5e\x1e\x22\x95\xa7\xd8\xed\xb8\x00\xef\x12\xea\x12\x94\x25\xa2\x3d\xfe\xf8\xfd\x50\x0c\x05\xb6\xd5\x65\x02\xbc\x63\x94\x04\xb3\x4b\x38\x3f\x7a\xf4\x48\x3e\x21\xa2\x29\x21\x58\xb0\x66\x37\x28\x45\xe0\x50\x9a\x59\x9a\x38\x8c\x6b\x4f\x9a\xd5\xe0\x41\x18\x1c\x49\x65\xd2\xa0\x0c\xb6\x40\xd5\x4a\xeb\xa9\x88\x15\xf4\xea\x48\x09\x95\x0b\x8e\x53\xb7\x9a\x0c\x79\x56\x6b\x99\x55\xe2\x7b\x4a\x69\xb8\xa0\x2f\xfb\xab\x49\x48\xe7\xbc\x75\x9e\x63\x14\x92\xee\x59\xc6\x67\x67\xbd\xc0\xe6\x6e\x70\x2c\x8d\xb7\x99\x3e\xff\x49\x82\x25\x0a\x3e\x31\x5d\xc2\x26\xcb\x16\xc6\xe7\x93\x73\x37\xb0\x50\x62\x0b\x6f\x59\x06\x00\xe0\x3c\x39\xf4\x94\x07\xae\x0d\xf9\x1b\xc0\x56\x9a\xfc\x37\xeb\xbd\xbd\x3c\xa1\x6e\xa9\x80\x6f\x21\xb4\x34\x5c\x3d\xa0\xc3\x13\x6b\x96\xee\x60\x8d\x78\xab\x35\xf9\x02\xbe\x47\xb1\x42\x33\x1f\x16\xf0\x68\xdc\xfb\x8f\x5b\xf8\xf4\xb5\x8f\xc8\xd4\x3c\xfe\xf6\x7b\xb8\x27\x69\xbd\x01\x42\xaf\x3b\xe0\x75\x9a\x4a\x4b\xc1\x7c\x16\x68\xf0\x25\x2e\xc6\x4a\x00\x48\xfe\x2e\x91\xb8\x82\x5f\xfa\x49\x76\x43\xa8\x76\xaa\x21\xf5\xfc\xeb\xa7\xb7\xd5\xcd\x3e\x19\xd7\x2f\x79\xe5\xed\xf9\x06\x26\x8d\x22\xb3\x05\x5c\x12\x08\x0d\xab\x7c\xf3\xb5\x2f\x9a\x02\x32\xaf\xc8\x7a\x8b\xfa\x90\x44\xd6\x60\xac\x00\xbd\x72\x90\xcd\x76\x09\x7a\x9d\x67\xe7\x0a\xde\xb1\x95\xce\x51\x8e\xb2\xa2\x74\x7b\x0b\x86\xf5\x82\xd9\xcf\xa7\x75\x5d\xf9\x71\x18\x9f\xa1\x61\x0b\xd4\xe4\xe1\x18\xd1\x24\x5f\xbf\x0a\xd6\xe8\x2e\xa6\xdf\x06\x0a\x4b\x90\x58\x56\x92\xb3\x81\x25\x72\xe9\x5f\x21\x69\xbc\x6d\xeb\x26\x1d\xde\xf7\x5b\xe2\x81\x8d\x90\xaf\x50\xd1\x74\x7d\x10\x65\xea\xcb\x14\x76\xed\x98\xa8\x7c\x95\xf6\x5d\x4d\x72\x9f\x1e\x98\x6e\x04\x4c\x71\x54\x51\xbb\x7c\x3b\x8f\xa8\x49\x7a\xad\x0e\xe8\xe0\xf6\xc3\x16\xa3\x09\x1c\x13\xff\xaf\xc8\x8c\xf0\xd7\x2f\xf3\x4e\x6d\xff\x93\xf2\x48\x78\x6c\x5b\x40\x74\xf6\xff\xd1\xcf\x7a\x7b\xae\xd9\x3f\x01\x00\x00\xff\xff\x97\xf5\x4c\x69\x58\x06\x00\x00" func transactionsSetup_account_to_receive_royaltyCdcBytes() ([]byte, error) { return bindataRead( @@ -488,7 +488,7 @@ func transactionsSetup_account_to_receive_royaltyCdc() (*asset, error) { } info := bindataFileInfo{name: "transactions/setup_account_to_receive_royalty.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc1, 0x7e, 0xbd, 0x25, 0x61, 0x5f, 0x31, 0xbd, 0xd5, 0x88, 0x11, 0x79, 0xc9, 0x1e, 0xc3, 0xa9, 0xba, 0xbc, 0xdc, 0xc4, 0xae, 0xf4, 0x95, 0x9d, 0x4a, 0x49, 0xb, 0x47, 0xd, 0x64, 0xdc, 0x32}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0xcb, 0x34, 0xab, 0x40, 0xd5, 0x63, 0x33, 0x55, 0xff, 0xca, 0xb, 0x8, 0x52, 0x18, 0x8b, 0x90, 0xd9, 0x5e, 0x7f, 0xfb, 0x24, 0x70, 0xb4, 0x7a, 0x65, 0x63, 0x33, 0xa6, 0x5b, 0x3c, 0xaa}} return a, nil } diff --git a/tests/test_example_nft.cdc b/tests/test_example_nft.cdc index b390930..ed7bb3b 100644 --- a/tests/test_example_nft.cdc +++ b/tests/test_example_nft.cdc @@ -56,14 +56,14 @@ fun testSetupAccount() { access(all) fun testMintNFT() { - // var txResult = executeTransaction( - // "../transactions/setup_account_to_receive_royalty.cdc", - // [/storage/flowTokenVault], - // admin - // ) - // Test.expect(txResult, Test.beSucceeded()) - var txResult = executeTransaction( + "../transactions/setup_account_to_receive_royalty.cdc", + [/storage/flowTokenVault], + admin + ) + Test.expect(txResult, Test.beSucceeded()) + + txResult = executeTransaction( "../transactions/mint_nft.cdc", [ recipient.address, diff --git a/tests/nft_forwarding_tests.cdc b/tests/test_nft_forwarding.cdc similarity index 95% rename from tests/nft_forwarding_tests.cdc rename to tests/test_nft_forwarding.cdc index 6772b3b..fca0e50 100644 --- a/tests/nft_forwarding_tests.cdc +++ b/tests/test_nft_forwarding.cdc @@ -62,14 +62,14 @@ access(all) fun testMintNFT() { let expectedCollectionLength: Int = 1 - // let royaltySetupSuccess: Bool = txExecutor( - // "setup_account_to_receive_royalty.cdc", - // [admin], - // [/storage/flowTokenVault], - // nil, - // nil - // ) - // Test.assertEqual(true, royaltySetupSuccess) + let royaltySetupSuccess: Bool = txExecutor( + "setup_account_to_receive_royalty.cdc", + [admin], + [/storage/flowTokenVault], + nil, + nil + ) + Test.assertEqual(true, royaltySetupSuccess) // Minting to forwarder should forward minted NFT to recipient let mintSuccess: Bool = txExecutor( diff --git a/transactions/mint_nft.cdc b/transactions/mint_nft.cdc index 76371b9..9ba1438 100644 --- a/transactions/mint_nft.cdc +++ b/transactions/mint_nft.cdc @@ -1,6 +1,8 @@ /// This script uses the NFTMinter resource to mint a new NFT /// It must be run with the account that has the minter resource /// stored in /storage/NFTMinter +/// +/// The royalty arguments indicies must be aligned import "NonFungibleToken" import "ExampleNFT" @@ -44,24 +46,24 @@ transaction( execute { - // // Create the royalty details - // var count = 0 - // var royalties: [MetadataViews.Royalty] = [] - // while royaltyBeneficiaries.length > count { - // let beneficiary = royaltyBeneficiaries[count] - // let beneficiaryCapability = getAccount(beneficiary).capabilities.get<&{FungibleToken.Receiver}>( - // MetadataViews.getRoyaltyReceiverPublicPath() - // ) ?? panic("Beneficiary does not have Receiver configured at RoyaltyReceiverPublicPath") + // Create the royalty details + var count = 0 + var royalties: [MetadataViews.Royalty] = [] + while royaltyBeneficiaries.length > count { + let beneficiary = royaltyBeneficiaries[count] + let beneficiaryCapability = getAccount(beneficiary).capabilities.get<&{FungibleToken.Receiver}>( + MetadataViews.getRoyaltyReceiverPublicPath() + ) ?? panic("Beneficiary does not have Receiver configured at RoyaltyReceiverPublicPath") - // royalties.append( - // MetadataViews.Royalty( - // receiver: beneficiaryCapability, - // cut: cuts[count], - // description: royaltyDescriptions[count] - // ) - // ) - // count = count + 1 - // } + royalties.append( + MetadataViews.Royalty( + receiver: beneficiaryCapability, + cut: cuts[count], + description: royaltyDescriptions[count] + ) + ) + count = count + 1 + } // Mint the NFT and deposit it to the recipient's collection @@ -69,7 +71,7 @@ transaction( name: name, description: description, thumbnail: thumbnail, - royalties: [] //royalties + royalties: royalties ) self.recipientCollectionRef.deposit(token: <-mintedNFT) } diff --git a/transactions/setup_account_to_receive_royalty.cdc b/transactions/setup_account_to_receive_royalty.cdc index 3aa9c13..0c1a553 100644 --- a/transactions/setup_account_to_receive_royalty.cdc +++ b/transactions/setup_account_to_receive_royalty.cdc @@ -16,7 +16,11 @@ transaction(vaultPath: StoragePath) { prepare(signer: auth(BorrowValue, IssueStorageCapabilityController, PublishCapability, UnpublishCapability) &Account) { // Return early if the account doesn't have a FungibleToken Vault - if signer.storage.borrow<&{FungibleToken.Receiver}>(from: vaultPath) == nil { + // if !signer.storage.check<&{FungibleToken.Vault}>(from: vaultPath) { + // panic("A vault for the specified fungible token path does not exist") + // } + + if signer.storage.type(at: vaultPath) == nil { panic("A vault for the specified fungible token path does not exist") }