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