Skip to content

Commit dba7cf5

Browse files
Merge pull request #6795 from BitGo/WIN-6915
feat: add ofc statics for kaia, sonic, hypeevm, seievm, apechain
2 parents 7fd9678 + b53c712 commit dba7cf5

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,58 @@ export const ofcCoins = [
156156
UnderlyingAsset.WEMIX,
157157
CoinKind.CRYPTO
158158
),
159+
ofc('5405ad60-40c2-4789-b6b3-79265f167669', 'ofckaia', 'Kaia', 18, UnderlyingAsset.KAIA, CoinKind.CRYPTO),
160+
tofc('1d41e93a-7de8-4e2e-a8bd-adc22cbe83e6', 'ofctkaia', 'Kaia Testnet', 18, UnderlyingAsset.KAIA, CoinKind.CRYPTO),
161+
ofc('499c7ae0-b21e-4b6d-8486-00980bb180d5', 'ofcsonic', 'Sonic', 18, UnderlyingAsset.SONIC, CoinKind.CRYPTO),
162+
tofc(
163+
'274e9430-daac-4bfa-b75a-ba4c5ec82f9d',
164+
'ofctsonic',
165+
'Sonic Testnet',
166+
18,
167+
UnderlyingAsset.SONIC,
168+
CoinKind.CRYPTO
169+
),
170+
ofc(
171+
'ec31b18d-f034-4e84-837e-2c7d2908bbae',
172+
'ofchypeevm',
173+
'Hyperliquid EVM',
174+
18,
175+
UnderlyingAsset.HYPEEVM,
176+
CoinKind.CRYPTO
177+
),
178+
tofc(
179+
'3eb80dc2-98bc-40ee-a27c-b4572e0d7270',
180+
'ofcthypeevm',
181+
'Hyperliquid EVM Testnet',
182+
18,
183+
UnderlyingAsset.HYPEEVM,
184+
CoinKind.CRYPTO
185+
),
186+
ofc('c7350490-f1c0-4f76-8db4-832dc18a2efe', 'ofcseievm', 'Sei EVM', 18, UnderlyingAsset.SEIEVM, CoinKind.CRYPTO),
187+
tofc(
188+
'12d3f26a-dede-429b-8ba6-126293a8e02a',
189+
'ofctseievm',
190+
'Sei EVM Testnet',
191+
18,
192+
UnderlyingAsset.SEIEVM,
193+
CoinKind.CRYPTO
194+
),
195+
ofc(
196+
'7e4fc86c-7caf-4cd3-b801-a650b0bfcf64',
197+
'ofcapechain',
198+
'Ape Chain',
199+
18,
200+
UnderlyingAsset.APECHAIN,
201+
CoinKind.CRYPTO
202+
),
203+
tofc(
204+
'19dce006-56a3-4603-a0c8-2b1de20352a0',
205+
'ofctapechain',
206+
'Testnet Ape Chain',
207+
18,
208+
UnderlyingAsset.APECHAIN,
209+
CoinKind.CRYPTO
210+
),
159211
ofc('1876cf96-a0b7-4b7b-9024-6bd89df9814b', 'ofcflr', 'Flare', 18, UnderlyingAsset.FLR, CoinKind.CRYPTO),
160212
tofc('312ff039-2473-4a11-837f-4ec896a0483d', 'ofctflr', 'Testnet flare', 18, UnderlyingAsset.FLR, CoinKind.CRYPTO),
161213
ofc('dd3f3d9a-8eae-4a7a-8178-88611687674d', 'ofcsgb', 'Songbird', 18, UnderlyingAsset.SGB, CoinKind.CRYPTO),

0 commit comments

Comments
 (0)