Recent events have shown that the auto-approval for user proxies is way too dangerous.
Security of users' NFTs should come before the convenience of auto approving collection for trading.
This is why I decided to remove the files in this gist.
| ### BASE ### | |
| FROM node:12-buster-slim AS base | |
| RUN apt-get update && apt-get install --no-install-recommends --yes openssl | |
| WORKDIR /app | |
| ### BUILDER ### | |
| FROM base AS builder |
xMin = 0
xMax = 22
yMin = -1
yMax = 14
1 where you want to draw a pixel, then paste the result into the y = text field on the website.| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| /* | |
| This code is untested, feel free to use it, but do so at your own risk | |
| */ | |
| contract Random { | |
| uint256[] tokens = new uint256[](100); |
| /** | |
| * Render CyberBrokers | |
| * Using the on-chain Broker renderer | |
| **/ | |
| // Change these variables as you see fit | |
| const WEB3_PROVIDER_URL = "http://0.0.0.0:8545"; | |
| const TOKEN_ID = 0; | |
| const SVG_SAVE_FILE_NAME = `${__dirname}/CyberBroker_${TOKEN_ID}.svg`; |
config.yaml. For example