@eth-optimism/tokenlist 10.0.236 → 10.0.238
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-5cc93db1.d.ts → optimism.tokenlist-62f8d168.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 = "2025-02-
|
|
25
|
+
var timestamp = "2025-02-27T23:25:05.714Z";
|
|
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",
|
|
@@ -9202,6 +9228,7 @@ var tokens = [
|
|
|
9202
9228
|
logoURI: "https://ethereum-optimism.github.io/data/SHU/logo.png",
|
|
9203
9229
|
extensions: {
|
|
9204
9230
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
9231
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9205
9232
|
opListId: "extended",
|
|
9206
9233
|
opTokenId: "SHU"
|
|
9207
9234
|
}
|
|
@@ -9219,6 +9246,19 @@ var tokens = [
|
|
|
9219
9246
|
opTokenId: "SHU"
|
|
9220
9247
|
}
|
|
9221
9248
|
},
|
|
9249
|
+
{
|
|
9250
|
+
chainId: 8453,
|
|
9251
|
+
address: "0x6774DFC16e1D9B6cE5b0AeC4fFed37A0dAeF0602",
|
|
9252
|
+
name: "Shutter Token",
|
|
9253
|
+
symbol: "SHU",
|
|
9254
|
+
decimals: 18,
|
|
9255
|
+
logoURI: "https://ethereum-optimism.github.io/data/SHU/logo.png",
|
|
9256
|
+
extensions: {
|
|
9257
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9258
|
+
opListId: "extended",
|
|
9259
|
+
opTokenId: "SHU"
|
|
9260
|
+
}
|
|
9261
|
+
},
|
|
9222
9262
|
{
|
|
9223
9263
|
chainId: 1,
|
|
9224
9264
|
address: "0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8",
|
|
@@ -13077,7 +13117,7 @@ var tokens = [
|
|
|
13077
13117
|
var version = {
|
|
13078
13118
|
major: 10,
|
|
13079
13119
|
minor: 0,
|
|
13080
|
-
patch:
|
|
13120
|
+
patch: 238
|
|
13081
13121
|
};
|
|
13082
13122
|
var optimism_tokenlist_default = {
|
|
13083
13123
|
name,
|