@eth-optimism/tokenlist 7.3.43 → 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/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-3a5d95eb.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.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-29T00:
|
|
44
|
+
var timestamp = "2023-04-29T00:13:15.929Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -488,6 +488,7 @@ var tokens = [
|
|
|
488
488
|
decimals: 18,
|
|
489
489
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
490
490
|
extensions: {
|
|
491
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
491
492
|
opListId: "extended",
|
|
492
493
|
opTokenId: "COLLAB"
|
|
493
494
|
}
|
|
@@ -500,6 +501,7 @@ var tokens = [
|
|
|
500
501
|
decimals: 18,
|
|
501
502
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
502
503
|
extensions: {
|
|
504
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
503
505
|
opListId: "extended",
|
|
504
506
|
opTokenId: "COLLAB"
|
|
505
507
|
}
|
|
@@ -3414,7 +3416,7 @@ var tokens = [
|
|
|
3414
3416
|
var version = {
|
|
3415
3417
|
major: 7,
|
|
3416
3418
|
minor: 3,
|
|
3417
|
-
patch:
|
|
3419
|
+
patch: 44
|
|
3418
3420
|
};
|
|
3419
3421
|
var optimism_tokenlist_default = {
|
|
3420
3422
|
name,
|