Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sonln99 committed Jun 21, 2024
2 parents 9612d1b + 7c39a63 commit 7f15e0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/common/aura-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ import { defineChain, zeroAddress } from "viem";
// })
export const aura = /*#__PURE__*/ defineChain({
id: 6322,
name: "Aura EVM",
name: "Aura Mainnet",
nativeCurrency: {
decimals: 18,
name: "aura",
symbol: "aura",
name: "Aura",
symbol: "AURA",
},
rpcUrls: {
default: {
Expand All @@ -104,16 +104,16 @@ export const aura = /*#__PURE__*/ defineChain({
},
blockExplorers: {
default: {
name: "Aura EVM Block Explorer",
name: "Aura Mainnet Block Explorer",
url: "https://aurascan.io",
},
},
paymentTokens: [
{
chainId: 6322,
address: zeroAddress,
symbol: "aura",
name: "aura",
symbol: "AURA",
name: "Aura",
decimals: 18,
},
],
Expand Down

0 comments on commit 7f15e0f

Please sign in to comment.