@eth-optimism/tokenlist 10.0.59 → 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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-3c775d3d.d.ts → optimism.tokenlist-705f5ffb.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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-
|
|
25
|
+
var timestamp = "2024-05-14T17:48:48.289Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3185,6 +3185,32 @@ var tokens = [
|
|
|
3185
3185
|
opTokenId: "IYKYK"
|
|
3186
3186
|
}
|
|
3187
3187
|
},
|
|
3188
|
+
{
|
|
3189
|
+
chainId: 1,
|
|
3190
|
+
address: "0x23894DC9da6c94ECb439911cAF7d337746575A72",
|
|
3191
|
+
name: "Geojam",
|
|
3192
|
+
symbol: "JAM",
|
|
3193
|
+
decimals: 18,
|
|
3194
|
+
logoURI: "https://ethereum-optimism.github.io/data/JAM/logo.svg",
|
|
3195
|
+
extensions: {
|
|
3196
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3197
|
+
opListId: "extended",
|
|
3198
|
+
opTokenId: "JAM"
|
|
3199
|
+
}
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
chainId: 8453,
|
|
3203
|
+
address: "0xff9957816c813c5ad0b9881a8990df1e3aa2a057",
|
|
3204
|
+
name: "Geojam",
|
|
3205
|
+
symbol: "JAM",
|
|
3206
|
+
decimals: 18,
|
|
3207
|
+
logoURI: "https://ethereum-optimism.github.io/data/JAM/logo.svg",
|
|
3208
|
+
extensions: {
|
|
3209
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3210
|
+
opListId: "extended",
|
|
3211
|
+
opTokenId: "JAM"
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
3188
3214
|
{
|
|
3189
3215
|
chainId: 1,
|
|
3190
3216
|
address: "0x8a9c67fee641579deba04928c4bc45f66e26343a",
|
|
@@ -7319,6 +7345,32 @@ var tokens = [
|
|
|
7319
7345
|
opTokenId: "WETH"
|
|
7320
7346
|
}
|
|
7321
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
|
+
},
|
|
7322
7374
|
{
|
|
7323
7375
|
chainId: 1,
|
|
7324
7376
|
address: "0x163f8C2467924be0ae7B5347228CABF260318753",
|
|
@@ -7859,7 +7911,7 @@ var tokens = [
|
|
|
7859
7911
|
var version = {
|
|
7860
7912
|
major: 10,
|
|
7861
7913
|
minor: 0,
|
|
7862
|
-
patch:
|
|
7914
|
+
patch: 61
|
|
7863
7915
|
};
|
|
7864
7916
|
var optimism_tokenlist_default = {
|
|
7865
7917
|
name,
|