Skip to content

Commit 03fe08d

Browse files
authored
Merge pull request #7826 from BitGo/WIN-8082
feat: add ofc assets for dogeos and morph
2 parents f0c94d5 + 8273809 commit 03fe08d

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,24 @@ export const ofcCoins = [
279279
UnderlyingAsset.JOVAYETH,
280280
CoinKind.CRYPTO
281281
),
282+
ofc('23b2e642-8ede-4c6e-a4e3-5355580d062f', 'ofcdogeos', 'DogeOS', 18, UnderlyingAsset.DOGEOS, CoinKind.CRYPTO),
283+
tofc(
284+
'87d11da0-1a78-4942-a5d6-e6f6568f0867',
285+
'ofctdogeos',
286+
'DogeOS Testnet',
287+
18,
288+
UnderlyingAsset.DOGEOS,
289+
CoinKind.CRYPTO
290+
),
291+
ofc('a8f87aeb-2a87-40c6-bd04-93101f1de515', 'ofcmorph', 'Morph', 18, UnderlyingAsset.DOGEOS, CoinKind.CRYPTO),
292+
tofc(
293+
'dfaa5fc9-c40b-4215-804a-7f536fa29133',
294+
'ofctmorph',
295+
'Morph Testnet',
296+
18,
297+
UnderlyingAsset.MORPH,
298+
CoinKind.CRYPTO
299+
),
282300
ofc('dc733b2f-92bf-49d3-9f5d-9774e1637f0f', 'ofcokb', 'X Layer', 18, UnderlyingAsset.OKB, CoinKind.CRYPTO),
283301
tofc('98460a7d-0677-4dbd-934e-fbb0e9c5f8cc', 'ofctokb', 'X Layer Testnet', 18, UnderlyingAsset.OKB, CoinKind.CRYPTO),
284302
ofc('aa7e956f-2d59-4bf6-aba6-2d51bd298150', 'ofcip', 'Story', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"yeoman-generator": "^5.6.1"
6161
},
6262
"resolutions": {
63+
"qs": "6.14.1",
6364
"**/lerna/**/glob": "11.1.0",
6465
"**/yeoman-generator/**/glob": "11.1.0",
6566
"**/cacache/glob": "11.1.0",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17683,17 +17683,10 @@ qrcode@^1.5.1:
1768317683
pngjs "^5.0.0"
1768417684
yargs "^15.3.1"
1768517685

17686-
qs@6.13.0:
17687-
version "6.13.0"
17688-
resolved "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz"
17689-
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
17690-
dependencies:
17691-
side-channel "^1.0.6"
17692-
17693-
qs@6.14.0, qs@^6.11.0, qs@^6.11.2, qs@^6.12.3, qs@^6.5.1:
17694-
version "6.14.0"
17695-
resolved "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz"
17696-
integrity sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==
17686+
qs@6.13.0, qs@6.14.0, qs@6.14.1, qs@^6.11.0, qs@^6.11.2, qs@^6.12.3, qs@^6.5.1:
17687+
version "6.14.1"
17688+
resolved "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz#a41d85b9d3902f31d27861790506294881871159"
17689+
integrity sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==
1769717690
dependencies:
1769817691
side-channel "^1.1.0"
1769917692

@@ -18879,7 +18872,7 @@ side-channel-weakmap@^1.0.2:
1887918872
object-inspect "^1.13.3"
1888018873
side-channel-map "^1.0.1"
1888118874

18882-
side-channel@^1.0.6, side-channel@^1.1.0:
18875+
side-channel@^1.1.0:
1888318876
version "1.1.0"
1888418877
resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz"
1888518878
integrity sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==

0 commit comments

Comments
 (0)