Skip to content

Commit 783211d

Browse files
committed
update avax registry and factory addresses
1 parent c7f47cf commit 783211d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cli/cmds/const

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ get_factory_address() {
3939
# abstract factory address
4040
if [ "$chain_id" == "2741" ]; then
4141
echo "0x4a08d3F6881c4843232EFdE05baCfb5eAaB35d19"
42+
elif [ "$chain_id" == "43114" ]; then
43+
echo "0x0b49bDcf2eC9329Fa6F42DCCC66e8906a3E4ACF0"
4244
else # default
4345
echo "0x000000009e44eBa131196847C685F20Cd4b68aC4"
4446
fi
@@ -48,6 +50,8 @@ get_registry_address() {
4850
# abstract registry address
4951
if [ "$chain_id" == "2741" ]; then
5052
echo "0x9b60ad31F145ec7EE3c559153bB57928B65C0F87"
53+
elif [ "$chain_id" == "43114" ]; then
54+
echo "0x09E0135dfBb7528D6eAA5beB69f3C030dF26F57c"
5155
else # default
5256
echo "0x00000000caF1E3978e291c5Fb53FeedB957eC146"
5357
fi

0 commit comments

Comments
 (0)