Skip to content

Commit

Permalink
Remove FeeCurrencyWhitelist/SortedOracles
Browse files Browse the repository at this point in the history
These are supersedded by the FeeCurrencyDirectory and the new oracle
interface.
  • Loading branch information
karlb committed Apr 30, 2024
1 parent 3ffaf86 commit b510efe
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1,150 deletions.
2 changes: 0 additions & 2 deletions contracts/addresses.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ var (
RegistryAddress = common.HexToAddress("0x000000000000000000000000000000000000ce10")
GoldTokenAddress = common.HexToAddress("0x471ece3750da237f93b8e339c536989b8978a438")
FeeHandlerAddress = common.HexToAddress("0xcd437749e43a154c07f3553504c68fbfd56b8778")
FeeCurrencyWhitelistAddress = common.HexToAddress("0xbb024e9cdcb2f9e34d893630d19611b8a5381b3c")
MentoFeeHandlerSellerAddress = common.HexToAddress("0x4efa274b7e33476c961065000d58ee09f7921a74")
UniswapFeeHandlerSellerAddress = common.HexToAddress("0xd3aee28548dbb65df03981f0dc0713bfcbd10a97")
SortedOraclesAddress = common.HexToAddress("0xefb84935239dacdecf7c5ba76d8de40b077b7b33")
FeeCurrencyDirectoryAddress = common.HexToAddress("0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb") // tmp address, real one no known yet
)
9 changes: 0 additions & 9 deletions contracts/celo/celo.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ var GoldTokenBytecodeRaw []byte
//go:embed compiled/Proxy.bin-runtime
var ProxyBytecodeRaw []byte

//go:embed compiled/SortedOracles.bin-runtime
var SortedOraclesBytecodeRaw []byte

//go:embed compiled/MockSortedOracles.bin-runtime
var MockSortedOraclesBytecodeRaw []byte

//go:embed compiled/FeeCurrencyWhitelist.bin-runtime
var FeeCurrencyWhitelistBytecodeRaw []byte

//go:embed compiled/FeeCurrency.bin-runtime
var FeeCurrencyBytecodeRaw []byte

Expand Down
202 changes: 0 additions & 202 deletions contracts/celo/compiled/FeeCurrencyWhitelist.abi

This file was deleted.

1 change: 0 additions & 1 deletion contracts/celo/compiled/FeeCurrencyWhitelist.bin-runtime

This file was deleted.

Loading

0 comments on commit b510efe

Please sign in to comment.