@eth-optimism/tokenlist 10.0.145 → 10.0.147
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-4c0fbbb1.d.ts → optimism.tokenlist-2cd14a91.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 = "2024-10-
|
|
25
|
+
var timestamp = "2024-10-24T15:52:01.830Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1062,6 +1062,32 @@ var tokens = [
|
|
|
1062
1062
|
opTokenId: "BridgedUSDC"
|
|
1063
1063
|
}
|
|
1064
1064
|
},
|
|
1065
|
+
{
|
|
1066
|
+
chainId: 1,
|
|
1067
|
+
address: "0x5dd57da40e6866c9fcc34f4b6ddc89f1ba740dfe",
|
|
1068
|
+
name: "Bright",
|
|
1069
|
+
symbol: "BRIGHT",
|
|
1070
|
+
decimals: 18,
|
|
1071
|
+
logoURI: "https://ethereum-optimism.github.io/data/BRIGHT/logo.svg",
|
|
1072
|
+
extensions: {
|
|
1073
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1074
|
+
opListId: "extended",
|
|
1075
|
+
opTokenId: "BRIGHT"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
chainId: 10,
|
|
1080
|
+
address: "0x65334cE5aaE9Fb390C056574C7AA4DE33cf1D40E",
|
|
1081
|
+
name: "Bright",
|
|
1082
|
+
symbol: "BRIGHT",
|
|
1083
|
+
decimals: 18,
|
|
1084
|
+
logoURI: "https://ethereum-optimism.github.io/data/BRIGHT/logo.svg",
|
|
1085
|
+
extensions: {
|
|
1086
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1087
|
+
opListId: "extended",
|
|
1088
|
+
opTokenId: "BRIGHT"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1065
1091
|
{
|
|
1066
1092
|
chainId: 1,
|
|
1067
1093
|
address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
|
|
@@ -1163,6 +1189,7 @@ var tokens = [
|
|
|
1163
1189
|
logoURI: "https://ethereum-optimism.github.io/data/bwAJNA/logo.svg",
|
|
1164
1190
|
extensions: {
|
|
1165
1191
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1192
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1166
1193
|
opListId: "extended",
|
|
1167
1194
|
opTokenId: "bwAJNA"
|
|
1168
1195
|
}
|
|
@@ -1180,6 +1207,19 @@ var tokens = [
|
|
|
1180
1207
|
opTokenId: "bwAJNA"
|
|
1181
1208
|
}
|
|
1182
1209
|
},
|
|
1210
|
+
{
|
|
1211
|
+
chainId: 8453,
|
|
1212
|
+
address: "0xf0f326af3b1Ed943ab95C29470730CC8Cf66ae47",
|
|
1213
|
+
name: "Burn Wrapped AJNA",
|
|
1214
|
+
symbol: "bwAJNA",
|
|
1215
|
+
decimals: 18,
|
|
1216
|
+
logoURI: "https://ethereum-optimism.github.io/data/bwAJNA/logo.svg",
|
|
1217
|
+
extensions: {
|
|
1218
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1219
|
+
opListId: "extended",
|
|
1220
|
+
opTokenId: "bwAJNA"
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1183
1223
|
{
|
|
1184
1224
|
chainId: 1,
|
|
1185
1225
|
address: "0xbe9895146f7af43049ca1c1ae358b0541ea49704",
|
|
@@ -9799,7 +9839,7 @@ var tokens = [
|
|
|
9799
9839
|
var version = {
|
|
9800
9840
|
major: 10,
|
|
9801
9841
|
minor: 0,
|
|
9802
|
-
patch:
|
|
9842
|
+
patch: 147
|
|
9803
9843
|
};
|
|
9804
9844
|
var optimism_tokenlist_default = {
|
|
9805
9845
|
name,
|