11 lines
531 B
TOML
11 lines
531 B
TOML
# Account permissioning for Core RPC (VMID 2101), Thirdweb admin core (2103),
|
|
# permissioned RPCs (config-rpc-perm.toml), and named permissioned profiles.
|
|
# Only addresses listed here can submit transactions (deploy contracts, send txs).
|
|
#
|
|
# 0x4A666F96… — canonical primary deployer (Chain 138 operator docs).
|
|
# 0xB2dEA0e264… — deployer-funded ops EOA; allowlist so it can deploy/send via core/perm RPCs.
|
|
accounts-allowlist=[
|
|
"0x4A666F96fC8764181194447A7dFdb7d471b301C8",
|
|
"0xB2dEA0e264ddfFf91057A3415112e57A1a5Eac14"
|
|
]
|