Skip to content

Commit

Permalink
Merge pull request #86 from shamaevnn/bug/incorrect_crossChainContrac…
Browse files Browse the repository at this point in the history
…tsData

fix incorrect blockchain name for aurora
  • Loading branch information
ottebrut authored Jun 21, 2022
2 parents 8394d82 + b21196b commit 0d44c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/blockchain/constants/blockchains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const blockchains: ReadonlyArray<Blockchain> = [
id: 1313161554,
name: BLOCKCHAIN_NAME.AURORA,
nativeCoin: new Token({
blockchain: BLOCKCHAIN_NAME.ARBITRUM,
blockchain: BLOCKCHAIN_NAME.AURORA,
address: NATIVE_TOKEN_ADDRESS,
name: 'aETH',
symbol: 'aETH',
Expand Down

0 comments on commit 0d44c62

Please sign in to comment.