@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-11-
|
|
25
|
+
var timestamp = "2024-11-29T05:03:44.207Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3507,6 +3507,32 @@ var tokens = [
|
|
|
3507
3507
|
opTokenId: "GTC"
|
|
3508
3508
|
}
|
|
3509
3509
|
},
|
|
3510
|
+
{
|
|
3511
|
+
chainId: 1,
|
|
3512
|
+
address: "0x525574C899A7c877a11865339e57376092168258",
|
|
3513
|
+
name: "GURU Token",
|
|
3514
|
+
symbol: "GURU",
|
|
3515
|
+
decimals: 18,
|
|
3516
|
+
logoURI: "https://ethereum-optimism.github.io/data/GURU/logo.svg",
|
|
3517
|
+
extensions: {
|
|
3518
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3519
|
+
opListId: "extended",
|
|
3520
|
+
opTokenId: "GURU"
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
chainId: 8453,
|
|
3525
|
+
address: "0x0f1cFD0Bb452DB90a3bFC0848349463010419AB2",
|
|
3526
|
+
name: "GURU Token",
|
|
3527
|
+
symbol: "GURU",
|
|
3528
|
+
decimals: 18,
|
|
3529
|
+
logoURI: "https://ethereum-optimism.github.io/data/GURU/logo.svg",
|
|
3530
|
+
extensions: {
|
|
3531
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3532
|
+
opListId: "extended",
|
|
3533
|
+
opTokenId: "GURU"
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3510
3536
|
{
|
|
3511
3537
|
chainId: 1,
|
|
3512
3538
|
address: "0xC08512927D12348F6620a698105e1BAac6EcD911",
|
|
@@ -10453,7 +10479,7 @@ var tokens = [
|
|
|
10453
10479
|
var version = {
|
|
10454
10480
|
major: 10,
|
|
10455
10481
|
minor: 0,
|
|
10456
|
-
patch:
|
|
10482
|
+
patch: 172
|
|
10457
10483
|
};
|
|
10458
10484
|
var optimism_tokenlist_default = {
|
|
10459
10485
|
name,
|