Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/sdk-coin-soneium/test/unit/soneium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('soneium', function () {
soneium.should.be.an.instanceof(Soneium);
soneium.getChain().should.equal('soneium');
soneium.getFamily().should.equal('soneium');
soneium.getFullName().should.equal('Soneium');
soneium.getFullName().should.equal('Soneium Ethereum');
soneium.getBaseFactor().should.equal(1e18);
soneium.supportsTss().should.equal(true);
soneium.allowsAccountConsolidations().should.equal(false);
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-world/test/unit/world.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('world', function () {
world.should.be.an.instanceof(World);
world.getChain().should.equal('world');
world.getFamily().should.equal('world');
world.getFullName().should.equal('Worldchain');
world.getFullName().should.equal('Worldchain Ethereum');
world.getBaseFactor().should.equal(1e18);
world.supportsTss().should.equal(true);
world.allowsAccountConsolidations().should.equal(false);
Expand Down
6 changes: 3 additions & 3 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ export const coins = CoinMap.fromCoins([
account(
'd4f8e4f5-7060-44e3-aca1-e3ac11597ecb',
'world',
'Worldchain',
'Worldchain Ethereum',
Networks.main.world,
18,
UnderlyingAsset.WORLD,
Expand Down Expand Up @@ -1691,7 +1691,7 @@ export const coins = CoinMap.fromCoins([
account(
'251b78df-90c5-4ff5-b07a-8cc23f27c5ff',
'soneium',
'Soneium',
'Soneium Ethereum',
Networks.main.soneium,
18,
UnderlyingAsset.SONEIUM,
Expand Down Expand Up @@ -1935,7 +1935,7 @@ export const coins = CoinMap.fromCoins([
hederaCoin(
'98aad956-27ee-45dd-aa43-6a23c9a1d1d0',
'hbar',
'Mainnet Hedera HBAR',
'Hedera',
Networks.main.hedera,
8,
UnderlyingAsset.HBAR,
Expand Down
27 changes: 17 additions & 10 deletions modules/statics/src/coins/ofcCoins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,7 @@ export const ofcCoins = [
ofc('f1ed2667-fed1-4db8-87f5-061282d6147b', 'ofceos', 'Eos', 4, UnderlyingAsset.EOS, CoinKind.CRYPTO),
ofc('6c0714f3-fb74-4bb7-b17d-e34e48821890', 'ofcetc', 'Ethereum Classic', 18, UnderlyingAsset.ETC, CoinKind.CRYPTO),
ofc('49bc92d3-3085-4124-bdb3-df86385dd9b5', 'ofcstx', 'Stacks', 6, UnderlyingAsset.STX, CoinKind.CRYPTO),
ofc(
'181974a6-b042-460e-acec-46733f8af941',
'ofchbar',
'Mainnet Hedera HBAR',
8,
UnderlyingAsset.HBAR,
CoinKind.CRYPTO
),
ofc('181974a6-b042-460e-acec-46733f8af941', 'ofchbar', 'Hedera', 8, UnderlyingAsset.HBAR, CoinKind.CRYPTO),
ofc('140ac16e-e39a-49d0-ae69-60019ff35727', 'ofcbld', 'Agoric', 6, UnderlyingAsset.BLD, CoinKind.CRYPTO),
ofc('8b4f4051-b447-479b-bc3e-88e30a496599', 'ofcbaby', 'Babylon', 6, UnderlyingAsset.BABY, CoinKind.CRYPTO),
ofc('74cc3b48-25be-4477-8782-cbb1ea070eab', 'ofccronos', 'Cronos POS', 8, UnderlyingAsset.CRONOS, CoinKind.CRYPTO),
Expand Down Expand Up @@ -169,7 +162,14 @@ export const ofcCoins = [
tofc('30e8f8d8-17e7-4af0-91cf-069724e05e65', 'ofctsgb', 'Testnet songbird', 18, UnderlyingAsset.SGB, CoinKind.CRYPTO),
ofc('4bc9d629-cff8-4f1b-bb43-5424f7ed9a19', 'ofcmon', 'Monad', 18, UnderlyingAsset.MON, CoinKind.CRYPTO),
tofc('24f7dd79-7d03-4ce5-ac90-0572153f28f2', 'ofctmon', 'Testnet Monad', 18, UnderlyingAsset.MON, CoinKind.CRYPTO),
ofc('bf513cc9-7b75-42d2-a585-1a7c91801605', 'ofcworld', 'World', 18, UnderlyingAsset.WORLD, CoinKind.CRYPTO),
ofc(
'bf513cc9-7b75-42d2-a585-1a7c91801605',
'ofcworld',
'Worldchain Ethereum',
18,
UnderlyingAsset.WORLD,
CoinKind.CRYPTO
),
tofc(
'ca1f3c70-8f80-4feb-9be7-f2b716409027',
'ofctworld',
Expand All @@ -180,7 +180,14 @@ export const ofcCoins = [
),
ofc('0ea1175d-63a2-4dd3-b963-24020a02eab3', 'ofcstt', 'Somnia', 18, UnderlyingAsset.STT, CoinKind.CRYPTO),
tofc('06eee147-1299-435d-843f-9eea958e2b2f', 'ofctstt', 'Testnet somnia', 18, UnderlyingAsset.STT, CoinKind.CRYPTO),
ofc('cdc62abc-4748-48f4-8926-6ed42f6c86c9', 'ofcsoneium', 'Soneium', 18, UnderlyingAsset.SONEIUM, CoinKind.CRYPTO),
ofc(
'cdc62abc-4748-48f4-8926-6ed42f6c86c9',
'ofcsoneium',
'Soneium Ethereum',
18,
UnderlyingAsset.SONEIUM,
CoinKind.CRYPTO
),
tofc(
'3df259c9-3b18-4611-a359-cf977c535a5f',
'ofctsoneium',
Expand Down
Loading