Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-git committed Oct 31, 2023
1 parent e983952 commit 5afa876
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions constants/configs/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ const configs = {
},
aurora: {
poolsBaseUrlOld: 'https://aurora.curve.fi/',
poolsBaseUrl: 'https://curve.fi/#/aurora/pools',
poolsBaseUrl: 'https://curve.fi/#/aurora/pools/',
shortId: 'aur',
nativeCurrencySymbol: 'AURORA',
chainId: 1313161555,
Expand Down Expand Up @@ -367,7 +367,7 @@ const configs = {
},
moonbeam: {
poolsBaseUrlOld: 'https://moonbeam.curve.fi/',
poolsBaseUrl: 'https://curve.fi/#/moonbeam/pools',
poolsBaseUrl: 'https://curve.fi/#/moonbeam/pools/',
shortId: 'moon',
nativeCurrencySymbol: 'GLMR',
chainId: 1284,
Expand Down Expand Up @@ -399,7 +399,7 @@ const configs = {
},
kava: {
poolsBaseUrlOld: 'https://kava.curve.fi/',
poolsBaseUrl: 'https://curve.fi/#/kava/pools',
poolsBaseUrl: 'https://curve.fi/#/kava/pools/',
shortId: 'kava',
nativeCurrencySymbol: 'KAVA',
chainId: 2222,
Expand Down Expand Up @@ -432,7 +432,7 @@ const configs = {
celo: {
hasNoMainRegistry: true, // No main registry deployed nor address provider
poolsBaseUrlOld: 'https://celo.curve.fi/',
poolsBaseUrl: 'https://curve.fi/#/celo/pools',
poolsBaseUrl: 'https://curve.fi/#/celo/pools/',
shortId: 'celo',
nativeCurrencySymbol: 'CELO',
chainId: 42220,
Expand Down Expand Up @@ -531,7 +531,7 @@ const configs = {
base: {
hasNoMainRegistry: true, // No main registry deployed nor address provider
poolsBaseUrlOld: null,
poolsBaseUrl: 'https://curve.fi/#/base/pools',
poolsBaseUrl: 'https://curve.fi/#/base/pools/',
shortId: 'base',
nativeCurrencySymbol: 'ETH',
chainId: 8453,
Expand Down

1 comment on commit 5afa876

@vercel
Copy link

@vercel vercel bot commented on 5afa876 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.