@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.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2025-02-
|
|
44
|
+
var timestamp = "2025-02-27T23:21:58.063Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1735,6 +1735,32 @@ var tokens = [
|
|
|
1735
1735
|
opTokenId: "BRIGHT"
|
|
1736
1736
|
}
|
|
1737
1737
|
},
|
|
1738
|
+
{
|
|
1739
|
+
chainId: 1,
|
|
1740
|
+
address: "0x6bDdE71Cf0C751EB6d5EdB8418e43D3d9427e436",
|
|
1741
|
+
name: "BTREE",
|
|
1742
|
+
symbol: "BTREE",
|
|
1743
|
+
decimals: 18,
|
|
1744
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTREE/logo.svg",
|
|
1745
|
+
extensions: {
|
|
1746
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1747
|
+
opListId: "extended",
|
|
1748
|
+
opTokenId: "BTREE"
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
chainId: 8453,
|
|
1753
|
+
address: "0x4aCFF883f2879e69e67B7003ccec56C73ee41F6f",
|
|
1754
|
+
name: "BTREE",
|
|
1755
|
+
symbol: "BTREE",
|
|
1756
|
+
decimals: 18,
|
|
1757
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTREE/logo.svg",
|
|
1758
|
+
extensions: {
|
|
1759
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1760
|
+
opListId: "extended",
|
|
1761
|
+
opTokenId: "BTREE"
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1738
1764
|
{
|
|
1739
1765
|
chainId: 1,
|
|
1740
1766
|
address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
|
|
@@ -13096,7 +13122,7 @@ var tokens = [
|
|
|
13096
13122
|
var version = {
|
|
13097
13123
|
major: 10,
|
|
13098
13124
|
minor: 0,
|
|
13099
|
-
patch:
|
|
13125
|
+
patch: 237
|
|
13100
13126
|
};
|
|
13101
13127
|
var optimism_tokenlist_default = {
|
|
13102
13128
|
name,
|