Skip to content

Commit

Permalink
Merge pull request #4727 from BitGo/EA-3961-Add-tokens
Browse files Browse the repository at this point in the history
feat(statics): add new batch of tokens
  • Loading branch information
kxl4126 authored Jul 16, 2024
2 parents eff9767 + f6af6b3 commit 73f181f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ export enum UnderlyingAsset {
ATOMBEAR = 'atombear',
ATOMBULL = 'atombull',
ATRI = 'atri',
AUDD = 'audd',
AUDF = 'audf',
AUDIO = 'audio',
AUDX = 'audx',
Expand Down Expand Up @@ -605,6 +606,7 @@ export enum UnderlyingAsset {
CWBTC = 'cwbtc',
CVC = 'cvc',
CVX = 'cvx',
CXT = 'cxt',
CZRX = 'czrx',
DACXI = 'dacxi',
DADI = 'dadi',
Expand Down Expand Up @@ -675,6 +677,7 @@ export enum UnderlyingAsset {
ECOX = 'ecox',
EDEN = 'eden',
EDISON = 'edison',
EDLC = 'edlc',
EDO = 'edo',
ELON = 'elon',
EMB = 'emb',
Expand Down Expand Up @@ -1110,6 +1113,7 @@ export enum UnderlyingAsset {
OSETH = 'oseth',
OUSD = 'ousd',
OUSG = 'ousg',
OWN = 'own',
OXT = 'oxt',
OXY = 'oxy',
OHM = 'ohm',
Expand Down Expand Up @@ -1335,6 +1339,7 @@ export enum UnderlyingAsset {
SUPER = 'super',
SUPERPERIO = 'superperio',
SUSD = 'susd',
SUSDE = 'susde',
SUSHI = 'sushi',
SQUIG = 'squig',
SVT = 'svt',
Expand Down
40 changes: 40 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2041,6 +2041,14 @@ export const coins = CoinMap.fromCoins([
'0xdacd69347de42babfaecd09dc88958378780fb62',
UnderlyingAsset.ATRI
),
erc20(
'0d0e43eb-2bf0-474c-baf9-97dd9d05d383',
'audd',
'AUDD',
6,
'0x4cce605ed955295432958d8951d0b176c10720d5',
UnderlyingAsset.AUDD
),
erc20(
'20d977ec-b8a3-49e4-9491-2780ee028342',
'audf',
Expand Down Expand Up @@ -2953,6 +2961,14 @@ export const coins = CoinMap.fromCoins([
'0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b',
UnderlyingAsset.CVX
),
erc20(
'70d71dca-8065-4240-85d1-678c4902d972',
'cxt',
'Covalent X Token',
18,
'0x7abc8a5768e6be61a6c693a6e4eacb5b60602c4d',
UnderlyingAsset.CXT
),
erc20(
'10aff04d-e6b5-4120-b714-8a36a86092ea',
'czrx',
Expand Down Expand Up @@ -3300,6 +3316,14 @@ export const coins = CoinMap.fromCoins([
'0xed58569d516a5bd37427ebd592a6619c0c581953',
UnderlyingAsset.EDISON
),
erc20(
'10c38f26-de82-4662-884e-7f8b0834ef0a',
'edlc',
'Edelcoin',
6,
'0xc47ef9b19c3e29317a50f5fbe594eba361dada4a',
UnderlyingAsset.EDLC
),
erc20(
'cb3673da-ef47-4773-867d-77de362590fa',
'edn',
Expand Down Expand Up @@ -5263,6 +5287,14 @@ export const coins = CoinMap.fromCoins([
'0x1b19c19393e2d034d8ff31ff34c81252fcbbee92',
UnderlyingAsset.OUSG
),
erc20(
'ddeee3d2-e34e-4bac-9587-77e4295c6fde',
'own',
'OwnFund DAO',
18,
'0x3230eddcac29248ec4e0c37975937fe591532675',
UnderlyingAsset.OWN
),
erc20(
'6d8d74dc-087c-499f-b7a8-c04645bef6f8',
'oxt',
Expand Down Expand Up @@ -8114,6 +8146,14 @@ export const coins = CoinMap.fromCoins([
'0x57ab1ec28d129707052df4df418d58a2d46d5f51',
UnderlyingAsset['SYNTH-SUSD']
),
erc20(
'55110305-8a28-4b0b-9f93-191902a22080',
'susde',
'Staked USDe',
18,
'0x9d39a5de30e57443bff2a8307a4256c8797a3497',
UnderlyingAsset.SUSDE
),
erc20(
'fd4d284b-f3eb-4890-ad1f-2d698979b291',
'swag',
Expand Down

0 comments on commit 73f181f

Please sign in to comment.