Skip to content

Commit

Permalink
fix: update blockchain name with proper spelling and symbols #56
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufseyrek committed Sep 2, 2024
1 parent b7e5479 commit 231caf5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This application is created for interacting with the Aeternity <> EVM Bridge contracts provided by Acurast. Executing proper bridge actions using this application will result in moving the sent funds to the other chain.
This application is created for interacting with the æternity <> EVM Bridge contracts provided by Acurast. Executing proper bridge actions using this application will result in moving the sent funds to the other chain.

## Deployment links

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Aeternity/Ethereum Bridge</title>
<title>æternity/Ethereum Bridge</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const AppRouter: React.FC = () => {
<>
<Helmet>
<title>
(EVM {'<'}-{'>'} Aeternity) Bridge
(EVM {'<'}-{'>'} æternity) Bridge
</title>
</Helmet>
<Bridge />
Expand Down
6 changes: 3 additions & 3 deletions src/pages/Bridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ const Bridge: React.FC = () => {
fullWidth
id="outlined-textfield-destination"
label={`Destination ${
direction == Direction.EthereumToAeternity ? 'Aeternity' : 'Ethereum'
direction == Direction.EthereumToAeternity ? 'æternity' : 'Ethereum'
} Address`}
variant="outlined"
type="text"
Expand Down Expand Up @@ -589,7 +589,7 @@ const Bridge: React.FC = () => {
variant="contained"
onClick={direction === Direction.AeternityToEthereum ? bridgeToEvm : bridgeToAeternity}
>
Bridge to {direction === Direction.AeternityToEthereum ? 'Ethereum' : 'Aeternity'}
Bridge to {direction === Direction.AeternityToEthereum ? 'Ethereum' : 'æternity'}
</Button>
</WalletConnection>
</CardActions>
Expand All @@ -610,7 +610,7 @@ const Bridge: React.FC = () => {
<Grid flexDirection={'row'} container justifyContent={'space-between'}>
<Grid>From:</Grid>
<Grid>
{isBridgeActionFromAeternity ? 'Aeternity to Ethereum' : 'Ethereum to Aeternity'}
{isBridgeActionFromAeternity ? 'æternity to Ethereum' : 'Ethereum to æternity'}
</Grid>
</Grid>

Expand Down
12 changes: 6 additions & 6 deletions src/pages/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const faqListContent = [
<>
<p>
bridgae helps you bridge tokens and native cryptocurrencies between the Ethereum and
Aeternity blockchain. It supports a variety of tokens as well as the Ethereum (ETH) and Aeternity
æternity blockchain. It supports a variety of tokens as well as the Ethereum (ETH) and æternity
(AE) crypto currency.
</p>
</>
Expand All @@ -18,7 +18,7 @@ const faqListContent = [
answer: (
<>
<p>
1. First you chose which network (Ethereum or Aeternity) you want to bridge native crypto currency
1. First you chose which network (Ethereum or æternity) you want to bridge native crypto currency
or tokens from. Depending on which Network you chose, your wallet should signal to you that bridgae
intends to connect, which you need to accept. If this does not happen, try reloading the page or
click the "connect wallet" button inside bridgae if one is being shown to you.
Expand Down Expand Up @@ -57,8 +57,8 @@ const faqListContent = [
<p>
Example 2: Bridging Native Currency Just like with Tokens, the bridged Ether or AE is locked inside
the bridgae contract. What is released on the target protocol is a wrapped token though: When
bridging Ether to Aeternity, you receive wETH, wrapped Ether in the form of a AEX-9 Token
(AEternity's Fungible Token Standard). The same thing happens the other way round: Bridged AE is
bridging Ether to æternity, you receive wETH, wrapped Ether in the form of a AEX-9 Token
(æternity's Fungible Token Standard). The same thing happens the other way round: Bridged AE is
released in the form of an ERC20-Token called wAE, wrapped AE, on the Ethereum blockchain.
</p>
</>
Expand All @@ -71,7 +71,7 @@ const faqListContent = [
<p>
At any time, the amount of tokens or currency released on one protocol equals the amount of tokens /
currency locked inside the bridgae smart contract the other protocol. This can be verified through
the smart contracts on both Aeternity and Ethereum.
the smart contracts on both æternity and Ethereum.
</p>
</>
),
Expand All @@ -88,7 +88,7 @@ const faqListContent = [
<a href="\tokens" target="_blank">
supported tokens list page
</a>{' '}
and adding the token address to your wallet. For the Aeternity, Superhero Wallet should
and adding the token address to your wallet. For the æternity, Superhero Wallet should
automatically show you the token.
</p>
<p>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/TermsAndConditions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const TermsAndConditions = () => {
interpreted as an investment advice.
</p>
<p>2. USERS OBLIGATIONS</p>
<p>
<div>
As a User, You agree to/declare the following:{' '}
<ul>
<li>You shall comply with the rules set within the present Terms</li>
Expand Down Expand Up @@ -118,7 +118,7 @@ const TermsAndConditions = () => {
present article or for any deviation from the declarations hereto.
</li>
</ul>
</p>
</div>
<p>3. NO WARRANTIES. NO LIABILITIES</p>{' '}
<p>
As mentioned above, the Website is only a web-based interface, which facilitates the
Expand Down
2 changes: 1 addition & 1 deletion src/services/aeternity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const connect = async (): Promise<string> => {
};

const scannerConnection = new BrowserWindowMessageConnection();
const walletDetectionTimeout = setTimeout(() => reject(new Error('Aeternity wallet not available')), 5000);
const walletDetectionTimeout = setTimeout(() => reject(new Error('æternity wallet not available')), 5000);
const stopScan = walletDetector(scannerConnection, handleWallets);
});
};
Expand Down

0 comments on commit 231caf5

Please sign in to comment.