Skip to content

Commit

Permalink
feat(app): adding avax to list of chains (passportxyz#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Feb 23, 2024
1 parent 989ddef commit 76b4508
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/public/assets/avax-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions app/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ if (!TEST_MODE) {
easScanUrl: "https://linea.easscan.org",
},
});

chainConfigs.push({
id: "0xa86a",
token: "AVAX",
label: "Avalanche",
rpcUrl: "https://api.avax.network/ext/bc/C/rpc",
icon: "./assets/avax-logo.svg",
});
}

chainConfigs.push({
Expand Down

0 comments on commit 76b4508

Please sign in to comment.