@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.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-12-23T21:
|
|
44
|
+
var timestamp = "2024-12-23T21:44:12.731Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3592,6 +3592,32 @@ var tokens = [
|
|
|
3592
3592
|
opTokenId: "GIV"
|
|
3593
3593
|
}
|
|
3594
3594
|
},
|
|
3595
|
+
{
|
|
3596
|
+
chainId: 1,
|
|
3597
|
+
address: "0x68E2e5c9DFF32419A108713f83274a4Fb5e194CA",
|
|
3598
|
+
name: "Glacier Network",
|
|
3599
|
+
symbol: "GLS",
|
|
3600
|
+
decimals: 18,
|
|
3601
|
+
logoURI: "https://ethereum-optimism.github.io/data/GLS/logo.svg",
|
|
3602
|
+
extensions: {
|
|
3603
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3604
|
+
opListId: "extended",
|
|
3605
|
+
opTokenId: "GLS"
|
|
3606
|
+
}
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
chainId: 8453,
|
|
3610
|
+
address: "0xe898bCD00B86A3eaE43914319D2D4460230f735c",
|
|
3611
|
+
name: "Glacier Network",
|
|
3612
|
+
symbol: "GLS",
|
|
3613
|
+
decimals: 18,
|
|
3614
|
+
logoURI: "https://ethereum-optimism.github.io/data/GLS/logo.svg",
|
|
3615
|
+
extensions: {
|
|
3616
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3617
|
+
opListId: "extended",
|
|
3618
|
+
opTokenId: "GLS"
|
|
3619
|
+
}
|
|
3620
|
+
},
|
|
3595
3621
|
{
|
|
3596
3622
|
chainId: 1,
|
|
3597
3623
|
address: "0xD96e84DDBc7CbE1D73c55B6fe8c64f3a6550deea",
|
|
@@ -11150,7 +11176,7 @@ var tokens = [
|
|
|
11150
11176
|
var version = {
|
|
11151
11177
|
major: 10,
|
|
11152
11178
|
minor: 0,
|
|
11153
|
-
patch:
|
|
11179
|
+
patch: 195
|
|
11154
11180
|
};
|
|
11155
11181
|
var optimism_tokenlist_default = {
|
|
11156
11182
|
name,
|