@eth-optimism/tokenlist 10.0.194 → 10.0.195
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-3b32d5e0.d.ts → optimism.tokenlist-30129166.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-12-23T21:
|
|
25
|
+
var timestamp = "2024-12-23T21:44:12.731Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3573,6 +3573,32 @@ var tokens = [
|
|
|
3573
3573
|
opTokenId: "GIV"
|
|
3574
3574
|
}
|
|
3575
3575
|
},
|
|
3576
|
+
{
|
|
3577
|
+
chainId: 1,
|
|
3578
|
+
address: "0x68E2e5c9DFF32419A108713f83274a4Fb5e194CA",
|
|
3579
|
+
name: "Glacier Network",
|
|
3580
|
+
symbol: "GLS",
|
|
3581
|
+
decimals: 18,
|
|
3582
|
+
logoURI: "https://ethereum-optimism.github.io/data/GLS/logo.svg",
|
|
3583
|
+
extensions: {
|
|
3584
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3585
|
+
opListId: "extended",
|
|
3586
|
+
opTokenId: "GLS"
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
chainId: 8453,
|
|
3591
|
+
address: "0xe898bCD00B86A3eaE43914319D2D4460230f735c",
|
|
3592
|
+
name: "Glacier Network",
|
|
3593
|
+
symbol: "GLS",
|
|
3594
|
+
decimals: 18,
|
|
3595
|
+
logoURI: "https://ethereum-optimism.github.io/data/GLS/logo.svg",
|
|
3596
|
+
extensions: {
|
|
3597
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3598
|
+
opListId: "extended",
|
|
3599
|
+
opTokenId: "GLS"
|
|
3600
|
+
}
|
|
3601
|
+
},
|
|
3576
3602
|
{
|
|
3577
3603
|
chainId: 1,
|
|
3578
3604
|
address: "0xD96e84DDBc7CbE1D73c55B6fe8c64f3a6550deea",
|
|
@@ -11131,7 +11157,7 @@ var tokens = [
|
|
|
11131
11157
|
var version = {
|
|
11132
11158
|
major: 10,
|
|
11133
11159
|
minor: 0,
|
|
11134
|
-
patch:
|
|
11160
|
+
patch: 195
|
|
11135
11161
|
};
|
|
11136
11162
|
var optimism_tokenlist_default = {
|
|
11137
11163
|
name,
|