Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions contracts/libraries/CircleCCTPAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ library CircleDomainIds {
uint32 public constant Base = 6;
uint32 public constant Polygon = 7;
uint32 public constant DoctorWho = 10;
uint32 public constant Linea = 11; // TODO replace with actual domain once Circle publishes it.
// Use this value for placeholder purposes only for adapters that extend this adapter but haven't yet been
// assigned a domain ID by Circle.
uint32 public constant Linea = 11;
uint32 public constant UNINITIALIZED = type(uint32).max;
}

Expand Down
Loading