@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
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-06-
|
|
25
|
+
var timestamp = "2024-06-09T21:03:03.720Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -546,6 +546,32 @@ var tokens = [
|
|
|
546
546
|
opTokenId: "BAXA"
|
|
547
547
|
}
|
|
548
548
|
},
|
|
549
|
+
{
|
|
550
|
+
chainId: 1,
|
|
551
|
+
address: "0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A",
|
|
552
|
+
name: "Bepro Token",
|
|
553
|
+
symbol: "BEPRO",
|
|
554
|
+
decimals: 18,
|
|
555
|
+
logoURI: "https://ethereum-optimism.github.io/data/BEPRO/logo.svg",
|
|
556
|
+
extensions: {
|
|
557
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
558
|
+
opListId: "extended",
|
|
559
|
+
opTokenId: "BEPRO"
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
chainId: 8453,
|
|
564
|
+
address: "0xf1095aa7DC127ed45441aCfb742694d6a0261b00",
|
|
565
|
+
name: "Bepro Token",
|
|
566
|
+
symbol: "BEPRO",
|
|
567
|
+
decimals: 18,
|
|
568
|
+
logoURI: "https://ethereum-optimism.github.io/data/BEPRO/logo.svg",
|
|
569
|
+
extensions: {
|
|
570
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
571
|
+
opListId: "extended",
|
|
572
|
+
opTokenId: "BEPRO"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
549
575
|
{
|
|
550
576
|
chainId: 1,
|
|
551
577
|
address: "0x15Ee120fD69BEc86C1d38502299af7366a41D1a6",
|
|
@@ -8297,7 +8323,7 @@ var tokens = [
|
|
|
8297
8323
|
var version = {
|
|
8298
8324
|
major: 10,
|
|
8299
8325
|
minor: 0,
|
|
8300
|
-
patch:
|
|
8326
|
+
patch: 75
|
|
8301
8327
|
};
|
|
8302
8328
|
var optimism_tokenlist_default = {
|
|
8303
8329
|
name,
|