@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
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
|
}
|
|
@@ -760,6 +758,32 @@ var tokens = [
|
|
|
760
758
|
opTokenId: "DUCK"
|
|
761
759
|
}
|
|
762
760
|
},
|
|
761
|
+
{
|
|
762
|
+
chainId: 5,
|
|
763
|
+
address: "0x3E87d4d9E69163E7590f9b39a70853cf25e5ABE3",
|
|
764
|
+
name: "Eco",
|
|
765
|
+
symbol: "ECO",
|
|
766
|
+
decimals: 18,
|
|
767
|
+
logoURI: "https://ethereum-optimism.github.io/data/ECO/logo.svg",
|
|
768
|
+
extensions: {
|
|
769
|
+
optimismBridgeAddress: "0x61EC48a41cC1E589c935975b37039c9784C3c87d",
|
|
770
|
+
opListId: "extended",
|
|
771
|
+
opTokenId: "ECO"
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
chainId: 420,
|
|
776
|
+
address: "0x5b1FBa1430959583593689DA8df4DAec5f9b234B",
|
|
777
|
+
name: "Eco",
|
|
778
|
+
symbol: "ECO",
|
|
779
|
+
decimals: 18,
|
|
780
|
+
logoURI: "https://ethereum-optimism.github.io/data/ECO/logo.svg",
|
|
781
|
+
extensions: {
|
|
782
|
+
optimismBridgeAddress: "0x41EB809380b8f009f302b7D3Ab147E8CA473Cc60",
|
|
783
|
+
opListId: "extended",
|
|
784
|
+
opTokenId: "ECO"
|
|
785
|
+
}
|
|
786
|
+
},
|
|
763
787
|
{
|
|
764
788
|
chainId: 1,
|
|
765
789
|
address: "0xc18360217d8f7ab5e7c516566761ea12ce7f9d72",
|
|
@@ -3293,7 +3317,7 @@ var tokens = [
|
|
|
3293
3317
|
var version = {
|
|
3294
3318
|
major: 7,
|
|
3295
3319
|
minor: 3,
|
|
3296
|
-
patch:
|
|
3320
|
+
patch: 40
|
|
3297
3321
|
};
|
|
3298
3322
|
var optimism_tokenlist_default = {
|
|
3299
3323
|
name,
|