@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-07-26T19:
|
|
9
|
+
var timestamp = "2023-07-26T19:58:10.442Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -580,6 +580,20 @@ var tokens = [
|
|
|
580
580
|
decimals: 18,
|
|
581
581
|
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
582
582
|
extensions: {
|
|
583
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
584
|
+
opListId: "extended",
|
|
585
|
+
opTokenId: "COMP"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
chainId: 8543,
|
|
590
|
+
address: "0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
|
|
591
|
+
name: "Compound",
|
|
592
|
+
symbol: "COMP",
|
|
593
|
+
decimals: 18,
|
|
594
|
+
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
595
|
+
extensions: {
|
|
596
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
583
597
|
opListId: "extended",
|
|
584
598
|
opTokenId: "COMP"
|
|
585
599
|
}
|
|
@@ -4170,7 +4184,7 @@ var tokens = [
|
|
|
4170
4184
|
var version = {
|
|
4171
4185
|
major: 8,
|
|
4172
4186
|
minor: 3,
|
|
4173
|
-
patch:
|
|
4187
|
+
patch: 98
|
|
4174
4188
|
};
|
|
4175
4189
|
var optimism_tokenlist_default = {
|
|
4176
4190
|
name,
|