@pancakeswap/tokens 0.6.28 → 0.6.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
 
2
- > @pancakeswap/tokens@0.6.28 build /home/runner/work/pancake-frontend/pancake-frontend/packages/tokens
2
+ > @pancakeswap/tokens@0.6.29 build /home/runner/work/pancake-frontend/pancake-frontend/packages/tokens
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: {"index":"./src/index.ts"}
@@ -10,7 +10,7 @@ CLI Target: es2020
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.js 131.70 KB
14
- CJS ⚡️ Build success in 756ms
15
13
  ESM dist/index.mjs 122.04 KB
16
- ESM ⚡️ Build success in 757ms
14
+ ESM ⚡️ Build success in 509ms
15
+ CJS dist/index.js 131.70 KB
16
+ CJS ⚡️ Build success in 790ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pancakeswap/tokens
2
2
 
3
+ ## 0.6.29
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [36f8955]
8
+ - @pancakeswap/sdk@5.8.10
9
+
3
10
  ## 0.6.28
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1146,7 +1146,7 @@ var baseTokens = {
1146
1146
  chains.ChainId.BASE,
1147
1147
  "0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71",
1148
1148
  18,
1149
- "Mog Coin",
1149
+ "Mog",
1150
1150
  "MOG",
1151
1151
  "https://mogcoin.xyz/"
1152
1152
  ),
package/dist/index.mjs CHANGED
@@ -1144,7 +1144,7 @@ var baseTokens = {
1144
1144
  ChainId.BASE,
1145
1145
  "0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71",
1146
1146
  18,
1147
- "Mog Coin",
1147
+ "Mog",
1148
1148
  "MOG",
1149
1149
  "https://mogcoin.xyz/"
1150
1150
  ),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pancakeswap/tokens",
3
3
  "license": "MIT",
4
- "version": "0.6.28",
4
+ "version": "0.6.29",
5
5
  "description": "Tokens for pancakeswap",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -9,7 +9,7 @@
9
9
  "types": "./dist/index.d.ts",
10
10
  "dependencies": {
11
11
  "@pancakeswap/chains": "0.4.6",
12
- "@pancakeswap/sdk": "5.8.9",
12
+ "@pancakeswap/sdk": "5.8.10",
13
13
  "@pancakeswap/token-lists": "0.0.14"
14
14
  },
15
15
  "devDependencies": {
@@ -163,7 +163,7 @@ export const baseTokens = {
163
163
  ChainId.BASE,
164
164
  '0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71',
165
165
  18,
166
- 'Mog Coin',
166
+ 'Mog',
167
167
  'MOG',
168
168
  'https://mogcoin.xyz/',
169
169
  ),