@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-04-
|
|
25
|
+
var timestamp = "2023-04-26T03:53:52.734Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -469,7 +469,6 @@ var tokens = [
|
|
|
469
469
|
decimals: 18,
|
|
470
470
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
471
471
|
extensions: {
|
|
472
|
-
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
473
472
|
opListId: "extended",
|
|
474
473
|
opTokenId: "COLLAB"
|
|
475
474
|
}
|
|
@@ -482,7 +481,6 @@ var tokens = [
|
|
|
482
481
|
decimals: 18,
|
|
483
482
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
484
483
|
extensions: {
|
|
485
|
-
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
486
484
|
opListId: "extended",
|
|
487
485
|
opTokenId: "COLLAB"
|
|
488
486
|
}
|
|
@@ -3319,7 +3317,7 @@ var tokens = [
|
|
|
3319
3317
|
var version = {
|
|
3320
3318
|
major: 7,
|
|
3321
3319
|
minor: 3,
|
|
3322
|
-
patch:
|
|
3320
|
+
patch: 40
|
|
3323
3321
|
};
|
|
3324
3322
|
var optimism_tokenlist_default = {
|
|
3325
3323
|
name,
|