@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.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-07-26T19:
|
|
44
|
+
var timestamp = "2023-07-26T19:58:10.442Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -615,6 +615,20 @@ var tokens = [
|
|
|
615
615
|
decimals: 18,
|
|
616
616
|
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
617
617
|
extensions: {
|
|
618
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
619
|
+
opListId: "extended",
|
|
620
|
+
opTokenId: "COMP"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
chainId: 8543,
|
|
625
|
+
address: "0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
|
|
626
|
+
name: "Compound",
|
|
627
|
+
symbol: "COMP",
|
|
628
|
+
decimals: 18,
|
|
629
|
+
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
630
|
+
extensions: {
|
|
631
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
618
632
|
opListId: "extended",
|
|
619
633
|
opTokenId: "COMP"
|
|
620
634
|
}
|
|
@@ -4205,7 +4219,7 @@ var tokens = [
|
|
|
4205
4219
|
var version = {
|
|
4206
4220
|
major: 8,
|
|
4207
4221
|
minor: 3,
|
|
4208
|
-
patch:
|
|
4222
|
+
patch: 98
|
|
4209
4223
|
};
|
|
4210
4224
|
var optimism_tokenlist_default = {
|
|
4211
4225
|
name,
|