@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-05-14T17:
|
|
9
|
+
var timestamp = "2024-05-14T17:48:48.289Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -7329,6 +7329,32 @@ var tokens = [
|
|
|
7329
7329
|
opTokenId: "WETH"
|
|
7330
7330
|
}
|
|
7331
7331
|
},
|
|
7332
|
+
{
|
|
7333
|
+
chainId: 1,
|
|
7334
|
+
address: "0x7c8E7A5CA7c6EdCEc00B6bF12DA207AEe4Af5513",
|
|
7335
|
+
name: "Wrapped HOGE",
|
|
7336
|
+
symbol: "wHOGE",
|
|
7337
|
+
decimals: 9,
|
|
7338
|
+
logoURI: "https://ethereum-optimism.github.io/data/wHOGE/logo.svg",
|
|
7339
|
+
extensions: {
|
|
7340
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
7341
|
+
opListId: "extended",
|
|
7342
|
+
opTokenId: "wHOGE"
|
|
7343
|
+
}
|
|
7344
|
+
},
|
|
7345
|
+
{
|
|
7346
|
+
chainId: 8453,
|
|
7347
|
+
address: "0xDf690C65d067035364a58369C26820D3696D7799",
|
|
7348
|
+
name: "Wrapped HOGE",
|
|
7349
|
+
symbol: "wHOGE",
|
|
7350
|
+
decimals: 9,
|
|
7351
|
+
logoURI: "https://ethereum-optimism.github.io/data/wHOGE/logo.svg",
|
|
7352
|
+
extensions: {
|
|
7353
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
7354
|
+
opListId: "extended",
|
|
7355
|
+
opTokenId: "wHOGE"
|
|
7356
|
+
}
|
|
7357
|
+
},
|
|
7332
7358
|
{
|
|
7333
7359
|
chainId: 1,
|
|
7334
7360
|
address: "0x163f8C2467924be0ae7B5347228CABF260318753",
|
|
@@ -7869,7 +7895,7 @@ var tokens = [
|
|
|
7869
7895
|
var version = {
|
|
7870
7896
|
major: 10,
|
|
7871
7897
|
minor: 0,
|
|
7872
|
-
patch:
|
|
7898
|
+
patch: 61
|
|
7873
7899
|
};
|
|
7874
7900
|
var optimism_tokenlist_default = {
|
|
7875
7901
|
name,
|