@eth-optimism/tokenlist 10.0.60 → 10.0.61
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-7becf6c5.d.ts → optimism.tokenlist-705f5ffb.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
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-05-14T17:
|
|
25
|
+
var timestamp = "2024-05-14T17:48:48.289Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -7345,6 +7345,32 @@ var tokens = [
|
|
|
7345
7345
|
opTokenId: "WETH"
|
|
7346
7346
|
}
|
|
7347
7347
|
},
|
|
7348
|
+
{
|
|
7349
|
+
chainId: 1,
|
|
7350
|
+
address: "0x7c8E7A5CA7c6EdCEc00B6bF12DA207AEe4Af5513",
|
|
7351
|
+
name: "Wrapped HOGE",
|
|
7352
|
+
symbol: "wHOGE",
|
|
7353
|
+
decimals: 9,
|
|
7354
|
+
logoURI: "https://ethereum-optimism.github.io/data/wHOGE/logo.svg",
|
|
7355
|
+
extensions: {
|
|
7356
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
7357
|
+
opListId: "extended",
|
|
7358
|
+
opTokenId: "wHOGE"
|
|
7359
|
+
}
|
|
7360
|
+
},
|
|
7361
|
+
{
|
|
7362
|
+
chainId: 8453,
|
|
7363
|
+
address: "0xDf690C65d067035364a58369C26820D3696D7799",
|
|
7364
|
+
name: "Wrapped HOGE",
|
|
7365
|
+
symbol: "wHOGE",
|
|
7366
|
+
decimals: 9,
|
|
7367
|
+
logoURI: "https://ethereum-optimism.github.io/data/wHOGE/logo.svg",
|
|
7368
|
+
extensions: {
|
|
7369
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
7370
|
+
opListId: "extended",
|
|
7371
|
+
opTokenId: "wHOGE"
|
|
7372
|
+
}
|
|
7373
|
+
},
|
|
7348
7374
|
{
|
|
7349
7375
|
chainId: 1,
|
|
7350
7376
|
address: "0x163f8C2467924be0ae7B5347228CABF260318753",
|
|
@@ -7885,7 +7911,7 @@ var tokens = [
|
|
|
7885
7911
|
var version = {
|
|
7886
7912
|
major: 10,
|
|
7887
7913
|
minor: 0,
|
|
7888
|
-
patch:
|
|
7914
|
+
patch: 61
|
|
7889
7915
|
};
|
|
7890
7916
|
var optimism_tokenlist_default = {
|
|
7891
7917
|
name,
|