redstone to warp renaming hell

This commit is contained in:
asiaziola
2022-05-19 17:15:16 +02:00
parent d552a6c13e
commit e0556562d4
27 changed files with 102 additions and 112 deletions

View File

@@ -29,7 +29,7 @@ export class Warp {
readonly interactionsSorter: InteractionsSorter,
readonly executorFactory: ExecutorFactory<HandlerApi<unknown>>,
readonly stateEvaluator: StateEvaluator,
readonly useRedstoneGwInfo: boolean = false
readonly useWarpGwInfo: boolean = false
) {
this.createContract = new DefaultCreateContract(arweave);
}