We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb9931 commit dce2666Copy full SHA for dce2666
src/mappings/farms.ts
@@ -129,7 +129,6 @@ export async function farmUpdated(
129
// ip is already there in storage, don't save it again
130
if (savedIP) {
131
savedIP.ip = ip.ip.toString()
132
- // savedIP.contractId = ip.contractId
133
savedIP.gateway = ip.gateway.toString()
134
await ctx.store.save<PublicIp>(savedIP)
135
} else {
0 commit comments