@eth-optimism/tokenlist 10.0.9 → 10.0.11
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 +32 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +32 -6
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-cd72d9ce.d.ts → optimism.tokenlist-1b148658.d.ts} +32 -6
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +32 -6
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +32 -6
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-
|
|
44
|
+
var timestamp = "2024-04-01T22:21:11.166Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -599,20 +599,20 @@ var tokens = [
|
|
|
599
599
|
decimals: 8,
|
|
600
600
|
logoURI: "https://ethereum-optimism.github.io/data/BITCOIN/logo.svg",
|
|
601
601
|
extensions: {
|
|
602
|
-
|
|
602
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
603
603
|
opListId: "extended",
|
|
604
604
|
opTokenId: "BITCOIN"
|
|
605
605
|
}
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
|
-
chainId:
|
|
609
|
-
address: "
|
|
608
|
+
chainId: 8453,
|
|
609
|
+
address: "0x2a06A17CBC6d0032Cac2c6696DA90f29D39a1a29",
|
|
610
610
|
name: "HarryPotterObamaSonic10Inu",
|
|
611
611
|
symbol: "BITCOIN",
|
|
612
612
|
decimals: 8,
|
|
613
613
|
logoURI: "https://ethereum-optimism.github.io/data/BITCOIN/logo.svg",
|
|
614
614
|
extensions: {
|
|
615
|
-
|
|
615
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
616
616
|
opListId: "extended",
|
|
617
617
|
opTokenId: "BITCOIN"
|
|
618
618
|
}
|
|
@@ -2967,6 +2967,32 @@ var tokens = [
|
|
|
2967
2967
|
opTokenId: "MOCHI"
|
|
2968
2968
|
}
|
|
2969
2969
|
},
|
|
2970
|
+
{
|
|
2971
|
+
chainId: 1,
|
|
2972
|
+
address: "0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
|
|
2973
|
+
name: "Mog Coin",
|
|
2974
|
+
symbol: "Mog",
|
|
2975
|
+
decimals: 18,
|
|
2976
|
+
logoURI: "https://ethereum-optimism.github.io/data/MOG/logo.svg",
|
|
2977
|
+
extensions: {
|
|
2978
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2979
|
+
opListId: "extended",
|
|
2980
|
+
opTokenId: "MOG"
|
|
2981
|
+
}
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
chainId: 8453,
|
|
2985
|
+
address: "0x2da56acb9ea78330f947bd57c54119debda7af71",
|
|
2986
|
+
name: "Mog Coin",
|
|
2987
|
+
symbol: "Mog",
|
|
2988
|
+
decimals: 18,
|
|
2989
|
+
logoURI: "https://ethereum-optimism.github.io/data/MOG/logo.svg",
|
|
2990
|
+
extensions: {
|
|
2991
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2992
|
+
opListId: "extended",
|
|
2993
|
+
opTokenId: "MOG"
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
2970
2996
|
{
|
|
2971
2997
|
chainId: 1,
|
|
2972
2998
|
address: "0x1351986732367ff6B51784c6A75f63502dE13a9a",
|
|
@@ -5881,7 +5907,7 @@ var tokens = [
|
|
|
5881
5907
|
var version = {
|
|
5882
5908
|
major: 10,
|
|
5883
5909
|
minor: 0,
|
|
5884
|
-
patch:
|
|
5910
|
+
patch: 11
|
|
5885
5911
|
};
|
|
5886
5912
|
var optimism_tokenlist_default = {
|
|
5887
5913
|
name,
|