github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/fvm/blueprints/scripts/deployTxFeesTransactionTemplate.cdc (about) 1 transaction(code: String) { 2 prepare(flowFeesAccount: auth(AddContract) &Account, serviceAccount: auth(SaveValue) &Account) { 3 let adminAccount = serviceAccount 4 flowFeesAccount.contracts.add(name: "FlowFees", code: code.decodeHex(), adminAccount: adminAccount) 5 } 6 }