Skip to content

Commit e6fce15

Browse files
authored
Merge pull request #16 from unionlabs/fix-u-info
fix: fix token info
2 parents 07f9df2 + 1feaef4 commit e6fce15

3 files changed

Lines changed: 6 additions & 74 deletions

File tree

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"chain_name": "union",
33
"api": [
4-
"https://api.rpc-node.union-1.union.build"
4+
"https://rest.union.build"
55
],
66
"rpc": [
7-
"https://rpc.rpc-node.union-1.union.build"
7+
"https://rpc.union.build"
88
],
99
"sdk_version": "0.50.11",
1010
"addr_prefix": "union",
@@ -14,18 +14,9 @@
1414
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png",
1515
"assets": [
1616
{
17-
"symbol": "POA",
18-
"base": "upoa",
19-
"exponent": 6,
20-
"coingecko_id": "gas",
21-
"logo": "https://raw.githubusercontent.com/Agoric/agoric-sdk/master/packages/wallet/ui/public/tokens/BLD.svg"
22-
},
23-
{
24-
"symbol": "GAS",
25-
"base": "ugas",
26-
"exponent": 6,
27-
"coingecko_id": "gas",
28-
"logo": "https://raw.githubusercontent.com/Agoric/agoric-sdk/master/packages/wallet/ui/public/tokens/BLD.svg"
17+
"symbol": "U",
18+
"base": "au",
19+
"exponent": 18
2920
}
3021
]
3122
}

src/assets/chains/testnet/union-testnet-10.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
{
1717
"symbol": "U",
1818
"base": "au",
19-
"exponent": 18,
20-
"coingecko_id": "au",
21-
"logo": "https://raw.githubusercontent.com/Agoric/agoric-sdk/master/packages/wallet/ui/public/tokens/BLD.svg"
19+
"exponent": 18
2220
}
2321
]
2422
}

src/layouts/components/DefaultLayout.vue

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -271,63 +271,6 @@ dayjs();
271271
{{ item?.heading }}
272272
</div>
273273
</div>
274-
<div class="px-2">
275-
<div class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase">
276-
Tools
277-
</div>
278-
<RouterLink to="/wallet/suggest"
279-
class="py-2 px-4 flex items-center cursor-pointer hover:bg-gray-100 dark:hover:bg-[#373f59]"
280-
>
281-
<Icon icon="mdi:frequently-asked-questions" class="text-xl mr-2" />
282-
<div
283-
class="text-base capitalize flex-1 text-gray-600 dark:text-gray-200"
284-
>
285-
Wallet Helper
286-
</div>
287-
</RouterLink>
288-
<!-- <div class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase">-->
289-
<!-- {{ $t('module.sponsors') }}-->
290-
<!-- </div>-->
291-
<!-- <Sponsors />-->
292-
<div class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase">{{ $t('module.links') }}</div>
293-
<a
294-
href="https://x.com/union_build"
295-
target="_blank"
296-
class="py-2 px-4 flex items-center cursor-pointer hover:bg-gray-100 dark:hover:bg-[#373f59]"
297-
>
298-
<Icon icon="mdi:twitter" class="text-xl mr-2" />
299-
<div
300-
class="text-base capitalize flex-1 text-gray-600 dark:text-gray-200"
301-
>
302-
Twitter
303-
</div>
304-
</a>
305-
<a
306-
v-if="showDiscord"
307-
href="https://discord.com/invite/CmjYVSr6GW"
308-
target="_blank"
309-
class="py-2 px-4 flex items-center cursor-pointer hover:bg-gray-100 dark:hover:bg-[#373f59]"
310-
>
311-
<Icon icon="mdi:discord" class="text-xl mr-2" />
312-
<div
313-
class="text-base capitalize flex-1 text-gray-600 dark:text-gray-200"
314-
>
315-
Discord
316-
</div>
317-
</a>
318-
<a
319-
href="https://github.com/ping-pub/explorer/discussions"
320-
target="_blank"
321-
class="py-2 px-4 flex items-center cursor-pointer hover:bg-gray-100 dark:hover:bg-[#373f59]"
322-
>
323-
<Icon icon="mdi:frequently-asked-questions" class="text-xl mr-2" />
324-
<div
325-
class="text-base capitalize flex-1 text-gray-600 dark:text-gray-200"
326-
>
327-
FAQ
328-
</div>
329-
</a>
330-
</div>
331274
</div>
332275
<div class="xl:!ml-64 px-3 pt-4">
333276
<!-- header -->

0 commit comments

Comments
 (0)