Skip to content

Commit

Permalink
Add Audius token
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Oct 11, 2024
1 parent 1059d4e commit 6cecbbd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@ export const ENV: Env = {
Base: "0x9e325590933809B3b79B9C892f07D5A89d322542",
Celo: "0xfA9f0D9b7E903970e16f65BD648ddD282E2772a1",
},
AUDIUS: {
Solana: "9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM",
},
},
tokensConfig: {
$WIF: {
Expand Down Expand Up @@ -1087,6 +1090,19 @@ export const ENV: Env = {
coinGeckoId: "layer3",
decimals: 9,
},
AUDIUS: {
key: "AUDIUS",
symbol: "AUDIO",
displayName: "Audius",
nativeChain: "Ethereum",
tokenId: {
chain: "Ethereum",
address: "0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998",
},
icon: "https://assets.coingecko.com/coins/images/37768/standard/Square.png?1722045128",
coinGeckoId: "audius",
decimals: 18,
},
},
}
),
Expand Down

0 comments on commit 6cecbbd

Please sign in to comment.