@eth-optimism/tokenlist 10.0.171 → 10.0.172
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-48033ad0.d.ts → optimism.tokenlist-dcd8393c.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-11-
|
|
44
|
+
var timestamp = "2024-11-29T05:03:44.207Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3526,6 +3526,32 @@ var tokens = [
|
|
|
3526
3526
|
opTokenId: "GTC"
|
|
3527
3527
|
}
|
|
3528
3528
|
},
|
|
3529
|
+
{
|
|
3530
|
+
chainId: 1,
|
|
3531
|
+
address: "0x525574C899A7c877a11865339e57376092168258",
|
|
3532
|
+
name: "GURU Token",
|
|
3533
|
+
symbol: "GURU",
|
|
3534
|
+
decimals: 18,
|
|
3535
|
+
logoURI: "https://ethereum-optimism.github.io/data/GURU/logo.svg",
|
|
3536
|
+
extensions: {
|
|
3537
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3538
|
+
opListId: "extended",
|
|
3539
|
+
opTokenId: "GURU"
|
|
3540
|
+
}
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
chainId: 8453,
|
|
3544
|
+
address: "0x0f1cFD0Bb452DB90a3bFC0848349463010419AB2",
|
|
3545
|
+
name: "GURU Token",
|
|
3546
|
+
symbol: "GURU",
|
|
3547
|
+
decimals: 18,
|
|
3548
|
+
logoURI: "https://ethereum-optimism.github.io/data/GURU/logo.svg",
|
|
3549
|
+
extensions: {
|
|
3550
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3551
|
+
opListId: "extended",
|
|
3552
|
+
opTokenId: "GURU"
|
|
3553
|
+
}
|
|
3554
|
+
},
|
|
3529
3555
|
{
|
|
3530
3556
|
chainId: 1,
|
|
3531
3557
|
address: "0xC08512927D12348F6620a698105e1BAac6EcD911",
|
|
@@ -10472,7 +10498,7 @@ var tokens = [
|
|
|
10472
10498
|
var version = {
|
|
10473
10499
|
major: 10,
|
|
10474
10500
|
minor: 0,
|
|
10475
|
-
patch:
|
|
10501
|
+
patch: 172
|
|
10476
10502
|
};
|
|
10477
10503
|
var optimism_tokenlist_default = {
|
|
10478
10504
|
name,
|