diff --git a/contracts/FungibleTokenSwitchboard.cdc b/contracts/FungibleTokenSwitchboard.cdc index a215b79..158e733 100644 --- a/contracts/FungibleTokenSwitchboard.cdc +++ b/contracts/FungibleTokenSwitchboard.cdc @@ -96,23 +96,22 @@ access(all) contract FungibleTokenSwitchboard { // For each path, get the saved capability and store it // into the switchboard's receiver capabilities dictionary for path in paths { - if let capability = owner.capabilities.get<&{FungibleToken.Receiver}>(path) { - // Borrow a reference to the vault pointed to by the capability - // we want to store inside the switchboard - // If the vault was borrowed successfully... - if let vaultRef = capability.borrow() { - // ...and if there is no previous capability added for that token - if (self.receiverCapabilities[vaultRef!.getType()] == nil) { - // Use the vault reference type as key for storing the - // capability - self.receiverCapabilities[vaultRef!.getType()] = capability - // and emit the event that indicates that a new - // capability has been added - emit VaultCapabilityAdded(type: vaultRef.getType(), - switchboardOwner: self.owner?.address, - capabilityOwner: address, - ) - } + let capability = owner.capabilities.get<&{FungibleToken.Receiver}>(path) + // Borrow a reference to the vault pointed to by the capability + // we want to store inside the switchboard + // If the vault was borrowed successfully... + if let vaultRef = capability.borrow() { + // ...and if there is no previous capability added for that token + if (self.receiverCapabilities[vaultRef!.getType()] == nil) { + // Use the vault reference type as key for storing the + // capability + self.receiverCapabilities[vaultRef!.getType()] = capability + // and emit the event that indicates that a new + // capability has been added + emit VaultCapabilityAdded(type: vaultRef.getType(), + switchboardOwner: self.owner?.address, + capabilityOwner: address, + ) } } } @@ -166,20 +165,19 @@ access(all) contract FungibleTokenSwitchboard { // For each path, get the saved capability and store it // into the switchboard's receiver capabilities dictionary for i, path in paths { - if let capability = owner.capabilities.get<&{FungibleToken.Receiver}>(path) { - // Borrow a reference to the vault pointed to by the capability - // we want to store inside the switchboard - // If the vault was borrowed successfully... - if let vaultRef = capability.borrow() { - // Use the vault reference type as key for storing the capability - self.receiverCapabilities[types[i]] = capability - // and emit the event that indicates that a new capability has been added - emit VaultCapabilityAdded( - type: types[i], - switchboardOwner: self.owner?.address, - capabilityOwner: address, - ) - } + let capability = owner.capabilities.get<&{FungibleToken.Receiver}>(path) + // Borrow a reference to the vault pointed to by the capability + // we want to store inside the switchboard + // If the vault was borrowed successfully... + if let vaultRef = capability.borrow() { + // Use the vault reference type as key for storing the capability + self.receiverCapabilities[types[i]] = capability + // and emit the event that indicates that a new capability has been added + emit VaultCapabilityAdded( + type: types[i], + switchboardOwner: self.owner?.address, + capabilityOwner: address, + ) } } } @@ -359,5 +357,4 @@ access(all) contract FungibleTokenSwitchboard { self.PublicPath = /public/fungibleTokenSwitchboardPublic self.ReceiverPublicPath = /public/GenericFTReceiver } - } diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 7aa2637..b4c7640 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -3,7 +3,7 @@ // ../../../contracts/ExampleToken.cdc (9.619kB) // ../../../contracts/FungibleToken.cdc (10.377kB) // ../../../contracts/FungibleTokenMetadataViews.cdc (6.596kB) -// ../../../contracts/FungibleTokenSwitchboard.cdc (18.111kB) +// ../../../contracts/FungibleTokenSwitchboard.cdc (17.944kB) // ../../../contracts/utility/Burner.cdc (1.997kB) // ../../../contracts/utility/MetadataViews.cdc (25.493kB) // ../../../contracts/utility/NonFungibleToken.cdc (10.577kB) @@ -139,7 +139,7 @@ func fungibletokenmetadataviewsCdc() (*asset, error) { return a, nil } -var _fungibletokenswitchboardCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5c\x5f\x73\xdb\xb6\xb2\x7f\xf7\xa7\xd8\xf8\xe1\x46\x9a\x71\xe5\x3e\xdc\xb9\x0f\x9e\xb8\xf9\xd7\x9b\x4e\x5f\x7a\x3b\x89\x7b\xf3\x90\xc9\x8c\x21\x72\x69\xe1\x98\x02\x38\x00\x28\x45\xcd\xf8\xbb\x9f\x59\x00\x24\x01\x12\xa4\x28\xc7\x6d\xcf\x39\x53\x3d\x24\x96\x44\x2c\x76\x17\xbb\xfb\xdb\xc5\x02\xe2\xdb\x4a\x2a\x03\xe7\xef\x6a\x71\xc7\xd7\x25\xde\xc8\x7b\x14\xe7\x67\x67\x97\x97\x97\x70\xb3\x41\xc8\xa4\x30\x8a\x65\x06\xcc\x86\x19\x60\x65\x29\xf7\x1a\x98\x00\x96\x65\xb2\x16\x06\x8c\x04\x85\x19\xf2\x1d\x42\xc5\x0e\x5b\x14\x46\x03\x17\xb0\xad\x4b\xc3\xab\x12\xa1\xf0\x74\x2d\x41\x43\xc4\x35\xd4\x9a\x8b\x3b\x60\x40\xff\x95\x08\xb7\x5f\xa3\xc9\x57\xef\x1d\x3d\xf5\x70\x0b\x19\xab\xd8\x9a\x97\xdc\x1c\x56\x9e\x23\xae\x83\x0f\x41\x6f\x64\x5d\xe6\xc0\x73\x64\x65\x79\x80\x35\x82\x36\x52\x61\x0e\x8c\x18\x46\xb0\x83\x6e\x23\xf2\x1f\xf6\xdc\x64\x9b\xb5\x64\x2a\x6f\x67\xfa\xb5\x5e\x97\x3c\xfb\x95\x99\x0d\x5c\xc3\x65\x65\xdf\x5d\xfe\x84\x02\x15\xcf\xde\xdd\x34\x4f\xdd\x5a\x6a\xeb\xda\x00\x37\x90\x31\x11\x4e\x27\x0e\xfb\x0d\x2a\x74\x5c\x9e\xb1\x2c\x43\xad\x17\xac\x2c\x97\x9d\x02\xc7\xb8\x80\xaf\x67\x00\x67\x00\x00\x97\x97\xf0\xc1\x48\xc5\xee\x10\x98\xc8\xc1\x71\x05\xc4\x96\xb6\xdf\x87\x64\x4b\x34\xcd\xc3\xf4\xc0\x55\xf8\x26\xf9\x70\x27\xe3\x55\xf0\x77\xf2\xd1\xa1\x5a\xa2\x21\x83\x31\x28\x0c\x37\x25\xd2\xe2\xc3\xff\xed\x05\xaa\x33\x2f\x8e\x33\x21\xdc\xd1\x17\xd6\x7e\xb8\x06\xdc\x72\x63\x30\x87\xfd\x06\x05\x30\x10\xb8\x87\x1d\xab\x4b\x13\x2e\x2b\xd7\xc0\xf2\x1c\x73\xb2\x2e\xd6\xd2\xd2\x81\xce\x14\x6a\x59\xab\x0c\x57\xed\xb7\x43\xae\xec\xb4\xff\x4f\xb4\xdf\xb6\xa4\x5f\x13\xd9\x85\x39\x54\x78\x05\x37\x87\x0a\x2f\x42\xaa\x96\xf7\x2b\x78\x9d\xe7\x0a\xb5\x7e\x79\xe1\x68\x1e\x7b\x75\x7c\xf7\xc6\x2f\x4f\x50\x43\x4a\x05\x0a\xb7\x72\x87\x39\x14\x4a\x6e\x81\xc1\x93\xea\xe1\xbd\xa3\x1d\x69\xe2\xdb\x55\xf1\x64\xea\xc8\xb1\x92\xda\x7b\x99\x90\x86\x3c\x2d\x93\xdb\xaa\x44\x83\xf9\x51\x51\x7f\x91\xe6\x6d\xf3\xf0\x8f\x8e\x50\x24\x27\xdb\x52\xe4\xba\x82\xdf\xde\xf1\x2f\xff\xf3\xdf\x33\x45\x1b\xd7\x4d\x4f\x2e\x2e\x0c\xaa\x82\x65\xe8\x64\x43\x51\x48\x95\xa1\xb6\xe1\x68\x8b\x66\x23\x9d\x55\x53\x20\xa5\xb0\x21\x05\xd2\xfb\x6c\x83\xd9\x3d\x48\x41\x8f\xb5\xe4\xd8\x8e\xf1\x92\xad\x4b\xec\x94\xca\x51\x83\x2c\x28\x76\x26\x8c\xc0\x46\x0d\x56\x6a\x09\xf8\xa5\x92\xda\x4f\xda\x92\x6b\x94\xea\xb8\xd0\x34\x6d\xf3\x51\x51\x8b\x5c\xd3\xf4\xdc\x4c\xa8\xb7\x9d\xa7\x93\x31\x88\x63\x3e\x5c\x7d\x6d\xd5\x19\x0e\xdd\x71\xdc\xd3\x2c\x70\x87\xc6\x9a\x22\x2d\x85\xfe\xc8\xcd\xc6\xab\x71\xb1\xbc\x82\xaf\x37\x76\x95\xfc\x27\x0f\x47\x09\x7d\xa8\x2b\x02\x2f\xcc\x3b\x8a\x01\x99\x37\x52\x96\x47\x68\x70\x3d\x24\x11\x98\xca\xd2\x11\x49\xd2\xa0\xe1\x5e\x7b\x0b\x72\xd0\x2b\x78\xd5\x83\x31\x4b\xf1\x61\x39\x3a\x5a\xb3\x02\x7f\x9c\x43\x61\xec\x8b\x97\xd3\xc2\x11\xfd\x37\x52\x29\xb9\x7f\x73\x18\x0a\xf6\x5f\x63\xa0\xeb\xa8\x3e\xc4\x46\xdd\xae\xbc\xb5\x69\x0b\x7a\xde\xa2\xfb\x38\xef\x30\xbe\xc9\x09\x54\x67\x7d\xa1\x09\x5f\x38\xfb\xa7\x2c\x80\x88\x48\x72\x28\xeb\x15\x79\x6e\x6d\xd8\x45\x3e\xfa\x6e\xeb\x6c\xba\xf5\x93\x81\x31\x33\x71\xe8\xcf\xcd\xb6\xd2\x13\xee\x1c\x88\x64\xd7\x73\x4c\x3b\x30\xe8\x2b\x48\xab\xe8\x62\xca\xea\xdb\x35\xa1\x69\x7e\xe4\x99\xe1\x52\x30\x75\x80\x8d\x2c\xf3\x46\xde\x31\x5d\xc5\x2a\x8a\x28\x71\x91\xe3\x17\xcc\x61\x7d\x48\x51\x70\xe8\x41\x32\xae\xa2\x51\x7d\x03\x69\x72\x91\x25\xec\x98\x6a\xe7\x7d\x1b\x4c\xdb\x7a\x4f\x07\x15\x2f\x46\x4d\xe5\x07\x6f\x25\xcd\x74\xaf\xf3\x5c\x7b\x48\x3f\x2a\xe2\x81\x56\x93\x44\x09\x03\x59\x44\x2d\x86\xb6\x81\x48\xf4\xe6\x55\xc5\x14\xdb\x06\x44\xaf\x5c\xce\x1a\x4d\xe2\x62\x21\x30\xc8\x50\x19\xc6\x45\x97\x92\x86\xa4\x42\x45\x06\x51\xd1\xae\x1f\x98\x8d\x92\xf5\xdd\x66\x2a\x53\x25\xc7\x88\x08\xee\x79\x59\x12\x6e\xb5\x89\x4c\x4f\xd8\xe9\x95\xb2\x18\xe3\xe2\x04\xcb\xf3\x5f\x70\x6f\x5d\x7e\x11\x4a\x3a\x6b\x85\x96\x41\x3c\x76\x73\x81\x8b\x09\xc0\x40\x61\x81\x0a\x45\x86\x0d\x77\x4e\xfa\x4a\x52\x78\xb7\x2c\x7b\x6b\x0b\xf4\xb9\x47\xe8\xd3\xdb\x33\x57\x06\xd8\xa8\x00\x5c\x68\x9e\x63\x5f\xd8\x68\x0c\xa5\x98\x76\xaa\xf7\x58\xc0\x75\x98\xe3\xaf\x2d\x6b\x8b\xe5\x38\x24\xbf\x7c\x09\x15\x13\x3c\x83\xc5\xf9\x5b\x26\x6c\x6a\xe0\xc4\x89\x84\x71\x82\xd8\xbc\xa9\xa3\x7e\xbe\xec\x73\xfe\xd6\x82\x2e\x2f\x88\x5b\x62\x9d\x8c\xb7\x52\xb8\xe3\xb2\x8e\xaa\x8c\x42\x2a\x30\x54\x79\x58\x23\xb9\xa0\x11\x42\x9a\x88\x1a\x2f\x60\xa1\xb1\x2c\x56\x29\xa7\xfa\xd4\x48\xbb\xba\x43\x87\x31\xcb\xcf\x70\x7d\x0d\x82\x97\xfd\xf5\xf1\x9c\xd5\x1a\x83\x15\x09\x64\x3b\x54\x08\x4c\xc3\x3d\x3a\xae\x48\xe7\x4d\x54\x49\xd1\x09\x84\xa0\x38\x6a\x36\x28\x06\x8f\x9d\xc8\x76\x40\x33\x35\x23\x25\x72\x96\x9d\x30\xbf\x13\x39\xcf\x98\xb1\x90\x41\x45\xa4\x8d\x10\x01\x6b\x1b\xa6\x61\x8d\x28\x92\x22\x58\xff\x19\x7c\x61\xa7\x99\xc8\xed\x87\xac\x5f\xcc\xce\x60\x1b\xbd\x0c\x32\x3e\xab\x29\x0b\x56\x2f\x57\xcc\x25\x29\x27\x24\xc6\xed\x6b\x90\x21\x07\x1e\xe0\xc9\xc6\xa6\xfa\x00\x58\x6a\x4c\x5b\xca\xcf\x8d\xf5\xee\x99\x06\x56\x2a\x64\xf9\x81\x62\x5d\xdf\x7a\xa9\x20\x76\xd6\x6b\xfd\x67\x40\xca\x7e\xba\x38\xbf\x69\x3d\xa1\x25\xe5\x6c\x90\xdb\xd4\x34\x44\xbe\x9e\x5b\xf4\xdc\xab\xcb\xbc\x46\x40\xa2\xde\xae\x51\x51\x2e\x3b\x0b\x2e\x28\xef\x5d\x1f\xdc\xce\x41\x1c\xb7\x37\x08\x15\x55\xc8\x60\x0b\x70\x7a\x7f\x00\xa6\x9a\xca\x3c\x8e\xb2\x89\x57\x0a\x4f\x2c\x3d\x07\x25\x3d\xd2\xe0\xf6\x06\x62\xbe\xc6\x66\xf3\xd4\xfc\x92\x3a\x7a\xfe\x0d\xc9\xdd\x65\x3e\xfe\x4d\x48\xf4\x31\xe8\xa0\xdf\x1c\xa8\x3e\x5f\x78\xf6\x3f\x75\x25\xfb\xe7\x8b\x8e\x0b\x9f\x5d\x27\x80\xe1\x27\x74\x9e\xdb\x6c\xed\xcc\x95\x7a\x10\xdc\x9d\x54\xd7\x94\xa2\xbf\x76\xb4\x16\x49\xbb\xbe\xbc\x84\x77\x52\x01\xb2\x6c\x63\x15\x7d\x41\x23\x1c\x74\x30\x2a\x7c\x7b\xd1\xcb\x03\x8c\x19\x20\x10\x17\x43\x78\x7d\xae\x47\xac\x28\x6f\x73\xb2\x88\x0c\x19\x33\xf1\x40\x86\xee\x16\x7d\xe8\x6e\xbc\xb0\xe2\x05\x6c\x5d\x3b\x59\x57\xd1\xd2\xdd\xa1\x99\x40\x64\xbb\x3c\xa9\xb0\x0f\xdf\x0e\xcf\x63\x34\xf7\x78\x3a\x4a\x07\xc3\x5d\x8c\xf1\xf3\x53\x9c\x71\x98\x8b\x39\xe8\xda\x1a\x64\x51\x97\xe5\x61\xb5\x5a\x25\x09\x78\xad\x1d\x41\xfc\xb4\x3e\x3c\x03\xab\xd5\x8a\x0c\x20\x44\x6a\x21\x93\x50\xed\xb2\xad\x38\xe4\x8d\x52\x9e\x07\xda\xcf\xe6\xa1\x76\x8f\xe5\xdf\x4e\x47\xf0\x63\x24\x8f\xac\x73\xf3\x3a\x55\xa2\xb9\x74\x09\x8b\x45\x3e\x1b\xe0\xe7\x4b\xd3\xe1\x7f\x1a\xeb\xc3\xd7\x1f\x81\xfb\xf3\x80\xfe\x28\x99\x01\xac\xcf\x1a\xb9\x1c\xfd\xf6\x21\xf9\xcd\xf0\xd3\x87\xd3\x70\xf7\x69\x8b\x33\xd0\x15\x66\xbc\x38\x90\x09\xef\x37\x3c\xdb\xc0\x2d\xa9\xfd\x96\x30\xed\x36\xbd\x6d\x71\xdb\xec\x9d\x47\x04\x7d\xcd\xe5\x02\x1b\x37\x2b\xeb\x40\xdc\x86\x2c\x2e\xb2\xb2\xce\x29\x68\xc1\x41\xd6\x2a\x62\xea\x7c\xaf\x58\x55\xa1\x3a\xef\x71\xe7\x24\xd2\x14\xa0\x36\xe4\x6e\x0c\x6e\x5f\x59\x26\xde\x49\xb5\x67\x8a\x4a\xf1\x95\xff\x13\xd5\xed\x0a\x7e\x76\x7b\x8d\x76\xf3\x6c\x1d\x57\x86\xb5\x76\x4c\xc9\x1d\xaa\xbd\xe2\xc6\xf9\xb5\xf3\x63\x63\x58\xb6\xf1\xfb\xd4\x6d\x7d\x19\x96\x4b\xdc\x6c\x64\x6d\x62\x51\x37\x6c\x67\x3d\x5e\x76\xfb\x1c\x2c\x42\x95\x82\x2b\x6d\xa2\x0c\xe0\x3f\xb3\xea\x4d\x49\xe5\x37\xa9\x1a\x0d\xcb\xa2\x6f\xad\x5e\x59\xd6\x82\x22\xa3\x19\xf0\xd2\x29\xe4\x02\x14\x23\xe4\xa0\x67\x5c\x1e\xeb\xad\xd4\x96\x88\xc6\x6e\x70\x35\x01\xba\xc5\x36\xfa\x2e\xa2\xa7\x19\xcf\x53\xc1\x72\x7e\x86\xf6\xd1\x19\xeb\xe9\x65\xfc\x63\xca\x8c\x91\x57\xb0\x0b\x38\x4c\x01\xc3\x8a\xb8\xd7\x8d\xd8\x4b\x75\x1f\x26\xdf\x56\x58\xad\x51\x85\xbb\x12\x2b\xbb\x8f\xbd\x58\x5e\xc0\x16\xb5\x66\x77\x78\x05\xe7\x2e\x8d\xd6\x3a\x4e\xe8\x2c\x84\x53\x56\x50\xf2\x7c\x58\x99\x37\xe8\x69\x6d\xc0\x1a\x06\x1a\x54\x21\x6e\x4e\x24\x3e\xe3\x00\x48\xe4\x26\x10\xef\x49\xcb\xd7\x64\xe9\x3a\x0e\x5f\x83\xf5\x75\xeb\x44\xff\x0e\x01\xe4\x91\x88\x35\xa3\xf0\x8c\x07\x2d\x27\xc1\xe4\x77\x54\x12\xa4\x82\x2d\x65\x94\xb3\xab\x38\x1f\x13\xe2\x90\x98\xec\x66\x8c\x40\x8b\x9e\xc2\x16\xdd\x23\x9c\x0a\x14\xff\x26\xe8\xa2\x23\x78\x19\x80\x0b\xe9\x72\x2e\xbc\x10\x12\x44\x03\x87\x08\xd3\xb7\x15\xf8\x53\x6a\x63\x2b\x67\x17\xee\xdb\xba\xb8\x1f\xf3\x65\xbc\x88\x52\x74\x45\xe3\x5f\x5b\x73\xfb\x88\x3e\x59\x7a\x7b\x21\x3f\x91\xf5\x7e\x7e\x92\x48\xfe\x77\x31\x7f\xbc\x98\xe7\x17\x7f\xd7\xf3\x23\xc3\xff\xf2\x7a\xfe\x11\xc5\xf1\x9c\x2a\x75\x1a\xf8\xf5\x27\xfe\x79\x66\xb9\x7b\x62\xa9\xfb\x88\x5a\xf6\x84\x44\x20\x7c\x75\x49\x01\x49\x33\x5d\x59\x3e\x41\x59\x7b\x7a\x49\x9b\x2e\x67\x1f\x5d\xb4\xba\x63\x2a\x04\xb0\x33\x6a\xd6\x36\x99\x4f\xb9\xc0\x53\x76\x14\x07\xdc\xf8\xfe\xeb\x00\xdc\xa3\x13\x3c\x8f\xed\xff\x39\x22\xff\xfa\xfd\x3f\x9f\x6d\x4c\xae\x02\xcc\x6a\xff\xfd\x39\xdd\xbf\xd1\x20\x24\xa1\xe0\xae\x59\xd6\x5b\x77\x27\xe1\xbc\x5a\x63\xe5\x1e\x5e\xdc\xe3\x21\xb5\x2b\x35\xe0\xe6\x7f\x9f\xb2\xf0\xf0\x76\x77\xb4\xf4\x68\x4e\x81\x8d\x14\x1f\x73\x36\xd3\xfe\x8a\x52\xa4\xf9\x2b\xf2\xa0\x1b\x76\x9f\x0a\x14\x6e\x75\xed\xa1\x12\x59\x93\x2a\x5d\xd6\x6f\x13\x21\x25\x2b\x54\xdd\x80\xc4\xce\x48\x32\xcc\x48\xd5\xa4\xa2\x84\x4d\xdc\x1c\x0f\x27\xee\x78\x0f\x05\x92\x2e\x87\x4d\xf2\x79\x24\x42\x3d\xea\x00\xd2\x78\x6e\x98\x8a\x9d\x52\xa0\xee\x1d\xa2\x9d\x72\xe4\x56\x9e\x9e\x65\xc1\xf5\x04\x1a\xd3\x64\xc1\x16\xf4\xc0\x38\x02\x37\x8f\x75\xe6\x5b\x91\x6e\xeb\xa0\x3b\xdc\x63\xf7\xaa\xb8\x0e\x19\x3d\x5f\x9e\x8d\xc4\xbd\x78\xb7\xc7\x9b\x42\x8e\x9a\xab\x66\x82\xa9\x68\x35\x26\xef\x78\xec\x8a\x63\x16\x04\x41\x2b\x11\x81\xdb\x78\xd4\xe7\xbf\x75\xc5\x78\xc9\x5f\x7c\x47\xff\x8f\x96\xe9\x47\x7d\xc2\x28\x5f\x92\x5b\xe7\x18\xf8\x46\x44\x6c\x0e\x02\xc7\xae\xe1\x2b\xb9\xbc\x7f\x98\x89\xed\x24\xb7\x87\xa1\xac\x62\xee\xad\x17\x85\x29\x69\x7f\x81\xc7\x0b\xd5\x94\xb3\xed\x9a\x93\x7c\xf1\x36\xa2\x65\xc6\x34\x50\x4d\xf1\x94\x80\x4b\xfb\xda\x32\xbd\x17\x3d\xe5\xd9\x0a\x4d\xad\xc4\x29\x4e\x7d\xd1\xd6\xeb\x61\xb3\xc7\xab\x36\xd7\x8d\x0e\x9a\x7d\x58\x4a\xcc\xbb\x7c\xfc\x02\x6c\x3e\xcc\xcb\xd2\x9e\x28\x67\x5c\x44\x1a\x8e\xc8\x79\x42\x03\xeb\x12\x88\x79\xeb\x45\x44\x9e\xb4\x5c\xc8\x5a\x1c\x49\x46\x9e\xf0\xc8\xe2\x30\x18\xdd\x28\x8b\xad\x4d\xb1\xe8\x83\xf2\xe0\x3c\xf4\xd1\xb4\xa2\xab\x6b\x22\x67\x26\x63\xaa\x14\x6a\x02\x55\x77\xbc\x36\x4a\xc2\x7a\x35\x8e\xaf\x6d\x9e\x22\xaa\xa5\x8f\x6b\x7c\x44\x30\x4e\xe0\xf1\x20\x10\xe4\x2f\x47\x0a\x1f\x27\xf3\x1e\xdd\x36\xd7\x34\xc1\x54\x39\x37\x2c\xe5\x8e\xc6\xb7\xf1\x42\xf7\x63\x67\xba\xad\x59\x92\xca\xed\xb6\xf9\x30\xb0\x36\xaf\xc9\xc8\xb6\x22\x8f\xc9\x15\xdb\x2f\x9a\x43\xdb\xf6\xd3\x35\x2b\x99\xc8\x70\x39\x8c\xb6\x63\x75\x85\xe7\x91\x17\x5d\x9b\x83\xf1\xd2\xb7\x8a\xb5\xdc\x92\xb7\x30\x2d\x45\xdf\x1a\xc2\xe9\xe0\x07\xf8\x7e\xf5\x7d\x42\x01\x36\xb5\x4a\x9d\x3a\x4f\x0a\xec\x72\xab\xd8\x5a\xd2\x05\x55\x4a\xe6\xf4\x93\x8f\xcc\xc2\x86\xfa\xf3\x51\xcd\x69\x7f\x42\x97\x39\x6a\xa3\xa4\x77\xcb\xb3\x04\x05\xc1\xcb\x31\x54\xb2\x4d\x06\x9f\xd3\xf6\x93\x6c\xde\x34\xd3\x6c\xd8\xe6\xda\x35\x08\x8e\x35\x8d\xe6\x84\xfc\x7d\xbc\x0b\x7a\xb0\xd1\xb0\x09\xff\xb6\x6d\x81\x13\xf3\x78\xa9\x18\xac\xa5\x2c\x91\x09\xd8\x32\xdb\x0e\x19\xe4\x51\x52\x35\xcc\x33\xcf\x3c\x05\xee\xf0\xb8\x60\xf2\xb0\xb6\x65\xa0\x29\xdb\x52\xe7\xb5\xdf\x48\x59\xf6\x4c\x8f\x17\xc7\x5b\x1d\xf6\xb8\x42\xc2\x64\xbd\x3c\x05\x2b\x35\xf6\x96\x39\xb5\x9a\x47\xe6\x79\xd6\xf4\x7d\xc6\x96\xfc\x27\x34\xda\x63\x92\xcf\x1a\x98\xd6\xfc\x4e\x34\xab\x5d\x29\xb9\xe3\x1d\x36\x0d\x4f\x32\xdb\x8b\x5f\x94\x17\x20\x29\x8f\xa9\x03\xac\x31\x63\xb5\xc6\x16\x53\xb9\xb9\xa0\xfc\xc5\xe7\x0e\x95\xd4\xda\x03\x31\x94\x52\xde\x43\x2d\x72\x74\x5d\xa3\x8d\x94\xee\x94\xb9\x46\x24\x1d\xb2\xb1\x9e\x1e\x77\x57\x2d\x04\xe0\x97\x0a\x33\x5b\x12\x5b\xc3\xb2\xcb\xb9\x72\x2c\x6d\xb0\xac\x34\xdc\xd5\x4c\xe5\xc0\xee\x18\x17\x9a\xca\xb6\x82\x0b\x6e\xb0\x3c\x40\xb6\x61\x9c\x84\xec\x35\x07\x88\x86\xb4\x0d\x49\x2e\x9c\x8d\x44\x13\x6f\x59\xc9\x33\x7b\xb2\xe5\x9e\xdb\x20\x5a\x40\x5d\xe5\x5d\x21\x98\xd9\x4b\x6f\x95\x72\xa5\x62\xc9\x35\x65\x5b\xda\xf9\xe2\x1a\x89\xfe\x96\xe5\xbe\xad\xcc\x14\x36\x66\x28\x5c\x5e\x5f\x28\x29\x8c\x3e\xda\x88\xfd\xf3\x7c\x4a\x80\xac\xec\x2e\x6e\x39\x9a\x54\x66\x52\xe8\x7a\x8b\xaa\xdd\xc4\x0f\xbb\x34\xcd\xf5\x99\x4b\x2b\x27\x33\xbe\x20\x40\xae\x40\xee\xc5\xb4\xdf\x3d\xf6\x92\xc4\xd0\x15\x9f\x59\x1f\x19\xf7\x63\x93\xe8\xb8\x42\x3a\x5e\x7e\x83\x1f\x0e\xca\x90\x7e\xe3\x8e\x12\x2d\xe3\xaa\x5e\xdf\xe5\x97\x70\x2f\xe4\xde\xb7\xd8\xfc\x0d\xcd\xee\xd8\xc0\xf1\x13\x20\x2e\xc1\xaa\x98\x72\xce\xdc\xdc\x06\x65\xa5\x14\x77\xd6\x3b\x5d\x1f\xc2\x37\x61\x6c\x1f\x22\xae\xb4\xad\x11\xf9\x89\x9b\xf3\x03\xe9\x14\x3c\x69\x3f\xaf\x83\x2e\x00\x6c\x59\x55\x35\x61\x79\xe2\xdc\x42\xcc\x00\x99\xb6\x4f\x95\x5a\x03\xb4\xd0\xf9\x5c\xb7\x7c\x27\xd9\xf8\xd6\x1b\x4e\x3d\x73\xa0\x5c\x0c\x8b\x02\x33\xc3\x77\xd8\x1f\x3e\x1c\x7c\x0d\x5f\x07\x09\x4e\xdb\xc0\xb7\x7d\x98\xb8\xdf\x5e\xf2\xde\xe6\x15\x79\x56\xeb\xe6\xc0\x27\xcc\x6b\x75\x8f\x87\x91\x0e\xca\x91\xe3\x66\x37\x11\x3e\x8c\x67\x8f\xf6\x9a\x8f\xed\x77\x06\x55\x68\x6f\x11\x92\x63\x47\x15\x16\xcc\x3f\x99\xb7\x87\x6c\x8e\x4d\x34\x95\x56\x7a\x33\x1c\xe5\xe3\x04\x57\xa4\x80\xed\xc8\x39\xb4\xf4\xdd\x4f\xdb\x19\xd5\xcd\x4d\x35\xb7\x2b\x6b\xef\x87\xfa\xba\x32\x22\xeb\xfc\x78\xd0\xf7\x76\x77\xae\x89\xe8\x73\xff\xe1\xf3\x76\xe2\xe3\x3e\x16\x5c\x64\x92\x05\xbc\xbb\xf1\x3c\x25\xcf\xe2\xac\x8e\xba\xc7\x8c\x7b\x7b\xf0\x15\x06\xae\xa1\xa3\x61\xba\x37\x60\xe0\x0d\x64\xdd\xcd\x82\xff\x31\x06\x1e\x52\x3f\x6a\xe3\xbc\x88\xb8\x59\x71\xfd\xa1\x5e\x93\x1a\x17\xb2\x70\x80\xf3\x22\x5d\x33\xff\xb0\x58\x4e\xb5\xd3\x7a\x5a\x89\x99\x82\x6b\x30\xaa\x4e\x9f\x2c\x4d\x9f\x2f\x7c\x04\x9b\x41\x2f\x74\x92\x53\x5a\xc3\x86\xb6\xab\x36\x67\xab\xb6\x81\xb5\x67\x93\xc4\x75\xbd\x6e\x78\x69\x4d\xcc\x5a\x17\x5c\x87\x13\xaf\xc6\x4c\x70\x94\xb8\x2d\x12\x3b\xe2\xad\x35\x8d\xcd\xe7\xad\x69\x8c\x1c\x4c\x9f\x01\x20\x9b\x8b\x27\x7b\x32\x63\x69\x5e\x7d\xa3\xe9\xcd\x37\x69\x37\xcd\x2b\x6d\x3f\xe3\xdf\xcc\x6f\x02\x42\x90\xf0\xc4\x8c\x8e\xc5\xd2\xf7\x3e\x68\xee\x37\x68\xd3\x6a\x97\xa3\xdb\x70\x77\xc7\x77\x3e\x86\xda\x6b\x2d\x59\x86\x95\xe9\x2e\x52\x36\x52\xf7\x22\x73\xb0\x4b\x98\xb9\x1f\xbb\xc0\xca\xdd\x35\xb5\x84\xfc\xcf\x4e\xfc\xa3\xd6\x4d\xbc\xb6\xea\x22\xa2\x39\x16\xd1\x56\xc7\x37\xdc\x3b\x4e\x64\x07\x3d\x75\x34\x2e\x34\xcb\xa0\xfd\x66\x4f\x87\x23\xd7\x03\x33\x70\x45\xe3\x68\x8e\xda\x3e\x1e\xaf\x9b\xbf\x9d\x14\xd5\x94\xe9\x96\x2e\x95\x45\x83\x00\x79\x79\x09\x3f\x0b\x6e\x38\x2b\xf9\xef\x38\x38\x94\x33\x76\xc4\x63\x34\x74\xc4\x40\xe0\x27\x0f\xae\x33\xbf\x8b\xd0\xd6\xff\xa0\x09\x95\x10\x0a\xa9\x74\x70\x4d\xb6\x75\xc9\xc4\x7d\xb4\x51\x08\xaf\xa1\xd6\xa8\x60\x4b\x6b\x9e\xb1\xb2\x6c\x09\x5a\x2c\x6e\x31\xbc\x3b\xdb\xe2\xd2\x49\x52\x09\xe6\xe1\xd5\x79\x5f\x9a\x68\xf7\x7b\x1d\xed\x9d\xe4\xb3\xbe\xb5\xd8\x6d\x01\xcb\x54\x70\xe9\x8a\x70\xf2\x55\xff\xc7\x43\xa2\x45\x7a\xf1\x9d\x97\x24\x1a\x15\x6a\x61\xb0\x0a\x56\x97\xc1\xef\x87\xc0\x35\x5c\x7a\xf6\x2e\x8b\x91\x5f\x2d\x89\x07\x27\x7f\x40\x65\x6c\xa8\x7b\x38\x26\x70\xda\x2f\xb1\x34\xd2\x3c\x9c\xfd\x33\x00\x00\xff\xff\xb1\x3c\xb3\x6c\xbf\x46\x00\x00" +var _fungibletokenswitchboardCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5c\x5f\x73\xdb\x38\x0e\x7f\xcf\xa7\x40\xf3\x70\xb5\x67\xb2\xce\x3e\xdc\xdc\x43\xa6\xd9\xfe\xdb\xeb\x4e\x5f\xf6\x76\xda\xec\xf5\xa1\xd3\x99\xd0\x12\x14\xf3\x22\x93\x1a\x92\xb2\xeb\xed\xf4\xbb\xdf\x80\xa4\x24\x52\xa2\x64\x39\xcd\xed\xde\xdd\xac\x1f\xda\xd8\x16\x41\x00\x04\xf0\x03\x08\xd2\x7c\x5b\x49\x65\xe0\xfc\x4d\x2d\xee\xf8\xba\xc4\x1b\x79\x8f\xe2\xfc\xec\xec\xf2\xf2\x12\x6e\x36\x08\x99\x14\x46\xb1\xcc\x80\xd9\x30\x03\xac\x2c\xe5\x5e\x03\x13\xc0\xb2\x4c\xd6\xc2\x80\x91\xa0\x30\x43\xbe\x43\xa8\xd8\x61\x8b\xc2\x68\xe0\x02\xb6\x75\x69\x78\x55\x22\x14\x9e\xae\x25\x68\x88\xb8\x86\x5a\x73\x71\x07\x0c\xe8\xbf\x12\xe1\xf6\x4b\x34\xf9\xea\x9d\xa3\xa7\xbe\xde\x42\xc6\x2a\xb6\xe6\x25\x37\x87\x95\xe7\x88\xeb\xe0\x43\xd0\x1b\x59\x97\x39\xf0\x1c\x59\x59\x1e\x60\x8d\xa0\x8d\x54\x98\x03\x23\x86\x11\xec\xa0\xdb\x88\xfc\xfb\x3d\x37\xd9\x66\x2d\x99\xca\xdb\x99\x7e\xa9\xd7\x25\xcf\x7e\x61\x66\x03\xd7\x70\x59\xd9\x77\x97\x3f\xa1\x40\xc5\xb3\x37\x37\xcd\x53\xb7\x96\xda\xba\x36\xc0\x0d\x64\x4c\x84\xd3\x89\xc3\x7e\x83\x0a\x1d\x97\x67\x2c\xcb\x50\xeb\x05\x2b\xcb\x65\xa7\xc0\x31\x2e\xe0\xcb\x19\xc0\x19\x00\xc0\xe5\x25\xbc\x37\x52\xb1\x3b\x04\x26\x72\x70\x5c\x01\xb1\xa5\xed\xf7\x21\xd9\x12\x4d\xf3\x30\x3d\x70\x15\xbe\x49\x3e\xdc\xc9\x78\x15\xfc\x9d\x7c\x74\xa8\x96\x68\xc8\x60\x0c\x0a\xc3\x4d\x89\xb4\xf8\xf0\x8f\xbd\x40\x75\xe6\xc5\x71\x26\x84\x3b\xfa\xc2\xda\x0f\xd7\x80\x5b\x6e\x0c\xe6\xb0\xdf\xa0\x00\x06\x02\xf7\xb0\x63\x75\x69\xc2\x65\xe5\x1a\x58\x9e\x63\x4e\xd6\xc5\x5a\x5a\x3a\xd0\x99\x42\x2d\x6b\x95\xe1\xaa\xfd\x76\xc8\x95\x9d\xf6\x9f\x44\xfb\x75\x4b\xfa\x25\x91\x5d\x98\x43\x85\x57\x70\x73\xa8\xf0\x22\xa4\x6a\x79\xbf\x82\x97\x79\xae\x50\xeb\xe7\x17\x8e\xe6\xb1\x57\xc7\x77\x6f\xfc\xf2\x04\x35\xa4\x54\xa0\x70\x2b\x77\x98\x43\xa1\xe4\x16\x18\x3c\xaa\x1e\xde\x39\xda\x91\x26\xbe\x5d\x15\x8f\xa6\x8e\x1c\x2b\xa9\xbd\x97\x09\x69\xc8\xd3\x32\xb9\xad\x4a\x34\x98\x1f\x15\xf5\x67\x69\x5e\x37\x0f\xff\xe8\x08\x45\x72\xb2\x2d\x45\xae\x2b\xf8\xf5\x0d\xff\xfc\xb7\xbf\xce\x14\x6d\x5c\x37\x3d\xb9\xb8\x30\xa8\x0a\x96\xa1\x93\x0d\x45\x21\x55\x86\xda\x86\xa3\x2d\x9a\x8d\x74\x56\x4d\x81\x94\xc2\x86\x14\x48\xef\xb3\x0d\x66\xf7\x20\x05\x3d\xd6\x92\x63\x3b\xc6\x4b\xb6\x2e\xb1\x53\x2a\x47\x0d\xb2\xa0\xd8\x99\x30\x02\x1b\x35\x58\xa9\x25\xe0\xe7\x4a\x6a\x3f\x69\x4b\xae\x51\xaa\xe3\x42\xd3\xb4\xcd\x47\x45\x2d\x72\x4d\xd3\x73\x33\xa1\xde\x76\x9e\x4e\xc6\x20\x8e\xf9\x70\xf5\xa5\x55\x67\x38\x74\xc7\x71\x4f\xb3\xc0\x1d\x1a\x6b\x8a\xb4\x14\xfa\x03\x37\x1b\xaf\xc6\xc5\xf2\x0a\xbe\xdc\xd8\x55\xf2\x9f\x7c\x3d\x4a\xe8\x7d\x5d\x11\x78\x61\xde\x51\x0c\xc8\xbc\x92\xb2\x3c\x42\x83\xeb\x21\x89\xc0\x54\x96\x8e\x48\x92\x06\x0d\xf7\xda\x5b\x90\x83\x5e\xc1\x8b\x1e\x8c\x59\x8a\x5f\x97\xa3\xa3\x35\x2b\xf0\xc7\x39\x14\xc6\xbe\x78\x3e\x2d\x1c\xd1\x7f\x25\x95\x92\xfb\x57\x87\xa1\x60\x7f\x19\x03\x5d\x47\xf5\x6b\x6c\xd4\xed\xca\x5b\x9b\xb6\xa0\xe7\x2d\xba\x8f\xf3\x0e\xe3\x9b\x9c\x40\x75\xd6\x17\x9a\xf0\x85\xb3\x7f\xca\x02\x88\x88\x24\x87\xb2\x5e\x91\xe7\xd6\x86\x5d\xe4\xa3\xef\xb6\xce\xa6\x5b\x3f\x19\x18\x33\x13\x87\xfe\xdc\x6c\x2b\x3d\xe1\xce\x81\x48\x76\x3d\xc7\xb4\x03\x83\xbe\x82\xb4\x8a\x2e\xa6\xac\xbe\x5d\x13\x9a\xe6\x47\x9e\x19\x2e\x05\x53\x07\xd8\xc8\x32\x6f\xe4\x1d\xd3\x55\xac\xa2\x88\x12\x17\x39\x7e\xc6\x1c\xd6\x87\x14\x05\x87\x1e\x24\xe3\x2a\x1a\xd5\x37\x90\x26\x17\x59\xc2\x8e\xa9\x76\xde\xd7\xc1\xb4\xad\xf7\x74\x50\xf1\x6c\xd4\x54\x7e\xf0\x56\xd2\x4c\xf7\x32\xcf\xb5\x87\xf4\xa3\x22\x1e\x68\x35\x49\x94\x30\x90\x45\xd4\x62\x68\x1b\x88\x44\x6f\x5e\x54\x4c\xb1\x6d\x40\xf4\xca\xe5\xac\xd1\x24\x2e\x16\x02\x83\x0c\x95\x61\x5c\x74\x29\x69\x48\x2a\x54\x64\x10\x15\xed\xfa\x81\xd9\x28\x59\xdf\x6d\xa6\x32\x55\x72\x8c\x88\xe0\x9e\x97\x25\xe1\x56\x9b\xc8\xf4\x84\x9d\x5e\x29\x8b\x31\x2e\x4e\xb0\x3c\xff\x19\xf7\xd6\xe5\x17\xa1\xa4\xb3\x56\x68\x19\xc4\x63\x37\x17\xb8\x98\x00\x0c\x14\x16\xa8\x50\x64\xd8\x70\xe7\xa4\xaf\x24\x85\x77\xcb\xb2\xb7\xb6\x40\x9f\x7b\x84\x3e\xbd\x3d\x73\x65\x80\x8d\x0a\xc0\x85\xe6\x39\xf6\x85\x8d\xc6\x50\x8a\x69\xa7\x7a\x87\x05\x5c\x87\x39\xfe\xda\xb2\xb6\x58\x8e\x43\xf2\xf3\xe7\x50\x31\xc1\x33\x58\x9c\xbf\x66\xc2\xa6\x06\x4e\x9c\x48\x18\x27\x88\xcd\x9b\x3a\xea\xe7\xcb\x3e\xe7\xaf\x2d\xe8\xf2\x82\xb8\x25\xd6\xc9\x78\x2b\x85\x3b\x2e\xeb\xa8\xca\x28\xa4\x02\x43\x95\x87\x35\x92\x0b\x1a\x21\xa4\x89\xa8\xf1\x02\x16\x1a\xcb\x62\x95\x72\xaa\x8f\x8d\xb4\xab\x3b\x74\x18\xb3\xfc\x04\xd7\xd7\x20\x78\xd9\x5f\x1f\xcf\x59\xad\x31\x58\x91\x40\xb6\x43\x85\xc0\x34\xdc\xa3\xe3\x8a\x74\xde\x44\x95\x14\x9d\x40\x08\x8a\xa3\x66\x83\x62\xf0\xd8\x89\x6c\x07\x34\x53\x33\x52\x22\x67\xd9\x09\xf3\x3b\x91\xf3\x8c\x19\x0b\x19\x54\x44\xda\x08\x11\xb0\xb6\x61\x1a\xd6\x88\x22\x29\x82\xf5\x9f\xc1\x17\x76\x9a\x89\xdc\x7e\xc8\xfa\xc5\xec\x0c\xb6\xd1\xcb\x20\xe3\xb3\x9a\xb2\x60\xf5\x7c\xc5\x5c\x92\x72\x42\x62\xdc\xbe\x06\x19\x72\xe0\x01\x9e\x6c\x6c\xaa\x5f\x01\x4b\x8d\x69\x4b\x79\xdb\x58\xef\x9e\x69\x60\xa5\x42\x96\x1f\x28\xd6\xf5\xad\x97\x0a\x62\x67\xbd\xd6\x7f\x06\xa4\xec\xa7\x8b\xf3\x9b\xd6\x13\x5a\x52\xce\x06\xb9\x4d\x4d\x43\xe4\xeb\xb9\x45\xcf\xbd\xba\xcc\x6b\x04\x24\xea\xed\x1a\x15\xe5\xb2\xb3\xe0\x82\xf2\xde\xf5\xc1\xed\x1c\xc4\x71\x7b\x83\x50\x51\x85\x0c\xb6\x00\xa7\xf7\x07\x60\xaa\xa9\xcc\xe3\x28\x9b\x78\xa5\xf0\xc4\xd2\x73\x50\xd2\x23\x0d\x6e\x6f\x20\xe6\x6b\x6c\x36\x4f\xcd\x2f\xa9\xa3\xe7\xdf\x90\xdc\x5d\xe6\xe3\xdf\x84\x44\x1f\x82\x0e\xfa\xd5\x81\xea\xf3\x85\x67\xff\x63\x57\xb2\x7f\xba\xe8\xb8\xf0\xd9\x75\x02\x18\x7e\x42\xe7\xb9\xcd\xd6\xce\x5c\xa9\x07\xc1\xdd\x49\x75\x4d\x29\xfa\x4b\x47\x6b\x91\xb4\xeb\xcb\x4b\x78\x23\x15\x20\xcb\x36\x56\xd1\x17\x34\xc2\x41\x07\xa3\xc2\xb7\x17\xbd\x3c\xc0\x98\x01\x02\x71\x31\x84\xd7\xa7\x7a\xc4\x8a\xf2\x36\x27\x8b\xc8\x90\x31\x13\x0f\x64\xe8\x6e\xd1\x87\xee\x46\xb2\x05\x3c\x5d\x3b\x41\x57\xd1\xba\xdd\xa1\x99\x80\x63\xbb\x36\xcb\x94\x1f\x7f\x0b\x2a\xa7\xe8\xed\xf1\x74\x60\x86\x30\xa4\xf8\x79\x29\xac\x38\x88\xc5\x1c\x74\x6d\xed\xaf\xa8\xcb\xf2\xb0\x5a\xad\x06\x83\x79\x31\x07\xdc\x87\x8a\xf5\x13\xaf\x56\x2b\x5a\xe7\x10\x90\x85\x4c\x22\xb2\x4b\xaa\xe2\xc8\x96\xa4\x3a\x0f\x97\x9f\xcc\x03\xe6\x80\xd5\x5f\x4f\x07\xe8\x29\x72\x13\x6b\xd9\xbc\x4e\x95\x62\x0e\x4d\x82\x57\x91\xcf\xc6\xec\x79\x12\x74\x70\x9e\x86\xee\xe6\xf5\xd8\x10\x3e\x0f\xaf\x27\x49\x0c\x90\xf9\xe8\xa8\xa1\x2f\x43\x04\x7e\xe9\x4f\x8e\x82\xe3\xe3\x56\x50\xa0\x2b\xcc\x78\x71\x20\x43\xdc\x6f\x78\xb6\x81\x5b\x52\xe8\x2d\x01\xcf\x6d\x7a\x6f\xe1\xb6\xd9\xe0\x8e\x08\xfa\xc2\xc8\x85\x21\x6e\x56\xd6\x0d\xb8\x0d\x32\x5c\x64\x65\x9d\x53\x98\x81\x83\xac\x55\xc4\xd4\xf9\x5e\xb1\xaa\x42\x75\xde\xe3\xce\x49\xa4\x29\xac\x6c\xc8\x69\x18\xdc\xbe\xb0\x4c\xbc\x91\x6a\xcf\x14\xd5\xcb\x2b\xff\x27\xaa\xdb\x15\xbc\x75\x1b\x82\x76\x87\x6b\x1d\x97\x6f\xb5\x76\x4c\xc9\x1d\xaa\xbd\xe2\xc6\x79\xa7\xf3\x46\x63\x58\xb6\xf1\x9b\xc9\x6d\x11\x18\xd6\x34\xdc\x6c\x64\x6d\x62\x51\x37\x6c\x67\xfd\x56\x76\x9b\x11\x2c\x8a\xfe\x05\x57\xda\x44\x30\xfd\xff\x59\x9a\xa6\xa4\xf2\x3b\x49\x8d\x86\x65\xd1\xb7\x56\xaf\x2c\x6b\x41\x91\xd1\x0c\x78\xe9\x14\x72\x01\x8a\x51\xdc\xa7\x67\x5c\xb2\xe9\xad\xd4\xd6\x71\xc6\xee\x42\x35\x61\xb6\x45\x24\xfa\x2e\xa2\xa7\x19\xcf\x53\xa1\x6f\x7e\x1a\xf5\xc1\x19\xeb\xe9\xb5\xf6\x43\x6a\x81\x91\x57\xb0\x55\x37\xcc\xd3\xc2\xb2\xb5\xd7\x32\xd8\x4b\x75\x1f\x66\xc8\x56\x58\xad\x51\x85\x5b\x07\x2b\xbb\xd9\xbc\x58\x5e\xc0\x16\xb5\x66\x77\x78\x05\xe7\x2e\xd7\xd5\x3a\xce\xba\x2c\x00\x13\x9e\x97\x3c\x1f\x96\xcf\x0d\x06\x5a\x1b\xb0\x86\x81\x06\x55\x88\x7e\x13\x69\xca\x38\x9c\x11\xb9\x09\xfc\x7a\xd4\x1a\x33\x59\x5f\x8e\x03\xd3\x60\x7d\xdd\x3a\xd1\xbf\x43\x88\x78\x20\x1e\xcd\xa8\x0e\xe3\x41\xcb\x49\x30\xf9\x0d\x95\x04\xa9\x60\x4b\x39\xe0\xec\x52\xcb\xc7\x84\x38\x24\x26\x5b\x0e\x23\xd0\xa2\xa7\xb0\x45\xf7\x08\xa7\x02\xc5\xff\x08\xba\xe8\x08\x5e\x06\xe0\x42\xba\x9c\x0b\x2f\x84\x04\xd1\xc0\x21\xc2\xf4\x6d\x05\x7e\x97\x02\xd6\xca\xd9\x85\xfb\xb6\x78\xed\xc7\x7c\x19\x2f\xa2\x14\x5d\x65\xf7\xc7\x16\xc6\x3e\xa2\x4f\xd6\xc7\x5e\xc8\x8f\x64\xbd\x9f\x1e\x25\x92\xff\x59\x71\x1f\xaf\xb8\xf9\xc5\x9f\x45\xf7\x1f\x5c\x74\x3f\xa0\x92\x3d\x56\x5a\x4e\x63\xbb\xfe\xc8\x3f\xcd\xa8\x4f\x4f\xac\x4d\x4f\x2c\x40\x4f\xc0\xf8\xe6\xd5\x61\x3d\x49\x30\x5e\x12\x7e\x63\x1d\x7a\x5a\x0d\x3a\x34\xeb\x99\x95\xa6\x3b\x00\x42\xa8\x38\xa3\xd0\x6c\x33\xf0\x94\x11\x3f\x66\xaf\x6e\xc0\x8d\xef\x6c\x0e\x10\x39\x3a\x1b\xf3\xd0\xce\x9a\x23\xf2\xdf\xdf\x59\xf3\x29\xc2\xe4\x2a\xc0\xac\xc6\xda\xef\xd3\x57\x1b\x0d\x29\x12\x0a\xee\xda\x50\xbd\x75\x77\x12\xce\x2b\x10\x56\xee\xe1\xc5\x3d\x1e\x52\x9b\x44\x03\x6e\xfe\xfe\x98\xd5\x82\xb7\xbb\xa3\xf5\x42\x73\xbe\x6a\xa4\x62\x98\xb3\xb7\xf5\x47\xd4\x0f\xcd\x5f\x91\x07\xdd\xb0\xfb\x54\xa0\x70\xab\x6b\x8f\x6b\xc8\x9a\x54\xe9\x52\x75\x9b\xbd\x28\x59\xa1\xea\x06\x24\xb6\x33\x92\x61\x46\xaa\x26\x7f\x24\xa4\xe1\xe6\x78\x38\x71\x07\x67\x28\x90\x74\x89\x67\x92\xcf\x23\x11\xea\x41\x47\x7b\xc6\x13\xba\x54\xec\x94\x02\x75\xef\x78\xea\x94\x23\xb7\xf2\xf4\x2c\x0b\xae\x27\xf0\x95\x26\x0b\x76\x81\x07\xc6\x11\xb8\x79\xac\x33\xdf\xe4\x73\xf5\x7e\x77\x6c\xc6\x6e\x30\x71\x1d\x32\x7a\xbe\x3c\x1b\x89\x7b\xf1\x16\x8d\x37\x85\x1c\x35\x57\xcd\x04\x53\xd1\x6a\x4c\xde\xf1\xd8\x15\xc7\x2c\x08\x82\x56\x22\x02\xb7\xf1\xa8\xcf\x7f\xeb\x8a\xf1\x92\x3f\xfb\x8e\xfe\x1f\xad\xad\x8f\xfa\x84\x51\xbe\x8e\xb6\xce\x31\xf0\x8d\x88\xd8\x1c\x04\x8e\x5d\xc3\x97\x5f\x79\xff\x98\x10\xdb\x49\x6e\x8f\x19\x59\xc5\xdc\x5b\x2f\x0a\x13\xcb\xfe\x02\x8f\x57\x97\x29\x67\xdb\x35\x67\xe4\xe2\xbd\x3f\xcb\x8c\x69\xa0\x9a\xe2\x29\x01\x97\xf6\x05\x61\x7a\x03\x79\xca\xb3\x15\x9a\x5a\x89\x53\x9c\xfa\xa2\x2d\xb2\xc3\x3e\x8b\x57\x6d\xae\x1b\x1d\x34\x9b\xa7\x94\x5e\x77\x59\xf5\x05\xd8\xec\x96\x97\xa5\x3d\xab\xcd\xb8\x88\x34\x1c\x91\xf3\x84\x06\xd6\x25\x10\xf3\xd6\x8b\x88\x3c\x69\xb9\x90\xb5\x38\x92\x8c\x3c\xe2\x61\xc0\x61\x30\xba\x51\x16\x5b\x9b\x0a\xcf\x07\xe5\xc1\x49\xe3\xa3\x69\x45\x57\x9d\x44\xce\x4c\xc6\x54\x29\xd4\x04\xaa\xee\xe0\x6a\x94\x84\xf5\x2a\x15\x5f\xa5\x3c\x46\x54\x4b\x1f\x84\xf8\x80\x60\x9c\xc0\xe3\x41\x20\xc8\x5f\x8e\x17\x73\x6f\x0b\xca\xc9\xec\xde\xd4\x34\xc1\x79\x45\xd9\xd1\xf8\x36\x5e\xa2\x7d\xe8\x4c\xb7\x35\x4b\x52\xb9\xdd\xeb\x1e\x06\xd6\xe6\x35\x19\xd9\x56\xe4\x31\xb9\x62\xfb\x45\x73\x1c\xda\x7e\xba\x66\x25\x13\x19\x2e\xe7\xd7\x15\x9e\x47\x5e\x74\xbd\x09\xc6\x4b\xdf\x9d\xd5\x72\x4b\xde\xc2\xb4\x14\x7d\x6b\x08\xa7\x83\x1f\xe0\xfb\xd5\xf7\x09\x05\xd8\xd4\x2a\x75\x9e\x3b\x29\xb0\xcb\xad\x62\x6b\x49\x97\x4d\x29\x99\xd3\x4f\x3e\x30\x0b\x1b\xea\xcf\x47\x35\xa7\xfd\x09\x5d\xe6\xa8\x8d\x92\xde\x2d\xcf\x12\x14\x04\x2f\xc7\x50\xc9\x76\x06\x7c\x4e\xdb\x4f\xb2\x79\xd3\x01\xb3\x61\x9b\x6b\xb7\xab\x7f\xac\xd3\x33\x27\xe4\xef\xe3\xad\xcb\x83\x8d\x86\x4d\xf8\xb7\xbd\x06\x9c\x98\xc7\x4b\xc5\x60\x2d\x65\x89\x4c\xc0\x96\xd9\x1e\xc6\x20\x8f\x92\xaa\x61\x9e\x79\xe6\x29\x70\x87\x07\xf1\x92\xc7\xa0\x2d\x03\x4d\xd9\x96\x3a\x09\xfd\x4a\xca\xb2\x67\x7a\xbc\x38\xde\x9f\xb0\xa7\x04\x12\x26\xeb\xe5\x29\x58\xa9\xb1\xb7\xcc\xa9\xd5\x3c\x32\xcf\x93\xa6\x59\x33\xb6\xe4\x3f\xa1\xd1\x1e\x93\x7c\xd6\xc0\xb4\xe6\x77\xa2\x59\xed\x4a\xc9\x1d\xef\xb0\x69\x78\x46\xd8\x5e\xa9\xa2\xbc\x00\x49\x79\x4c\x1d\x60\x8d\x19\xab\x35\xb6\x98\xca\xcd\x05\xe5\x2f\x3e\x77\xa8\xa4\xd6\x1e\x88\xa1\x94\xf2\x1e\x6a\x91\xa3\x6b\xf5\x6c\xa4\x74\xe7\xb7\x35\x22\xe9\x90\x8d\x35\xe2\xb8\xbb\xc4\x20\x00\x3f\x57\x98\xd9\x92\xd8\x1a\x96\x5d\xce\x95\x63\x69\x83\x65\xa5\xe1\xae\x66\x2a\x07\x76\xc7\xb8\xd0\x54\xb6\x15\x5c\x70\x83\xe5\x01\xb2\x0d\xe3\x24\x64\x6f\x47\x9f\x68\x48\xdb\x45\xe4\xc2\xd9\x48\x34\xf1\x96\x95\x3c\xb3\x87\x49\xee\xb9\x0d\xa2\x05\xd4\x55\xde\x15\x82\x99\xbd\x4e\x56\x29\x57\x2a\x96\x5c\x53\xb6\xa5\x9d\x2f\xae\x91\xe8\x6f\x59\xee\x7b\xc1\x4c\x61\x63\x86\xc2\xe5\xf5\x85\x92\xc2\xe8\xa3\xdd\xd3\xdf\xcf\xa7\x04\xc8\xca\x6e\xbd\x96\xa3\x49\x65\x26\x85\xae\xb7\xa8\xda\x9d\xf7\xb0\xb5\xd2\x5c\x4c\xb9\xb4\x72\x32\xe3\x0b\x02\xe4\x0a\xe4\x5e\x4c\xfb\xdd\x43\xaf\x1f\x0c\x5d\xf1\x89\xf5\x91\x71\x3f\x36\x89\x36\x29\xa4\xe3\xe5\x37\xf8\xe1\xa0\x0c\xe9\x77\xdb\x28\xd1\x32\xae\xea\xf5\xad\x79\x09\xf7\x42\xee\x7d\x5f\xcc\xdf\x7d\xec\x7a\xfd\xc7\x8f\x6d\xb8\x04\xab\x62\xca\x39\x73\x73\xcf\x92\x95\x52\xdc\x59\xef\x74\xcd\x03\xdf\x39\xb1\xcd\x83\xb8\xd2\xb6\x46\xe4\x27\x6e\x9a\xfe\xe9\x14\x3c\x69\x3f\x2f\x83\xad\x7b\xd8\xb2\xaa\x6a\xc2\xf2\xc4\x61\x83\x98\x01\x32\x6d\x9f\x2a\xb5\x06\x68\xa1\xf3\xa9\x6e\xf9\x4e\xb2\xf1\xad\x77\x87\x7a\xe6\x40\xb9\x18\x16\x05\x66\x86\xef\xb0\x3f\x7c\x38\xf8\x1a\xbe\x0c\x12\x9c\xb6\xeb\x6e\x9b\x27\x71\x93\xbc\xe4\xbd\xcd\x2b\xf2\xac\xd6\xcd\x81\x4f\x98\xd7\xea\x1e\x0f\xa9\xb6\xc7\x24\x04\xb5\xa4\x3b\x7c\x18\xcf\x1e\xed\x05\x1a\xdb\xa4\x0c\xaa\xd0\xde\x22\xa4\xf7\xc8\xc7\x14\x16\xcc\x3f\x99\xb7\x87\x6c\x8e\x4d\x34\x95\x56\x7a\x33\x1c\xe5\xe3\x04\x57\xa4\x80\xed\xc8\x39\xb4\xf4\x2d\x4b\xdb\xce\xd4\xcd\x1d\x30\xb7\x2b\x6b\x6f\x5e\xfa\xba\x32\x22\xeb\xfc\x78\xd0\xac\x76\xb7\x99\x89\xe8\x53\xff\xe1\xd3\x76\xe2\xe3\x3e\x16\x5c\x11\x92\x05\xbc\xb9\xf1\x3c\x25\x0f\xd0\xac\x8e\xba\xc7\x8c\x1b\x71\xf0\x05\x06\xae\xa1\xa3\x61\xba\x37\x60\xe0\x0d\x64\xdd\xcd\x82\xff\x67\x0c\x3c\xa4\x7e\xd4\xc6\x79\x11\x71\xb3\xe2\xfa\x7d\xbd\x26\x35\x2e\x64\xe1\x00\xe7\x59\xba\x66\xfe\x61\xb1\x9c\x3a\xe6\xd9\xd3\x4a\xcc\x14\x5c\x83\x51\x75\xfa\x50\xe7\xf0\xf8\xdf\x03\xd9\x0c\x7a\x98\x93\x9c\xd2\x1a\x36\xb4\x5d\xb5\x39\x5b\xb5\x0d\xac\x3d\x99\x24\xae\xeb\x75\xc3\x4b\x6b\x62\xd6\xba\xe0\x3a\x9c\x78\x35\x66\x82\xa3\xc4\x6d\x91\xd8\x11\x6f\xad\x69\x6c\x3e\x6f\x4d\x63\xe4\x60\xba\x71\x4f\x36\x17\x4f\xf6\x68\xc6\xd2\xbc\xfa\x46\xd3\x9b\x6f\xd2\x6e\x9a\x57\xda\x7e\xc6\xbf\x99\x7f\xdc\x14\x82\x84\x27\x66\x74\x2c\x96\xbe\xf3\x41\x73\xbf\x41\x9b\x56\xbb\x1c\xdd\x86\xbb\x3b\xbe\xf3\x31\xd4\x5e\x18\xc9\x32\xac\x4c\x77\x45\xb1\x91\xba\x17\x99\x83\x5d\xc2\xcc\xfd\x8c\x04\x56\xee\x16\xa7\x25\xe4\x7f\xd0\xe1\x5f\xb5\x6e\xe2\xb5\x55\x17\x11\xcd\xb1\x88\xb6\x3a\xbe\xe1\x46\x6f\x22\x3b\xe8\xa9\xa3\x71\xa1\x59\x06\xed\x37\x7b\x3a\x1c\xb9\x1e\x98\x81\x2b\x1a\x47\x73\xd4\xf6\xf1\x78\xdd\xfc\xbd\x9f\xa8\xa6\x4c\xb7\x74\xa9\x2c\x1a\x04\xc8\xcb\x4b\x78\x2b\xb8\xe1\xac\xe4\xbf\xe1\xe0\x24\xcd\xd8\xb9\x8c\xd1\xd0\x11\x03\x81\x9f\x3c\xb8\x28\xfc\x26\x42\x5b\xff\x53\x21\x54\x42\x28\xa4\xd2\xc1\x35\xd9\xd6\x25\x13\xf7\xd1\x46\x21\xbc\x84\x5a\xa3\x82\x2d\xad\x79\xc6\xca\xb2\x25\x68\xb1\xb8\xc5\xf0\xee\x40\x8a\x4b\x27\x49\x25\x98\x87\x97\xd2\x7d\x69\xa2\xdd\x2f\x61\xb4\xb7\x7d\xcf\xfa\xd6\x62\xb7\x05\x2c\x53\xc1\x75\x26\xc2\xc9\x17\xfd\x9f\xe5\x88\x16\xe9\xd9\x77\x5e\x92\x68\x54\xa8\x85\xc1\x2a\x58\x5d\x06\xbf\xcc\x01\xd7\x70\xe9\xd9\xbb\x2c\x46\x7e\x0f\x24\x1e\x9c\xfc\x69\x92\xb1\xa1\xee\xe1\x98\xc0\x69\xbf\x71\xe2\xa5\xf9\x7a\xf6\xef\x00\x00\x00\xff\xff\x0b\x41\x31\xcf\x18\x46\x00\x00" func fungibletokenswitchboardCdcBytes() ([]byte, error) { return bindataRead( @@ -155,7 +155,7 @@ func fungibletokenswitchboardCdc() (*asset, error) { } info := bindataFileInfo{name: "FungibleTokenSwitchboard.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6e, 0x3b, 0x5a, 0xf1, 0x21, 0xd3, 0x19, 0xc8, 0xf7, 0x48, 0xac, 0x35, 0x12, 0x78, 0x5c, 0x36, 0x86, 0x8d, 0xb4, 0xb3, 0xbe, 0x34, 0x86, 0x18, 0x89, 0x4d, 0x66, 0xb1, 0x1, 0xf, 0x6d, 0x17}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x41, 0x6e, 0xba, 0xd8, 0xc5, 0xc5, 0xea, 0x2b, 0x18, 0xd1, 0x2b, 0x1b, 0x4c, 0x66, 0x2a, 0x3e, 0x9a, 0x98, 0x8a, 0x38, 0xe1, 0x41, 0xd7, 0xdf, 0x8c, 0x6, 0x85, 0xf, 0xe3, 0x84, 0xfa, 0x10}} return a, nil }