@eth-optimism/tokenlist 7.3.57 → 7.3.58
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 +2 -0
- 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-5ca798d1.d.ts → optimism.tokenlist-dbf5cefa.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
|
@@ -180,3 +180,5 @@ Your pull request will be validated by a series of automated checks. If one of t
|
|
|
180
180
|
### Wait for the token list to update automatically
|
|
181
181
|
|
|
182
182
|
Once your PR is merged, the token list will update automatically to include your token. Please do NOT update the token list (`optimism.tokenlist.json`) directly. All token list updates will be handled automatically when PRs are merged into the `master` branch.
|
|
183
|
+
|
|
184
|
+
Note that [the bridge UI](https://app.optimism.io/bridge/deposit) is updated approximately once every work day, so it might take a day (or three in the case of an update on Friday) until your token is available there.
|
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-31T23:48:22.704Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3639,7 +3639,7 @@ var tokens = [
|
|
|
3639
3639
|
var version = {
|
|
3640
3640
|
major: 7,
|
|
3641
3641
|
minor: 3,
|
|
3642
|
-
patch:
|
|
3642
|
+
patch: 58
|
|
3643
3643
|
};
|
|
3644
3644
|
var optimism_tokenlist_default = {
|
|
3645
3645
|
name,
|