@dahlia-labs/celo-tokens
Advanced tools
Comparing version 0.5.4 to 0.5.6
{ | ||
"name": "@dahlia-labs/celo-tokens", | ||
"description": "Common token list for Celo.", | ||
"version": "0.5.4", | ||
"version": "0.5.6", | ||
"repository": { | ||
@@ -57,3 +57,3 @@ "type": "git", | ||
"homepage": "https://github.com/DahliaLabs/dahlia-common#readme", | ||
"gitHead": "ae24942ba7fb8041d6aec796344f343612f44966" | ||
} | ||
"gitHead": "f41418de24916ae96753da2fba3fff2d404c178e" | ||
} |
@@ -226,2 +226,15 @@ import { ChainId } from "@dahlia-labs/celo-contrib"; | ||
export const USDCet = makeTokens( | ||
{ | ||
[ChainId.Mainnet]: "0x37f750B7cC259A2f741AF45294f6a16572CF5cAd", | ||
[ChainId.Alfajores]: "0x37f750B7cC259A2f741AF45294f6a16572CF5cAd", | ||
[ChainId.Baklava]: "0x37f750B7cC259A2f741AF45294f6a16572CF5cAd", | ||
}, | ||
6, | ||
"USDCet", | ||
"USDCet (Portal from Ethereum)", | ||
"https://bit.ly/3CwGimW", | ||
{ coingeckoId: "usd-coin" } | ||
); | ||
export const DAI = makeTokens( | ||
@@ -228,0 +241,0 @@ { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5381953
1235