@eth-optimism/tokenlist 7.3.45 → 7.3.47
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.
- package/README.md +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-ee38e526.d.ts → optimism.tokenlist-39f73cac.d.ts} +2 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +2 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +2 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ npx tsx ./bin/cli.ts validate --datadir ./data --tokens <data folder name (e.g.
|
|
|
49
49
|
```
|
|
50
50
|
### Final approval
|
|
51
51
|
|
|
52
|
-
All PRs are subject to a light-weight final approval, even if not marked as `requires manual review`. If you are adding a token to a `Base` chain (e.g. `base-goerli`) please add [@roberto-bayardo](https://github.com/roberto-bayardo) as
|
|
52
|
+
All PRs are subject to a light-weight final approval, even if not marked as `requires manual review`. If you are adding a token to a `Base` chain (e.g. `base-goerli`) please add a comment to your PR and tag [@roberto-bayardo](https://github.com/roberto-bayardo) as they are the point of contact for Base tokens.
|
|
53
53
|
|
|
54
54
|
## Adding a token to the list
|
|
55
55
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-05-
|
|
44
|
+
var timestamp = "2023-05-17T16:12:10.500Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3416,7 +3416,7 @@ var tokens = [
|
|
|
3416
3416
|
var version = {
|
|
3417
3417
|
major: 7,
|
|
3418
3418
|
minor: 3,
|
|
3419
|
-
patch:
|
|
3419
|
+
patch: 47
|
|
3420
3420
|
};
|
|
3421
3421
|
var optimism_tokenlist_default = {
|
|
3422
3422
|
name,
|