@eth-optimism/tokenlist 10.0.145 → 10.0.146
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-4c0fbbb1.d.ts → optimism.tokenlist-0e684e85.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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-10-
|
|
25
|
+
var timestamp = "2024-10-15T01:29:39.310Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1163,6 +1163,7 @@ var tokens = [
|
|
|
1163
1163
|
logoURI: "https://ethereum-optimism.github.io/data/bwAJNA/logo.svg",
|
|
1164
1164
|
extensions: {
|
|
1165
1165
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1166
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1166
1167
|
opListId: "extended",
|
|
1167
1168
|
opTokenId: "bwAJNA"
|
|
1168
1169
|
}
|
|
@@ -1180,6 +1181,19 @@ var tokens = [
|
|
|
1180
1181
|
opTokenId: "bwAJNA"
|
|
1181
1182
|
}
|
|
1182
1183
|
},
|
|
1184
|
+
{
|
|
1185
|
+
chainId: 8453,
|
|
1186
|
+
address: "0xf0f326af3b1Ed943ab95C29470730CC8Cf66ae47",
|
|
1187
|
+
name: "Burn Wrapped AJNA",
|
|
1188
|
+
symbol: "bwAJNA",
|
|
1189
|
+
decimals: 18,
|
|
1190
|
+
logoURI: "https://ethereum-optimism.github.io/data/bwAJNA/logo.svg",
|
|
1191
|
+
extensions: {
|
|
1192
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1193
|
+
opListId: "extended",
|
|
1194
|
+
opTokenId: "bwAJNA"
|
|
1195
|
+
}
|
|
1196
|
+
},
|
|
1183
1197
|
{
|
|
1184
1198
|
chainId: 1,
|
|
1185
1199
|
address: "0xbe9895146f7af43049ca1c1ae358b0541ea49704",
|
|
@@ -9799,7 +9813,7 @@ var tokens = [
|
|
|
9799
9813
|
var version = {
|
|
9800
9814
|
major: 10,
|
|
9801
9815
|
minor: 0,
|
|
9802
|
-
patch:
|
|
9816
|
+
patch: 146
|
|
9803
9817
|
};
|
|
9804
9818
|
var optimism_tokenlist_default = {
|
|
9805
9819
|
name,
|