2024-10-24 15:33:23 +08:00
2024-06-14 01:22:51 +08:00
2024-10-24 15:33:23 +08:00
2024-10-24 15:33:23 +08:00
2024-09-12 12:48:23 +08:00
2024-09-12 12:48:23 +08:00
2024-10-24 15:33:23 +08:00
2024-10-24 15:33:23 +08:00
2024-10-24 15:33:23 +08:00
2024-10-23 15:46:47 +08:00
2024-08-24 13:19:22 +08:00
2024-08-24 13:19:22 +08:00
2024-06-10 20:30:39 +08:00
2024-08-24 13:19:22 +08:00
2024-10-23 15:46:47 +08:00
2024-08-24 13:19:22 +08:00
2024-08-24 13:19:22 +08:00
2024-08-24 13:19:22 +08:00
2024-08-24 13:19:22 +08:00

Gifted.art Contracts v2

env explanation

# env switching is using forge wallet to deploy contracts
use [dev|local|prod]

# create key file
cast wallet i dev --private-key 0x000 --keystore-dir keystores/keys

ETH_KEYSTORE and ETH_PASSWORD is set by each env/.env.[dev|local|prod] to pick up correct key file and password file.

Deploy

sepolia

forge script script/deploy.sepolia.s.sol -vvvv --rpc-url sepolia --broadcast --verify

Zora

zora is using routescan for contract verification. official blockscout using instruction here does not work yet.

forge script script/deploy.sepolia.s.sol -vvvv --rpc-url zora_sepolia --broadcast --verify --slow

Addresses

The contract addresses for different environments and networks are defined in the following JSON configuration files:

Please refer to these files for the most up-to-date contract addresses for each network.

Description
No description provided
Readme 1.2 MiB
Languages
TypeScript 94.5%
Shell 5.5%