@eth-optimism/tokenlist 10.0.74 → 10.0.75
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-dda4f3f7.d.ts → optimism.tokenlist-b0874870.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-06-
|
|
9
|
+
var timestamp = "2024-06-09T21:03:03.720Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -530,6 +530,32 @@ var tokens = [
|
|
|
530
530
|
opTokenId: "BAXA"
|
|
531
531
|
}
|
|
532
532
|
},
|
|
533
|
+
{
|
|
534
|
+
chainId: 1,
|
|
535
|
+
address: "0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A",
|
|
536
|
+
name: "Bepro Token",
|
|
537
|
+
symbol: "BEPRO",
|
|
538
|
+
decimals: 18,
|
|
539
|
+
logoURI: "https://ethereum-optimism.github.io/data/BEPRO/logo.svg",
|
|
540
|
+
extensions: {
|
|
541
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
542
|
+
opListId: "extended",
|
|
543
|
+
opTokenId: "BEPRO"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
chainId: 8453,
|
|
548
|
+
address: "0xf1095aa7DC127ed45441aCfb742694d6a0261b00",
|
|
549
|
+
name: "Bepro Token",
|
|
550
|
+
symbol: "BEPRO",
|
|
551
|
+
decimals: 18,
|
|
552
|
+
logoURI: "https://ethereum-optimism.github.io/data/BEPRO/logo.svg",
|
|
553
|
+
extensions: {
|
|
554
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
555
|
+
opListId: "extended",
|
|
556
|
+
opTokenId: "BEPRO"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
533
559
|
{
|
|
534
560
|
chainId: 1,
|
|
535
561
|
address: "0x15Ee120fD69BEc86C1d38502299af7366a41D1a6",
|
|
@@ -8281,7 +8307,7 @@ var tokens = [
|
|
|
8281
8307
|
var version = {
|
|
8282
8308
|
major: 10,
|
|
8283
8309
|
minor: 0,
|
|
8284
|
-
patch:
|
|
8310
|
+
patch: 75
|
|
8285
8311
|
};
|
|
8286
8312
|
var optimism_tokenlist_default = {
|
|
8287
8313
|
name,
|