From 8d7baf62481c8cd3259a5ec4f7098a0a7ded9f4d Mon Sep 17 00:00:00 2001 From: redDwarf03 <68340133+redDwarf03@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:26:01 +0100 Subject: [PATCH 1/2] Update UCO Address and name Following the token migration (cf https://x.com/archethic/status/1843257497555284442) here is the new address and name of Archethic UCO Token (previously Uniris Coin) --- modules/statics/src/coins.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/statics/src/coins.ts b/modules/statics/src/coins.ts index 67be154697..030966f5f1 100644 --- a/modules/statics/src/coins.ts +++ b/modules/statics/src/coins.ts @@ -7834,9 +7834,9 @@ export const coins = CoinMap.fromCoins([ erc20( '243053c9-e331-48f8-9f99-7af4e4f080c6', 'uco', - 'UnirisToken', + 'Archethic Universal Coin', 18, - '0x8a3d77e9d6968b780564936d15b09805827c21fa', + '0x1A688D3d294ee7BcC1f59011DE93d608Dc21c377', UnderlyingAsset.UCO ), erc20( From 525177bc68bab1984a3dc0a2f3dba54e81841ba9 Mon Sep 17 00:00:00 2001 From: redDwarf03 <68340133+redDwarf03@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:38:09 +0100 Subject: [PATCH 2/2] Update coins.ts Change decimal 18 -> 8 --- modules/statics/src/coins.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/statics/src/coins.ts b/modules/statics/src/coins.ts index 030966f5f1..7bde76f904 100644 --- a/modules/statics/src/coins.ts +++ b/modules/statics/src/coins.ts @@ -7835,7 +7835,7 @@ export const coins = CoinMap.fromCoins([ '243053c9-e331-48f8-9f99-7af4e4f080c6', 'uco', 'Archethic Universal Coin', - 18, + 8, '0x1A688D3d294ee7BcC1f59011DE93d608Dc21c377', UnderlyingAsset.UCO ),