@eth-optimism/tokenlist 10.0.155 → 10.0.156
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-d2be6c62.d.ts → optimism.tokenlist-a3271e5e.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-11-07T17:
|
|
9
|
+
var timestamp = "2024-11-07T17:56:13.476Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -5781,6 +5781,32 @@ var tokens = [
|
|
|
5781
5781
|
opTokenId: "PNDR"
|
|
5782
5782
|
}
|
|
5783
5783
|
},
|
|
5784
|
+
{
|
|
5785
|
+
chainId: 1,
|
|
5786
|
+
address: "0x906c012fa4C30d580537c2b72d1789F56F488a80",
|
|
5787
|
+
name: "PogCoin",
|
|
5788
|
+
symbol: "POGS",
|
|
5789
|
+
decimals: 18,
|
|
5790
|
+
logoURI: "https://ethereum-optimism.github.io/data/POGS/logo.svg",
|
|
5791
|
+
extensions: {
|
|
5792
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5793
|
+
opListId: "extended",
|
|
5794
|
+
opTokenId: "POGS"
|
|
5795
|
+
}
|
|
5796
|
+
},
|
|
5797
|
+
{
|
|
5798
|
+
chainId: 8453,
|
|
5799
|
+
address: "0x728f0a7FEC1859Cb0d71A432271D4E80310d235f",
|
|
5800
|
+
name: "PogCoin",
|
|
5801
|
+
symbol: "POGS",
|
|
5802
|
+
decimals: 18,
|
|
5803
|
+
logoURI: "https://ethereum-optimism.github.io/data/POGS/logo.svg",
|
|
5804
|
+
extensions: {
|
|
5805
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5806
|
+
opListId: "extended",
|
|
5807
|
+
opTokenId: "POGS"
|
|
5808
|
+
}
|
|
5809
|
+
},
|
|
5784
5810
|
{
|
|
5785
5811
|
chainId: 1,
|
|
5786
5812
|
address: "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e",
|
|
@@ -10019,7 +10045,7 @@ var tokens = [
|
|
|
10019
10045
|
var version = {
|
|
10020
10046
|
major: 10,
|
|
10021
10047
|
minor: 0,
|
|
10022
|
-
patch:
|
|
10048
|
+
patch: 156
|
|
10023
10049
|
};
|
|
10024
10050
|
var optimism_tokenlist_default = {
|
|
10025
10051
|
name,
|