2024-12-16 18:24:54 +08:00
2025-03-19 16:54:26 +08:00
2024-09-12 12:48:23 +08:00
2024-09-12 12:48:23 +08:00
2025-03-19 16:54:26 +08:00
2025-01-02 14:25:15 +08:00
2024-12-19 20:52:20 +08:00
2025-01-02 14:25:15 +08:00
2024-12-19 20:11:55 +08:00
2024-08-24 13:19:22 +08:00
2024-12-19 20:01:31 +08:00
2024-12-24 20:55:11 +08:00
2025-03-19 16:54:26 +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-12-19 20:52:20 +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%