@eth-optimism/tokenlist 10.0.171 → 10.0.173
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 +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-48033ad0.d.ts → optimism.tokenlist-1d5f1038.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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:12:35.457Z";
|
|
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",
|
|
@@ -5990,6 +6016,7 @@ var tokens = [
|
|
|
5990
6016
|
logoURI: "https://ethereum-optimism.github.io/data/PENDLE/logo.png",
|
|
5991
6017
|
extensions: {
|
|
5992
6018
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
6019
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5993
6020
|
opListId: "extended",
|
|
5994
6021
|
opTokenId: "PENDLE"
|
|
5995
6022
|
}
|
|
@@ -6007,6 +6034,19 @@ var tokens = [
|
|
|
6007
6034
|
opTokenId: "PENDLE"
|
|
6008
6035
|
}
|
|
6009
6036
|
},
|
|
6037
|
+
{
|
|
6038
|
+
chainId: 8453,
|
|
6039
|
+
address: "0xa99f6e6785da0f5d6fb42495fe424bce029eeb3e",
|
|
6040
|
+
name: "Pendle",
|
|
6041
|
+
symbol: "PENDLE",
|
|
6042
|
+
decimals: 18,
|
|
6043
|
+
logoURI: "https://ethereum-optimism.github.io/data/PENDLE/logo.png",
|
|
6044
|
+
extensions: {
|
|
6045
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6046
|
+
opListId: "extended",
|
|
6047
|
+
opTokenId: "PENDLE"
|
|
6048
|
+
}
|
|
6049
|
+
},
|
|
6010
6050
|
{
|
|
6011
6051
|
chainId: 1,
|
|
6012
6052
|
address: "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
@@ -10453,7 +10493,7 @@ var tokens = [
|
|
|
10453
10493
|
var version = {
|
|
10454
10494
|
major: 10,
|
|
10455
10495
|
minor: 0,
|
|
10456
|
-
patch:
|
|
10496
|
+
patch: 173
|
|
10457
10497
|
};
|
|
10458
10498
|
var optimism_tokenlist_default = {
|
|
10459
10499
|
name,
|