@eth-optimism/tokenlist 7.3.38 → 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 +28 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-fb9224ce.d.ts → optimism.tokenlist-47fbb5bd.d.ts} +28 -4
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -4
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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
|
}
|
|
@@ -744,6 +742,32 @@ var tokens = [
|
|
|
744
742
|
opTokenId: "DUCK"
|
|
745
743
|
}
|
|
746
744
|
},
|
|
745
|
+
{
|
|
746
|
+
chainId: 5,
|
|
747
|
+
address: "0x3E87d4d9E69163E7590f9b39a70853cf25e5ABE3",
|
|
748
|
+
name: "Eco",
|
|
749
|
+
symbol: "ECO",
|
|
750
|
+
decimals: 18,
|
|
751
|
+
logoURI: "https://ethereum-optimism.github.io/data/ECO/logo.svg",
|
|
752
|
+
extensions: {
|
|
753
|
+
optimismBridgeAddress: "0x61EC48a41cC1E589c935975b37039c9784C3c87d",
|
|
754
|
+
opListId: "extended",
|
|
755
|
+
opTokenId: "ECO"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
chainId: 420,
|
|
760
|
+
address: "0x5b1FBa1430959583593689DA8df4DAec5f9b234B",
|
|
761
|
+
name: "Eco",
|
|
762
|
+
symbol: "ECO",
|
|
763
|
+
decimals: 18,
|
|
764
|
+
logoURI: "https://ethereum-optimism.github.io/data/ECO/logo.svg",
|
|
765
|
+
extensions: {
|
|
766
|
+
optimismBridgeAddress: "0x41EB809380b8f009f302b7D3Ab147E8CA473Cc60",
|
|
767
|
+
opListId: "extended",
|
|
768
|
+
opTokenId: "ECO"
|
|
769
|
+
}
|
|
770
|
+
},
|
|
747
771
|
{
|
|
748
772
|
chainId: 1,
|
|
749
773
|
address: "0xc18360217d8f7ab5e7c516566761ea12ce7f9d72",
|
|
@@ -3277,7 +3301,7 @@ var tokens = [
|
|
|
3277
3301
|
var version = {
|
|
3278
3302
|
major: 7,
|
|
3279
3303
|
minor: 3,
|
|
3280
|
-
patch:
|
|
3304
|
+
patch: 40
|
|
3281
3305
|
};
|
|
3282
3306
|
var optimism_tokenlist_default = {
|
|
3283
3307
|
name,
|