Skip to content

Commit

Permalink
fix: legacy addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill authored and mrekucci committed Nov 20, 2023
1 parent 01da77f commit 2cbac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var (
SwapPriceOracleAddress: common.HexToAddress("0xe821533d30A4250e50812Aa060EEb2E8Ef3D98f6"),
CurrentFactoryAddress: common.HexToAddress("0x989F4d301d7333249362B2484BeE0D501AB01DCa"),
LegacyFactoryAddresses: []common.Address{
common.HexToAddress("0xf0277caffea72734853b834afc9892461ea18474"),
common.HexToAddress("0x989F4d301d7333249362B2484BeE0D501AB01DCa"),
},

StakingABI: abi.TestnetStakingABI,
Expand Down

0 comments on commit 2cbac10

Please sign in to comment.