@exodus/optimism-meta
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -23,11 +23,11 @@ "use strict"; | ||
const baseAssetName = name; | ||
const primaryColor = '#FF0420'; | ||
const gradientColors = ['#FF0420', '#A10013']; | ||
const primaryColor = '#8C93AF'; | ||
const gradientColors = ['#474A73', '#8C93AF']; | ||
const gradientCoords = { | ||
x1: '19.031%', | ||
y1: '-66.682%', | ||
x2: '123.324%', | ||
y2: '91.487%' | ||
x1: '17.71%', | ||
y1: '-46.968%', | ||
x2: '98.837%', | ||
y2: '152.777%' | ||
}; | ||
const chainBadgeColors = gradientColors; | ||
const chainBadgeColors = ['#FF0420', '#A10013']; | ||
const gasLimit = 21e3; // enough to send ETH to a normal address | ||
@@ -34,0 +34,0 @@ |
{ | ||
"name": "@exodus/optimism-meta", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Ethereum (Optimism) constants, icons, colors and other metadata", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "9915298ff4b3178e24919f1df39a4e5811358dfb" | ||
"gitHead": "c7c8b7d8cf706f33f806f8470db9b1ab7da5ec77" | ||
} |
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
20223