@eth-optimism/tokenlist 10.0.170 → 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 +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-2171b537.d.ts → optimism.tokenlist-dcd8393c.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-11-
|
|
9
|
+
var timestamp = "2024-11-29T05:03:44.207Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -614,6 +614,32 @@ var tokens = [
|
|
|
614
614
|
opTokenId: "auraBAL"
|
|
615
615
|
}
|
|
616
616
|
},
|
|
617
|
+
{
|
|
618
|
+
chainId: 1,
|
|
619
|
+
address: "0xF5a893Cc9b09c46FDAeCE4301Abc88C5c9C926C2",
|
|
620
|
+
name: "Animalverse Club",
|
|
621
|
+
symbol: "AVC",
|
|
622
|
+
decimals: 18,
|
|
623
|
+
logoURI: "https://ethereum-optimism.github.io/data/AVC/logo.png",
|
|
624
|
+
extensions: {
|
|
625
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
626
|
+
opListId: "extended",
|
|
627
|
+
opTokenId: "AVC"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
chainId: 8453,
|
|
632
|
+
address: "0xaCB1c6492a3d7CB8F38F04496381902ba55Ed3C5",
|
|
633
|
+
name: "Animalverse Club",
|
|
634
|
+
symbol: "AVC",
|
|
635
|
+
decimals: 18,
|
|
636
|
+
logoURI: "https://ethereum-optimism.github.io/data/AVC/logo.png",
|
|
637
|
+
extensions: {
|
|
638
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
639
|
+
opListId: "extended",
|
|
640
|
+
opTokenId: "AVC"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
617
643
|
{
|
|
618
644
|
chainId: 1,
|
|
619
645
|
address: "0xDd66781D0E9a08D4FBb5eC7BAc80B691BE27F21D",
|
|
@@ -3465,6 +3491,32 @@ var tokens = [
|
|
|
3465
3491
|
opTokenId: "GTC"
|
|
3466
3492
|
}
|
|
3467
3493
|
},
|
|
3494
|
+
{
|
|
3495
|
+
chainId: 1,
|
|
3496
|
+
address: "0x525574C899A7c877a11865339e57376092168258",
|
|
3497
|
+
name: "GURU Token",
|
|
3498
|
+
symbol: "GURU",
|
|
3499
|
+
decimals: 18,
|
|
3500
|
+
logoURI: "https://ethereum-optimism.github.io/data/GURU/logo.svg",
|
|
3501
|
+
extensions: {
|
|
3502
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3503
|
+
opListId: "extended",
|
|
3504
|
+
opTokenId: "GURU"
|
|
3505
|
+
}
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
chainId: 8453,
|
|
3509
|
+
address: "0x0f1cFD0Bb452DB90a3bFC0848349463010419AB2",
|
|
3510
|
+
name: "GURU Token",
|
|
3511
|
+
symbol: "GURU",
|
|
3512
|
+
decimals: 18,
|
|
3513
|
+
logoURI: "https://ethereum-optimism.github.io/data/GURU/logo.svg",
|
|
3514
|
+
extensions: {
|
|
3515
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3516
|
+
opListId: "extended",
|
|
3517
|
+
opTokenId: "GURU"
|
|
3518
|
+
}
|
|
3519
|
+
},
|
|
3468
3520
|
{
|
|
3469
3521
|
chainId: 1,
|
|
3470
3522
|
address: "0xC08512927D12348F6620a698105e1BAac6EcD911",
|
|
@@ -10411,7 +10463,7 @@ var tokens = [
|
|
|
10411
10463
|
var version = {
|
|
10412
10464
|
major: 10,
|
|
10413
10465
|
minor: 0,
|
|
10414
|
-
patch:
|
|
10466
|
+
patch: 172
|
|
10415
10467
|
};
|
|
10416
10468
|
var optimism_tokenlist_default = {
|
|
10417
10469
|
name,
|