@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-04-
|
|
9
|
+
var timestamp = "2023-04-26T03:53:52.734Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -453,7 +453,6 @@ var tokens = [
|
|
|
453
453
|
decimals: 18,
|
|
454
454
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
455
455
|
extensions: {
|
|
456
|
-
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
457
456
|
opListId: "extended",
|
|
458
457
|
opTokenId: "COLLAB"
|
|
459
458
|
}
|
|
@@ -466,7 +465,6 @@ var tokens = [
|
|
|
466
465
|
decimals: 18,
|
|
467
466
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
468
467
|
extensions: {
|
|
469
|
-
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
470
468
|
opListId: "extended",
|
|
471
469
|
opTokenId: "COLLAB"
|
|
472
470
|
}
|
|
@@ -3303,7 +3301,7 @@ var tokens = [
|
|
|
3303
3301
|
var version = {
|
|
3304
3302
|
major: 7,
|
|
3305
3303
|
minor: 3,
|
|
3306
|
-
patch:
|
|
3304
|
+
patch: 40
|
|
3307
3305
|
};
|
|
3308
3306
|
var optimism_tokenlist_default = {
|
|
3309
3307
|
name,
|