@eth-optimism/tokenlist 8.3.97 → 8.3.98
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-754e8a53.d.ts → optimism.tokenlist-da7c4764.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -2
- 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-07-26T19:
|
|
25
|
+
var timestamp = "2023-07-26T19:58:10.442Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -596,6 +596,20 @@ var tokens = [
|
|
|
596
596
|
decimals: 18,
|
|
597
597
|
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
598
598
|
extensions: {
|
|
599
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
600
|
+
opListId: "extended",
|
|
601
|
+
opTokenId: "COMP"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
chainId: 8543,
|
|
606
|
+
address: "0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
|
|
607
|
+
name: "Compound",
|
|
608
|
+
symbol: "COMP",
|
|
609
|
+
decimals: 18,
|
|
610
|
+
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
611
|
+
extensions: {
|
|
612
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
599
613
|
opListId: "extended",
|
|
600
614
|
opTokenId: "COMP"
|
|
601
615
|
}
|
|
@@ -4186,7 +4200,7 @@ var tokens = [
|
|
|
4186
4200
|
var version = {
|
|
4187
4201
|
major: 8,
|
|
4188
4202
|
minor: 3,
|
|
4189
|
-
patch:
|
|
4203
|
+
patch: 98
|
|
4190
4204
|
};
|
|
4191
4205
|
var optimism_tokenlist_default = {
|
|
4192
4206
|
name,
|