Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .changeset/green-carrots-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@colony/core": major
---

clny token constant fix
2 changes: 1 addition & 1 deletion packages/core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export namespace Tokens {
/** ETH on Arbitrum One */
ETH = '0x0000000000000000000000000000000000000000',
/** CLNY on Arbitrum One */
CLNY = '0xcccccdcc0ccf6c708d860e19353c5f9a49accccc',
CLNY = '0xD611b29dc327723269Bd1e53Fe987Ee71A24B234',
/** USDC on Arbitrum One */
USDC = '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
}
Expand Down