github.com/koko1123/flow-go-1@v0.29.6/fvm/blueprints/scripts/deployTxFeesTransactionTemplate.cdc (about) 1 transaction(code: String) { 2 prepare(flowFeesAccount: AuthAccount, serviceAccount: AuthAccount) { 3 let adminAccount = serviceAccount 4 flowFeesAccount.contracts.add(name: "FlowFees", code: code.decodeHex(), adminAccount: adminAccount) 5 } 6 }