@eth-optimism/tokenlist 10.0.155 → 10.0.157
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-d2be6c62.d.ts → optimism.tokenlist-51e61b19.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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-11-07T17:
|
|
25
|
+
var timestamp = "2024-11-07T17:57:34.791Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -220,6 +220,32 @@ var tokens = [
|
|
|
220
220
|
opTokenId: "AIKEK"
|
|
221
221
|
}
|
|
222
222
|
},
|
|
223
|
+
{
|
|
224
|
+
chainId: 1,
|
|
225
|
+
address: "0x9a96ec9B57Fb64FbC60B423d1f4da7691Bd35079",
|
|
226
|
+
name: "AjnaToken",
|
|
227
|
+
symbol: "AJNA",
|
|
228
|
+
decimals: 18,
|
|
229
|
+
logoURI: "https://ethereum-optimism.github.io/data/AJNA/logo.svg",
|
|
230
|
+
extensions: {
|
|
231
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
232
|
+
opListId: "extended",
|
|
233
|
+
opTokenId: "AJNA"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
chainId: 8453,
|
|
238
|
+
address: "0x7F05a7A9AF2f5a07D1e64877C8dC37a64a22508E",
|
|
239
|
+
name: "Ajna",
|
|
240
|
+
symbol: "AJNA",
|
|
241
|
+
decimals: 18,
|
|
242
|
+
logoURI: "https://ethereum-optimism.github.io/data/AJNA/logo.svg",
|
|
243
|
+
extensions: {
|
|
244
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
245
|
+
opListId: "extended",
|
|
246
|
+
opTokenId: "AJNA"
|
|
247
|
+
}
|
|
248
|
+
},
|
|
223
249
|
{
|
|
224
250
|
chainId: 1,
|
|
225
251
|
address: "0x0100546f2cd4c9d97f798ffc9755e47865ff7ee6",
|
|
@@ -5797,6 +5823,32 @@ var tokens = [
|
|
|
5797
5823
|
opTokenId: "PNDR"
|
|
5798
5824
|
}
|
|
5799
5825
|
},
|
|
5826
|
+
{
|
|
5827
|
+
chainId: 1,
|
|
5828
|
+
address: "0x906c012fa4C30d580537c2b72d1789F56F488a80",
|
|
5829
|
+
name: "PogCoin",
|
|
5830
|
+
symbol: "POGS",
|
|
5831
|
+
decimals: 18,
|
|
5832
|
+
logoURI: "https://ethereum-optimism.github.io/data/POGS/logo.svg",
|
|
5833
|
+
extensions: {
|
|
5834
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5835
|
+
opListId: "extended",
|
|
5836
|
+
opTokenId: "POGS"
|
|
5837
|
+
}
|
|
5838
|
+
},
|
|
5839
|
+
{
|
|
5840
|
+
chainId: 8453,
|
|
5841
|
+
address: "0x728f0a7FEC1859Cb0d71A432271D4E80310d235f",
|
|
5842
|
+
name: "PogCoin",
|
|
5843
|
+
symbol: "POGS",
|
|
5844
|
+
decimals: 18,
|
|
5845
|
+
logoURI: "https://ethereum-optimism.github.io/data/POGS/logo.svg",
|
|
5846
|
+
extensions: {
|
|
5847
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5848
|
+
opListId: "extended",
|
|
5849
|
+
opTokenId: "POGS"
|
|
5850
|
+
}
|
|
5851
|
+
},
|
|
5800
5852
|
{
|
|
5801
5853
|
chainId: 1,
|
|
5802
5854
|
address: "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e",
|
|
@@ -10035,7 +10087,7 @@ var tokens = [
|
|
|
10035
10087
|
var version = {
|
|
10036
10088
|
major: 10,
|
|
10037
10089
|
minor: 0,
|
|
10038
|
-
patch:
|
|
10090
|
+
patch: 157
|
|
10039
10091
|
};
|
|
10040
10092
|
var optimism_tokenlist_default = {
|
|
10041
10093
|
name,
|