-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsettings.yml
More file actions
25 lines (25 loc) · 1.26 KB
/
settings.yml
File metadata and controls
25 lines (25 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## *** 下方各项配置,确保输入配置格式正确,配置信息首尾注意不要留有空格等,当前版本暂不支持trimspace ***
application:
# 项目名称,无需修改
name: evm-inscriptions
chain:
# evm:evm通用mint类型,当前只支持该类型,无需修改
chainType: "evm"
# 链结点地址
# 备注:可前往此处 https://publicnode.com/ 查找满足你需要的免费evm结点url,比如下方配置里使用了马蹄链
url: "https://polygon-bor.publicnode.com"
# 请求超时时间,如无特殊必要,默认60即可,单位:秒
timeout: 60
mint:
# mint 铸造次数,通俗说,批量铸造多少个,就配置多少
times: 10
# 每次mint间隔时间,单位秒
delay: 5
# 私钥
privateKey: ""
# 配置gasPrice,单位是wei ; 备注:1Gwei = 1000000000 wei
gasPrice: "根据实际情况设置"
# 配置gasLimit
gasLimit: "根据实际情况设置"
# 铭文16进制字符串,比如mint马蹄链的anteater,则使用下面铭文(仅限示例,该铭文很有可能已经被mint完了)
data: "0x646174613a2c7b2261223a224e657874496e736372697074696f6e222c2270223a226f7072632d3230222c226f70223a226d696e74222c227469636b223a22616e746561746572222c22616d74223a22313030303030303030227d"