@eth-optimism/tokenlist 7.3.42 → 7.3.44
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 +3 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-71b764c0.d.ts → optimism.tokenlist-1750ec3f.d.ts} +4 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +4 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +4 -2
- 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-29T00:13:15.929Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -469,6 +469,7 @@ var tokens = [
|
|
|
469
469
|
decimals: 18,
|
|
470
470
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
471
471
|
extensions: {
|
|
472
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
472
473
|
opListId: "extended",
|
|
473
474
|
opTokenId: "COLLAB"
|
|
474
475
|
}
|
|
@@ -481,6 +482,7 @@ var tokens = [
|
|
|
481
482
|
decimals: 18,
|
|
482
483
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
483
484
|
extensions: {
|
|
485
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
484
486
|
opListId: "extended",
|
|
485
487
|
opTokenId: "COLLAB"
|
|
486
488
|
}
|
|
@@ -3395,7 +3397,7 @@ var tokens = [
|
|
|
3395
3397
|
var version = {
|
|
3396
3398
|
major: 7,
|
|
3397
3399
|
minor: 3,
|
|
3398
|
-
patch:
|
|
3400
|
+
patch: 44
|
|
3399
3401
|
};
|
|
3400
3402
|
var optimism_tokenlist_default = {
|
|
3401
3403
|
name,
|