@eth-optimism/tokenlist 7.3.39 → 7.3.40
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/dist/index.d.ts +1 -1
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-6419f4ca.d.ts → optimism.tokenlist-47fbb5bd.d.ts} +2 -4
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +2 -4
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +2 -4
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
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-04-
|
|
44
|
+
var timestamp = "2023-04-26T03:53:52.734Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -488,7 +488,6 @@ var tokens = [
|
|
|
488
488
|
decimals: 18,
|
|
489
489
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
490
490
|
extensions: {
|
|
491
|
-
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
492
491
|
opListId: "extended",
|
|
493
492
|
opTokenId: "COLLAB"
|
|
494
493
|
}
|
|
@@ -501,7 +500,6 @@ var tokens = [
|
|
|
501
500
|
decimals: 18,
|
|
502
501
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
503
502
|
extensions: {
|
|
504
|
-
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
505
503
|
opListId: "extended",
|
|
506
504
|
opTokenId: "COLLAB"
|
|
507
505
|
}
|
|
@@ -3338,7 +3336,7 @@ var tokens = [
|
|
|
3338
3336
|
var version = {
|
|
3339
3337
|
major: 7,
|
|
3340
3338
|
minor: 3,
|
|
3341
|
-
patch:
|
|
3339
|
+
patch: 40
|
|
3342
3340
|
};
|
|
3343
3341
|
var optimism_tokenlist_default = {
|
|
3344
3342
|
name,
|