@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.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 = "2024-05-
|
|
44
|
+
var timestamp = "2024-05-14T17:48:48.289Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3204,6 +3204,32 @@ var tokens = [
|
|
|
3204
3204
|
opTokenId: "IYKYK"
|
|
3205
3205
|
}
|
|
3206
3206
|
},
|
|
3207
|
+
{
|
|
3208
|
+
chainId: 1,
|
|
3209
|
+
address: "0x23894DC9da6c94ECb439911cAF7d337746575A72",
|
|
3210
|
+
name: "Geojam",
|
|
3211
|
+
symbol: "JAM",
|
|
3212
|
+
decimals: 18,
|
|
3213
|
+
logoURI: "https://ethereum-optimism.github.io/data/JAM/logo.svg",
|
|
3214
|
+
extensions: {
|
|
3215
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3216
|
+
opListId: "extended",
|
|
3217
|
+
opTokenId: "JAM"
|
|
3218
|
+
}
|
|
3219
|
+
},
|
|
3220
|
+
{
|
|
3221
|
+
chainId: 8453,
|
|
3222
|
+
address: "0xff9957816c813c5ad0b9881a8990df1e3aa2a057",
|
|
3223
|
+
name: "Geojam",
|
|
3224
|
+
symbol: "JAM",
|
|
3225
|
+
decimals: 18,
|
|
3226
|
+
logoURI: "https://ethereum-optimism.github.io/data/JAM/logo.svg",
|
|
3227
|
+
extensions: {
|
|
3228
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3229
|
+
opListId: "extended",
|
|
3230
|
+
opTokenId: "JAM"
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
3207
3233
|
{
|
|
3208
3234
|
chainId: 1,
|
|
3209
3235
|
address: "0x8a9c67fee641579deba04928c4bc45f66e26343a",
|
|
@@ -7338,6 +7364,32 @@ var tokens = [
|
|
|
7338
7364
|
opTokenId: "WETH"
|
|
7339
7365
|
}
|
|
7340
7366
|
},
|
|
7367
|
+
{
|
|
7368
|
+
chainId: 1,
|
|
7369
|
+
address: "0x7c8E7A5CA7c6EdCEc00B6bF12DA207AEe4Af5513",
|
|
7370
|
+
name: "Wrapped HOGE",
|
|
7371
|
+
symbol: "wHOGE",
|
|
7372
|
+
decimals: 9,
|
|
7373
|
+
logoURI: "https://ethereum-optimism.github.io/data/wHOGE/logo.svg",
|
|
7374
|
+
extensions: {
|
|
7375
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
7376
|
+
opListId: "extended",
|
|
7377
|
+
opTokenId: "wHOGE"
|
|
7378
|
+
}
|
|
7379
|
+
},
|
|
7380
|
+
{
|
|
7381
|
+
chainId: 8453,
|
|
7382
|
+
address: "0xDf690C65d067035364a58369C26820D3696D7799",
|
|
7383
|
+
name: "Wrapped HOGE",
|
|
7384
|
+
symbol: "wHOGE",
|
|
7385
|
+
decimals: 9,
|
|
7386
|
+
logoURI: "https://ethereum-optimism.github.io/data/wHOGE/logo.svg",
|
|
7387
|
+
extensions: {
|
|
7388
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
7389
|
+
opListId: "extended",
|
|
7390
|
+
opTokenId: "wHOGE"
|
|
7391
|
+
}
|
|
7392
|
+
},
|
|
7341
7393
|
{
|
|
7342
7394
|
chainId: 1,
|
|
7343
7395
|
address: "0x163f8C2467924be0ae7B5347228CABF260318753",
|
|
@@ -7878,7 +7930,7 @@ var tokens = [
|
|
|
7878
7930
|
var version = {
|
|
7879
7931
|
major: 10,
|
|
7880
7932
|
minor: 0,
|
|
7881
|
-
patch:
|
|
7933
|
+
patch: 61
|
|
7882
7934
|
};
|
|
7883
7935
|
var optimism_tokenlist_default = {
|
|
7884
7936
|
name,
|