@eth-optimism/tokenlist 10.0.236 → 10.0.237
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-5cc93db1.d.ts → optimism.tokenlist-b8e14c90.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 = "2025-02-
|
|
25
|
+
var timestamp = "2025-02-27T23:21:58.063Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1716,6 +1716,32 @@ var tokens = [
|
|
|
1716
1716
|
opTokenId: "BRIGHT"
|
|
1717
1717
|
}
|
|
1718
1718
|
},
|
|
1719
|
+
{
|
|
1720
|
+
chainId: 1,
|
|
1721
|
+
address: "0x6bDdE71Cf0C751EB6d5EdB8418e43D3d9427e436",
|
|
1722
|
+
name: "BTREE",
|
|
1723
|
+
symbol: "BTREE",
|
|
1724
|
+
decimals: 18,
|
|
1725
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTREE/logo.svg",
|
|
1726
|
+
extensions: {
|
|
1727
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1728
|
+
opListId: "extended",
|
|
1729
|
+
opTokenId: "BTREE"
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
chainId: 8453,
|
|
1734
|
+
address: "0x4aCFF883f2879e69e67B7003ccec56C73ee41F6f",
|
|
1735
|
+
name: "BTREE",
|
|
1736
|
+
symbol: "BTREE",
|
|
1737
|
+
decimals: 18,
|
|
1738
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTREE/logo.svg",
|
|
1739
|
+
extensions: {
|
|
1740
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1741
|
+
opListId: "extended",
|
|
1742
|
+
opTokenId: "BTREE"
|
|
1743
|
+
}
|
|
1744
|
+
},
|
|
1719
1745
|
{
|
|
1720
1746
|
chainId: 1,
|
|
1721
1747
|
address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
|
|
@@ -13077,7 +13103,7 @@ var tokens = [
|
|
|
13077
13103
|
var version = {
|
|
13078
13104
|
major: 10,
|
|
13079
13105
|
minor: 0,
|
|
13080
|
-
patch:
|
|
13106
|
+
patch: 237
|
|
13081
13107
|
};
|
|
13082
13108
|
var optimism_tokenlist_default = {
|
|
13083
13109
|
name,
|