Skip to content

Commit abbad82

Browse files
committed
feat: onboard arbeth coin because product missed adding it to ticket
WIN-4941 TICKET: WIN-4941 feat: onboard arbeth coin because product missed adding it to ticket TICKET: WIN-4941 feat: onboard arbeth coin because product missed adding it to ticket TICKET: WIN-4941 feat: fix the uuid error TICKET: WIN-4941 feat: update testcopm name TICKET: WIN-4941 feat: add uco TICKET: WIN-4941
1 parent 4f0fbb0 commit abbad82

File tree

6 files changed

+33
-1
lines changed

6 files changed

+33
-1
lines changed

modules/statics/src/base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,6 +1844,7 @@ export enum UnderlyingAsset {
18441844
'eth:icnt' = 'eth:icnt',
18451845
'eth:god' = 'eth:god',
18461846
'eth:sky' = 'eth:sky',
1847+
'eth:uco' = 'eth:uco',
18471848
'eth:fuel' = 'eth:fuel',
18481849
'eth:xreth' = 'eth:xreth',
18491850
'eth:xy' = 'eth:xy',
@@ -2272,6 +2273,7 @@ export enum UnderlyingAsset {
22722273
// Arbitrum mainnet tokens
22732274
'arbeth:link' = 'arbeth:link',
22742275
'arbeth:usdc' = 'arbeth:usdc',
2276+
'arbeth:xsgdv2' = 'arbeth:xsgdv2',
22752277
'arbeth:usdcv2' = 'arbeth:usdcv2',
22762278
'arbeth:usdt' = 'arbeth:usdt',
22772279
'arbeth:arb' = 'arbeth:arb',

modules/statics/src/coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,6 +2081,14 @@ export const coins = CoinMap.fromCoins([
20812081
'0xf97f4df75117a78c1a5a0dbb814af92458539fb4',
20822082
UnderlyingAsset['arbeth:link']
20832083
),
2084+
arbethErc20(
2085+
'42ae1f1a-95df-40b7-a584-fe52b2cf08c6',
2086+
'arbeth:xsgdv2',
2087+
'XSGD (Bridged)',
2088+
6,
2089+
'0xa05245ade25cc1063ee50cf7c083b4524c1c4302',
2090+
UnderlyingAsset['arbeth:xsgdv2']
2091+
),
20842092
arbethErc20(
20852093
'0606676c-1e6b-488a-abe1-ab46c697c4b9',
20862094
'arbeth:usdc',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ export const erc20Coins = [
4444
'0x76c4a2b59523eae19594c630aab43288dbb1463f',
4545
UnderlyingAsset['eth:iris']
4646
),
47+
erc20(
48+
'11506670-9b97-4ade-ae56-4b9c883de952',
49+
'eth:uco',
50+
'Archethic Universal Coin',
51+
8,
52+
'0x1a688d3d294ee7bcc1f59011de93d608dc21c377',
53+
UnderlyingAsset['eth:uco']
54+
),
4755
erc20(
4856
'a214db0d-a25b-485f-a8fc-b7970cb4d500',
4957
'eth:hard',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,13 @@ export const ofcCoins = [
690690
18,
691691
UnderlyingAsset['arbeth:link']
692692
),
693+
ofcArbethErc20(
694+
'0cf9baf8-eca6-47b2-82e1-6ca0ee09f760',
695+
'ofcarbeth:xsgdv2',
696+
'XSGD (Bridged)',
697+
6,
698+
UnderlyingAsset['arbeth:xsgdv2']
699+
),
693700
ofcArbethErc20(
694701
'59220e6e-d94b-40b7-8e10-2f7c691c2482',
695702
'ofcarbeth:usdcv2',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,6 +1624,13 @@ export const ofcErc20Coins = [
16241624
underlyingAssetForSymbol('eth:block')
16251625
),
16261626
ofcerc20('bdb004b5-4ec7-479e-905b-ee34bc8f6bea', 'ofceth:usual', 'Usual', 18, underlyingAssetForSymbol('eth:usual')),
1627+
ofcerc20(
1628+
'03fc7083-15c1-4a9f-9029-5b5342f2f11e',
1629+
'ofceth:uco',
1630+
'Archethic Universal Coin',
1631+
8,
1632+
underlyingAssetForSymbol('eth:uco')
1633+
),
16271634
ofcerc20(
16281635
'593ae9a1-ab69-423a-b9a2-1980a0c50f97',
16291636
'ofceth:bito',

modules/statics/src/coins/polygonTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ export const polygonTokens = [
10331033
tpolygonErc20(
10341034
'e988a1a1-e22e-4649-986e-7718e503f047',
10351035
'tpolygon:testcopm',
1036-
'Test ERC20 Token 10 Decimals',
1036+
'TestCOP Minteo (Testnet)',
10371037
18,
10381038
'0x866022aa0489bd84fd2b3e0320ba988d9385d439', // https://polygonscan.com/token/0x866022aa0489bd84fd2B3e0320bA988d9385d439
10391039
UnderlyingAsset['tpolygon:testcopm'],

0 commit comments

Comments
 (0)